* [gentoo-user] Kernel 4.x and (probably) event issues
@ 2016-03-05 8:37 Roman Dobosz
2016-03-07 16:46 ` [gentoo-user] " James
0 siblings, 1 reply; 5+ messages in thread
From: Roman Dobosz @ 2016-03-05 8:37 UTC (permalink / raw
To: gentoo-user
Hi!
I've been struggling with this issues for a while with no success so
far.
I have notebook Dell E6430 on docking station with external monitor and
keyboard + mouse. I have tried to switch to the kernel 4.x the other
day, and have two issues.
1. After successful boot, I've noticed, that buttons above the
touchpad[1] stopped working. Tried to debug the thing, but they do
nothing even under xev or in showkey - seems like they dead. Didn't find
anything interesting by searching the net.
2. This one is more annoying. After boot to the new shiny 4.x kernel,
devices connected via the usb seems to have aggressive power safe mode.
For example - if I typing for a while everything is fine, if I stop for
a couple of seconds, and then start to type, for approximately 2 seconds
there is no response from the device, and after that i can type again.
Note, that during those 2s no buffering is done, so whatever I'm typing
in this short period, is lost. Same goes to the mouse movement and
buttons.
Needless to say, that both of the issues are non-existent on 3.18.x
series…
I'll appreciate any hint.
[1] http://ibin.co/2ZBIg3Ilkmxd
--
-^- _ something is grinding the emptiness:
_ /O)_\// Mystical Sun - 15 Billion Years of Aliens
(_(|__(_(_) grf.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Kernel 4.x and (probably) event issues
@ 2016-03-06 15:15 Roman Dobosz
2016-03-07 0:00 ` Adam Carter
0 siblings, 1 reply; 5+ messages in thread
From: Roman Dobosz @ 2016-03-06 15:15 UTC (permalink / raw
To: gentoo-user
Hi!
I've been struggling with this issues for a while with no success so
far.
I have notebook Dell E6430 on docking station with external monitor and
keyboard + mouse. I have tried to switch to the kernel 4.x the other
day, and have two issues.
1. After successful boot, I've noticed, that buttons above the
touchpad[1] stopped working. Tried to debug the thing, but they do
nothing even under xev or in showkey - seems like they dead. Didn't find
anything interesting by searching the net.
2. This one is more annoying. After boot to the new shiny 4.x kernel,
devices connected via the usb seems to have aggressive power safe mode.
For example - if I typing for a while everything is fine, if I stop for
a couple of seconds, and then start to type, for approximately 2 seconds
there is no response from the device, and after that i can type again.
Note, that during those 2s no buffering is done, so whatever I'm typing
in this short period, is lost. Same goes to the mouse movement and
buttons.
Needless to say, that both of the issues are non-existent on 3.18.x
series…
I'll appreciate any hint.
[1] http://ibin.co/2ZBIg3Ilkmxd
--
-^- _ something is grinding the emptiness:
_ /O)_\// Pride and Fall - Little
(_(|__(_(_) grf.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Kernel 4.x and (probably) event issues
2016-03-06 15:15 [gentoo-user] " Roman Dobosz
@ 2016-03-07 0:00 ` Adam Carter
0 siblings, 0 replies; 5+ messages in thread
From: Adam Carter @ 2016-03-07 0:00 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
[-- Attachment #1: Type: text/plain, Size: 1497 bytes --]
> 1. After successful boot, I've noticed, that buttons above the
> touchpad[1] stopped working. Tried to debug the thing, but they do
> nothing even under xev or in showkey - seems like they dead. Didn't find
> anything interesting by searching the net.
>
Longshot (since i've had one instance in the last few years where i need to
rebuild xorg after a kernel update) have you tried rebuilding the
xf86-input-* packages against the new kernel?
>
> 2. This one is more annoying. After boot to the new shiny 4.x kernel,
> devices connected via the usb seems to have aggressive power safe mode.
> For example - if I typing for a while everything is fine, if I stop for
> a couple of seconds, and then start to type, for approximately 2 seconds
> there is no response from the device, and after that i can type again.
> Note, that during those 2s no buffering is done, so whatever I'm typing
> in this short period, is lost. Same goes to the mouse movement and
> buttons.
>
I haven't had much luck with USB power saving working in a useful way and
leave it off. Strange its been enabled by default for you.
cat /sys/bus/usb/devices/*/power/control will show you what the current
settings are.
The options are on/auto.
"on" means that the device should be resumed and autosuspend is not allowed.
so that's what you want. It can blanket set with;
echo on | tee /sys/bus/usb/devices/*/power/control
Or you could work out which devices are actually a problem and just "on"
those particular ones.
[-- Attachment #2: Type: text/html, Size: 2098 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: Kernel 4.x and (probably) event issues
2016-03-05 8:37 [gentoo-user] Kernel 4.x and (probably) event issues Roman Dobosz
@ 2016-03-07 16:46 ` James
2016-03-12 16:19 ` Roman Dobosz
0 siblings, 1 reply; 5+ messages in thread
From: James @ 2016-03-07 16:46 UTC (permalink / raw
To: gentoo-user
Roman Dobosz <gryf73 <at> op.pl> writes:
> 2. This one is more annoying. After boot to the new shiny 4.x kernel,
> devices connected via the usb seems to have aggressive power safe mode.
> For example - if I typing for a while everything is fine, if I stop for
> a couple of seconds, and then start to type, for approximately 2 seconds
> there is no response from the device, and after that i can type again.
> Note, that during those 2s no buffering is done, so whatever I'm typing
> in this short period, is lost. Same goes to the mouse movement and
> buttons.
You might want to install
sys-apps/udevil
and see how your usb devices perform.
It's an idea to test, not a guarranteed solution.
hth,
James
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: Kernel 4.x and (probably) event issues
2016-03-07 16:46 ` [gentoo-user] " James
@ 2016-03-12 16:19 ` Roman Dobosz
0 siblings, 0 replies; 5+ messages in thread
From: Roman Dobosz @ 2016-03-12 16:19 UTC (permalink / raw
To: gentoo-user
On Mon, 7 Mar 2016 16:46:30 +0000 (UTC)
James <wireless@tampabay.rr.com> wrote:
> You might want to install
> sys-apps/udevil
>
> and see how your usb devices perform.
> It's an idea to test, not a guarranteed solution.
Thanks for your answer, but I (probably) solved the issue with the USB
power, thanks to Adam hints.
(BTW, sorry for double posting)
--
-^- _ something is grinding the emptiness:
_ /O)_\// Michigan - Sorrows (Infacted Version)
(_(|__(_(_) grf. https://tormentedradio.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-12 16:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05 8:37 [gentoo-user] Kernel 4.x and (probably) event issues Roman Dobosz
2016-03-07 16:46 ` [gentoo-user] " James
2016-03-12 16:19 ` Roman Dobosz
-- strict thread matches above, loose matches on Subject: below --
2016-03-06 15:15 [gentoo-user] " Roman Dobosz
2016-03-07 0:00 ` Adam Carter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox