[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-20 Thread Joe Barnett
ok, i'm going to go with bionic's kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-20 Thread Kai-Heng Feng
You need to do "git cherry-pick
13cfc732160f7bc7e596128ce34cda361c556966" if the commit is not included.

Before doing next git bisect, you need to `git reset --hard HEAD^`
otherwise git will think the bisection is diverted and want to start the
bisection again.

But maybe we should just stick to Bionic's kernel - seems like there are
lots steps in bisection to go through.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-19 Thread Joe Barnett
having some trouble with the bisect:

-in order to be able to test this, the built kernel needs to include commit 
13cfc732160f7bc7e596128ce34cda361c556966 which allows suspend on this machine 
to work
-the bisect is picking commits like 6afafa7799cf6fa3c0efb6887704506d21965ad6 
that don't descend from the suspend fix commit
-I've tried starting the bisect from 13cfc732160f7bc7e596128ce34cda361c556966 
as 'good', but am still getting commits picked by the bisect that don't include 
that change.

any pointers on bisecting bewteen
13cfc732160f7bc7e596128ce34cda361c556966 and v4.13-rc3 ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-19 Thread Joe Barnett
(I have confirmed that building at
13cfc732160f7bc7e596128ce34cda361c556966 does not exhibit the bug, fwiw)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-14 Thread Kai-Heng Feng
If you can build/test it locally, it should be quite quick:

$ sudo apt build-dep linux
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
$ cd linux
$ git bisect start
$ git bisect good v4.12
$ git bisect bad v4.13-rc3
$ make localmodconfig
$ make -j`nproc` deb-pkg
Install the newly built kernel.
If the issue still happens,
$ git bisect bad
Otherwise,
$ git bisect good
Repeat to "make -j`nproc` deb-pkg" until you find the commit that causes the 
regression.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-06 Thread Joe Barnett
I can, but can't promise an SLA ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-06 Thread Kai-Heng Feng
Great. We should still backport fixes to Artful though. It might be time 
consuming to install and test multiple kernels.
Are you up to the task? ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-06 Thread Joe Barnett
appears to be gone in 4.15.0-11 as well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-03-01 Thread Kai-Heng Feng
Thanks for your testing!

Can you also try latest Ubuntu Bionic? We need to backport fixes if
Bionic also has this problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-28 Thread Joe Barnett
i have not yet experienced it in v4.16-rc2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-28 Thread Kai-Heng Feng
> On Mar 1, 2018, at 2:27 AM, Joe Barnett  wrote:
>
> in limited testing so far, v4.16-rc2 appears better

Is the issue gone completely in v4.16-rc2?

>
> -- 
> You received this bug notification because you are subscribed to linux
> in Ubuntu.
> https://bugs.launchpad.net/bugs/1729010
>
> Title:
>   USB hub stops working after suspend(s?)
>
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   On initial boot, my usb hub works fine, but after a (series of?)
>   suspends, I stop being able to see devices that are plugged into it.
>   journalctl output on plugging it in:
>
>   Oct 31 07:08:36 spiny kernel: usb 1-1: new high-speed USB device number 21 
> using xhci_hcd
>   Oct 31 07:08:36 spiny kernel: usb 1-1: New USB device found, idVendor=0409, 
> idProduct=005a
>   Oct 31 07:08:36 spiny kernel: usb 1-1: New USB device strings: Mfr=0, 
> Product=0, SerialNumber=0
>   Oct 31 07:08:36 spiny kernel: hub 1-1:1.0: USB hub found
>   Oct 31 07:08:36 spiny kernel: hub 1-1:1.0: 4 ports detected
>   Oct 31 07:08:36 spiny kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= 
> SRC=fe80::::a299:9bff:fe17:9047 
> DST=ff02:::::::0001 LEN=64 TC=0 HOPLIMIT=1 
> FLOWLBL=32325 PROTO=UDP SPT=8612 DPT=8612 LEN=24
>   Oct 31 07:08:36 spiny kernel: usb 1-1.1: new high-speed USB device number 
> 22 using xhci_hcd
>   Oct 31 07:08:36 spiny kernel: usb 1-1.1: New USB device found, 
> idVendor=0b95, idProduct=772a
>   Oct 31 07:08:36 spiny kernel: usb 1-1.1: New USB device strings: Mfr=1, 
> Product=2, SerialNumber=3
>   Oct 31 07:08:36 spiny kernel: usb 1-1.1: Product: AX88x72A
>   Oct 31 07:08:36 spiny kernel: usb 1-1.1: Manufacturer: ASIX Elec. Corp.
>   Oct 31 07:08:36 spiny kernel: usb 1-1.1: SerialNumber: 47EDE2
>   Oct 31 07:08:37 spiny kernel: asix 1-1.1:1.0 eth0: register 'asix' at 
> usb-:00:14.0-1.1, ASIX AX88772 USB 2.0 Ethernet, 00:50:b6:47:ed:e2
>   Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.0438] 
> manager: (eth0): new Ethernet device 
> (/org/freedesktop/NetworkManager/Devices/7)
>   Oct 31 07:08:37 spiny mtp-probe[13207]: checking bus 1, device 22: 
> "/sys/devices/pci:00/:00:14.0/usb1/1-1/1-1.1"
>   Oct 31 07:08:37 spiny mtp-probe[13207]: bus: 1, device: 22 was not an MTP 
> device
>   Oct 31 07:08:37 spiny systemd-udevd[13206]: link_config: autonegotiation is 
> unset or enabled, the speed and duplex are not writable.
>   Oct 31 07:08:37 spiny kernel: asix 1-1.1:1.0 enx0050b647ede2: renamed from 
> eth0
>   Oct 31 07:08:37 spiny pkexec[13215]: pam_unix(polkit-1:session): session 
> opened for user root by (uid=1000)
>   Oct 31 07:08:37 spiny pkexec[13215]: jbarnett: Executing command 
> [USER=root] [TTY=unknown] [CWD=/home/jbarnett] 
> [COMMAND=/usr/lib/gnome-settings-daemon/gsd-backlight-helper --set-brightness 
> 31]
>   Oct 31 07:08:37 spiny pkexec[13214]: gdm: Error executing command as 
> another user: Not authorized [USER=root] [TTY=unknown] [CWD=/var/lib/gdm3] 
> [COMMAND=/usr/lib/gnome-settings-daemon/gsd-backlight-helper --set-brightness 
> 48]
>   Oct 31 07:08:37 spiny org.gnome.SettingsDaemon.Power.desktop[2273]: Error 
> executing command as another user: Not authorized
>   Oct 31 07:08:37 spiny org.gnome.SettingsDaemon.Power.desktop[2273]: This 
> incident has been reported.
>   Oct 31 07:08:37 spiny systemd-networkd[1119]: eth0: Renamed to 
> enx0050b647ede2
>   Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1066] 
> device (eth0): interface index 10 renamed iface from 'eth0' to 
> 'enx0050b647ede2'
>   Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1214] 
> devices added (path: 
> /sys/devices/pci:00/:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/net/enx0050b647ede2,
>  iface: enx0050b647ede2)
>   Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1214] 
> device added (path: 
> /sys/devices/pci:00/:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/net/enx0050b647ede2,
>  iface: enx0050b647ede2): no ifupdown configuration found.
>   Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1217] 
> device (enx0050b647ede2): state change: unmanaged -> unavailable (reason 
> 'managed', internal state 'external')
>   Oct 31 07:08:37 spiny kernel: IPv6: ADDRCONF(NETDEV_UP): enx0050b647ede2: 
> link is not ready
>   Oct 31 07:08:37 spiny kernel: IPv6: ADDRCONF(NETDEV_UP): enx0050b647ede2: 
> link is not ready
>   Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1274] 
> keyfile: add connection in-memory 
> (9365f42f-9dd9-3bdc-bbad-e7062efcaf7c,"Wired connection 4")
>   Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1284] 
> settings: (enx0050b647ede2): created default wired connection 'Wired 
> connection 4'
>   Oct 31 07:08:37 spiny systemd[1]: Starting 
> systemd-resolved-update-resolvconf.service...
>   Oct 31 07:08:37 spiny systemd[1]: Started 
> systemd-resolved-update-resolvconf.service.
>   Oct 31 07:08:37 spiny kernel: usb 1-1.2: new full-speed USB device number 

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-28 Thread Joe Barnett
in limited testing so far, v4.16-rc2 appears better

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-22 Thread Kai-Heng Feng
Hmm, there are several subsystems might affect xHC, so we need to bisect
between v4.12 and v4.13-rc3.

