Wifi LED not triggered


Neelix

Insecticidal Maniac
Joined
Jan 8, 2011
Messages
3,279
Location
Melbourne, Australia
I'm running SuperZaxxon 1.53. (all current upgrades have been applied)
 
I've noticed that the first time I enable WiFi (using the config button menu) after booting the WiFi LED does not light up. (though the WiFi itself does work)

Once it has been enabled and disabled for the first time, it will work normally for subsequent uses of the WiFi toggle.   
 
If I enable WiFi for the first time after boot from the terminal, the LED *does* light up, but I see the following set of errors appear:
 


op-vizzini:~$ sudo /usr/pandora/scripts/op_wifi.sh
Starting WL1251 MAC80211 Wireless LAN driver: wl1251.
op-vizzini:~$ find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
Usage: insmod filename [args]
Usage: insmod filename [args]
find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
find: /lib/modules/3.2.30/updates: No such file or directory
Usage: insmod filename [args]
sudo /usr/pandora/scripts/op_wifi.sh
ERROR: Module board_omap3pandora_wifi does not exist in /proc/modules
op-vizzini:~$ sudo /usr/pandora/scripts/op_wifi.sh
Starting WL1251 MAC80211 Wireless LAN driver: wl1251.
op-vizzini:~$ sudo /usr/pandora/scripts/op_wifi.sh
ERROR: Module board_omap3pandora_wifi does not exist in /proc/modules
op-vizzini:~$

 I notice the errors appear after the script completes, but again, only with the first execution.
 
 
This happens consistently with every boot.    Is anyone else seeing anything like this?

- Neelix
 
Yeah, me too. But those errors have been there for a while - most of them are just because the "updates" directory doesn't exist, and the "board_omap3pandora_wifi" error is because that's the module used with the 2.6 kernel, not the 3.2 one (the script tries both, because some people are still using the old kernel).

I think the LED trigger is fairly passive - it just sets the state for a 'red light', and it's not until another process comes along and reads the state, that it physically changes the LED.
 
Yeah, it's been the case ever since Super Zaxxon came out, I only see my WiFi LED on rare days.

I have an SD with an older version of the OS, and it always lights up when that's used.
 
Back
Top