Quote:
I'm looking at something on the internet which has to do with ndiswrapper and prism54. Looks complicated...
|
Well, yes and no. Hopefully a quick explanation will clear up what is going on.
As you may have noticed, wireless support in Linux is variable. Some chipsets are incredibly well supported and others have virtually no support. For chipsets that have no native Linux drivers, there is ndiswrapper which allows Windows drivers to function in Linux. Your chipset (the ISL3886) does have native linux support, and that is the Prism54 project. So in essence, you've got two drivers to choose from.
As far as ndiswrapper goes, you'll see a couple of things. People use it frequently even when they don't need to because it tends to be easier to set up. However, a fair bit of the Linux community consider it an abomination since it uses proprietary closed source drivers. Whether to use it or not is your choice.
The Linux driver for your card is call islsm, and is part of the Prism54 site. The main instructions for downloading and installing it are
here, and I agree they are a touch confusing. Have a read and post any questions you might have. Basically what you'll do to use this driver is to download and compile the kernel module and download and install firmware. Both of these are usually pretty easy to do.
The one thing to look out for is that while you can have both ndiswrapper and islsm installed on your computer at the same time, you can't try to use them at the same time as they'll fight over the card and nothing will work.