Launchpad has imported 26 comments from the remote bug at https://bugzilla.redhat.com/show_bug.cgi?id=998342.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2013-08-19T05:19:25+00:00 John wrote: Description of problem: My Sierra Wireless modems (312U & 320U) not working. Version-Release number of selected component (if applicable): v3.10 kernel versions How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: ifconfig shows wwan0 not running; "wwan0: flags=4227<UP,BROADCAST,NOARP,MULTICAST> mtu 1500" Expected results: "wwan0: flags=4291<UP,BROADCAST,RUNNING,NOARP,MULTICAST> mtu 1500" Additional info: I've found the fix is to "make" and "make install" the v3.9 kernel driver files "sierra.c" and "sierra_net.c" from http://lxr.free- electrons.com/source/ In fact, it's only "sierra_net.c" that seems to be implicated. For more detailed info, please see: http://forums.whirlpool.net.au/forum- replies.cfm?t=2135188&p=14#r275 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/0 ------------------------------------------------------------------------ On 2013-09-16T03:44:02+00:00 Rob wrote: Hi, Just updated this to reflect that F19 is also affected. Is this an upstream issue? I see there's also a user on Arch with similar difficulties. https://bbs.archlinux.org/viewtopic.php?id=168656 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/17 ------------------------------------------------------------------------ On 2013-09-16T08:15:31+00:00 Bjørn wrote: Yes, this is definitely an upstream issue. It is a regression related to the commit 7b0c5f21f ("sierra_net: keep status interrupt URB active") from Dan, so I was hoping he would look into it... John has tested a number of different suggestions in addition to reverting that commit (which will cause another regression for devices needing it), but the exact trigger is still not known. It seems like the firmware of these devices somehow either need the repeated SYNC messages, or need some delayed SYNC message. But I have not been able to find out how to satisfy the firmware without completely disabling the changes from commit 7b0c5f21f. The only DirectIP device I've got does "unfortunately" work without problems both with and without this fix, so I am unable to test either of the firmware bugs. The full results of all John's testing is posted in the whirlpool thread. I believe this post in particualar shows where the problem is: http://forums.whirlpool.net.au/forum-replies.cfm?t=2135188&p=15#r300 But it would be good if Dan or anyone else with a device/firmware needing commit 7b0c5f21f could get involved in the testing. As it is now, it looks like it is best to revert this commit. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/18 ------------------------------------------------------------------------ On 2013-10-12T21:23:01+00:00 Rob wrote: Confirming this is still the case in Fedora 20. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/19 ------------------------------------------------------------------------ On 2013-10-19T09:12:37+00:00 John wrote: I've just received kernel 3.11.4 (3.11.4-101.fc18.i686) as an upgrade, and the problem persists. I find that the kernel 3.9 drivers I've been using as a work-around will no longer compile with kernel 3.11. So the problem is now getting serious. I can no longer use my Sierra 312U or 320U modems. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/20 ------------------------------------------------------------------------ On 2013-10-20T01:14:18+00:00 John wrote: I've discovered the kernel 3.9 drivers will compile and work in kernel 3.11 if the following line in sierra.c ifnum = port->number - serial->minor; is replaced with: ifnum = port->port_number; Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/21 ------------------------------------------------------------------------ On 2013-11-01T00:41:45+00:00 Rob wrote: Thanks John. That's bought us some time.. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/23 ------------------------------------------------------------------------ On 2013-11-01T08:38:45+00:00 Bjørn wrote: I thought it was concluded that the serial driver had nothing to do with this problem? Quoting from the initial comment above: `In fact, it's only "sierra_net.c" that seems to be implicated. For more detailed info, please see: http://forums.whirlpool.net.au/forum-replies.cfm?t=2135188&p=14#r275` So you shouldn't have to do anything in particular to build on v3.11. Just leave the v3.11 version of sierra.c as it is. It's fine. As I couldn't come up with any working solution despite all the tests and debugging John did, I am currently considering posting a proposal to revert the v3.9 -> v3.10 patch that broke this. I assume that will cause regressions for other devices, which probably crash less after v3.10, but it still seems like the best alternative out of the limited options we have. If nothing else, I hope it will wake up Dan :-) Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/24 ------------------------------------------------------------------------ On 2013-11-01T08:45:29+00:00 John wrote: That's correct Bjørn. The combination of v3.11 sierra.c and v3.9 sierra_net.c does compile (and work), of course. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/25 ------------------------------------------------------------------------ On 2013-11-04T17:01:38+00:00 Dan wrote: To be clear, the problem currently is that with the 3.10+ driver, the device does not deliver the Link Status Indication messages (0x78) and thus the net interface never gets set LOWER_UP (eg, RUNNING)? Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/26 ------------------------------------------------------------------------ On 2013-11-04T17:15:21+00:00 Bjørn wrote: I believe so, based on Johns testing as reported here: http://forums.whirlpool.net.au/forum-replies.cfm?t=2135188&p=15#r300 Quoting from that post: --- Just before the switch statement in v3.9 I added this: netdev_err(dev->net, 'hh.msgid.byte=%x (v3.9)\n", hh.msgid.byte); clearly stamped with v3.9 for positive ID. With v3.10, I get a solitary line in /var/log/messages: Aug 22 00:04:51 localhost kernel: [ 496.732128] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 That's in stark contrast to the multiple occurrences in v3.9: Aug 22 06:54:45 localhost kernel: [ 528.845460] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:45 localhost dhclient[2090]: DHCPDISCOVER on wwan0 to 255.255.255.255 port 67 interval 3 (xid=0x327a6bfb) Aug 22 06:54:45 localhost kernel: [ 528.854737] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:45 localhost kernel: [ 528.861368] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:45 localhost kernel: [ 528.869339] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:45 localhost kernel: [ 528.877367] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.885384] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.893371] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.901382] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.909380] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.917506] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.925260] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.933519] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.941388] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.949386] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.957505] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.965254] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.973508] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.981388] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.989387] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 528.997516] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.005270] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.013390] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.021513] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.029387] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.037510] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.045391] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.053400] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.061516] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.069399] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.081212] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.085527] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.093391] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.101545] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.109385] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.117427] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.125525] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.133527] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.141403] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.149522] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.157532] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.165405] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.173527] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.181532] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.189655] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.189703] IPv6: ADDRCONF(NETDEV_CHANGE): wwan0: link becomes ready Aug 22 06:54:46 localhost avahi-daemon[499]: Registering new address record for fe80::88b7:63ff:feb3:107 on wwan0.*. Aug 22 06:54:46 localhost kernel: [ 529.197525] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.205536] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.213531] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.221534] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.229533] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.237409] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.245532] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.253534] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.261547] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.269536] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.277536] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.285542] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.293541] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.301542] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.309416] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.317542] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.325541] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.333545] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.341544] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.349544] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.357545] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.365546] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.373673] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.381552] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.389422] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.397424] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.405435] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.413552] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.421554] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.429552] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.437552] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.445430] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.453555] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.461557] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.469558] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.477557] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.485443] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.493557] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.501564] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.509685] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.517435] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.525558] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.533563] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.541567] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.549565] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.557564] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.565563] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=62 (v3.9) Aug 22 06:54:46 localhost kernel: [ 529.573571] sierra_net 1-3:1.7 wwan0: hh.msgid.byte=78 (v3.9) --- Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/27 ------------------------------------------------------------------------ On 2013-11-04T18:40:17+00:00 Dan wrote: I've been able to reproduce this on a Sierra device, and it's mystifying. Adding some printks shows that reverting my patch, the restart indication *IS* sent, but nothing is listening for it since the interrupt URB isn't submitted. So the RESTART indications pile up, and they all get received after the interrupt URB is submitted at device open() time. At some point, the queued RESTART indications may overflow the device's buffer, which was the cause of the original crash. In any case, how about the attached patch? It only sends the SYNC when opening the device, after the interrupt URB is submitted. This avoids the issue of sending multiple SYNCs but being deaf to the result, but still works for my devices (USB306, 313U, MC7700): [ 2103.881954] sierra_net 2-1:1.7 wwan0: register 'sierra_net' at usb-0000:00:1d.7-1, Sierra Wireless USB-to-WWAN Modem, 8a:3a:c0:0b:01:07 [ 2103.950189] systemd-udevd[6414]: renamed network interface wwan0 to wwp0s29f7u1i7 [ 2104.883775] scsi 9:0:0:0: Direct-Access SWI SD Card 2.31 PQ: 0 ANSI: 2 [ 2104.884296] sd 9:0:0:0: Attached scsi generic sg2 type 0 [ 2104.887382] sd 9:0:0:0: [sdb] Attached SCSI removable disk [ 2148.270909] sierra_net_dosync: sent two SYNC messages [ 2148.270947] IPv6: ADDRCONF(NETDEV_UP): wwp0s29f7u1i7: link is not ready [ 2148.275125] sierra_net_status: firmware indicates response available [ 2148.275931] sierra_net_kevent: received msg 0x62 len 68 [ 2148.275934] sierra_net_kevent: RESTART received code 0x00 [ 2148.283130] sierra_net_status: firmware indicates response available [ 2148.284508] sierra_net_kevent: received msg 0x78 len 222 [ 2148.284521] IPv6: ADDRCONF(NETDEV_CHANGE): wwp0s29f7u1i7: link becomes ready Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/28 ------------------------------------------------------------------------ On 2013-11-04T18:40:46+00:00 Dan wrote: Created attachment 819297 sierra-send-sync-on-open.patch Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/29 ------------------------------------------------------------------------ On 2013-11-04T23:01:10+00:00 John wrote: The patch works. I've applied it to sierra_net.c in the kernel 3.11 drivers (my current installation). It's working with both the 312U and the 320U. Thank you very much Dan and Bjørn. John Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/30 ------------------------------------------------------------------------ On 2013-11-16T02:52:06+00:00 John wrote: For the record I should document a further development. The patch of sierra_net is not required after all, and sierra_net is not the underlying cause of the problem. Dan discovered and alerted me to the fact that the problem is generated by the usbnet.c driver. I have patched the usbnet.c driver in two 3.11 kernel releases now and can confirm that that patch gives me working Sierra 312U and 320U modems without any patching to sierra_net.c. See: http://permalink.gmane.org/gmane.linux.usb.general/97907 John Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/31 ------------------------------------------------------------------------ On 2013-11-21T19:36:21+00:00 Dan wrote: I also tested the patch when it was posted upstream, and it works for my devices. I'm moving this bug to the kernel now that we know what the issue is. For kernel people: this is commit 52f48d0d9aaa621ffa5e08d79da99a3f8c93b848 in dmiller's net tree and it's queued up for stable too. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/32 ------------------------------------------------------------------------ On 2013-11-21T19:54:18+00:00 Josh wrote: Great, thanks Dan. This is already in rawhide and should hit the releases soon. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/33 ------------------------------------------------------------------------ On 2013-11-26T19:25:17+00:00 Josh wrote: I went ahead and added this patch. It didn't make 3.11.10, which is the final 3.11 release. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/34 ------------------------------------------------------------------------ On 2013-11-30T14:11:30+00:00 Fedora wrote: kernel-3.11.10-300.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/kernel-3.11.10-300.fc20 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/35 ------------------------------------------------------------------------ On 2013-12-01T17:41:23+00:00 Fedora wrote: Package kernel-3.11.10-300.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kernel-3.11.10-300.fc20' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-22531/kernel-3.11.10-300.fc20 then log in and leave karma (feedback). Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/36 ------------------------------------------------------------------------ On 2013-12-03T04:43:12+00:00 Fedora wrote: kernel-3.11.10-200.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/kernel-3.11.10-200.fc19 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/37 ------------------------------------------------------------------------ On 2013-12-03T04:44:56+00:00 Fedora wrote: kernel-3.11.10-100.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/kernel-3.11.10-100.fc18 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/38 ------------------------------------------------------------------------ On 2013-12-04T16:49:08+00:00 Fedora wrote: kernel-3.11.10-300.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/39 ------------------------------------------------------------------------ On 2013-12-07T06:57:29+00:00 Fedora wrote: kernel-3.11.10-200.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/40 ------------------------------------------------------------------------ On 2013-12-10T05:26:52+00:00 Fedora wrote: kernel-3.11.10-100.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/43 ------------------------------------------------------------------------ On 2013-12-10T06:14:10+00:00 Fedora wrote: kernel-3.11.10-100.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1219256/comments/44 ** Changed in: linux (Fedora) Status: Unknown => Fix Released ** Changed in: linux (Fedora) Importance: Unknown => High -- 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/1219256 Title: usbnet changes in 3.10 stop use of sierra_net devices Status in Linux: Unknown Status in linux package in Ubuntu: Fix Released Status in linux package in Fedora: Fix Released Bug description: (see upstream bug report) --- ApportVersion: 2.12.1-0ubuntu3 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: jozo 2529 F.... pulseaudio /dev/snd/controlC0: jozo 2529 F.... pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. DistroRelease: Ubuntu 13.10 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=33d26b13-5a8c-45e9-b95d-1df45fea62d5 InstallationDate: Installed on 2012-12-22 (252 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120823.1) MachineType: Hewlett-Packard HP Elite 7300 Series MT MarkForUpload: True Package: linux (not installed) ProcFB: 0 nouveaufb 1 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-7-generic root=UUID=8905185c-9d82-498c-970c-6fdb9ee07c45 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7 RelatedPackageVersions: linux-restricted-modules-3.9.0-7-generic N/A linux-backports-modules-3.9.0-7-generic N/A linux-firmware 1.113 RfKill: Tags: saucy Uname: Linux 3.9.0-7-generic x86_64 UpgradeStatus: Upgraded to saucy on 2013-06-19 (73 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo dmi.bios.date: 05/18/2011 dmi.bios.vendor: AMI dmi.bios.version: 7.05 dmi.board.name: 2AB5 dmi.board.vendor: PEGATRON CORPORATION dmi.board.version: 1.01 dmi.chassis.asset.tag: CZC126149V dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnAMI:bvr7.05:bd05/18/2011:svnHewlett-Packard:pnHPElite7300SeriesMT:pvr1.01:rvnPEGATRONCORPORATION:rn2AB5:rvr1.01:cvnHewlett-Packard:ct3:cvr: dmi.product.name: HP Elite 7300 Series MT dmi.product.version: 1.01 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1219256/+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