Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-29-2006, 01:39 AM
|
#31
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep: 
|
Actually, it's probably best if you listen to beagle2, I didn't see the posts about rpm.pbone.net earlier, so just assumed you couldn't get NdisWrapper from your CDs.
Last edited by Nylex; 05-29-2006 at 01:40 AM.
|
|
|
05-29-2006, 01:46 AM
|
#32
|
LQ Newbie
Registered: May 2006
Posts: 26
Original Poster
Rep:
|
I've got the RPM installed. Does that mean NdisWrapper is already ready to go and all I need to worry about now is the Windows driver, or what?
|
|
|
05-29-2006, 01:47 AM
|
#33
|
Member
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417
Rep:
|
Should be, type ndiswrapper -l and see what you get.
|
|
|
05-29-2006, 01:51 AM
|
#34
|
LQ Newbie
Registered: May 2006
Posts: 26
Original Poster
Rep:
|
I'd like to install the Windows driver first, but I'm not quite sure how to get to the .inf file like in the NdisWrapper Installation guide. It just says to unpack it and find the INF file, then install the file with ndiswrapper -i filename.inf
|
|
|
05-29-2006, 02:01 AM
|
#35
|
Member
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417
Rep:
|
Ok, I meant type ndiswrapper -l just to see if it worked. Just get hold of the driver indicated in the guide, extract all the files into a folder like /home/ananke/driver and install ndiswrapper -i /home/ananke/driver/(driver).inf . Then try ndiswrapper -l again - should see driver hardware present.
|
|
|
05-29-2006, 02:13 AM
|
#36
|
LQ Newbie
Registered: May 2006
Posts: 26
Original Poster
Rep:
|
I'm having a little trouble unzipping the .exe file. What's the command line?
|
|
|
05-29-2006, 02:14 AM
|
#37
|
Member
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417
Rep:
|
Which driver are you trying to get - .exe is windows executable file, no use here Im afraid.
|
|
|
05-29-2006, 02:16 AM
|
#38
|
LQ Newbie
Registered: May 2006
Posts: 26
Original Poster
Rep:
|
I got it from the list on the NdisWrapper Wiki. I'm pretty sure they're all .exe
|
|
|
05-29-2006, 02:24 AM
|
#39
|
LQ Newbie
Registered: May 2006
Posts: 26
Original Poster
Rep:
|
Okay nevermind... I got the stuff unzipped, but ndiswrapper -l is still giving me "bcmwl5 invalid driver!"
|
|
|
05-29-2006, 02:27 AM
|
#40
|
Member
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417
Rep:
|
If it is an .exe then you will have to run it on windows machine then look for the .inf files. Your driver may be the one that comes from acer - its a zip file so unzip filename.zip
to extract.
Ok just what it say - double check the pciid as per the install windows driver section of the ndiswrapper wiki that you have the correct driver. Other than that there are plenty of posts about the broadcom driver so have a search on the forums.
Last edited by beagle2; 05-29-2006 at 02:29 AM.
|
|
|
05-29-2006, 02:34 AM
|
#41
|
LQ Newbie
Registered: May 2006
Posts: 26
Original Poster
Rep:
|
Did that, and since there were no instructions on which of the three INF files (autorun.inf, bcmwl5.inf and bcmwl5a.inf) to use, I tried bcmwl5 first. Apparently it doesn't work. bcmwl5a couldn't be copied, and ndiswrapper -l says it's invalid.
My PCIID is 14e4:4320 (rev 3). Any other drivers that are known to work?
|
|
|
05-29-2006, 02:38 AM
|
#42
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep: 
|
Try this one, as I think that's the one I used and my PCI ID is the same as yours.
|
|
|
05-29-2006, 02:39 AM
|
#43
|
LQ Newbie
Registered: May 2006
Posts: 26
Original Poster
Rep:
|
That's the one I got. Which INF did you use?
|
|
|
05-29-2006, 02:41 AM
|
#44
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep: 
|
I used bcmwl5.inf. Maybe check the NdisWrapper list for other cards matching your PCI ID and see what other drivers there are.
|
|
|
05-29-2006, 02:56 AM
|
#45
|
LQ Newbie
Registered: May 2006
Posts: 26
Original Poster
Rep:
|
ndiswrapper -i bcmwl5.inf gets me this message:
Code:
Installing bcmwl5.inf
cp: cannot stat `bcmwl5.inf': No such file or directory.
Even though I just unzipped it and it's right there on the screen...
|
|
|
All times are GMT -5. The time now is 01:42 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|