Difference between revisions of "GC-100"

From LinuxMCE
Jump to: navigation, search
(Created page with "The Baudrate for devices that are connected to a GlobalCache GC-100 need to be set via the web admin interface of the GC-100 itself. Setting the baudrate using the -b parameter i...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
The Baudrate for devices that are connected to a GlobalCache GC-100 need to be set via the web admin interface of the GC-100 itself. Setting the baudrate using the -b parameter in testserial or elsewhere has no effect.
 
The Baudrate for devices that are connected to a GlobalCache GC-100 need to be set via the web admin interface of the GC-100 itself. Setting the baudrate using the -b parameter in testserial or elsewhere has no effect.
 +
 +
If GC-100 is not working, check if you have socat processes gone wild
 +
ps ax|grep 'socat.*ttyS_150'
 +
 +
Kill all of them, and try again.
 +
[[category: Automation]]

Latest revision as of 10:34, 21 August 2011

The Baudrate for devices that are connected to a GlobalCache GC-100 need to be set via the web admin interface of the GC-100 itself. Setting the baudrate using the -b parameter in testserial or elsewhere has no effect.

If GC-100 is not working, check if you have socat processes gone wild

ps ax|grep 'socat.*ttyS_150' 

Kill all of them, and try again.