Search found 6780 matches

by Lantis
Tue May 28, 2024 8:23 am
Forum: Hardware / Installation Issues
Topic: x86 installation
Replies: 12
Views: 3418

Re: x86 installation

Did you download this image or compile it yourself? There should be a script that runs on first boot to populate all Ethernet ports for you. https://github.com/ericpaulbishop/gargoyle/blob/1.14.0/targets/x86/patches/50-x86setup.patch It would be more interesting to know why this did not run. Did you...
by Lantis
Tue May 28, 2024 8:19 am
Forum: Hardware / Installation Issues
Topic: Linksys WRT1900AC V2 no 1.14 image?
Replies: 1
Views: 26

Re: Linksys WRT1900AC V2 no 1.14 image?

viewtopic.php?t=17859
Release notes under hardware section
by Lantis
Mon May 27, 2024 6:08 pm
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2024-03-11 - Based on OpenWrt 23.05
Replies: 47
Views: 24781

Re: Gargoyle 1.15.x BETA - 2024-03-11 - Based on OpenWrt 23.05

High chance. Sysupgrade without preserving settings.
If it works I’d be happy to add the device (as you have)
by Lantis
Sun May 26, 2024 5:55 am
Forum: Feature Requests
Topic: Connected hostnames in DHCP mode
Replies: 8
Views: 570

Re: Connected hostnames in DHCP mode

We already have a beta available for flint :)
by Lantis
Sun May 26, 2024 5:06 am
Forum: Hardware / Installation Issues
Topic: LinksysWRT1900acs v2 bricked !?
Replies: 13
Views: 874

Re: LinksysWRT1900acs v2 bricked !?

I think it is unlikely your bootloader is dead.
by Lantis
Sat May 25, 2024 6:42 pm
Forum: Hardware / Installation Issues
Topic: LinksysWRT1900acs v2 bricked !?
Replies: 13
Views: 874

Re: LinksysWRT1900acs v2 bricked !?

The jumper that goes between TX and RX allows you to loop back and test. So if your settings are correct you should see what you type out echoed to you. When you are ready to connect to the device you don’t use that jumper only the one that selects voltage. Sorry it’s a bit difficult to assist with ...
by Lantis
Sat May 25, 2024 7:24 am
Forum: General Discussion
Topic: IPV6 over RNDIS
Replies: 5
Views: 393

Re: IPV6 over RNDIS

Yes I didn't spot eth0.1, that should go as well.

I'm not sure (I can't find any documentation) if Telstra mobile internet does prefix delegation.
by Lantis
Fri May 24, 2024 9:03 am
Forum: General Discussion
Topic: IPV6 over RNDIS
Replies: 5
Views: 393

Re: IPV6 over RNDIS

Did you keep settings moving to this version? You've got some ugly stuff going on with both ifname and device defined for wan and wan6. Try deleting ifname from both wan and wan6 and see if that fixes it. ifname is old syntax but it is still supported, and there might be a race condition between the...
by Lantis
Thu May 23, 2024 9:30 am
Forum: Feature Requests
Topic: Connected hostnames in DHCP mode
Replies: 8
Views: 570

Re: Connected hostnames in DHCP mode

Edit /etc/config/dhcp and add a static host entry. You only need to include the name and the IP or MAC that identifies it. Neither of these work with the GUI as we require both IP and MAC, not one or the other. In current versions of Gargoyle only the IP entries will work for what you want to do. It...