I am hoping someone can help me, I have a problem with my baytrail processor and opensuse linux OS where time to time the system will freeze. I have done some research and I do know it is a common problem. I have read that the solution to fix this issue is to add this line into the grub file
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"
I have implemented this line and amazingly it has worked. The only problem I am getting now is that once I have added the new line, a piece of hardware connected to the pc stops working. I have a radar which uses a RS485 com which sends some data to the pc and a program, however once I applied the line the program wouldn’t read any data. The previous line in the grub, before was this
Resume=/dev/sda2 splash=silent quiet showopts
I’m hoping someone can help me determine why the radar fails when I add the line to fix the bug, or how to help me solve this problem
Thank you