Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

  1. #1
    Join Date
    Aug 2012
    Beans
    15

    How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    Hi,

    I am using Ubuntu 12.04 LTS Operating system in my desktop and I want to enable wireless network for it. So, I bought a USB wireless network adapter G54/N150 Wifi (Model no: WNA1000M). I wanted to install driver for this device. I tried following the instructions in this post.

    http://ubuntuforums.org/showthread.p...light=WNA1000M

    But, it seems the 'compat' is changed to 'backports' and also the files in that tarball and I am stuck here. I am getting the following error message for the below command.

    *********@*********-PC:~$ cd Desktop/backports-3.11-rc3-1/
    *********@*********-PC:~/Desktop/backports-3.11-rc3-1$ ./scripts/driver-select rtlwifi
    bash: ./scripts/driver-select: No such file or directory

    Can anyone please help me installing the driver for this device in my system. Thanks in advance.

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    Please try:
    Code:
    cd Desktop/backports-3.11-rc3-1/
    make defconfig-rtlwifi
    make
    sudo make install
    And proceed as before.

    EDIT: Which device do you have?
    Code:
    lspci -nn | grep 0280
    Last edited by chili555; October 28th, 2013 at 12:12 AM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Aug 2012
    Beans
    15

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    I performed the next following instructions as you suggested. After "sudo make install" command it asked me to reboot.When I gave reboot it got stuck on the ubuntu screen for a long time. I did a forced shutdown using power button. After starting again, I gave the command sudo modprobe rtl8192cu .

    But I didn't get any message after issuing the command. And also I cannot see wireless connections enabled.

    *********@********-PC:~$ sudo modprobe rtl8192cu
    [sudo] password for *******:
    *******@*****-PC:~$


    Please advise how I need to proceed from here.

    Thanks in advance.

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    See my edit above. Which device do you have?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Aug 2012
    Beans
    15

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    Below is my system configuration.

    USB wireless adapter: NETGEAR G54/N150 Wifi USB Micro Adapter. (Model No: WNA1000M)

    System configuration: Dell Optiplex 780 desktop. Dual boot with windows 7 and Ubuntu 12.04 LTS.

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    Please answer the exact question I asked:
    EDIT: Which device do you have?

    Code:
    lspci -nn | grep 0280
    The answer provides information you have not provided that I need.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Aug 2012
    Beans
    15

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    I entered the command you gave me. But its not showing any message.

    ******@*****-PC:~$ lspci -nn | grep 0280
    *****@******-PC:~$

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    Oops! Getting too close to naptime for old Chili! Sorry. Let's see:
    Code:
    lsusb
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #9
    Join Date
    Aug 2012
    Beans
    15

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    Below is the result of the command.

    *****@*****-PC:~$ lspci -nn | grep 0280
    ******@*******-PC:~$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
    Bus 004 Device 002: ID 413c:1005 Dell Computer Corp. Multimedia Pro Keyboard Hub
    Bus 004 Device 003: ID 413c:2011 Dell Computer Corp. Multimedia Pro Keyboard
    Bus 004 Device 004: ID 046d:c05a Logitech, Inc. Optical Mouse M90
    Bus 002 Device 005: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II]
    *********@********-PC:~$

  10. #10
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: How to install driver for USB wireless network adapter G54/N150 Wifi (WNA1000M)

    rtl8192cu is correct for your device. Let's see some diagnostics:
    Code:
    lsmod | grep rtl
    modinfo rtl8192cu | grep filename
    dmesg | grep -i rtl
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 1 of 3 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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