Page 1 of 16 12311 ... LastLast
Results 1 to 10 of 154

Thread: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

  1. #1
    Join Date
    Aug 2012
    Beans
    27

    Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    I've seen several other forum posts on this site as well as others about similar problems but have yet to find a solution. I'm new to ubuntu so I apologize in advance for my n00bery. I have a Netgear N150 Wireless USB Micro Adapter (WNA1000M). I've tried so many different ways to get this stupid thing working and I worry that with so many different attempts I may have a problem. I heard once that using ndiswrapper was a possible solution, but also ready that you should avoid using it if possible. So i attempted to remove ndiswrapper and I'm pretty sure I did it wrong.

    Here is my latest attempt:
    jon@jon-desktop:~$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 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 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 001 Device 004: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
    Bus 004 Device 002: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse

    So from running lsusb we can see that I should install the rtl8188cus driver right? So I downloaded the driver from Realtek, unzipped it and ran the following:

    jon@jon-desktop:~$ sudo apt-get install linux-headers-generic build-essential
    [sudo] password for jon:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    build-essential is already the newest version.
    linux-headers-generic is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    jon@jon-desktop:~$ cd Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/
    jon@jon-desktop:~/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622$ sudo sh install.sh
    ##################################################
    Realtek Wi-Fi driver Auto installation script
    Novembor, 21 2011 v1.1.0
    ##################################################
    Decompress the driver source tar ball:
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622.tar. gz
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_xmit.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_ioctl_query.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/efuse/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/efuse/rtw_efuse.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_recv.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_br_ext.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_eeprom.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_debug.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_p2p.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_ieee80211.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_security.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_cmd.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_mlme.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_mp.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_sta_mgt.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_rf.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_pwrctrl.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_wlan_util.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_mlme_ext.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_io.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_ioctl_rtl.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_mp_ioctl.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_ioctl_set.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_iol.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/wlan0dhcp
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/osdep_service.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/ioctl_linux.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/recv_linux.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/os_intfs.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/usb_intf.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/mlme_linux.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/pci_intf.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/sdio_intf.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/rtw_android.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/xmit_linux.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/ioctl_cfg80211.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/wlan_bssdef.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/cmd_osdep.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_recv.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_mlme_ext.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/wifi.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_led.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192d_recv.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/farray.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192CPhyReg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192DPhyCfg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192d_hal.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_dm.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_rf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_android.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_recv.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/nic_spec.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/usb_osintf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192d_dm.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_xmit.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_event.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_qos.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_pwrctrl.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_xmit.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192d_spec.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/osdep_ce_service.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/sdio_ops.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/ieee80211.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/recv_osdep.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/drv_types_linux.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_efuse.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192CUHWImg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/sdio_ops_ce.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192DUTestHWImg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/usb_ops.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_ht.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/ioctl_cfg80211.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/ethernet.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/mp_custom_oid.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_ioctl_rtl.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/sdio_ops_linux.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192DUHWImg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_spec.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_mlme.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/hal_init.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/drv_types.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192DEHWImg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/ieee80211_ext.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/drv_types_ce.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192CPhyCfg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192d_led.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/byteorder/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/byteorder/swab.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/byteorder/swabb.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/byteorder/big_endian.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/byteorder/little_endian.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/byteorder/generic.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_mp_ioctl.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/sdio_ops_xp.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192CUHWImg_wowlan.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192DETestHWImg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/sdio_osintf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192CEHWImg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_p2p.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/pci_hal.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/drv_conf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/usb_vendor_req.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/osdep_service.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192DUHWImg_wowlan.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_ioctl_query.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_eeprom.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/drv_types_xp.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_byteorder.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192d_xmit.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_version.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192d_cmd.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_ioctl_set.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/h2clbk.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/pci_osintf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_cmd.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192d_rf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/pci_ops.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_cmd.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_event.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/mlme_osdep.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_debug.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/osdep_intf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/sta_info.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_iol.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_mp_phy_regdef.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_rf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/usb_hal.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/autoconf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_security.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/sdio_hal.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_io.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/Hal8192DPhyReg.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_br_ext.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/circ_buf.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/basic_types.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_hal.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/ip.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_led.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/if_ether.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/xmit_osdep.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtl8192c_sreset.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_mp.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/include/rtw_ioctl.h
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/ifcfg-wlan0
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/Makefile
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/Kconfig
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/hal_init.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_cmd.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_phycfg.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_dm.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_mp.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_rxdesc.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_rf6052.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/rtl8192cu_led.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/usb_halinit.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/rtl8192cu_recv.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/Hal8192CUHWImg_wowlan.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/usb_ops_ce.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/Hal8192CUHWImg.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/usb_ops_linux.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/rtl8192cu_xmit.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/usb_ops_xp.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_sreset.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_hal_init.c
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/clean
    rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622
    Authentication requested [root] for make clean:
    install.sh: 38: [: unexpected operator
    rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
    rm .tmp_versions -fr ; rm Module.symvers -fr
    rm -fr Module.markers ; rm -fr modules.order
    cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
    cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
    cd hal/rtl8192c/usb ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
    cd hal/rtl8192c ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
    cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
    cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
    cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
    Authentication requested [root] for make driver:
    install.sh: 48: [: unexpected operator
    make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.2.0-27-generic-pae/build M=/home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622 modules
    make[1]: Entering directory `/usr/src/linux-headers-3.2.0-27-generic-pae'
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_cmd.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_security.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_debug.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_io.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_ioctl_query.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_ioctl_set.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_ieee80211.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_mlme.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_mlme_ext.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_wlan_util.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_pwrctrl.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_rf.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_recv.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_sta_mgt.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_xmit.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_p2p.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_br_ext.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/rtw_iol.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/core/efuse/rtw_efuse.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/hal_init.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_hal_init.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_phycfg.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_rf6052.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_dm.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_rxdesc.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_cmd.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_mp.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/usb_ops_linux.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/usb_halinit.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/rtl8192cu_led.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/rtl8192cu_xmit.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/rtl8192cu_recv.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/rtl8192c_sreset.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/hal/rtl8192c/usb/Hal8192CUHWImg.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/osdep_service.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/os_intfs.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/usb_intf.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/ioctl_linux.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/xmit_linux.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/mlme_linux.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/recv_linux.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/ioctl_cfg80211.o
    CC [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/os_dep/linux/rtw_android.o
    LD [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/8192cu.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/8192cu.mod.o
    LD [M] /home/jon/Desktop/RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622/driver/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622/8192cu.ko
    make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-27-generic-pae'
    ##################################################
    Compile make driver ok!!
    ##################################################
    install.sh: 68: [: unexpected operator
    Authentication requested [root] for remove driver:
    ERROR: Module 8192cu does not exist in /proc/modules
    Authentication requested [root] for insert driver:
    insmod: error inserting '8192cu.ko': -1 Device or resource busy
    Authentication requested [root] for install driver:
    install -p -m 644 8192cu.ko /lib/modules/3.2.0-27-generic-pae/kernel/drivers/net/wireless/
    /sbin/depmod -a 3.2.0-27-generic-pae
    ##################################################
    The Setup Script is completed !
    ##################################################

    So then I reboot and still same problem. The wireless continually tries to connect to my router and asks for the password over and over and won't connect. Before I tried all of the above I tried what was listed in this forum: http://ubuntuforums.org/showthread.php?t=1806839 At one point the wireless would work! However, after unplugging the ethernet I was using, the connection eventually is lost. I know it's not a signal problem because I can use this same micro adapter on any other computer in the house and it works just fine.

    And before that I tried messing around with ndiswrapper and like I said probably removed ndiswrapper incorrectly.......

    What am I doing wrong?? Do I need to remove ndiswrapper (correctly) and all these other multiple drivers that are probably installed now? If so, how? HELP!

    Thanks in advance ( I know....your eyebrows are all probably raised at this point...lol)

  2. #2
    Join Date
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    I ran into the same problem. Same chipset, different manufacturer. I took the easy way out and downloaded RealTek's driver. It comes with an install script which make it very easy. Ubuntu 11.10 and Mint 13 required blacklisting the driver included in the kernel, Ubuntu 12.04 did not. Here is the Realtek web site:

    http://www.realtek.com.tw/downloads/...&GetDown=false

    RTL8188CUS is the one I'm using and it's fast & reliable. The caveat with using Realtek's driver is to keep the folder where you can find it again. A new kernel will kill the driver and require re-running the script. There's no uninstall/reinstall, just run the install script again and the lil' blue light should start flashing again.

  3. #3
    Join Date
    Aug 2012
    Beans
    27

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    I wish it were that simple. However, it still continues to ask for the password over and over and never connects.

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

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    I know....your eyebrows are all probably raised at this point.
    A little bit...

    First, rtl8192cu is built in to the kernel in 12.04 and covers your device. I am wondering why you tried ndiswrapper and downloaded the Realtek driver instead of the driver that's built in. Mostly, I am wondering how many competing drivers are loaded now. Please post:
    Code:
    lsmod | grep -e ndis -e 8192
    If the built in and ndiswrapper also tried and failed to connect, it's likely not the driver then; it's likely Network Manager.

    Thanks.
    "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
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    Quote Originally Posted by chili555 View Post
    A little bit...

    First, rtl8192cu is built in to the kernel in 12.04 and covers your device. I am wondering why you tried ndiswrapper and downloaded the Realtek driver instead of the driver that's built in. Mostly, I am wondering how many competing drivers are loaded now. Please post:
    Code:
    lsmod | grep -e ndis -e 8192
    If the built in and ndiswrapper also tried and failed to connect, it's likely not the driver then; it's likely Network Manager.

    Thanks.
    Dueling drivers - or circular firing squads - is a good point. There does seem to be some problem with the built-in driver and the RTL8188CUS chip. When trying the built-in driver it would find the adapter but may or may not connect. Usually not and if it did show a connection there was no data transfer taking place. I had to blacklist rtl8291cu on some installs when using RealTek's driver. It might be network manager, I don't know and I've never had much luck with wicd.

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

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    It might be network manager, I don't know and I've never had much luck with wicd.
    Have you ever tried removing NM altogether and setting up /etc/network/interfaces? Then you will know if it is or isn't NM.

    I suspect NM and wpa_supplicant and their interaction with the specific driver is at the heart of more problems than we know. The only solution most try is yet another driver with the same old faulty NM and/or wpa_supplicant...and then another.
    "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
    27

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    Thanks for the help Chili! Here is the results to lsmod | grep -e ndis -e 8192

    jon@jon-desktop:~$ lsmod | grep -e ndis -e 8192
    rtl8192cu 66592 0
    rtl8192c_common 46721 1 rtl8192cu
    rtlwifi 64087 1 rtl8192cu
    mac80211 465127 3 rtl8192cu,rtl8192c_common,rtlwifi
    compat 13247 4 rtl8192cu,rtlwifi,mac80211,cfg80211

    so meaning there's a few too many right?

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

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    Not really; maybe just the wrong ones. Please try:
    Code:
    sudo modprobe -r rtl8192su
    sudo modprobe 8192cu
    Any improvement? Any errors, warnings, etc.?
    "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
    27

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    jon@jon-desktop:~$ sudo modprobe -r rtl8192su
    [sudo] password for jon:
    FATAL: Module rtl8192su not found.
    jon@jon-desktop:~$ sudo modprobe 8192cu
    FATAL: Error inserting 8192cu (/lib/modules/3.2.0-27-generic-pae/kernel/drivers/net/wireless/8192cu.ko): Device or resource busy

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

    Re: Netgear USB N150 wireless adapter keeps asking for password ubuntu 12.04

    FATAL: Module rtl8192su not found.
    Sorry; I made a mistake. I should have said:
    Code:
    sudo modprobe -r rtl8192cu
    sudo modprobe 8192cu
    Sorry for the mis-step. Please try again.
    "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 16 12311 ... 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
  •