Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

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

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

Post by Lantis »

Combined with which javascript fix though sorry?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

angus
Posts: 34
Joined: Mon Apr 04, 2022 9:24 am

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

Post by angus »

Lantis wrote:
Sat Aug 17, 2024 8:00 am
Combined with which javascript fix though sorry?
Patch /www/js/advanced.js only.

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

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

Post by Lantis »

Offline I’ve been working with a user to ensure VLANs work when using PPPoE connection.
Thankfully it all works straight from the GUI with nothing else required :)

As a byproduct of these conversations we have also added the Edgerouter-X SFP variant to the list of available images for download.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

peppi
Posts: 4
Joined: Sat Aug 24, 2024 8:31 pm

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

Post by peppi »

Can you build a Gargoyle for the SmartBox GIGA router?
Beeline SmartBox GIGA

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

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

Post by Lantis »

Have you considered trying to compile it yourself?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

peppi
Posts: 4
Joined: Sat Aug 24, 2024 8:31 pm

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

Post by peppi »

I don't have that kind of knowledge.

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

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

Post by Lantis »

peppi wrote:
Tue Aug 27, 2024 9:30 am
I don't have that kind of knowledge.
No time like the present to learn...

But here you go: https://lantisproject.com/downloads/gar ... JwbCI6MTB9

Please report back if it works successfully.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

peppi
Posts: 4
Joined: Sat Aug 24, 2024 8:31 pm

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

Post by peppi »

Thank you, everything is fine!

angus
Posts: 34
Joined: Mon Apr 04, 2022 9:24 am

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

Post by angus »

Hi Lantis,
Run 1.15.X (BETA - 2024-08-11) with WRT3200ACM and see some WebUI bugs as follows. Before observing them, all I do is flash Gargoyle from stock + configure WRT3200ACM + reboot it. WebUI looks good after flashing. It becomes bad after rebooting. Please note that browser caching issue is excluded.
  • Connected Hosts displays nothing after rebooting for Current DHCP Leases & Connected Wireless Hosts & Client Wireless Connections & Hosts With Active Connections, while refresh rate is not set to never.
  • Configuration for 2.4GHz Operation Mode seems to go wrong after rebooting: cannot see G+N but can see G and disabled.
  • 2.4GHz Channel Width just displays 20MHz after rebooting: no 40MHz above no 40MHz below.
  • 5GHz Operation Mode becomes disabled even if it is set to A+N+AC or A+N earlier before rebooting.
Furthermore, the /etc/config/wireless before and after rebooting is different. Extra wifi-devices 'radio2' & 'default_radio2' present after rebooting.
<Before>

Code: Select all

config wifi-device 'radio0'
	option type 'mac80211'
	option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
	option channel '149'
	option band '5g'
	option htmode 'VHT80'
	option country 'US'

config wifi-device 'radio1'
	option type 'mac80211'
	option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
	option channel '8'
	option band '2g'
	option htmode 'HT40-'
	option country 'US'

config wifi-iface 'ap_g'
	option device 'radio1'
	option mode 'ap'
	option network 'lan'
	option disassoc_low_ack '0'
	option ssid 'MyWRT'
	option isolate '1'
	option encryption 'psk2'
	option key 'abcd3-fghi-Jklmnp'

config wifi-iface 'ap_a'
	option device 'radio0'
	option mode 'ap'
	option network 'lan'
	option disassoc_low_ack '0'
	option ssid 'MyWRT'
	option isolate '1'
	option encryption 'psk2'
	option key 'abcd3-fghi-Jklmnp'
<After>

Code: Select all

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
        option channel '149'
        option band '5g'
        option htmode 'VHT80'
        option country 'US'

config wifi-device 'radio1'
        option type 'mac80211'
        option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
        option channel '8'
        option band '2g'
        option htmode 'HT40-'
        option country 'US'

config wifi-iface 'ap_g'
        option device 'radio1'
        option mode 'ap'
        option network 'lan'
        option disassoc_low_ack '0'
        option ssid 'MyWRT'
        option isolate '1'
        option encryption 'psk2'
        option key 'abcd3-fghi-Jklmnp'

config wifi-iface 'ap_a'
        option device 'radio0'
        option mode 'ap'
        option network 'lan'
        option disassoc_low_ack '0'
        option ssid 'MyWRT'
        option isolate '1'
        option encryption 'psk2'
        option key 'abcd3-fghi-Jklmnp'

config wifi-device 'radio2'
        option type 'mac80211'
        option path 'platform/soc/soc:internal-regs/f10d8000.sdhci/mmc_host/mmc0/mmc0:0001/mmc0:0001:1'
        option channel '34'
        option band '5g'
        option htmode 'VHT80'
        option disabled '1'

config wifi-iface 'default_radio2'
        option device 'radio2'
        option network 'lan'
        option mode 'ap'
        option ssid 'Gargoyle'
        option encryption 'none'
Thanks and awaiting the fix.
P.S. Combined mvebu default and turris profiles to streamline build time... would this introduce the issue I have met? Same was not seen when running 1.15.X (BETA - 2024-07-02).

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

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

Post by Lantis »

Try
gpkg remove kmod-mwifiex-sdio
gpkg remove mwifiex-sdio-firmware

Remove any reference to radio2 from /etc/config/wireless
Reboot


Yes in my efforts to combine those two profiles the mwifiex driver got brought back in which is pretty much useless and causes more problems than it solves.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply