Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Moderator: Moderators
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
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.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
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.
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.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Can you build a Gargoyle for the SmartBox GIGA router?
Beeline SmartBox GIGA
Beeline SmartBox GIGA
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
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.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
I don't have that kind of knowledge.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
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.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
Thank you, everything is fine!
Re: Gargoyle 1.15.x BETA - 2024-08-11 - Based on OpenWrt 23.05
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.
<Before>
<After>
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).
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.
<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'
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'
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
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.
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.
Please be respectful when posting. I do this in my free time on a volunteer basis.