|
One of the most common mistakes newbies make is thinking that they have to use Windows programs to make Linux work correctly. The most common such error involves trying to use ndiswrapper for wireless cards with native linux drivers. Not only are Linux drivers for that card readily available, they are as close as Debian's repositories. Assuming that ndiswrapper did not screw up anything critical, all you should have to do is:
# aptitude ipw3945-source firmware-ipw3945 ipw3945d module-assistant linux-headers-`uname -r`
# module-assistant prepare
# m-a a-i ipw3945
# modprobe -v ipw3945
If you are using Sarge(stable), it may not be quite that easy. If you are, this would be a good time to switch.
Last edited by rickh; 12-19-2006 at 04:06 PM.
|