# Palm m500 USB # Requires usbserial module loaded && visor module NOT loaded # Having visor module loaded may cause Fatal Exceptions, and some may occur even after unloading (??) # usbserial *also* causes a Fatal Exception, but only once. # NOTE: Some devices must use ttyUSB0, the m500 needs ttyUSB1, otherwise more Fatal Exceptions # usbserial must be loaded with vendor and product IDs, e.g.: # lsusb | grep Palm # Bus 003 Device 003: ID 0830:0001 Palm, Inc. m500 # sudo modprobe usbserial vendor=0x0830 product=0x0001 # THEN connect Palm and run PalmOrb # NOTE: Speed is 19200 by default, set to 115200 or modify config below # THEN run lcd4linux # Number of icons is up to you. Display PalmUSB { Driver 'MatrixOrbital' Model 'LK204-25' Port '/dev/ttyUSB1' # Speed 19200 Speed 115200 Backlight 0 Icons 1 }