Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

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

  1. #11
    Join Date
    Aug 2012
    Beans
    15

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

    Below are the results of the commands.

    ********@*******-PC:~$ lsmod | grep rtl
    rtl8192cu 103277 0
    rtl8192c_common 75767 1 rtl8192cu
    rtlwifi 111269 1 rtl8192cu
    mac80211 506862 3 rtl8192cu,rtl8192c_common,rtlwifi
    cfg80211 205774 2 rtlwifi,mac80211
    ********@*******-PC:~$ modinfo rtl8192cu | grep filename
    filename: /lib/modules/3.2.0-55-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko
    *****@*****-PC:~$ dmesg |grep -i rtl
    [ 21.510910] rtl8192cu: MAC address: 28:c6:8e:fa:a1:7f
    [ 21.510916] rtl8192cu: Board Type 0
    [ 21.581038] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
    [ 21.619457] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [ 21.619921] usbcore: registered new interface driver rtl8192cu
    [ 27.441410] rtl8192cu: MAC auto ON okay!
    [ 27.489421] rtl8192cu: Tx queue select: 0x05
    [ 27.490172] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cufw.bin
    *********@*********-PC:~$

  2. #12
    Join Date
    Aug 2012
    Beans
    15

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

    Below are the results of the commands:

    *******@*******-PC:~$ lsmod | grep rtl
    rtl8192cu 103277 0
    rtl8192c_common 75767 1 rtl8192cu
    rtlwifi 111269 1 rtl8192cu
    mac80211 506862 3 rtl8192cu,rtl8192c_common,rtlwifi
    cfg80211 205774 2 rtlwifi,mac80211
    *********@*******-PC:~$ modinfo rtl8192cu | grep filename
    filename: /lib/modules/3.2.0-55-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko
    ********@********-PC:~$ dmesg |grep -i rtl
    [ 21.510910] rtl8192cu: MAC address: 28:c6:8e:fa:a1:7f
    [ 21.510916] rtl8192cu: Board Type 0
    [ 21.581038] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
    [ 21.619457] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [ 21.619921] usbcore: registered new interface driver rtl8192cu
    [ 27.441410] rtl8192cu: MAC auto ON okay!
    [ 27.489421] rtl8192cu: Tx queue select: 0x05
    [ 27.490172] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cufw.bin
    ********@********-PC:~$

  3. #13
    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 check two more things:
    Code:
    modinfo rtl8192cu | grep -e version -e 9041
    iwconfig
    We hope the version includes: backported from Linux (v3.11-rc3-0-g5ae90d8) using backports v3.11-rc3-1-0-g4e81a94

    So far, we see nothing wrong.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #14
    Join Date
    Aug 2012
    Beans
    15

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

    Below are the results of the command

    ********@*********-PC:~$ modinfo rtl8192cu | grep -e version -e 9041
    srcversion: 7BCF53C3BB51058449CD6F8
    alias: usb:v9846p9041d*dc*dsc*dp*ic*isc*ip*
    alias: usb:v0846p9041d*dc*dsc*dp*ic*isc*ip*
    vermagic: 3.2.0-55-generic SMP mod_unload modversions
    *********@*******-PC:~$ iwconfig
    lo no wireless extensions.


    virbr0 no wireless extensions.


    wlan0 IEEE 802.11bgn ESSIDff/any
    Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
    Retry long limit:7 RTS thr=2347 B Fragment thrff
    Power Managementff

    eth0 no wireless extensions.


    *********@******-PC:~$

  5. #15
    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)

    We're getting closer all the time! We have a good driver and it loads the firmware and creates a wireless interface wlan0! Does it scan?
    Code:
    sudo iwlist wlan0 scan
    If it scans, it should connect!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #16
    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:~$ sudo iwlist wlan0 scan
    [sudo] password for *********:
    wlan0 Interface doesn't support scanning : Device or resource busy
    ******@********-PC:~$

  7. #17
    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)

    Busy? Busy doing what, we wonder. Let's go back to the message log again:
    Code:
    dmesg | grep wlan
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #18
    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:~$ dmesg | grep wlan
    [ 27.886967] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 27.887294] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    *******@*******-PC:~$

  9. #19
    Join Date
    Aug 2012
    Beans
    15

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

    My actual requirement is to connect an Android smartphone to my desktop in wireless mode and through that access the internet. I read somewhere that Android smartphone does not support Adhoc networks. So, I want to setup wifi hotspot in my desktop system. For that I am trying to setup this wireless LAN adapter first. Hope, my direction is right. Please correct me if I am wrong or if there is any other way to achieve that. Thanks in advance.

  10. #20
    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)

    I haven't any idea how to do that; I'd assume somewhere in Network Manager. You have a working driver now, so I suggest you ask a new question about a hotspot. It's really beyond my experience.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 2 of 3 FirstFirst 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
  •