This bug was nominated against a series that is no longer supported, ie saucy. The bug task representing the saucy nomination is being closed as Won't Fix.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu Saucy) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1263301 Title: Sinus 154 data II Wifi Adapter does not work Status in “linux” package in Ubuntu: Triaged Status in “linux” source package in Saucy: Won't Fix Bug description: USB ID for the mentioned Wifi Usb adapter seems to be missing in the p54usb driver, so i need to recompile p54usb.c for each PC i setup or after every kernel update. can you please add the USB ID to the ubuntu/lubuntu/xubuntu kernel ? 3.13-rc4, 3.12.6, 3.11.10, 3.4.75, 3.2.53 and 3.0.101 do all have support for this device despite other reports, this older device is wpa2 capable, it`s only a matter of the correct firmware if it works with recent wifi networks. https://lkml.org/lkml/2013/1/13/100 from: Tomasz Guszkowski <t...@o2.pl> commit 3194b7fcdf6caea338b5d2c72d76fed80437649c upstream. Added USB ID for T-Com Sinus 154 data II. Signed-off-by: Tomasz Guszkowski <t...@o2.pl> Acked-by: Christian Lamparter <chunk...@googlemail.com> Signed-off-by: John W. Linville <linvi...@tuxdriver.com> Signed-off-by: Ben Hutchings <b...@decadent.org.uk> --- drivers/net/wireless/p54/p54usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/p54/p54usb.c b/drivers/net/wireless/p54/p54usb.c index e71c702..64b944b 100644 --- a/drivers/net/wireless/p54/p54usb.c +++ b/drivers/net/wireless/p54/p54usb.c @@ -82,6 +82,7 @@ static struct usb_device_id p54u_table[] = { {USB_DEVICE(0x06a9, 0x000e)}, /* Westell 802.11g USB (A90-211WG-01) */ {USB_DEVICE(0x06b9, 0x0121)}, /* Thomson SpeedTouch 121g */ {USB_DEVICE(0x0707, 0xee13)}, /* SMC 2862W-G version 2 */ + {USB_DEVICE(0x083a, 0x4503)}, /* T-Com Sinus 154 data II */ {USB_DEVICE(0x083a, 0x4521)}, /* Siemens Gigaset USB Adapter 54 version 2 */ {USB_DEVICE(0x083a, 0xc501)}, /* Zoom Wireless-G 4410 */ {USB_DEVICE(0x083a, 0xf503)}, /* Accton FD7050E ver 1010ec */ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1263301/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp