8bit.nick
Sat Jun 21, 2014 7:34:24 pm
Hello all,
First, let me start by saying I'm blown away by this operating system and the community. I am really looking forward to using this OS, and I have just ONE problem, I cannot for the life of me get ndiswrapper installed, or get my wireless network card to work. I installed the free 32 bit Zorin 8 on my Dell Inspirion Mini 10, I hunted down the driver from dell, extracted the .inf (because it was in a stupid .exe, which by the way I'm assuming the US_DRIVERS folder containing the .inf is the right one??) file and attmpted to use the windows wireless drivers program to install my .inf, and I get a fatal error regarding ndiswrapper.
I have been using my ethernet connection just fine, and it installed some updates, but in the Zorin FAQ on the home page, it says the following:
My wireless networking isn't working. How do I get it to work?
If your wireless networking is not working automatically please check the "Additional Drivers" program in Zorin OS to see if there are any third-party drivers available for your wireless card. You will need to use Ethernet Internet access for this. Another solution is the Windows Wireless Drivers program. You will need to get the Windows version of the drivers for your wireless card. This program installs these drivers to your Zorin OS system.
My first question is, Where on earth is the "Additional Drivers" program in Zorin OS? Maybe I don't need to use this Windows Wireless Drivers program if I can find where the heck it is.
I searched for it and can only find the windows wireless drivers program.
And when I attempt to install my .inf file it of course gives me the fatal message because I obviously don't have ndiswrapper installed, but here is the kicker! I downloaded and extracted ndiswrapper-1.59 to my downloads folder, following this great posts instructions, word for word.
But when I enter my first command,
Obviously I use my own username, which is "derf", and I even check my spelling and double and tripple check my spelling and I still get that error.
But let me clarify my username is the name that appears when I log into Zorin right? I've tried both "DerfSnoogins" which is my username when I log into Zorin, as well as "derf" which is what my terminal says when I load it "derf@LinuxBoxDerf:~$" So is my username "derf" or "DerfSnoogins"?
I'm so sorry to bother you guys, but I've tried to be independent up until this point but have failed. Any help and I would be really grateful, this is literally my ONLY issue with this operating system.
First, let me start by saying I'm blown away by this operating system and the community. I am really looking forward to using this OS, and I have just ONE problem, I cannot for the life of me get ndiswrapper installed, or get my wireless network card to work. I installed the free 32 bit Zorin 8 on my Dell Inspirion Mini 10, I hunted down the driver from dell, extracted the .inf (because it was in a stupid .exe, which by the way I'm assuming the US_DRIVERS folder containing the .inf is the right one??) file and attmpted to use the windows wireless drivers program to install my .inf, and I get a fatal error regarding ndiswrapper.
I have been using my ethernet connection just fine, and it installed some updates, but in the Zorin FAQ on the home page, it says the following:
My wireless networking isn't working. How do I get it to work?
If your wireless networking is not working automatically please check the "Additional Drivers" program in Zorin OS to see if there are any third-party drivers available for your wireless card. You will need to use Ethernet Internet access for this. Another solution is the Windows Wireless Drivers program. You will need to get the Windows version of the drivers for your wireless card. This program installs these drivers to your Zorin OS system.
My first question is, Where on earth is the "Additional Drivers" program in Zorin OS? Maybe I don't need to use this Windows Wireless Drivers program if I can find where the heck it is.
I searched for it and can only find the windows wireless drivers program.
And when I attempt to install my .inf file it of course gives me the fatal message because I obviously don't have ndiswrapper installed, but here is the kicker! I downloaded and extracted ndiswrapper-1.59 to my downloads folder, following this great posts instructions, word for word.
madvinegar wrote:I have seen that there is a problem with the windows wireless drivers module (ndiswrapper) in Zorin 6 core.
Through terminal I have tried to see the version installed and the message of the terminal was that the version is too old.
Therefore, you should install the latest ndiswrapper as follows:
Go here: http://sourceforge.net/projects/ndiswra ... es/stable/ and download the latest stable version (i.e. ndiswrapper-1.57.tar.gz)
Go to your Downloads folder, find the ndiswrapper-1.57.tar.gz file, right-click it and select "extract here".
Then open terminal and navigate to the extracted folder and install ndiswrapper as follows:
- Code:
cd home/yourusername/Downloads/ndiswrapper-1.57
sudo make
sudo make install
Ofcourse replace "yourusername" with... your username!
This will install the latest ndiswrapper and hopefully your wireless windows .inf files will now work.
But when I enter my first command,
- Code:
cd home/yourusername/Downloads/ndiswrapper-1.59
Obviously I use my own username, which is "derf", and I even check my spelling and double and tripple check my spelling and I still get that error.
But let me clarify my username is the name that appears when I log into Zorin right? I've tried both "DerfSnoogins" which is my username when I log into Zorin, as well as "derf" which is what my terminal says when I load it "derf@LinuxBoxDerf:~$" So is my username "derf" or "DerfSnoogins"?
I'm so sorry to bother you guys, but I've tried to be independent up until this point but have failed. Any help and I would be really grateful, this is literally my ONLY issue with this operating system.