Re: Netgear Wireless Problems
One thing I noticed that is missing:
Add ndiswrapper to the end of /etc/modules
This will load the ndiswrapper module on boot.
Mike
One thing I noticed that is missing:
Add ndiswrapper to the end of /etc/modules
Code:
echo "ndiswrapper" | sudo tee -a /etc/modules
Mike
Comment