Gentoo Archives: gentoo-user

From: Stefan Onken <Support@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo, udev and Palm Tungsten T5
Date: Fri, 12 Aug 2005 18:14:12
Message-Id: 200508122009.20993.Support@stonki.de
In Reply to: Re: [gentoo-user] Gentoo, udev and Palm Tungsten T5 by Nick Rout
1 Am Freitag, 12. August 2005 04:58 schrieb Nick Rout:
2
3 > http://www.reactivated.net/writing_udev_rules.html
4 ]...]
5
6 > 1. unlike many usb devices plugging a palm device in is
7 > insufficient to get the kernel and udev and hotlpug to do
8 > anything. you need to push the hotsync button.
9 >
10 > 2. you then get two devices (well on the treo anyway) - something
11 > like ttyUSB0 and ttyUSB1 - only one of them is any good, the odd
12 > one. They may not be in the top level of /dev, but in some
13 > subdirectory. find and the kernel logs are your friends.
14
15 well, I am using:
16
17 BUS="usb", SYSFS{serial}="504E35424D42583456354E35",
18 KERNEL="ttyUSB[1357]", SYMLINK="pilot"
19
20
21 some seconds after I am connecting the Palm (without pressing any
22 hotsync button !!! ) I am getting:
23
24 p7010 ~ # ls -als /dev/tts/USB*
25 0 crw-rw-rw- 1 root tty 188, 0 Aug 12 20:01 /dev/tts/USB0
26 0 crw-rw-rw- 1 root tty 188, 1 Aug 12 20:01 /dev/tts/USB1
27
28 p7010 ~ # ls -als /dev/pilot
29 0 lrwxrwxrwx 1 root root 8 Aug 12 20:01 /dev/pilot -> tts/USB1
30
31
32 but even now a test with the palm program stops here:
33
34
35 p7010 ~ # pilot-xfer --port /dev/pilot -L
36 Listening to port: /dev/pilot
37 Please press the HotSync button now...
38
39 the moment I am pressing the hotsync button, the device (/dev/pilot)
40 is disappearing for a second and will be created insteadly again:
41
42 resulting: Error read system info on /dev/pilot
43
44
45 kpilot is not able to connect at all :(
46
47 --
48 www.stonki.de: the more I see, the more I know.......
49 www.proftpd.de: Deutsche ProFTPD Dokumentation
50 www.krename.net: Der Batch Renamer für KDE
51 www.kbarcode.net: Die Barcode Solution für KDE
52
53 --
54 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Gentoo, udev and Palm Tungsten T5 Heinz Sporn <heinz.sporn@××××××××.com>