Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

[Solved] Missing Logitech devices option in the Special HID

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
sinanqapudan
Apprentice
Apprentice
User avatar
Posts: 237
Joined: Tue Oct 26, 2004 7:46 am
Location: Milan

[Solved] Missing Logitech devices option in the Special HID

  • Quote

Post by sinanqapudan » Sat Feb 21, 2026 4:23 pm

Hi there,

so, app-misc/solaar is complaining about some missing kernel cofiguration:

Code: Select all

 * Messages for package app-misc/solaar-1.1.19:
 * Log file: /var/log/portage/app-misc:solaar-1.1.19:20260212-181034.log

 *   CONFIG_HID_LOGITECH_DJ:     is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.

Code: Select all

  │ Symbol: HID_LOGITECH_DJ [=n]                                                                                                                                                                                                                                                     │  
  │ Type  : tristate                                                                                                                                                                                                                                                                 │  
  │ Defined at drivers/hid/Kconfig:596                                                                                                                                                                                                                                               │  
  │   Prompt: Logitech receivers full support                                                                                                                                                                                                                                        │  
  │   Depends on: HID_SUPPORT [=y] && HID [=y] && USB_HID [=y] && HIDRAW [=y] && HID_LOGITECH [=n]                                                                                                                                                                                     │  
  │   Location:                                                                                                                                                                                                                                                                      │  
  │     -> Device Drivers                                                                                                                                                                                                                                                            │  
  │       -> HID bus support (HID_SUPPORT [=y])                                                                                                                                                                                                                                      │  
  │         -> HID bus core support (HID [=y])                                                                                                                                                                                                                                       │  
  │ (1)       -> Special HID drivers                                                                                                                                                                                                                                                 │  
  │             -> Logitech devices (HID_LOGITECH [=n])                                                                                                                                                                                                                              │  
  │               -> Logitech receivers full support (HID_LOGITECH_DJ [=n])                                                                                                                                                                                                          │  
  │ Selects: HID_LOGITECH_HIDPP [=n]                                                                                                                                                                                                                                                 │  
                                                                                                                                                                                                                                          │  
My issue is that the "Logitech devices" option in the "Special HID drivers" is not visible.

My kernel config: http://0x0.st/PSjz.txt



How can I enable it?

Thanks
Last edited by sinanqapudan on Sat Feb 21, 2026 4:53 pm, edited 1 time in total.
Top
Anon-E-moose
Watchman
Watchman
User avatar
Posts: 6566
Joined: Fri May 23, 2008 7:31 pm
Location: Dallas area

  • Quote

Post by Anon-E-moose » Sat Feb 21, 2026 4:42 pm

From the Kconfig file

Code: Select all

config HID_LOGITECH_DJ
    tristate "Logitech receivers full support"
    depends on USB_HID
    depends on HIDRAW
    depends on HID_LOGITECH
    select HID_LOGITECH_HIDPP
So, you need USB_HID, HIDRAW and HID_LOGITECH set.
UM780 xtx, 6.18 zen kernel, gcc 15, openrc, wayland
minixforum m1-s1 max -- same software as above but used for ai learning


Zealots are gonna be zealots, just like haters are gonna be haters
Top
Hu
Administrator
Administrator
Posts: 24385
Joined: Tue Mar 06, 2007 5:38 am

  • Quote

Post by Hu » Sat Feb 21, 2026 4:43 pm

Per

Code: Select all

config HID_LOGITECH
	tristate "Logitech devices"
	depends on USB_HID
	depends on LEDS_CLASS
Your Kconfig does not have LEDS_CLASS.

Per

Code: Select all

if NEW_LEDS

config LEDS_CLASS
Your Kconfig has NEW_LEDS is not set.

Therefore:
  • Enable NEW_LEDS.
  • Enable LEDS_CLASS.
  • Now you can enable HID_LOGITECH.
Top
sinanqapudan
Apprentice
Apprentice
User avatar
Posts: 237
Joined: Tue Oct 26, 2004 7:46 am
Location: Milan

  • Quote

Post by sinanqapudan » Sat Feb 21, 2026 4:52 pm

Hu wrote:Per

Code: Select all

config HID_LOGITECH
	tristate "Logitech devices"
	depends on USB_HID
	depends on LEDS_CLASS
Your Kconfig does not have LEDS_CLASS.

Per

Code: Select all

if NEW_LEDS

config LEDS_CLASS
Your Kconfig has NEW_LEDS is not set.

Therefore:
  • Enable NEW_LEDS.
  • Enable LEDS_CLASS.
  • Now you can enable HID_LOGITECH.
Spot on. Thanks a lot Hu.
Top
Anon-E-moose
Watchman
Watchman
User avatar
Posts: 6566
Joined: Fri May 23, 2008 7:31 pm
Location: Dallas area

  • Quote

Post by Anon-E-moose » Sat Feb 21, 2026 4:55 pm

Thanks, Hu, it's been a while since I built my kernel and had forgotten about setting LEDS_CLASS.
UM780 xtx, 6.18 zen kernel, gcc 15, openrc, wayland
minixforum m1-s1 max -- same software as above but used for ai learning


Zealots are gonna be zealots, just like haters are gonna be haters
Top
grknight
Retired Dev
Retired Dev
Posts: 2557
Joined: Fri Feb 20, 2015 9:36 pm

  • Quote

Post by grknight » Sat Feb 21, 2026 5:50 pm

For future reference, if you cannot find an option, the z key in menuconfig unhides options that are blocked due to dependencies.
Top
Post Reply

6 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic