LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-24-2011, 11:32 AM   #1
jimyjack
LQ Newbie
 
Registered: Jan 2005
Location: Wasco Ca.
Distribution: Dabian, Red Hat, Gentoo
Posts: 5

Rep: Reputation: 0
Netgear USB Stick WNA3100 Driver for Debian 6


Hey all
Just got a Netgear usb stick (WNA3100). Trying to use the win driver with Debian 6. It wants an .inf file. I installed the setup on a win 7 machine and there is no .inf file that I can find. Setting here scratching my head. Help! Gramps
 
Old 05-25-2011, 09:32 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi jimyjack, Let's have a look at the chip so we can see what drivers are available. Please post the output from the following.

Code:
# lsusb
# lsmod
Good luck. ;-)
 
Old 05-26-2011, 08:10 AM   #3
jimyjack
LQ Newbie
 
Registered: Jan 2005
Location: Wasco Ca.
Distribution: Dabian, Red Hat, Gentoo
Posts: 5

Original Poster
Rep: Reputation: 0
Hey Peacedog, Good morning from Colo.
lsusb = Bus 001 Device 003: ID 0845:9020 NetGear, Inc.

lsmod = Module Size Used by
ndiswrapper 134221 0
usbcore 98733 5 ndiswrapper,usb_storage,uhci_hcd,ehci_hcd
scsi_mod 101429 5 usb_storage,sg,sr_mod,sd_mod,libata

The lsmod list is two pages long. If there is something there you want I will do a copy-paste, and transfer it to this box and post it. The win driver netgear sends is bcmwlhigh6.sys. Not much to go no, hope this tells you something. gramps
 
Old 05-26-2011, 09:32 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
These might help. Looks like you'll need to read them both all of the way through before going any further.

http://wiki.debian.org/NdisWrapper

Specifically this part:

http://wiki.debian.org/NdisWrapper#ndis

There seems to be some editing needed with this particular card.

http://sourceforge.net/apps/mediawik...etgear_WNA3100

Good luck. ;-)
 
Old 05-26-2011, 11:24 PM   #5
jimyjack
LQ Newbie
 
Registered: Jan 2005
Location: Wasco Ca.
Distribution: Dabian, Red Hat, Gentoo
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks Peacedog, This looks like just what I need. It seems to be a habbit for me to get the hardware that takes the most work to get going. Thanks again Gramps
 
Old 05-27-2011, 07:40 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You're Welcome. Just come back here if you have any more trouble.

Good luck. ;-)
 
Old 05-31-2011, 07:41 AM   #7
CB200
LQ Newbie
 
Registered: May 2011
Posts: 2

Rep: Reputation: Disabled
jimyjack, if you still have windows you'll find the .inf file in C:\Program Files\NETGEAR\WNA3100\Driver\WinXP2000. It's the "bcmwlhigh5 one" just so you know.

Did you get it sorted?, could you let us all know how you did it?, I've got the same problem.

T.I.A
 
Old 05-31-2011, 08:19 AM   #8
jimyjack
LQ Newbie
 
Registered: Jan 2005
Location: Wasco Ca.
Distribution: Dabian, Red Hat, Gentoo
Posts: 5

Original Poster
Rep: Reputation: 0
Hey all
Just to say so, all of you are a grate help. Can't say thanks enough.
I did eventualy find it,I let the fact that they droped the .inf fool me. Once I woke up I was going grate. Then Peacedog sent the info that bcmwlhigh6 won,t work with ndiswrapper. O-Well,If I could find bcmwlhigh5 I would have wifi. And untel then Thanks again. I have a better understanding of Linux-wifi now than when we started, and that is the name of the game. We won again. Gramps
 
Old 05-31-2011, 12:37 PM   #9
CB200
LQ Newbie
 
Registered: May 2011
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by jimyjack View Post
Hey all
Just to say so, all of you are a grate help. Can't say thanks enough.
I did eventualy find it,I let the fact that they droped the .inf fool me. Once I woke up I was going grate. Then Peacedog sent the info that bcmwlhigh6 won,t work with ndiswrapper. O-Well,If I could find bcmwlhigh5 I would have wifi. And untel then Thanks again. I have a better understanding of Linux-wifi now than when we started, and that is the name of the game. We won again. Gramps
I'll take a guess that you don't have windows then if you know someone with windows ask them if they'll let you use it just to get the files, for some unknown reason you can't get them of the disc, hope you get it sorted soon. Good Luck.

Last edited by CB200; 05-31-2011 at 12:44 PM.
 
Old 06-01-2011, 07:56 PM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You can grab the cab archive with the required file from here.

http://catalog.update.microsoft.com/...7-5dd38233ae21

Download the cab file, then use cabextract to get the contents from the archive.

Good luck. ;-)
 
Old 06-20-2016, 05:11 PM   #11
comradanonymous
LQ Newbie
 
Registered: Jun 2016
Posts: 1

Rep: Reputation: Disabled
bcmwlhigh5.inf

Quote:
Originally Posted by jimyjack View Post
Hey all
Just got a Netgear usb stick (WNA3100). Trying to use the win driver with Debian 6. It wants an .inf file. I installed the setup on a win 7 machine and there is no .inf file that I can find. Setting here scratching my head. Help! Gramps
ok so i mtiboot on my pc and have had the issue i have yet to fix the issue due to not enoph time recently but the bcmwlhigh5.inf file can not be fount on windows 7 but however youll find the bcmwlhigh6.inf
you need win xp or 2000 to get the bcmwlhigh5

windows 7 netgear 3100 drivers path is
\Program Files (x86)\NETGEAR\WNA3100\Driver\
win xp and 2000 netgear 3100 driver path is
\Program Files\NETGEAR\WNA3100\Driver\

likely drive "C:" but its G: for xp and D: for 7 on my pc because of my partitions and multibooting and because i grabed the files from thoes os's useing a diffrent os win 10
useing win 10 had nothing to do with it
but you might want to check your folder options to make shure that all system and or hidden files and folders are visable

ill do what i can and return when i have more info but if you get to it before i do let me know your outcome and methos and steps took
please
ComradAnonymous
 
Old 09-08-2016, 02:29 AM   #12
K-Dawgz
LQ Newbie
 
Registered: Sep 2016
Posts: 2

Rep: Reputation: Disabled
Sorry for bumping this post, but im having trouble using it for Kali on Vbox through my mac. I think it may be a driver related issue but how do i go about installing the driver on Linux when its designed for windows?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Debian LIVE on USB stick cccc Debian 11 09-19-2014 12:50 PM
USB netgear stick & my laptop - do I use WINE? ndiswrapper? struttthatstuff Linux - Newbie 23 03-21-2011 11:08 PM
Wireless USB stick driver dcalki Linux - Hardware 1 12-07-2009 11:48 AM
ndiswrapper (for netgear wg311v3) on debian??? (or driver)??? vineet7kumar Linux - Software 3 10-13-2007 01:39 PM
usb memory stick in debian jimjamjahaa Debian 8 01-24-2006 02:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration