Jump to content

GC-100: Difference between revisions

From LinuxMCE
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..."
 
No edit summary
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.

Revision as of 19:51, 18 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.