| View previous topic :: View next topic |
| Author |
Message |
eddie85 n00b

Joined: 25 Aug 2007 Posts: 13
|
Posted: Fri Dec 21, 2007 8:54 pm Post subject: ipw wifi: link is not ready [SOLVED] |
|
|
Hi all,
I installed ipw3945 driver from sourcecode. I followed the INSTALL.txt instruction, installing also ipw3945d and ieee80211(needed for the driver to work properly). Anything's ok, the daemon is loaded, but when I try to do something (scan, connections ...) it doesn't works.
dmesg says:
| Code: | | ADDRCONF(NETDEV_UP): eth1: link is not ready |
I think is something related to hotplug... but don't know what?? I think kernel and modules are ok (on slackware and some kernel it works)...
Googled bud found nothing appropriate...Any ideas or docu??
thanks
Last edited by eddie85 on Sat Dec 22, 2007 9:48 pm; edited 1 time in total |
|
| Back to top |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1260 Location: Netherlands
|
Posted: Sat Dec 22, 2007 3:09 am Post subject: |
|
|
Did you verify that killswitch is not activated?
HTH
swimmer |
|
| Back to top |
|
 |
eddie85 n00b

Joined: 25 Aug 2007 Posts: 13
|
Posted: Sat Dec 22, 2007 9:48 pm Post subject: |
|
|
Ok! it was the problem!!
I could enable/disable my wireless card with
| Code: |
echo 0 > /sys/bus/pci/drivers/ipw3945/*/rf_kill
respectively
echo 1 > /sys/bus/pci/drivers/ipw3945/*/rf_kill
|
Now I can scan channels....Thanks, you saved a lot of my time!
regards Edo |
|
| Back to top |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1260 Location: Netherlands
|
Posted: Sun Dec 23, 2007 2:50 am Post subject: |
|
|
Glad I could help  |
|
| Back to top |
|
 |
|