From: Clay B. <cla...@gm...> - 2006-03-26 00:24:03
|
I am trying to set up my machine to show status information on my Palm (running PalmOrb) through USBLCD. When I start lcd4linux, the program just exits (no error, though, since 0 ~ $ lcd4linux || echo "Got fail-code" 0 ~ $ doesn't echo anything. Note that: 0 /dev/tts $ ls -l total 0 lrwxrwxrwx 1 root root 8 Mar 21 07:49 0 -> ../ttyS0 lrwxrwxrwx 1 root root 8 Mar 21 07:49 1 -> ../ttyS1 lrwxrwxrwx 1 root root 8 Mar 21 07:49 2 -> ../ttyS2 lrwxrwxrwx 1 root root 8 Mar 21 07:49 3 -> ../ttyS3 lrwxrwxrwx 1 root root 10 Mar 25 17:16 USB0 -> ../ttyUSB0 lrwxrwxrwx 1 root root 10 Mar 25 17:16 USB1 -> ../ttyUSB1 ...and my syncing software uses /dev/tts/USB1 without complaint. I think PalmOrb is open on /dev/tts/USB1, since that disappears from /dev when I close PalmOrb. Does anyone else have this (PalmOrb over USB) working? My config is: Display T3-20x4 { Driver 'USBLCD' Port '/dev/tts/USB1' Size '20x4' asc255bug 0 Icons 1 } Widget CPU { class 'Text' expression uname('machine') prefix 'CPU ' width 9 align 'L' update tick } Layout Default { Row1 { Col1 'CPU' } } Variables { tick 500 } Display 'T3-20x4' Layout 'Default' |