Search found 6753 matches

by Lantis
Mon Feb 19, 2024 8:41 am
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 43249

Re: how-to Quick build

What’s the build error? Would help narrow it down too. It shouldn’t be looping under this: make FULL_BUILD=true ath79.default Once it fails, re run as make BUILD_THREADS=1 ath79.default This should then make the error that is stopping the build the last thing on screen (as it now runs single threade...
by Lantis
Mon Feb 19, 2024 8:18 am
Forum: Network / Wireless Issues
Topic: VPN network Theory (Gargoyle)
Replies: 23
Views: 662993

Re: VPN network Theory (Gargoyle)

I have a prototype of this working locally. Here's a diff if you want to try it yourself. There's currently ZERO error checking. You need to enter a proper ip/subnet for it to work e.g. 192.168.10.0 255.255.255.0 Note the trailing zero on the IP. I will write code that checks and fixes this later an...
by Lantis
Mon Feb 05, 2024 6:07 am
Forum: General Discussion
Topic: OpenWRT 23.05 - New Gargoyle?
Replies: 13
Views: 40440

Re: OpenWRT 23.05 - New Gargoyle?

mvebu works now.
Someone at OpenWrt has "fixed" WPA3 on these devices so it now "works".
It looks like all it does is not crash, and offload the cryptographic operations to the CPU. Surprisingly this router can't seem to handle that and it runs terribly slow.
Stick with WPA2.
by Lantis
Sun Feb 04, 2024 9:56 pm
Forum: General Discussion
Topic: OpenWRT 23.05 - New Gargoyle?
Replies: 13
Views: 40440

Re: OpenWRT 23.05 - New Gargoyle?

I’m looking at mvebu today.
I think it is just wpad missing. Should know by tonight.
by Lantis
Fri Feb 02, 2024 7:17 pm
Forum: Hardware / Installation Issues
Topic: x86 installation error?
Replies: 8
Views: 703

Re: x86 installation error?

To make it clear, you will not be able to install the driver from any location as the kernel is incompatible.
You must compile your own version of the firmware and include the driver.
by Lantis
Fri Feb 02, 2024 8:45 am
Forum: Hardware / Installation Issues
Topic: x86 installation error?
Replies: 8
Views: 703

Re: x86 installation error?

So your problem is a missing driver? The system otherwise boots and operates fine?
You must custom compile the driver you need in.
by Lantis
Wed Jan 31, 2024 11:40 pm
Forum: Hardware / Installation Issues
Topic: x86 installation error?
Replies: 8
Views: 703

Re: x86 installation error?

Sorry I wrote it wrong. This is gargoyle x86-64 version 1.14. I tried the x86-64 ext4 and x86 ext4 versions, but they all end up in the same place. Right. And what do you mean “the same place”? If it is as you described in your first post, which I interpreted as “Lots of booting messages, and then ...
by Lantis
Wed Jan 31, 2024 9:16 am
Forum: Hardware / Installation Issues
Topic: x86 installation error?
Replies: 8
Views: 703

Re: x86 installation error?

If you press enter and are greeted with a shell, the system has likely booted just fine.

By the way, you should seek OpenWrt support at the OpenWrt forum. This is Gargoyle specific.
by Lantis
Mon Jan 29, 2024 8:35 am
Forum: General Discussion
Topic: OpenWRT 23.05 - New Gargoyle?
Replies: 13
Views: 40440

Re: OpenWRT 23.05 - New Gargoyle?

Start by examining the output of /usr/lib/gargoyle/cache_basic_vars.sh which builds /tmp/cached_basic_vars Then make sure that in the browser console there are no errors shown when going to Connection->Basic. If that all checks out fine it points more to a missing driver or similar. Creating a valid...
by Lantis
Sun Jan 28, 2024 9:25 am
Forum: General Discussion
Topic: OpenWRT 23.05 - New Gargoyle?
Replies: 13
Views: 40440

Re: OpenWRT 23.05 - New Gargoyle?

Someone else reported the same. I haven’t had time to build mvebu and flash it myself to figure it out. If you want to do any investigation on your end and give me a hint I’m all ears. I’m tied up at the moment writing a replacement for openssl-utils. Hopefully finish that this week and then I’ll ke...