Is your KERNEL pattern right?




BUS=="usb", SYSFS{product}=="Palm Handheld*", KERNEL=="ttyUSB[013579]",

Shouldn't you be matching [13579]? Matching the 0 as well will match the first serial pipe to the handheld, not the second. On my Palm zire I can only hotsync to the second...

I used the rules:

BUS=="usb", SYSFS{product}=="Palm Handheld", KERNEL=="ttyUSB[02468]", NAME="zire0"
BUS=="usb", SYSFS{product}=="Palm Handheld", KERNEL=="ttyUSB[13579]", NAME="zire1"


And then get kpilot to sync to device /dev/zire1 (I'm not sure what the other serial pipe at zire0 is actually useful for, I don't use it).

Hope that helps.

Cheers,
Mark


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: [SOLVED] Re: Transparent proxy - forwarding does not work
    ... look at iptables' manpage and discovered that matching can be done based on ... user 'proxy' through, and redirect all others to the proxy. ... subject of "unsubscribe". ...
    (Debian-User)
  • Re: Is your KERNEL pattern right?
    ... Matching the 0 as well will match the first serial pipe to the handheld, ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)
  • Re: No DNS consistency checks in Debian spam filter?
    ... directly received from hosts with PTR records without matching A records. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ... Trouble? ...
    (Debian-User)
  • Re: inserting line breals
    ... will contain the original file. ... That seems to do the trick, however I'm finding that it isn't matching ... There's no matching going on here. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)