Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Kernel 6.3.0 mouse & keyboard not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
cfgauss
l33t
l33t


Joined: 18 May 2005
Posts: 726
Location: USA

PostPosted: Wed Apr 26, 2023 1:44 am    Post subject: [SOLVED] Kernel 6.3.0 mouse & keyboard not working Reply with quote

I have a USB mouse and keyboard. When I boot kernel 6.3.0 X boots normally but neither mouse nor keyboard function. When I boot the prior kernel, 6.2.12, both work normally.

Here is Xorg.log for kernel 6.2.12.
Here is Xorg.log for kernel 6.3.0.

Any debugging hints will be gratefully received.

[SOLVED] Many thanks to CaptainBlood (below) for so clearly pointing out the error I made in the .config for building kernel 6.3.0. [/SOLVED]


Last edited by cfgauss on Wed Apr 26, 2023 1:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3999

PostPosted: Wed Apr 26, 2023 6:12 am    Post subject: Reply with quote

While building 6.3 from 6.2.x
Code:
make oldconfig
queried for
Code:
HID bus support (HID_SUPPORT) [Y/n/?] (NEW)
setting which doesn't exist in 6.2.x.
Setting to N caused USB keyboard & mouse being disregarded.
Setting to Y fixed the issue here.

Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 23093

PostPosted: Wed Apr 26, 2023 6:01 pm    Post subject: Reply with quote

That setting was added in HID: Kconfig: split HID support and hid-core compilation, which made it default y to minimize compatibility problems. According to the logs, it was meant to be included in v6.2, but was deferred to v6.3.
Back to top
View user's profile Send private message
ExecutorElassus
Veteran
Veteran


Joined: 11 Mar 2004
Posts: 1471
Location: Berlin, Germany

PostPosted: Tue May 02, 2023 5:12 am    Post subject: Reply with quote

had the same problem, this fixed it. Thanks!

(I kinda feel like the object description should have more urgent warnings about how not saying Y here will result in no mouse/keyboard. I'm sure I'm not the only desktop user who routinely says N to new features unless they look really important).

Also, another important note: for whatever reason, the specific kernel module for my trackball (which seems only to have been added to the kernel a year or two ago) wasn't enabled, but the 6.2.* and previous kernels nevertheless registered it. Now, with the 6.3 kernel, the extra Fn buttons on the mouse don't register unless I specifically enable the kernel module. I'm not sure why this turned out this way, but I was unable to use those buttons until I had the module activated.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum