LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-01-2021, 03:37 AM   #1
MissMonkeyMac
LQ Newbie
 
Registered: Jun 2021
Posts: 11

Rep: Reputation: Disabled
Illuminated keyboard not lighting up with Mint Cinnamon 20.1 Ulyssa.


Hi. I bought a KUIYN illuminated keyboard and mouse which work fine with my Win10 install, but with my Mint Cinnamon install the keyboard doedn't light up. It will do until Mint finishes loading, then the lights go off and I can't get them back on again using the key that should turn them on. I am new to Linux at present. Can anyone help with this please? I need the illumination as the light where I am isn't great,

Thanks, MMM.

Last edited by MissMonkeyMac; 07-01-2021 at 03:48 AM.
 
Old 07-01-2021, 04:05 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by MissMonkeyMac View Post
Hi. I bought a KUIYN illuminated keyboard and mouse which work fine with my Win10 install, but with my Mint Cinnamon install the keyboard doedn't light up. It will do until Mint finishes loading, then the lights go off and I can't get them back on again using the key that should turn them on. I am new to Linux at present. Can anyone help with this please? I need the illumination as the light where I am isn't great,

Thanks, MMM.
My keyboard does something similar, however it has certain settings hotkeys that allow me to change the illumination mode. These settings are stored in the keyboard.
Consult your keyboard's manual first.
 
Old 07-01-2021, 04:43 AM   #3
MissMonkeyMac
LQ Newbie
 
Registered: Jun 2021
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
My keyboard does something similar, however it has certain settings hotkeys that allow me to change the illumination mode. These settings are stored in the keyboard.
Consult your keyboard's manual first.
Hi, thanks. Yes I have done that and no difference.
 
Old 07-02-2021, 01:45 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Then we need some output.

Please do this:
Quote:
You want to see how your Linux system reacts to a certain peripheral being plugged in (smartphone, monitor, USB stick etc.).
Code:
dmesg
can provide that information, but one needs to separate that from previous messages.
Here's how:
  • Make sure the device in question is unplugged.
  • Open a terminal, maximise it.
  • Enter
    Code:
    dmesg -w
    or --follow (wait for new messages).
  • Some systems require elevated privileges for
    Code:
    dmesg
    , if so prepend
    Code:
    sudo
    or become superuser first.
  • After
    Code:
    dmesg -w
    spat out lots of stuff and has hopefully settled down (if it hasn't that could point to a different problem), press <Enter> until your terminal window is blank.
  • Now insert the peripheral you want information about and wait a few seconds.
  • Copy all the new output that is visible now.
 
Old 07-02-2021, 08:37 PM   #5
MissMonkeyMac
LQ Newbie
 
Registered: Jun 2021
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
Then we need some output.

Please do this:
Here is what it spat out after plugging in the USB keyboard. I had to plug in an old PS2 keyboard to do anything while the new one was unplugged, just in case that affects any of the output.

[ 341.967494] usb 3-4: new low-speed USB device number 4 using xhci_hcd
[ 342.121914] usb 3-4: New USB device found, idVendor=2a7a, idProduct=8a47, bcdDevice= 0.01
[ 342.121919] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 342.121921] usb 3-4: Product: CASUE USB KB
[ 342.127005] input: CASUE USB KB as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:2A7A:8A47.0002/input/input10
[ 342.184110] hid-generic 0003:2A7A:8A47.0002: input,hidraw1: USB HID v1.10 Keyboard [CASUE USB KB] on usb-0000:00:14.0-4/input0
[ 342.190775] input: CASUE USB KB Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:2A7A:8A47.0003/input/input11
[ 342.247748] input: CASUE USB KB System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:2A7A:8A47.0003/input/input12
[ 342.247935] hid-generic 0003:2A7A:8A47.0003: input,hidraw2: USB HID v1.10 Device [CASUE USB KB] on usb-0000:00:14.0-4/input1
 
Old 07-03-2021, 01:41 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Linux sees your keyboard as CASUE with vendor id 2a7a and product id 8a47.
I found nothing wrt backlight with these parameters, so I tried a more generic search - maybe this article can help.
 
Old 07-03-2021, 04:05 AM   #7
MissMonkeyMac
LQ Newbie
 
Registered: Jun 2021
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
Linux sees your keyboard as CASUE with vendor id 2a7a and product id 8a47.
I found nothing wrt backlight with these parameters, so I tried a more generic search - maybe this article can help.
Thanks for your help with this. It is all a bit beyond me at present. Hopefully one day I will be able to make sense of all this.
 
Old 07-04-2021, 10:33 PM   #8
biker_rat
Member
 
Registered: Feb 2010
Posts: 417

Rep: Reputation: 250Reputation: 250Reputation: 250
Most linux distros will have a utility called xset. If your distro has xset, type xset in a terminal app in your graphical desktop environment and a help message spews out. Use trial and error for the led values if xset is present. Xset only works when X11 is running, so don't try it from console.The value 3 works with my keyboard.

Last edited by biker_rat; 07-04-2021 at 10:35 PM.
 
Old 07-10-2021, 01:24 AM   #9
MissMonkeyMac
LQ Newbie
 
Registered: Jun 2021
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by biker_rat View Post
Most linux distros will have a utility called xset. If your distro has xset, type xset in a terminal app in your graphical desktop environment and a help message spews out. Use trial and error for the led values if xset is present. Xset only works when X11 is running, so don't try it from console.The value 3 works with my keyboard.
Thank you. They all just seem to turn the led on, that's 1-32. But with it turned on via that method, the number pad doesn't work, whether num lock is on or not. Any idea about that one? If I have to open up a new thread, please let me know.
 
Old 07-11-2021, 09:22 AM   #10
biker_rat
Member
 
Registered: Feb 2010
Posts: 417

Rep: Reputation: 250Reputation: 250Reputation: 250
Install an old software called numlockx & try playing with that in conjunction with xset. If that doesn't help, I am out of tricks; and you need help from someone else who is more knowledgeable.
 
Old 07-12-2021, 12:09 AM   #11
MissMonkeyMac
LQ Newbie
 
Registered: Jun 2021
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by biker_rat View Post
Install an old software called numlockx & try playing with that in conjunction with xset. If that doesn't help, I am out of tricks; and you need help from someone else who is more knowledgeable.
Your help is most appreciated. Thanks. I'll give that numlocks a try.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mint Cinnamon 20.1 Ulyssa not connecting to WiFi. MissMonkeyMac Linux - Networking 2 07-01-2021 03:22 AM
Unable to launch "cinnamon-session-cinnamon" X session "cinnamon-session-cinnamon" -found; Falling back to default "session." xxxindigo Linux Mint 22 09-01-2019 09:21 AM
Logitech Bluetooth Illuminated Keyboard K810 Don Graham Linux - Newbie 5 11-23-2018 04:17 AM
Keyboard keys messed up on Logitech Illuminated Keyboard MikeyCarter Linux - Hardware 2 03-16-2010 08:25 AM
Nexos Illuminated Keyboard on Ubuntu Karmic route277 Linux - Newbie 1 12-22-2009 01:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration