1
24.7 Production Series / Re: [SOLVED]: 24.7 Upgrade from 24.1.10 broke my AT&T Fiber Bypass
« on: September 13, 2024, 02:46:58 pm »
For those seeing this. I was able to solve my problem. I had to make sure that the interface was enabled before I could run the WPA supplicant code.
I went to the 8311 discord and found the code posted here by Adamrc. There is a line omitted in the /usr/local/etc/rc.syshook.d/early/04-wpa file.
Where igb0 is the interface, and FF:FF:FF:FF:FF:FF is the Gateway MAC
I went to the 8311 discord and found the code posted here by Adamrc. There is a line omitted in the /usr/local/etc/rc.syshook.d/early/04-wpa file.
Code: [Select]
#!/bin/sh
/sbin/ifconfig igb0 link FF:FF:FF:FF:FF:FF
env OPENSSL_CONF=/conf/wpa/openssl.conf /usr/local/sbin/wpa_supplicant -Dwired -i igb0 -B -C /var/run/wpa_supplicant -c /conf/wpa/wpa_supplicant.conf
Where igb0 is the interface, and FF:FF:FF:FF:FF:FF is the Gateway MAC