I have been looking to sync my palm T5 with mol but using udev and hotplug, I can't get the dev to show up. By reading /usr/src/linux/Documentation/usb/usb-serial.txt and learning that I need a device /dev/ttyUSB0 but udev does not create one. I am guessing because hotplug does not see the device plugged in.
# cat /proc/bus/usb/devices Gives me this: <snip> T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 11 Spd=12 MxCh= 0 D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1 P: Vendor=0830 ProdID=0061 Rev= 1.00 S: Manufacturer=palmOne, Inc. S: Product=palmOne Handheld S: SerialNumber=504E35424D42383456355739 C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA I: If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=00 Prot=00 Driver=usbfs E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=86(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=07(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms So, I know the system sees the device. syslog shows this kernel: usb 1-1: new full speed USB device using ohci_hcd and address 11 kernel: usb 1-1: reset full speed USB device using ohci_hcd and address 11 and lsmodModule Size Used by kl5kusb105 15268 0 keyspan_pda 14180 0 usbserial 34640 2 kl5kusb105,keyspan_pda <snip> What I am guessing is that... I need to have udev create a dev once hotplug see it is connected in the system. This is my first working box to impliment udev and it is working nicely so far. -adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

