← Back to team overview

ubuntu-eee-coders team mailing list archive

Re: [Question #44829]: WEP and wifi status/LED on 701 running Ubuntu EEE 8.04.01

 

Question #44829 on Ubuntu Eee changed:
https://answers.launchpad.net/ubuntu-eee/+question/44829

alxarch posted a new comment:
This does fix the problem but it's not an actual fix, the initial script
was logically correct but there's something else changing the state of
the wifi.

original script:
wifi is off (state=0)
fnf2
script kicks in, state is 0 so modprobes and sets state to 1
fnf2
script kicks in, state is 1 so turns off and sets state to 0

"fixed" script:
wifi is off (state=0)
fnf2
script kicks in, state is 0 so modprobes and sets state to 0
fnf2
script kicks in, state is 0 so modprobes and sets state to 0

the problem is that there's sth else on the background totally
overriding this script so the script actually just fixes the conflict by
disabling this script

to prove this just delete the script, wifi works

you need to find the real script

-- 
You received this question notification because you are a member of
Ubuntu Eee Coders, which is an answer contact for Ubuntu Eee.