Odroid-RetroArena / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
6 stars 0 forks source link

Disable kernel error messages on console #8

Open mrvanes opened 6 years ago

mrvanes commented 6 years ago

My 8bitdo SN30 controller generates a hid-generic 0005:2DC8:2840.0001: unknown main item tag 0x0 kernel message that trickles down into ES screen. It's a bit annoying and can be fixed by adding the following line to /etc/rc.local:

echo 1 > /proc/sys/kernel/printk
slappymcphee commented 6 years ago

appreciate the input however leaving it alone helps with users that are not familiar of how to verify issues to easily see a message that they would like to pass along. we will discuss as a team and decide if we will make that change.