Re: Flagship AX routers

2021-05-21 Thread Mike Bernardo
Would be great if we could get openwrt running on these, with 2.5gigE and AX. https://www.fs.com/products/115390.html It is a BCM47622, I wonder how difficult this would be? I'd be tempted to buy one to give it a try. Mike > On 2021/05/21, at 04:58:46 CDT (-05:00), Daniel Golle > wrote: > >

Interface names when putting 802.1q VLAN on top of bonding configuration

2021-05-27 Thread Mike Bernardo
Hi, I have the below working config, is there a way to get the name to be 'vlan20', instead of 'bonding-lan.20' ? I have tried a bunch of stuff and so far nothing has worked. Thanks for any help! Mike config interface 'loopback' option ifname 'lo' option proto 'static'

Re: Interface names when putting 802.1q VLAN on top of bonding configuration

2021-05-28 Thread Mike Bernardo
Ah thanks! This worked great. I swear I tried something nearly identical before that broke everything. Mike > On 2021/05/28, at 02:34:44 CDT (-05:00), Jo-Philipp Wich wrote: > > Hi, > > the following should do what you want. > > config device > option type 8021q > option ifname bonding-lan

Re: Interface names when putting 802.1q VLAN on top of bonding configuration

2021-05-31 Thread Mike Bernardo
erface bv21 option type 'bridge' option ifname vlan21 option auto '1' option force_link '1' config interface bv30 option type 'bridge' option ifname vlan30 option auto '1' option forc

Re: [PATCH v3] ath79: add support for onion omega

2021-08-22 Thread Mike Bernardo
Hi All, Thanks Jan-Niklas for working on this! I am trying to test this on my onion omega2+ (in the arduino dock) .. consoled in via a TTL serial adapter and I tried doing a forced sysupgrade to openwrt-ath79-generic-onion_omega-squashfs-sysupgrade.bin which I built by applying the patch to v2

Re: [PATCH v3] ath79: add support for onion omega

2021-08-23 Thread Mike Bernardo
gt; > Hi, > Answer below. > > W dniu 2021-08-22 o 21:29, Mike Bernardo pisze: >> Hi All, >> >> Thanks Jan-Niklas for working on this! I am trying to test this on my onion >> omega2+ (in the arduino dock) .. consoled in via a TTL serial adapter and I >> t

GPIO mapping on Onion Omega2+ (MT7688)

2021-08-30 Thread Mike Bernardo
Hi, Does anyone know how to get GPIO working on the Omega2+, I seem to have 3 GPIO chips but I can't create a GPIO for example "15", just getting invalid argument: root@onion1:~# echo 15 > /sys/class/gpio/export ash: write error: Invalid argument I guess the number I specify to export would nee

Re: GPIO mapping on Onion Omega2+ (MT7688)

2021-09-06 Thread Mike Bernardo
s, I'm not sure it matters much for my purpose since the following is working: gpioset -m wait gpiochip0 1=1 So it sounds like I do have working gpio, and maybe I will be able to make flashing the arduino dock work. Mike > On 2021/08/31, at 07:22:08 CDT (-05:00), John Thomson >

Ethernet issues on Ubiquiti UniFi 6 LR

2022-07-30 Thread Mike Bernardo
Hi, I'm not sure if I have a v1 or v2, first of all .. I've tried both images and I get LED related errors on boot with both. I had this device up and running and on my ceiling for about a week and then it failed, not sure exactly what happened, seemed its ethernet link was down. Now I can't s

Re: Ethernet issues on Ubiquiti UniFi 6 LR

2022-11-27 Thread Mike Bernardo
definitive way to verify if this hardware is a v1 or v2? Thanks for reading, Mike > On Jul 30, 2022, at 14:15, Mike Bernardo wrote: > > Hi, > > I'm not sure if I have a v1 or v2, first of all .. I've tried both images and > I get LED related errors on boot with