Results 1 to 10 of 13
Heyaz, I'm pretty new to Linuxes and I'm having problems with running ndiswrapper.
I have installed it but I get this error saying:
Permission denied at /usr/bin/ndiswrapper-1.9
line 194
So.. ...
- 08-22-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
[KUBUNTU 9.04] Help plz :)
Heyaz, I'm pretty new to Linuxes and I'm having problems with running ndiswrapper.
I have installed it but I get this error saying:
Permission denied at /usr/bin/ndiswrapper-1.9
line 194
So.. what does this error mean and what can I do to fix my problem? Thank you everyone in advance.
In case it makes a different I'm trying to get a NETGEAR WPN311 USB wireless working.
- 08-22-2009 #2
Hello and Welcome.
Try using sudo to preface your commands.
sudo command-name
Check this thread for a little more help.
http://www.linuxforums.org/forum/wir...tart-here.htmlI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 08-22-2009 #3
Check out the sticky on wireless setup.
http://www.linuxforums.org/forum/wir...tart-here.html
Searching around, it looks like your wireless adapter may have an Atheros AR5004G chipset, which should work with the ath5k driver. But we'd need to confirm that, so again, wireless sticky.
- 08-22-2009 #4Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
But the thing is that my Computer doesn't use a Card for wireless. it uses a USB.
- 08-22-2009 #5
- 08-22-2009 #6Just Joined!
- Join Date
- Aug 2009
- Location
- The Netherlands
- Posts
- 16
Yoshiro,
Try:
sudo lsusb
This will give them more insight to help you.
In the future you can always add "--help" to a command to get more info, it help to learn. for example type:
sudo lsusb --help
- 08-23-2009 #7Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
And then I should copy the results?
- 08-23-2009 #8Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
My result is:
Bus 001 Device 005: ID 04b8:082e Seiko Epson 0x082e DX-60x0 scanner
Bus 001 Device 004: ID 1385:5f01 Netgear, INC WPN111 (no firmware)
Bus 001 Device 003: ID Creative Technology, Ltd Live! Cam Video IM pro
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 076b:3021 OmniKey AG CardMan 3121
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- 08-23-2009 #9
Well, it does look like ndiswrapper is the only option right now. Did you say you already have the Windows drivers?
Where /path/to/driver.inf is the path to the windows driver.Code:sudo ndiswrapper -i /path/to/driver.inf sudo depmod -a sudo ndiswrapper -m sudo modprobe ndiswrapper
To load at boot, append the line ndiswrapper to /etc/modules/
- 08-23-2009 #10Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
Thank you very much
<3
how do I use it? It says it's connected but I still cant use the internet.


Reply With Quote
