LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   distributions with Ndiswrapper (https://www.linuxquestions.org/questions/linux-newbie-8/distributions-with-ndiswrapper-351669/)

joshknape 08-09-2005 08:27 PM

distributions with Ndiswrapper
 
Which distributions other than Xandros, if any, come with Ndiswrapper? I'd rather not go back to Xandros, because although my wireless equipment worked in it (unlike in Mandrake), it was bug-ridden.

linux-rulz 08-10-2005 02:09 AM

I can't think of any. Besides, the distributions still most likely won't contain your windows driver to use with it though. Just pick a distro you like and then find an add-on package for ndiswrapper, or compile it from source.

Linspire might have it though? Who knows?

RanDrake10 08-10-2005 05:33 AM

SuSe and MEPIS both do, but like linux-rulz said pick a distro you like and just add ndiswrapper.

joshknape 08-10-2005 02:01 PM

The reason I want Ndiswrapper preinstalled is because I've never been able to compile anything successfully, and have run out of patience for the task.

linux_or_bust 08-10-2005 02:05 PM

Vectorlinux has ndiswrapper pre-installed

jrdioko 08-10-2005 10:58 PM

It's really not that hard to compile things, maybe you ran into problems with errors or missing dependencies in the past. If you have the file ndiswrapper.tar.gz, for example, all you do it:

Code:

tar zxvf ndiswrapper
cd ndiswrapper
./configure
make
make install

and it should be all taken care of. If it uses a different install procedure or the above steps give you errors, a quick post here can probably solve the issue. It's good to learn to compile from source even if you're using a distribution that doesn't require it. There are always a few programs that aren't available in the correct package for your system, and source is almost always there.


All times are GMT -5. The time now is 04:47 AM.