USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-18 Thread Pierre de Villemereuil
Dear kernel devs, I'm using openSUSE Tumbleweed (kernel 4.7.2-2-default) on an ASUS Vivobook Flip TP301UA-C4028T, see here for specs: https://www.asus.com/Notebooks/ASUS-VivoBook-Flip-TP301UA/specifications/ Since my install in July, USB hot-plug (a.k.a. plug'n'play) is not working. To make any

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-19 Thread Pierre de Villemereuil
11:22:52 NZST Oliver Neukum a écrit : > On Sun, 2016-09-18 at 19:48 +1200, Pierre de Villemereuil wrote: > > Dear kernel devs, > > > > I'm using openSUSE Tumbleweed (kernel 4.7.2-2-default) on an ASUS Vivobook > > Flip TP301UA-C4028T, see here for specs: > >

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-19 Thread Pierre de Villemereuil
0 septembre 2016, 09:43:57 NZST Pierre de Villemereuil a écrit : > Dear Oliver, > > I'm not really sure what happened, but now USB appears to be working > perfectly well... In the meantime, since my last checks, I simply updated > Tumbleweed and entered the command below as

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-20 Thread Pierre de Villemereuil
helps! Cheers, Pierre. Le mardi 20 septembre 2016, 10:38:09 NZST Oliver Neukum a écrit : > On Tue, 2016-09-20 at 11:11 +1200, Pierre de Villemereuil wrote: > > Dear Oliver, > > > > Sorry about my last message, the bug is actually still going on. I found > > something int

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-26 Thread Pierre de Villemereuil
Hi guys, Any news on this front? Anything I can do to help find the issue? Cheers, Pierre. Le mardi 20 septembre 2016, 11:05:13 NZDT Oliver Neukum a écrit : > On Tue, 2016-09-20 at 20:58 +1200, Pierre de Villemereuil wrote: > > Hi Oliver! > > > > Here you are. > &

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-27 Thread Pierre de Villemereuil
Hi ! > run: > sudo lspci -d :8c31 -vv The command yields nothing, either on AC or battery, with a USB device plugged or not. FYI, here's a 'blank' lspci: 00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 08) 00:02.0 VGA compatible controller: Intel Corporation HD

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-28 Thread Pierre de Villemereuil
- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- On 27.09.2016 22:28, Pierre de Villemereuil wrote: > > Hi ! > > > >> run: > >> sudo lspci -d :8c31 -vv > > > > The command yields nothin

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-28 Thread Pierre de Villemereuil
Hi! When entering "cat /sys/bus/pci/devices/\:00\:14.0/power/runtime_status", I got: - on battery: suspended - on AC: active Cheers, Pierre Le mercredi 28 septembre 2016, 16:59:25 NZDT Mathias Nyman a écrit : > On 28.09.2016 11:43, Pierre de Villemereuil wrote: > > Hi

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-09-29 Thread Pierre de Villemereuil
my battery life, but I guess not enough for me to realise it). If you need any info to find a proper fix and help to test it, don't hesitate. Cheers, Pierre. Le jeudi 29 septembre 2016, 15:50:34 NZDT Mathias Nyman a écrit : > On 28.09.2016 22:08, Pierre de Villemereuil wrote: > >

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-10-01 Thread Pierre de Villemereuil
relevant, but I guess sharing information can't hurt. Cheers, Pierre. Le vendredi 30 septembre 2016, 11:32:46 NZDT Mathias Nyman a écrit : > On 29.09.2016 23:36, Pierre de Villemereuil wrote: > > Hi Mathias, > > > > It seems you are right: entering > > echo on > /sys/

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-10-03 Thread Pierre de Villemereuil
Hi Mathias, Just to know: does that mean the firmware from Asus is faulty in here? Do you think I should contact Asus about this? Cheers, Pierre. Le lundi 3 octobre 2016, 15:09:03 NZDT Mathias Nyman a écrit : > On 03.10.2016 13:09, Mathias Nyman wrote: > > I'm writing a workaround that will dis

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-10-10 Thread Pierre de Villemereuil
Hi guys! Thanks for your efforts for fixing this bug! (The workaround of loading the kernel with "usbcore.autosuspend=-1" works very fine for me now). Meanwhile, Asus gave me the expected response: "Hello Mr. De Villemereuil, Thank you for having solicited the ASUS Technical Support. A readi

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-10-11 Thread Pierre de Villemereuil
Hi! I'm sorry, I'm not savvy enough to know what to do with this (I know basics on how to code and compile, but I'm no dev). Could someone guide me through it? I gather this patch needs to be applied to some kernel module code which needs to be compiled and reloaded into my current kernel, ri

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-10-13 Thread Pierre de Villemereuil
tobre 2016, 14:23:35 NZDT Alan Stern a écrit : > On Wed, 12 Oct 2016, Pierre de Villemereuil wrote: > > Hi! > > > > I'm sorry, I'm not savvy enough to know what to do with this (I know > > basics on how to code and compile, but I'm no dev). Could someone &

Re: USB hot-plug not working (ASUS TP301UA-C4028T)

2016-10-14 Thread Pierre de Villemereuil
Alan Stern a écrit : > On Fri, 14 Oct 2016, Pierre de Villemereuil wrote: > > Hi! > > > > I've branched the kernel package on the OpenSUSE Build Server, I'll > > try to apply the patch there (this ought to be cleanest method). > > > > Starting fro