Author Topic: How to get Netgear WNA3100 usb wireless working  (Read 1152 times)

Offline noob420

  • Full Member
  • ***
  • Posts: 79
  • Support Type 1 Diabetes Reasearch
How to get Netgear WNA3100 usb wireless working
« on: November 17, 2012, 08:48:25 AM »
1st, I searched this forum and got no results and search the internet confused me! LOL
 I am a newbie. I have hacked the crud out of Windows XP, replaced boot screen(none of that software) with my own, changed my start button and just for fun changed start menu page to say XP style or 98 crap. LOL
 I downloaded the latest PCLinuxOS Distro and burned a live disk. My only problem is my wireless usb adapter Netgear WNA3100.
 I have read about the windows driver wrapper. If I could get some help on this. Be gentle as I haven't much coding/compiling experience, I did everything in XP from GUI and some regedit(I used ResHacker). I am trying Linux to learn coding and not to hot on Windows.   

Offline putz

  • Hero Member
  • *****
  • Posts: 559
  • If the name fits... wear it.
Re: How to get Netgear WNA3100 usb wireless working
« Reply #1 on: November 17, 2012, 11:46:02 AM »
noob420,

You should search using the term, ndiswrapper

Don't know if there's any specifically on the Netgear WNA3100, but read mine here:

http://www.pclinuxos.com/forum/index.php/topic,110885.0.html

The idea is to use ndiswrapper and the windows XP .inf driver file.

As you might note, I had to install an older kernel to get ndiswrapper on mine working.

The process is fairly straight forward.  
1. Configure Network in PCLinuxOS Control Center.
2. Select Wireless Network Connection, and Use Windows Driver with Ndiswrapper
3. Select your drive if it lists, or "Use Other Driver" if not
4. Navigate to you Windows install CD and find the Windows XP driver and select it, then complete the configuration.

Good Luck,

putz
« Last Edit: November 17, 2012, 11:48:31 AM by putz »
If it jams, force it.... if it breaks, ... it needed to be replaced anyway!!

Offline MGBguy

  • Hero Member
  • *****
  • Posts: 1747
  • Maintaining the Marque
Re: How to get Netgear WNA3100 usb wireless working
« Reply #2 on: November 18, 2012, 10:04:06 PM »
Have you check the repositories to see if Ndiswrapper is installed?

Forget about sasquatch and extraterrestrials, it's those gul darn leprechauns we should be concerned about!

Offline noob420

  • Full Member
  • ***
  • Posts: 79
  • Support Type 1 Diabetes Reasearch
Re: How to get Netgear WNA3100 usb wireless working
« Reply #3 on: November 19, 2012, 10:27:09 AM »
Just getting started on this project. I just installed the newest PCLinuxOS. I will check where (repositories in Synaptic) you said and see if Ndiswrapper is there.
 Here's something funny, I gathered some info to help. I lost the install cd. It seems I need to get the same driver running that you have!
Info: Broadcom 802.11 Network Adapter wireless driver, ver. 5.100.68.46, driver(?) bcmwlhigh5.sys. I copied this file and put in my shared folder in C:XP Do I need any other files from XP?
1 last question, if I find a way that is done in other Linux platform's that is using Ndiswrapper, will this also work in PCLinuxOS no matter the base? Really a newbie at Linux in general! LOL 

Offline putz

  • Hero Member
  • *****
  • Posts: 559
  • If the name fits... wear it.
Re: How to get Netgear WNA3100 usb wireless working
« Reply #4 on: November 19, 2012, 10:47:20 AM »
noob420,

I've always placed the .inf and the .sys driver files in my home directory, then pointed internet/network configuration to the .inf file.  This always worked with my Compaq laptop which uses the a broadcom driver.  However, it seems there's been a number of drivers built into the newer system, thus, network configuration asks if you want to use the built in one or the windows one.  Try one, then if it doesn't work, try the other.

If the system still can't find ndiswrapper (which is installed in PCLinuxOS 2008.08 by default if you have a wireless adapter), you might try installing the 2.6.38.8-pclos3 kernel, reboot, then try again.  That is what worked for me.

putz
If it jams, force it.... if it breaks, ... it needed to be replaced anyway!!

Offline noob420

  • Full Member
  • ***
  • Posts: 79
  • Support Type 1 Diabetes Reasearch
Re: How to get Netgear WNA3100 usb wireless working
« Reply #5 on: November 19, 2012, 12:25:59 PM »
Researched on the web and here what I am going to try 1st. from sourceforge.
 I got from my windows xp, bcmwlhigh5.sys and bcmwlhigh5.inf driver files. I will install them with Ndiswrapper.

Offline noob420

  • Full Member
  • ***
  • Posts: 79
  • Support Type 1 Diabetes Reasearch
Re: How to get Netgear WNA3100 usb wireless working
« Reply #6 on: November 19, 2012, 01:44:09 PM »
OK 1st try didn't work as I am lost. I copied the driver files to my desktop. I haven't any real experience with cmd.prompts. I have Ndiswrapper installed and ran it but I don't know how to tell it where the files are, cmd. window? Went to my netwoek control but didn't see any place to install drivers. Is there a way I can do it step by step. I did run cmd. lsusb which I understand is list usb and saw my device listed. 1 tiny step. LOL
 Now how do I get the drivers in and started with desk top.
One other note I found a note saying all I had to do is "Add the following to ntoskernal_io.c"  "wstdcall NTSTATUS WIN_FUNC(IoUnregisterPlugPlayNotification,1)
(void *tag)
{
      TRACE2("%p", tag);
      TODO(); /* Probably Not, legacy function abandoned in Windows 7 */
      IOEXIT(return STATUS_SUCCESS); /* Linux doesn't use it either */
}" if so can I just copy and paste? If so where is ntoskernal_io.c ie:home/root/ntoskernal_io.c???
Thanks for your time with helping me!
 

Offline putz

  • Hero Member
  • *****
  • Posts: 559
  • If the name fits... wear it.
Re: How to get Netgear WNA3100 usb wireless working
« Reply #7 on: November 19, 2012, 02:26:53 PM »
noob420,

I have to back off.  It seems you installed a version of ndiswrapper you downloaded from somewhere rather than using PCLinuxOS's Synaptic Package Manager.  Ndiswrapper is available in our repositories and easily setup using the PCLinuxOS Control Center / Network & Internet / Set up new network interface function.

I cannot help with cmd.prompts; I just don't know enough.

Perhaps someone else can jump in to help.

Good Luck,

putz
If it jams, force it.... if it breaks, ... it needed to be replaced anyway!!

Offline noob420

  • Full Member
  • ***
  • Posts: 79
  • Support Type 1 Diabetes Reasearch
Re: How to get Netgear WNA3100 usb wireless working
« Reply #8 on: November 19, 2012, 10:10:31 PM »
OK found the button in control center for new connection. I followed and showed where the driver files (bcmwlhigh5.inf and bcmwlhigh5.sys) were (Home), clicked the .inf file, found driver in ndiswrapper list and got an Error Unable to find the ndiswrapper interface! Then after clicking OK drakconnect Unable to find interface for selected device (using ndiswrapper driver). Because I still don't have the internet in PCLinuxOS how can I fix this interface problem? did I do something wrong?

Offline putz

  • Hero Member
  • *****
  • Posts: 559
  • If the name fits... wear it.
Re: How to get Netgear WNA3100 usb wireless working
« Reply #9 on: November 19, 2012, 10:53:40 PM »
noob420,

No, you did not do anything wrong.  That's the normal procedure which has worked for me up until this latest iso (2012.08 or 06).  I also have a copy of the 2012.02 iso that I tried and it worked fine.  Do you have any way to plug in an ethernet cable and get connected long enough to access our repository and install kernel 2.6.38.8-pclos3?  If you can, then do so, then reboot.  Installing the kernel will place another choice in the boot menu for that kernel.  Arrow down and select the new kernel and boot using it.  You should then be able to use the PCC / Network & Internet process and it will work... at least it did for me.

Good Luck,

putz
If it jams, force it.... if it breaks, ... it needed to be replaced anyway!!

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15296
  • ┌∩┐(◕_◕)┌∩┐
Re: How to get Netgear WNA3100 usb wireless working
« Reply #10 on: November 21, 2012, 05:19:32 AM »
If you can connect to the internet using Windows,open a browser (or ftp) and go to the link listed below; that will open up the  heanet.ie  PCLinuxOS repo, and specifically the nonfree folder

http://ftp.heanet.ie/pub/pclinuxos/apt/pclinuxos/2010/RPMS.nonfree/

When that folder is open scroll down and you'll see 22 ndiswrapper files

Download them all to a location where PCLinuxOS can see them (USB stick would do)  They are small files totaling 3.9MB for the lot.

Open up the PCC (Configure Your Computer) module and do another wifi install and when asked point it to where the ndiswrapper files are located  - if the first one doesn't try the next one and so on .....
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline noob420

  • Full Member
  • ***
  • Posts: 79
  • Support Type 1 Diabetes Reasearch
Re: How to get Netgear WNA3100 usb wireless working
« Reply #11 on: November 21, 2012, 09:40:21 AM »
Wow, thanks I'll try that. I did find an older iso and installed that and got my usb seen but couldn't get on the Internet. So I thought I could learn from this! I reinstalled the latest iso. I am going to get it working! LOL Oh a flash since I can't get to the Internet yet could I use the link site you gave me to download updates and install them?? Wait without Internet os won't know what it needs? I'll try what you said 1st. I do have a laptop I can use and a network cable, maybe I'll try hook them up together and use the laptop Internet connection. Should be fun as I never tried Internet sharing in XP or pclos. Wish this newbie luck! I do have lot's of free time and brain space!

Offline noob420

  • Full Member
  • ***
  • Posts: 79
  • Support Type 1 Diabetes Reasearch
Re: How to get Netgear WNA3100 usb wireless working
« Reply #12 on: November 21, 2012, 10:08:43 AM »
I did find out I should be using ndiswrapper 1.57. I have downloaded the packages you said and also ndiswrapper 1.57, I didn't see it at http://ftp.heanet.ie/pub/pclinuxos/apt/pclinuxos/2010/RPMS.nonfree/. Downloaded from softpedia. also have notes on how to install in S manager. Here goes!