View previous topic :: View next topic |
Author |
Message |
Wojtek_ Guru
Joined: 28 May 2006 Posts: 397 Location: London
|
Posted: Mon Nov 27, 2006 5:56 pm Post subject: udev 103 killed my wireless [SOLVED] |
|
|
Hey
I upgraded my udev to 103 today and I cannto get my wireless to work. I am using ipw3945 drivers from portage. The thing is - before upgrading, net.eth0 started automatically wothout any problems. Now, I cannot even start it manually (it says "no such device"). Module ipw3945 is loaded without any errors but its not used by anything (as shown by lsmod). I know that there are many threads on this forum, but I haven't found any that exactly matches my problem. Thanks
Wojtek
[EDIT]
Seems like the new version of udev doesn't start ipw3945d anymore. After I run it manually everything start correctly. _________________ Fujitsu-Siemens Amilo Xi-1546
Intel Centrino Duo T2600 (2,16GHz)
2x1GB DDR2 RAM
ATi Mobility Radeon X1800 256MB DDR3
2x120GB HDD
Intel High Definition Audio |
|
Back to top |
|
|
kobit n00b
Joined: 05 Nov 2003 Posts: 16 Location: Cambridge, UK
|
Posted: Wed Nov 29, 2006 6:43 pm Post subject: You can do it automatically |
|
|
The same problem on my machine.
I had to execute ipw3945d manually.
If you put following code at the end of your /etc/conf.d/net it will be started automatically:
Code: |
preup() {
[[ ${IFACE} = "eth1" ]] && /sbin/ipw3945d && sleep 2
return 0
}
|
Assuming you wireless interface is eth1. |
|
Back to top |
|
|
Wojtek_ Guru
Joined: 28 May 2006 Posts: 397 Location: London
|
Posted: Thu Nov 30, 2006 9:47 am Post subject: |
|
|
I found a different solution - I reemerged ipw3945 and ipw3945d and added it to the proper runlevel and everything works perfect.
cheers
wojtek _________________ Fujitsu-Siemens Amilo Xi-1546
Intel Centrino Duo T2600 (2,16GHz)
2x1GB DDR2 RAM
ATi Mobility Radeon X1800 256MB DDR3
2x120GB HDD
Intel High Definition Audio |
|
Back to top |
|
|
|