2009-12-03 18:46:48 |
Dinesh |
bug |
|
|
added bug |
2009-12-03 18:51:34 |
Dinesh |
description |
I recently purchased a 802.11n wireless USB device. Specifically, its the Trendnet TEW 649UB [1]. I believe it uses the Realtek RTL8192SU chip.
I'm running Ubuntu 9.10 64bit. The current kernel is Linux 2.6.31-15. When I plug-in the device, it doesn't work. dmesg shows the following logs:
-------------------------------------------------------------------------------------------------------------------------
[ 1754.202557] usb 2-2: new high speed USB device using ehci_hcd and address 4
[ 1754.363248] usb 2-2: configuration #1 chosen from 1 choice
[ 1754.410823] ieee80211_crypt: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.412641] ieee80211_crypt: registered algorithm 'NULL'
[ 1754.413614] ieee80211_crypt_wep: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.415422] ieee80211_crypt: registered algorithm 'WEP'
[ 1754.417503] ieee80211_crypt_tkip: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.419532] ieee80211_crypt: registered algorithm 'TKIP'
[ 1754.420283] ieee80211_crypt_ccmp: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.421989] ieee80211_crypt: registered algorithm 'CCMP'
[ 1754.430447] ieee80211_rsl: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.467809] r8192s_usb: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.476462]
[ 1754.476464] Linux kernel driver for RTL8192 based WLAN cards
[ 1754.476467] Copyright (c) 2007-2008, Realsil Wlan
[ 1754.478361] ==>ep_num:4, in_ep_num:1, out_ep_num:3
[ 1754.478365] ==>RtInPipes:3
[ 1754.478369] ==>RtOutPipes:4 6 13
[ 1754.478374] ==>txqueue_to_outpipemap for BK, BE, VI, VO, HCCA, TXCMD, MGNT, HIGH, BEACON:
[ 1754.478378] 1 1 0 0 2 2 2 2 2
[ 1754.787198] Dot11d_Init()
[ 1754.789574] usbcore: registered new interface driver rtl819xU
[ 1754.857532] rtl819xU: --->FirmwareDownload92S()
[ 1754.857538]
[ 1754.857549] usb 2-2: firmware: requesting RTL8192SU/rtl8192sfw.bin
[ 1754.865843] rtl819xU:request firmware fail!
[ 1754.865847]
[ 1754.866505] rtl819xU:Firmware Download Fail!!a
[ 1754.866508]
[ 1754.887043] rtl819xU: --->FirmwareDownload92S()
[ 1754.887049]
[ 1754.887060] usb 2-2: firmware: requesting RTL8192SU/rtl8192sfw.bin
[ 1754.893971] rtl819xU:request firmware fail!
[ 1754.893974]
[ 1754.894620] rtl819xU:Firmware Download Fail!!a
[ 1754.894623]
[ 1754.894628] rtl819xU:ERR!!! _rtl8192_up(): initialization is failed!
-------------------------------------------------------------------------------------------------------------------------
The log is truncated. The last error keeps looping for a few times. When I place the firmware in the /lib/firmware/RTL8192SU directory, and plugin the device, I get a kernel panic.
lsusb gives the following info:
Bus 001 Device 007: ID 0bda:8172 Realtek Semiconductor Corp.
[1] http://www.trendnet.com/products/proddetail.asp?prod=200_TEW-649UB&cat=76&status=view |
I recently purchased a 802.11n wireless USB device. Specifically, its the Trendnet TEW 649UB [1]. I believe it uses the Realtek RTL8192SU chip.
I'm running Ubuntu 9.10 64bit. The current kernel is Linux 2.6.31-15. When I plug-in the device, it doesn't work. dmesg shows the following logs:
-------------------------------------------------------------------------------------------------------------------------
[ 1754.202557] usb 2-2: new high speed USB device using ehci_hcd and address 4
[ 1754.363248] usb 2-2: configuration #1 chosen from 1 choice
[ 1754.410823] ieee80211_crypt: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.412641] ieee80211_crypt: registered algorithm 'NULL'
[ 1754.413614] ieee80211_crypt_wep: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.415422] ieee80211_crypt: registered algorithm 'WEP'
[ 1754.417503] ieee80211_crypt_tkip: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.419532] ieee80211_crypt: registered algorithm 'TKIP'
[ 1754.420283] ieee80211_crypt_ccmp: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.421989] ieee80211_crypt: registered algorithm 'CCMP'
[ 1754.430447] ieee80211_rsl: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.467809] r8192s_usb: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.476462]
[ 1754.476464] Linux kernel driver for RTL8192 based WLAN cards
[ 1754.476467] Copyright (c) 2007-2008, Realsil Wlan
[ 1754.478361] ==>ep_num:4, in_ep_num:1, out_ep_num:3
[ 1754.478365] ==>RtInPipes:3
[ 1754.478369] ==>RtOutPipes:4 6 13
[ 1754.478374] ==>txqueue_to_outpipemap for BK, BE, VI, VO, HCCA, TXCMD, MGNT, HIGH, BEACON:
[ 1754.478378] 1 1 0 0 2 2 2 2 2
[ 1754.787198] Dot11d_Init()
[ 1754.789574] usbcore: registered new interface driver rtl819xU
[ 1754.857532] rtl819xU: --->FirmwareDownload92S()
[ 1754.857538]
[ 1754.857549] usb 2-2: firmware: requesting RTL8192SU/rtl8192sfw.bin
[ 1754.865843] rtl819xU:request firmware fail!
[ 1754.865847]
[ 1754.866505] rtl819xU:Firmware Download Fail!!a
[ 1754.866508]
[ 1754.887043] rtl819xU: --->FirmwareDownload92S()
[ 1754.887049]
[ 1754.887060] usb 2-2: firmware: requesting RTL8192SU/rtl8192sfw.bin
[ 1754.893971] rtl819xU:request firmware fail!
[ 1754.893974]
[ 1754.894620] rtl819xU:Firmware Download Fail!!a
[ 1754.894623]
[ 1754.894628] rtl819xU:ERR!!! _rtl8192_up(): initialization is failed!
-------------------------------------------------------------------------------------------------------------------------
The log is truncated. The last error keeps looping for a few times. When I place the firmware in the /lib/firmware/RTL8192SU directory, and plugin the device, I get a kernel panic.
lsusb gives the following info:
Bus 001 Device 007: ID 0bda:8172 Realtek Semiconductor Corp.
I have tried using this with ndiswrapper but unfortunately I have not been able to test it on a 32bit system. On a 64bit Karmic install, the Windows XP 64bit driver causes ndiswrapper to segfault. None of the other 64bit drivers work ( as expected ).
[1] http://www.trendnet.com/products/proddetail.asp?prod=200_TEW-649UB&cat=76&status=view
|
|
2009-12-03 19:54:12 |
Brian Murray |
affects |
ubuntu |
linux (Ubuntu) |
|
2009-12-03 19:55:02 |
Brian Murray |
linux (Ubuntu): status |
New |
Incomplete |
|
2009-12-07 15:56:18 |
Dinesh |
attachment added |
|
AlsaDevices.txt http://launchpadlibrarian.net/36535911/AlsaDevices.txt |
|
2009-12-07 15:56:22 |
Dinesh |
attachment added |
|
ArecordDevices.txt http://launchpadlibrarian.net/36535914/ArecordDevices.txt |
|
2009-12-07 15:56:25 |
Dinesh |
attachment added |
|
BootDmesg.txt http://launchpadlibrarian.net/36535915/BootDmesg.txt |
|
2009-12-07 15:56:30 |
Dinesh |
attachment added |
|
Card0.Amixer.values.txt http://launchpadlibrarian.net/36535917/Card0.Amixer.values.txt |
|
2009-12-07 15:56:37 |
Dinesh |
attachment added |
|
Card0.Codecs.codec.0.txt http://launchpadlibrarian.net/36535918/Card0.Codecs.codec.0.txt |
|
2009-12-07 15:56:40 |
Dinesh |
attachment added |
|
CurrentDmesg.txt http://launchpadlibrarian.net/36535919/CurrentDmesg.txt |
|
2009-12-07 15:56:45 |
Dinesh |
attachment added |
|
IwConfig.txt http://launchpadlibrarian.net/36535921/IwConfig.txt |
|
2009-12-07 15:56:48 |
Dinesh |
attachment added |
|
Lspci.txt http://launchpadlibrarian.net/36535922/Lspci.txt |
|
2009-12-07 15:56:50 |
Dinesh |
attachment added |
|
Lsusb.txt http://launchpadlibrarian.net/36535923/Lsusb.txt |
|
2009-12-07 15:56:52 |
Dinesh |
attachment added |
|
PciMultimedia.txt http://launchpadlibrarian.net/36535924/PciMultimedia.txt |
|
2009-12-07 15:56:58 |
Dinesh |
attachment added |
|
ProcCpuinfo.txt http://launchpadlibrarian.net/36535930/ProcCpuinfo.txt |
|
2009-12-07 15:57:01 |
Dinesh |
attachment added |
|
ProcInterrupts.txt http://launchpadlibrarian.net/36535931/ProcInterrupts.txt |
|
2009-12-07 15:57:04 |
Dinesh |
attachment added |
|
ProcModules.txt http://launchpadlibrarian.net/36535932/ProcModules.txt |
|
2009-12-07 15:57:06 |
Dinesh |
attachment added |
|
RfKill.txt http://launchpadlibrarian.net/36535933/RfKill.txt |
|
2009-12-07 15:57:09 |
Dinesh |
attachment added |
|
UdevDb.txt http://launchpadlibrarian.net/36535934/UdevDb.txt |
|
2009-12-07 15:57:13 |
Dinesh |
attachment added |
|
UdevLog.txt http://launchpadlibrarian.net/36535939/UdevLog.txt |
|
2009-12-07 15:57:16 |
Dinesh |
linux (Ubuntu): status |
Incomplete |
New |
|
2009-12-07 15:57:25 |
Dinesh |
tags |
8192 realtek rtl8192su trendnet usb wireless |
8192 apport-collected realtek rtl8192su trendnet usb wireless |
|
2009-12-08 11:54:53 |
Andy Whitcroft |
tags |
8192 apport-collected realtek rtl8192su trendnet usb wireless |
8192 apport-collected karmic realtek rtl8192su trendnet usb wireless |
|
2010-01-03 19:08:35 |
Ryan |
attachment added |
|
firmware file http://launchpadlibrarian.net/37387612/rtl8192sfw.bin.gz |
|
2010-02-17 01:41:24 |
kernel-janitor |
summary |
realtek rtl8192su chipset based USB wireless devices fail to work |
[STAGING] realtek rtl8192su chipset based USB wireless devices fail to work |
|
2010-02-17 01:43:33 |
kernel-janitor |
description |
I recently purchased a 802.11n wireless USB device. Specifically, its the Trendnet TEW 649UB [1]. I believe it uses the Realtek RTL8192SU chip.
I'm running Ubuntu 9.10 64bit. The current kernel is Linux 2.6.31-15. When I plug-in the device, it doesn't work. dmesg shows the following logs:
-------------------------------------------------------------------------------------------------------------------------
[ 1754.202557] usb 2-2: new high speed USB device using ehci_hcd and address 4
[ 1754.363248] usb 2-2: configuration #1 chosen from 1 choice
[ 1754.410823] ieee80211_crypt: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.412641] ieee80211_crypt: registered algorithm 'NULL'
[ 1754.413614] ieee80211_crypt_wep: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.415422] ieee80211_crypt: registered algorithm 'WEP'
[ 1754.417503] ieee80211_crypt_tkip: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.419532] ieee80211_crypt: registered algorithm 'TKIP'
[ 1754.420283] ieee80211_crypt_ccmp: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.421989] ieee80211_crypt: registered algorithm 'CCMP'
[ 1754.430447] ieee80211_rsl: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.467809] r8192s_usb: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.476462]
[ 1754.476464] Linux kernel driver for RTL8192 based WLAN cards
[ 1754.476467] Copyright (c) 2007-2008, Realsil Wlan
[ 1754.478361] ==>ep_num:4, in_ep_num:1, out_ep_num:3
[ 1754.478365] ==>RtInPipes:3
[ 1754.478369] ==>RtOutPipes:4 6 13
[ 1754.478374] ==>txqueue_to_outpipemap for BK, BE, VI, VO, HCCA, TXCMD, MGNT, HIGH, BEACON:
[ 1754.478378] 1 1 0 0 2 2 2 2 2
[ 1754.787198] Dot11d_Init()
[ 1754.789574] usbcore: registered new interface driver rtl819xU
[ 1754.857532] rtl819xU: --->FirmwareDownload92S()
[ 1754.857538]
[ 1754.857549] usb 2-2: firmware: requesting RTL8192SU/rtl8192sfw.bin
[ 1754.865843] rtl819xU:request firmware fail!
[ 1754.865847]
[ 1754.866505] rtl819xU:Firmware Download Fail!!a
[ 1754.866508]
[ 1754.887043] rtl819xU: --->FirmwareDownload92S()
[ 1754.887049]
[ 1754.887060] usb 2-2: firmware: requesting RTL8192SU/rtl8192sfw.bin
[ 1754.893971] rtl819xU:request firmware fail!
[ 1754.893974]
[ 1754.894620] rtl819xU:Firmware Download Fail!!a
[ 1754.894623]
[ 1754.894628] rtl819xU:ERR!!! _rtl8192_up(): initialization is failed!
-------------------------------------------------------------------------------------------------------------------------
The log is truncated. The last error keeps looping for a few times. When I place the firmware in the /lib/firmware/RTL8192SU directory, and plugin the device, I get a kernel panic.
lsusb gives the following info:
Bus 001 Device 007: ID 0bda:8172 Realtek Semiconductor Corp.
I have tried using this with ndiswrapper but unfortunately I have not been able to test it on a 32bit system. On a 64bit Karmic install, the Windows XP 64bit driver causes ndiswrapper to segfault. None of the other 64bit drivers work ( as expected ).
[1] http://www.trendnet.com/products/proddetail.asp?prod=200_TEW-649UB&cat=76&status=view
|
I recently purchased a 802.11n wireless USB device. Specifically, its the Trendnet TEW 649UB [1]. I believe it uses the Realtek RTL8192SU chip.
I'm running Ubuntu 9.10 64bit. The current kernel is Linux 2.6.31-15. When I plug-in the device, it doesn't work. dmesg shows the following logs:
-------------------------------------------------------------------------------------------------------------------------
[ 1754.202557] usb 2-2: new high speed USB device using ehci_hcd and address 4
[ 1754.363248] usb 2-2: configuration #1 chosen from 1 choice
[ 1754.410823] ieee80211_crypt: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.412641] ieee80211_crypt: registered algorithm 'NULL'
[ 1754.413614] ieee80211_crypt_wep: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.415422] ieee80211_crypt: registered algorithm 'WEP'
[ 1754.417503] ieee80211_crypt_tkip: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.419532] ieee80211_crypt: registered algorithm 'TKIP'
[ 1754.420283] ieee80211_crypt_ccmp: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.421989] ieee80211_crypt: registered algorithm 'CCMP'
[ 1754.430447] ieee80211_rsl: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.467809] r8192s_usb: module is from the staging directory, the quality is unknown, you have been warned.
[ 1754.476462]
[ 1754.476464] Linux kernel driver for RTL8192 based WLAN cards
[ 1754.476467] Copyright (c) 2007-2008, Realsil Wlan
[ 1754.478361] ==>ep_num:4, in_ep_num:1, out_ep_num:3
[ 1754.478365] ==>RtInPipes:3
[ 1754.478369] ==>RtOutPipes:4 6 13
[ 1754.478374] ==>txqueue_to_outpipemap for BK, BE, VI, VO, HCCA, TXCMD, MGNT, HIGH, BEACON:
[ 1754.478378] 1 1 0 0 2 2 2 2 2
[ 1754.787198] Dot11d_Init()
[ 1754.789574] usbcore: registered new interface driver rtl819xU
[ 1754.857532] rtl819xU: --->FirmwareDownload92S()
[ 1754.857538]
[ 1754.857549] usb 2-2: firmware: requesting RTL8192SU/rtl8192sfw.bin
[ 1754.865843] rtl819xU:request firmware fail!
[ 1754.865847]
[ 1754.866505] rtl819xU:Firmware Download Fail!!a
[ 1754.866508]
[ 1754.887043] rtl819xU: --->FirmwareDownload92S()
[ 1754.887049]
[ 1754.887060] usb 2-2: firmware: requesting RTL8192SU/rtl8192sfw.bin
[ 1754.893971] rtl819xU:request firmware fail!
[ 1754.893974]
[ 1754.894620] rtl819xU:Firmware Download Fail!!a
[ 1754.894623]
[ 1754.894628] rtl819xU:ERR!!! _rtl8192_up(): initialization is failed!
-------------------------------------------------------------------------------------------------------------------------
The log is truncated. The last error keeps looping for a few times. When I place the firmware in the /lib/firmware/RTL8192SU directory, and plugin the device, I get a kernel panic.
lsusb gives the following info:
Bus 001 Device 007: ID 0bda:8172 Realtek Semiconductor Corp.
I have tried using this with ndiswrapper but unfortunately I have not been able to test it on a 32bit system. On a 64bit Karmic install, the Windows XP 64bit driver causes ndiswrapper to segfault. None of the other 64bit drivers work ( as expected ).
[1] http://www.trendnet.com/products/proddetail.asp?prod=200_TEW-649UB&cat=76&status=view
Staging Drivers: ieee80211_crypt ieee80211_crypt_wep ieee80211_crypt_tkip ieee80211_crypt_ccmp ieee80211_rsl r8192s_usb |
|
2010-02-17 01:43:36 |
kernel-janitor |
tags |
8192 apport-collected karmic realtek rtl8192su trendnet usb wireless |
8192 apport-collected karmic realtek rtl8192su staging trendnet usb wireless |
|
2010-04-24 14:51:21 |
Jeremy Foshee |
tags |
8192 apport-collected karmic realtek rtl8192su staging trendnet usb wireless |
8192 apport-collected karmic needs-kernel-logs realtek rtl8192su staging trendnet usb wireless |
|
2010-04-24 14:51:25 |
Jeremy Foshee |
tags |
8192 apport-collected karmic needs-kernel-logs realtek rtl8192su staging trendnet usb wireless |
8192 apport-collected karmic needs-kernel-logs needs-upstream-testing realtek rtl8192su staging trendnet usb wireless |
|
2010-04-24 14:51:28 |
Jeremy Foshee |
tags |
8192 apport-collected karmic needs-kernel-logs needs-upstream-testing realtek rtl8192su staging trendnet usb wireless |
8192 apport-collected karmic kj-triage needs-kernel-logs needs-upstream-testing realtek rtl8192su staging trendnet usb wireless |
|
2010-04-24 14:51:42 |
Jeremy Foshee |
linux (Ubuntu): status |
New |
Incomplete |
|
2010-05-06 05:45:03 |
Jeremy Foshee |
tags |
8192 apport-collected karmic kj-triage needs-kernel-logs needs-upstream-testing realtek rtl8192su staging trendnet usb wireless |
8192 apport-collected karmic kj-triage needs-upstream-testing realtek rtl8192su staging trendnet usb wireless |
|
2010-05-06 05:45:06 |
Jeremy Foshee |
linux (Ubuntu): status |
Incomplete |
Confirmed |
|
2010-05-06 05:45:10 |
Jeremy Foshee |
linux (Ubuntu): importance |
Undecided |
Medium |
|
2010-09-24 05:28:40 |
Akorostel |
removed subscriber Akorostel |
|
|
|
2010-10-16 15:54:54 |
draco |
bug |
|
|
added subscriber draco |
2010-11-18 02:19:44 |
Tobias Bradtke |
bug |
|
|
added subscriber Tobias Bradtke |
2010-11-19 18:06:01 |
Guillaume Grasset |
bug |
|
|
added subscriber Guillaume Grasset |
2011-01-08 22:45:43 |
tsh |
bug |
|
|
added subscriber tsh |
2011-01-17 05:33:58 |
Oscar VG |
bug task added |
|
linux |
|
2011-01-17 05:35:07 |
Oscar VG |
bug task added |
|
linux (Arch Linux) |
|
2011-07-14 18:20:31 |
Brad Figg |
linux (Ubuntu): status |
Confirmed |
Won't Fix |
|