Before we do that, can you try latest (v4.16-rc2) mainline kernel again?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-20 Thread Joe Barnett
USB mass storage devices appear to have the same problem as the hub i
was using, while usb keyboards continue to work ok even when the hub &
mass storage devices fail.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2018-02-20 Thread Joe Barnett
reproduced the issue on v4.13rc3.  both rc1 and rc2 appear to be very
unstable resulting in full graphical lockups.  believe I reproduced the
issue on rc2 as well, but hard to tell with the general instability.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-28 Thread Joe Barnett
I should probably test a few more suspend cycles, but so far on
4.12.0-11-generic I'm not seeing the issue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-14 Thread Kai-Heng Feng
> On 14 Nov 2017, at 11:29 PM, Joe Barnett  wrote:
> 
> It did not occur on previous ubuntu releases, and didn't occur during
> the artful dev cycle either.  It seems to be on a suspend-by-suspend
> basis: after reproducing, another suspend cycle seems to "fix" it at
> least some of the time.

IIRC, Artful used v4.11 and v4.12 before GA. Do these two versions have
the same issue?

Kai-Heng

> 
> -- 
> You received this bug notification because you are subscribed to linux
> in Ubuntu.
> https://bugs.launchpad.net/bugs/1729010
> 
> Title:
>  USB hub stops working after suspend(s?)
> 
> Status in linux package in Ubuntu:
>  Confirmed
> 
> Bug description:
>  On initial boot, my usb hub works fine, but after a (series of?)
>  suspends, I stop being able to see devices that are plugged into it.
>  journalctl output on plugging it in:
> 
>  Oct 31 07:08:36 spiny kernel: usb 1-1: new high-speed USB device number 21 
> using xhci_hcd
>  Oct 31 07:08:36 spiny kernel: usb 1-1: New USB device found, idVendor=0409, 
> idProduct=005a
>  Oct 31 07:08:36 spiny kernel: usb 1-1: New USB device strings: Mfr=0, 
> Product=0, SerialNumber=0
>  Oct 31 07:08:36 spiny kernel: hub 1-1:1.0: USB hub found
>  Oct 31 07:08:36 spiny kernel: hub 1-1:1.0: 4 ports detected
>  Oct 31 07:08:36 spiny kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC= 
> SRC=fe80::::a299:9bff:fe17:9047 
> DST=ff02:::::::0001 LEN=64 TC=0 HOPLIMIT=1 
> FLOWLBL=32325 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
>  Oct 31 07:08:36 spiny kernel: usb 1-1.1: new high-speed USB device number 22 
> using xhci_hcd
>  Oct 31 07:08:36 spiny kernel: usb 1-1.1: New USB device found, 
> idVendor=0b95, idProduct=772a
>  Oct 31 07:08:36 spiny kernel: usb 1-1.1: New USB device strings: Mfr=1, 
> Product=2, SerialNumber=3
>  Oct 31 07:08:36 spiny kernel: usb 1-1.1: Product: AX88x72A
>  Oct 31 07:08:36 spiny kernel: usb 1-1.1: Manufacturer: ASIX Elec. Corp.
>  Oct 31 07:08:36 spiny kernel: usb 1-1.1: SerialNumber: 47EDE2
>  Oct 31 07:08:37 spiny kernel: asix 1-1.1:1.0 eth0: register 'asix' at 
> usb-:00:14.0-1.1, ASIX AX88772 USB 2.0 Ethernet, 00:50:b6:47:ed:e2
>  Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.0438] 
> manager: (eth0): new Ethernet device 
> (/org/freedesktop/NetworkManager/Devices/7)
>  Oct 31 07:08:37 spiny mtp-probe[13207]: checking bus 1, device 22: 
> "/sys/devices/pci:00/:00:14.0/usb1/1-1/1-1.1"
>  Oct 31 07:08:37 spiny mtp-probe[13207]: bus: 1, device: 22 was not an MTP 
> device
>  Oct 31 07:08:37 spiny systemd-udevd[13206]: link_config: autonegotiation is 
> unset or enabled, the speed and duplex are not writable.
>  Oct 31 07:08:37 spiny kernel: asix 1-1.1:1.0 enx0050b647ede2: renamed from 
> eth0
>  Oct 31 07:08:37 spiny pkexec[13215]: pam_unix(polkit-1:session): session 
> opened for user root by (uid=1000)
>  Oct 31 07:08:37 spiny pkexec[13215]: jbarnett: Executing command [USER=root] 
> [TTY=unknown] [CWD=/home/jbarnett] 
> [COMMAND=/usr/lib/gnome-settings-daemon/gsd-backlight-helper --set-brightness 
> 31]
>  Oct 31 07:08:37 spiny pkexec[13214]: gdm: Error executing command as another 
> user: Not authorized [USER=root] [TTY=unknown] [CWD=/var/lib/gdm3] 
> [COMMAND=/usr/lib/gnome-settings-daemon/gsd-backlight-helper --set-brightness 
> 48]
>  Oct 31 07:08:37 spiny org.gnome.SettingsDaemon.Power.desktop[2273]: Error 
> executing command as another user: Not authorized
>  Oct 31 07:08:37 spiny org.gnome.SettingsDaemon.Power.desktop[2273]: This 
> incident has been reported.
>  Oct 31 07:08:37 spiny systemd-networkd[1119]: eth0: Renamed to 
> enx0050b647ede2
>  Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1066] 
> device (eth0): interface index 10 renamed iface from 'eth0' to 
> 'enx0050b647ede2'
>  Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1214] 
> devices added (path: 
> /sys/devices/pci:00/:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/net/enx0050b647ede2,
>  iface: enx0050b647ede2)
>  Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1214] 
> device added (path: 
> /sys/devices/pci:00/:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/net/enx0050b647ede2,
>  iface: enx0050b647ede2): no ifupdown configuration found.
>  Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1217] 
> device (enx0050b647ede2): state change: unmanaged -> unavailable (reason 
> 'managed', internal state 'external')
>  Oct 31 07:08:37 spiny kernel: IPv6: ADDRCONF(NETDEV_UP): enx0050b647ede2: 
> link is not ready
>  Oct 31 07:08:37 spiny kernel: IPv6: ADDRCONF(NETDEV_UP): enx0050b647ede2: 
> link is not ready
>  Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1274] 
> keyfile: add connection in-memory 
> (9365f42f-9dd9-3bdc-bbad-e7062efcaf7c,"Wired connection 4")
>  Oct 31 07:08:37 spiny NetworkManager[11575]:   [1509458917.1284] 
> settings: (enx0050b647ede2): created default wired connection 'Wired 
> connection 4'
>  Oct 31 07:08:37 spiny systemd[1]: Starting 
> 

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-14 Thread Joe Barnett
It did not occur on previous ubuntu releases, and didn't occur during
the artful dev cycle either.  It seems to be on a suspend-by-suspend
basis: after reproducing, another suspend cycle seems to "fix" it at
least some of the time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-14 Thread Kai-Heng Feng
You were using the system from 15.10, did this issue occur in previous
kernel versions?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-13 Thread Joe Barnett
Reproduced on mainline as well.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-07 Thread Joe Barnett
Reproduced on 4.13.0-12, trying mainline now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-06 Thread Joe Barnett
its not instantly reproducible so it'll take a while to ensure it's
really gone, but i'll run with my last installed kernel (4.13.0-12) for
a while and see, and then also try the latest mainline 4.14 and report
back

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1729010] Re: USB hub stops working after suspend(s?)

2017-11-01 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1729010

Title:
  USB hub stops working after suspend(s?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729010/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs