Page 15 of 28
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Sat Aug 17, 2024 8:00 am
by Lantis
Combined with which javascript fix though sorry?
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Sat Aug 17, 2024 10:46 am
by angus
Lantis wrote: ↑Sat Aug 17, 2024 8:00 am
Combined with which javascript fix though sorry?
Patch /www/js/advanced.js only.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Thu Aug 22, 2024 11:08 pm
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.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Mon Aug 26, 2024 5:15 am
by peppi
Can you build a Gargoyle for the SmartBox GIGA router?
Beeline SmartBox GIGA
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Mon Aug 26, 2024 10:20 am
by Lantis
Have you considered trying to compile it yourself?
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Tue Aug 27, 2024 9:30 am
by peppi
I don't have that kind of knowledge.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Thu Aug 29, 2024 9:54 am
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.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Fri Aug 30, 2024 7:52 am
by peppi
Thank you, everything is fine!
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Mon Sep 02, 2024 9:41 am
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).
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Posted: Mon Sep 02, 2024 7:33 pm
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.