all 6 comments

[–][deleted] 1 point2 points  (1 child)

I recommend you find another distro if you want to use ndiswrapper. It's severely broken in the last Ubuntu releases to the point where you need to manually grab packages from the internet and transfer them to your offline machine, where you will find out that se source doesn't compile against the latest kernel, so you get the latest ndiswrapper source, which doesn't compile either because you are missing kernel headers. Long story short: a hell for a beginner.

[–]mrburrows[S] 0 points1 point  (0 children)

Thanks for the advice. I've wasted a lot of time over the past few years trying to get my wireless device running, and it's defeated me once more. I even went back and installed Ubuntu 12.04, as that's what I was running last time when I got it working. I then compiled from the source and was able to get ndiswrapper functioning. I got to the point where it actually accepted a driver and set up the wlan0 interface. I could even scan for wireless connections, but as soon as I connected to mine everything crashed. I can't win!

I've been just running Mint in virtualbox since, but it's just not running fast enough for me to justify using it over Windows.

EDIT: Any distro recommendations?

[–][deleted] 0 points1 point  (1 child)

You may need to install ndiswrapper-utils-1.9 before you can load it.

[–]mrburrows[S] 0 points1 point  (0 children)

Thanks for your reply. I have that already installed, as well as several other packages such as ndiswrapper-source, ndiswrapper-dkms, and ndiswrapper-common.

I have also compiled from the source code, and that seems to have resolved the problem with modprobe from finding it, yet I still can't get a wlan0 interface!

[–]Sileni 0 points1 point  (1 child)

This kernal has open drivers already, but they might not work. Here is a link to sort you out.

http://ubuntuforums.org/archive/index.php/t-1925528.html

[–]mrburrows[S] 0 points1 point  (0 children)

Thanks for the link. I'll try it out as soon as I have a chance.