X86 mini PC

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: X86 mini PC

Post by Lantis »

At the very least, wpad-openssl is missing.
Nothing else immediately obvious comes to mind… try that :)
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

smoke_15
Posts: 20
Joined: Tue Oct 22, 2013 9:23 pm
Location: California

Re: X86 mini PC

Post 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.

smoke_15
Posts: 20
Joined: Tue Oct 22, 2013 9:23 pm
Location: California

Re: X86 mini PC

Post 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.

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: X86 mini PC

Post 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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

pythonic
Posts: 234
Joined: Mon Mar 11, 2019 5:47 am
Location: Australia

Re: X86 mini PC

Post 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.

smoke_15
Posts: 20
Joined: Tue Oct 22, 2013 9:23 pm
Location: California

Re: X86 mini PC

Post 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

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: X86 mini PC

Post by Lantis »

Check out the “built” folder in the root directory :)
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply