################################################## ################################################## ####
Here is for the last two gents, but a quick disclaimer, as using my commands are considered a hold harmless contract between us:
Meaning I will give you the best of what I know, but it is your fingers that type in the terminal window and your brain should make sure it is what you want to do and agree to not hold me liable for anything that goes wrong as a result of your typing or my commands.
Now that is out of the way and you say your new, so this assumes that is the case and so this is not meant to offend you, but assumes you need this amount of help, so don't get thy panties in a bunch

. Really meant only to help you.
Just a couple notes:
1. is that a Logitech keyboard and mouse causing your issue and they seem to for me and Linux.
2. Try another keyboard and mouse and it is likely to go away, but in case not, then carry on.
3. Second issue could be you have a laptop and instead of using the built in keyboard and mouse pad you have another keyboard and mouse plugged in and so the mapping of the second keyboard is choking after the first is mapped

This is what I did anyway.
Legend
# - Denotes an information line
Bold and blue is a command
^ - Is the control key
# There is a information line or more
#
Followed then the command line
Terminal commands entered after prompt:
# Lets set the debug up to see what's is really going on, but if you don't want to go that route and and just fix it, then bypass and get to the meat of the issue
################################################## ################################################## ############
# Sudo Command to write to the file and Nano is the editor, then path and file name
sudo nano /etc/udev/udev.conf
# prompt to enter the root password
Root password and Enter
# This shows the position of the cursor
(Important Note!!!!!!!! This tells you where the issue is from the log error.) (systemd-udevd[358]: - AKA line 358 is the keyboard that is having the isssue)
^C
# use the arrow keys to highlight the #udev_log="info" and replace it with:
udev_log="debug"
# This write the file back
^O
# It will ask to overwrite the file, so just hit the enter key
Enter
# Now exit the Nano editor
^X
# Reboot
sudo reboot
################################################## ################################################## #####
Find and edit out the keyboards you don't want:
# Open the file from the first post and find and kill the keyboard entries, by putting a # in front of them
sudo nano /lib/udev/hwdb.d/60-keyboard.hwdb
# Prompt for root password and enter
root password and enter
# Once it opens hit Control C and go to the line with the error (# 358 in my case) and Hit Control C again to change the position displayed.
^C
# You start off at position line 1 and go to line 358 and disable that keyboard
#
# Should look Like this when finished:
# Slimstar 320
# keyboard:usb:v0458p0708d*dc*dsc*dp*ic*isc*ip*in01*
# KEYBOARD_KEY_0900f0=scrollup
# KEYBOARD_KEY_0900f1=scrolldown
# KEYBOARD_KEY_0900f3=back
# KEYBOARD_KEY_0900f2=forward
# KEYBOARD_KEY_0900f5=wordprocessor
# KEYBOARD_KEY_0900f6=spreadsheet
# KEYBOARD_KEY_0900f4=presentation
# KEYBOARD_KEY_0c0223=www
# KEYBOARD_KEY_0900f7=chat
# KEYBOARD_KEY_0900fb=prog1
# This write the file back
^O
# It will ask to overwrite the file, so just hit the enter key
Enter
# Now exit the Nano editor
^X
# Reboot
sudo reboot
################################################## #################################################
The other thing said in post 1 was number of errors equals the number of keyboard entries that need commented out with the #
So rinse and repeat the process above until the errors are gone.
Welcome to Linux btw

It really will change you and make you better. Not to mention make more money if you apply it to an IT career.
Caio,
Kai Agapo
Bookmarks