treehouses / builder

Treehouses Awesome šŸ‘“ Raspberry Pi Image Builder šŸ—
http://download.treehouses.io
GNU Affero General Public License v3.0
49 stars 22 forks source link

wifi firmware doesn't work with wpa-eap #754

Closed LordJashin32 closed 4 years ago

LordJashin32 commented 4 years ago

According to google this is fixed by installing an older firmware. Going to test it out now.

May 30 16:20:05 treehouses wpa_supplicant[5896]: wlan0: CTRL-EVENT-EAP-SUCCESS E
May 30 16:20:05 treehouses kernel: [ 4074.589292] ------------[ cut here ]------
May 30 16:20:05 treehouses kernel: [ 4074.589403] WARNING: CPU: 3 PID: 5896 at d
May 30 16:20:05 treehouses kernel: [ 4074.589411] Modules linked in: veth xt_nat
May 30 16:20:05 treehouses kernel: [ 4074.589571]  media uio_pdrv_genirq uio i2c
May 30 16:20:05 treehouses kernel: [ 4074.589598] CPU: 3 PID: 5896 Comm: wpa_sup
May 30 16:20:05 treehouses kernel: [ 4074.589605] Hardware name: BCM2835
May 30 16:20:05 treehouses kernel: [ 4074.589631] [<c0212e0c>] (unwind_backtrace
May 30 16:20:05 treehouses kernel: [ 4074.589647] [<c020d5e8>] (show_stack) from
May 30 16:20:05 treehouses kernel: [ 4074.589664] [<c09c2568>] (dump_stack) from
May 30 16:20:05 treehouses kernel: [ 4074.589678] [<c0222540>] (__warn) from [<
root@treehouses:~/cli# uname -r
4.19.118-v7l+
root@treehouses:~/cli# apt list -a firmware-brcm80211
Listing... Done
firmware-brcm80211/testing,now 1:20190114-1+rpt6 all [installed]
firmware-brcm80211/stable 20190114-2 all

EDIT: Might just be my Pi. Downgrading the firmware didn't fix it. Said wpa_supplicant 2.8 is the issue. Which it is the same version on my pi. Says to use wext driver. Going to try that now.

LordJashin32 commented 4 years ago

Confirmed working with wext driver as opposed to 80211 driver.

Seeing as we can fix this in CLI. Gonna go ahead and move the issue over there.