Turning off KVM-related messages

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
I've a Rosewill 4-port KVM (the only one I could find under $300 that supports FreeBSD -- they all support Linux, of course).

Because it doesn't have placeholders for the kbd and mouse, whenever I shift focus to or from the FreeBSD text-mode console, I get a series of connect/disconnect messages that make a mess of whatever's on the screen. It only happens to FreeBSD and only in console text mode.

Is there a cheap/easy way to turn off such messages, or do I have to go in and modify source?
 
You would have to modify the drivers to remove the logging or redirect the kernel console to an other device e.g. a serial port.
 
Back
Top