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

Joined: 10 Apr 2004 Posts: 41
|
Posted: Wed Jan 26, 2005 4:12 am Post subject: ndiswrapper 1.0 rc4 hangs during boot dell D600 latitude |
|
|
Laptop hangs during boot only when running on battery.
Otherwise the wireless works great.
I used the latest ndiswrapper 1.0rc4 and the dell provided bcmwl5.sys driver.
I tried version 1.0rc3 and already had the same issue.
I use the kernel 2.6.10-gentoo-r6
any ideas? |
|
Back to top |
|
 |
yaneurabeya Veteran


Joined: 13 May 2004 Posts: 1754 Location: Seattle
|
|
Back to top |
|
 |
linbox n00b

Joined: 10 Apr 2004 Posts: 41
|
Posted: Fri Jan 28, 2005 12:17 am Post subject: |
|
|
I looked deeper into my problem and it is really not the power cable that makes the different it is the network cable that keeps me from booting. I just had the network cable also plugged in so I coul connect to the internetl when I rebooted after I plugged the power back in |
|
Back to top |
|
 |
Phantom n00b

Joined: 09 Jan 2005 Posts: 12 Location: Netherlands
|
Posted: Fri Jan 28, 2005 6:52 am Post subject: preemptive |
|
|
Well this may not be your probem at all, but I had a lot of probems with ndiswrapper locking my system, solution for me was to turn off the preemptive option in the kernel.
Have no clue why this should matter, but it is now rock solid.
have a look at: https://forums.gentoo.org/viewtopic.php?t=283871
ps. I'm running on a dell laptop too |
|
Back to top |
|
 |
linbox n00b

Joined: 10 Apr 2004 Posts: 41
|
Posted: Sat Jan 29, 2005 11:22 pm Post subject: Fixed my problem |
|
|
I read through more postings and I tried out ifplugd and configured it for eth0 so it will only start etht0 when the cable is actually plugged in and now my computer does not lock up anymore.
With the wireless i took a not so clean route there has to be a better way.
I added in the /etc/conf/local.start the following lines
iwconfg wlan0 essid "xxxx"
sleep 2
iwconfig wlan key "xxxxxxxx"
sleep 2
ifconfig wlan0 up
sleep 2
dhcpcd wlano
Anybody knows a better way to have the essid and the key passed to the wireless card? |
|
Back to top |
|
 |
|