Page 2 of 2

Re: X86 mini PC

Posted: Sun Jul 30, 2023 9:58 pm
by Lantis
At the very least, wpad-openssl is missing.
Nothing else immediately obvious comes to mind… try that :)

Re: X86 mini PC

Posted: Mon Jul 31, 2023 3:13 am
by smoke_15
That did the trick! Now awaiting shipment of the atheros 9880 mini PCI-e module for the 5G wifi. Things looking great so far. This x86 setup is having no issues pushing the HW limits of the network. None of my other routers have been able to do that.

Re: X86 mini PC

Posted: Fri Aug 04, 2023 12:26 am
by smoke_15
For custom x86 builds, how do I go about installing community plugins? They don't show up with the default repository config, likely due to the custom version. I don't mind setting up a local repository but can't find any posts related to that.

Re: X86 mini PC

Posted: Fri Aug 04, 2023 1:52 am
by Lantis
You can self host them if you like using a web server.
Or you can latch onto mine.
https://lantisproject.com/gargoyle_cust ... uilds/x86/
Just pick the two folders that are relevant to you. Assuming x64 and x64_kernelspecific.

Of course my repo won’t have the extra wifi modules you’ve included.

Re: X86 mini PC

Posted: Fri Aug 04, 2023 7:34 am
by pythonic
The other way is to scp them to the device and use gpkg to install them via ssh.

For a short term webserver, if you have Python installed it has a library module called http.server that can be used to serve the contents of a directory with a simple command, though you may have to disable your PC firewall temporarily.

Re: X86 mini PC

Posted: Sun Aug 06, 2023 5:46 pm
by smoke_15
Thanks Lantis and pythonic for the suggestions. I was able to piggy back off Lantis' repository to install packages.

What I am curious about is how to build the plugins. My output directory from the build (via 'make x86.x64 FULL_BUILD=true') only contained the following:

Code: Select all

/home/gargoyle/images/
/home/gargoyle/images/x86
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic-ext4-combined.img.gz
/home/gargoyle/images/x86/x86-x64.buildinfo
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic-squashfs-combined.img.gz
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic-squashfs-rootfs.img.gz
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic.manifest
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic-ext4-combined-efi.img.gz
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic-rootfs.tar.gz
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic-ext4-rootfs.img.gz
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic-squashfs-combined-efi.img.gz
/home/gargoyle/images/x86/gargoyle_1.15.x-x86-64-generic-kernel.bin

Re: X86 mini PC

Posted: Mon Aug 07, 2023 1:16 am
by Lantis
Check out the “built” folder in the root directory :)