Bus 002 Device 005: ID 0461:4d81 Primax Electronics, Ltd Dell N889 Optical Mouse
Bus 002 Device 004: ID 413c:2107 Dell Computer Corp.
Bus 002 Device 003: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
在Ubuntu论坛找到如下解决办法: First change the wpa/wpa2 encryption to just wpa2 (CCMP)(AES) not (TKIP) if you have that option it will work best. Second set your wireless channel in the router to 1 or 11 then save the router configuration and reboot it. Third go into network manager at top right corner of the screen and click on edit connections>wireless taband set IPV6 to ignore. (实践证明这个比较有效!) Fourth shutdown your computer and unplug your usb wireless device so your internal wireless can work then reboot, if it does not connect then post a new file without usb wireless plugged in.
Linux vostro-260 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
显然3.13.0的内核版本目前还不支持,或许修改驱动会是解决办法,不是不可以,就是费时,忽然想到会不会别人也同样有这个问题困惑呢,于是在github找到如下的解决办法: Using the kernel driver, you won't be able to connect unless your 20ft within range of the router.If you want your usb wireless device to work (rtl8192cu) properly, you may want to install the proprietary driver with the following commands:
And use the following to load the driver sudo modprobe 8192cu
Notice this module uses "8192cu" instead of "rtl8192cu" to load. Finally,update your /etc/modules folder accordingly with this command: echo '8192cu' | sudo tee -a /etc/modules
With this driver you get full 300Mb/s instead of 150 and there is full encryption suport as well. Not only that but the range is at least 10 times better than the kernel driver and no more dropped signal.