The wl driver is too unstable for me, but when trying to use ndiswrapper, it doesn't work unless I do:
and then
How can I make that run on start up? I think the ssb module is conflicting with ndiswrapper. I can start b44 and ssb after successfully starting ndiswrapper...
I am trying to drop this into modprobe.d directory, but really don't know what I'm doing, and it doesn't work. Also, putting it in the autostart in my home folder won't work either, because it requires root privileges...
Thanks for any help!
mm0
Code:
modprobe -r b43 b44 b43legacy ssb
Code:
modprobe ndiswrapper
I am trying to drop this into modprobe.d directory, but really don't know what I'm doing, and it doesn't work. Also, putting it in the autostart in my home folder won't work either, because it requires root privileges...
Thanks for any help!
mm0
Comment