PDA

View Full Version : [xubuntu] Autostart ndiswrapper...How?



sdpimpy
March 28th, 2010, 02:21 AM
Can some kind soul tell me how to autostart ndiswrapper in Xubuntu 9.10?

I've got my wireless working but I have to run modprobe ndiswrapper in terminal after each reboot.

chili555
March 28th, 2010, 03:37 AM
There is a file that loads modules automagically on boot called /etc/modules. Let's add ndiswrapper. Open a terminal and do:
sudo su
echo ndiswrapper >> /etc/modules
exitThat's it!

sdpimpy
March 28th, 2010, 08:44 AM
Thank you very much Chili, that did the trick. \\:D/