Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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.. ...
  1. #1
    Just 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.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    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.html
    I 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.

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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.

  4. #4
    Just 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.

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Quote Originally Posted by Yoshiro View Post
    But the thing is that my Computer doesn't use a Card for wireless. it uses a USB.
    If you read the sticky, you'll see that the lsusb command will give us info on usb network adapters.

  6. #6
    Just 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

  7. #7
    Just Joined!
    Join Date
    Aug 2009
    Posts
    6
    And then I should copy the results?

  8. #8
    Just 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

  9. #9
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Well, it does look like ndiswrapper is the only option right now. Did you say you already have the Windows drivers?

    Code:
    sudo ndiswrapper -i /path/to/driver.inf
    sudo depmod -a
    sudo ndiswrapper -m
    sudo modprobe ndiswrapper
    Where /path/to/driver.inf is the path to the windows driver.

    To load at boot, append the line ndiswrapper to /etc/modules/

  10. #10
    Just 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.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...