Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
udev 103 killed my wireless [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Wojtek_
Guru
Guru


Joined: 28 May 2006
Posts: 397
Location: London

PostPosted: Mon Nov 27, 2006 5:56 pm    Post subject: udev 103 killed my wireless [SOLVED] Reply with quote

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
View user's profile Send private message
kobit
n00b
n00b


Joined: 05 Nov 2003
Posts: 16
Location: Cambridge, UK

PostPosted: Wed Nov 29, 2006 6:43 pm    Post subject: You can do it automatically Reply with quote

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
View user's profile Send private message
Wojtek_
Guru
Guru


Joined: 28 May 2006
Posts: 397
Location: London

PostPosted: Thu Nov 30, 2006 9:47 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum