You are subscribed to this thread wireless card is not recognized automatically after reboot my xubuntu

Seth Hasani sepheebear at gmail.com
Thu Dec 20 11:17:31 UTC 2007


On Dec 19, 2007 10:49 PM, Mustafa Ozkaynak <mozkaynak at gmail.com> wrote:

>  My problem is my wireless card is not recognized by xubuntu when I reboot
> it unless I run
>  sudo modprobe ndiswrapper
>
>  and restart network service.
>
>  I am very frustrated with running modprobe and restart network service
> everytime I reboot my computer.

If you havent already, run:
    sudo ndiswrapper -m

That creates the file /etc/modprobe.d/ndiswrapper with the contents:
    alias wlan0 ndiswrapper

Then to have ndiswrapper module autoload at boot either edit
/etc/modules or run:
    echo 'ndiswrapper' | sudo tee -a /etc/modules


Seth




More information about the ubuntu-users mailing list