Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105536 - udev-068 doesn't create /dev/pilot for my Tungsten E
Summary: udev-068 doesn't create /dev/pilot for my Tungsten E
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
: 105537 105538 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-10 14:11 UTC by Leonardo Ferreira Fontenelle
Modified: 2005-09-10 15:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonardo Ferreira Fontenelle 2005-09-10 14:11:12 UTC
When pressing the sync button on my Palm Tungsten E, /dev/pilot isn't created.

Reproducible: Always
Steps to Reproduce:
1. Just plug and pray
Actual Results:  
tts/USB0 + tts/USB1 or tts/USB2 + tts/USB3 nodes are created (sometimes the
former ones, sometimes the last ones), but no /dev/pilot.

Expected Results:  
pilot link/node created; uucp group is ok, but it isn't very intuitive, maybe
"pda" or "usb".

From 50-udev.rules:
26:KERNEL=="ttyUSB[0-9]*",      NAME="tts/USB%n", GROUP="tty", MODE="0660"
195:KERNEL=="pilot",    NAME="%k", GROUP="uucp"

From udevinfo:
    BUS=="usb"
    ID=="4-2"
    DRIVER=="usb"
    SYSFS{product}=="Palm Handheld"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-10 14:21:36 UTC
*** Bug 105538 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-10 14:21:53 UTC
*** Bug 105537 has been marked as a duplicate of this bug. ***
Comment 3 Leonardo Ferreira Fontenelle 2005-09-10 14:27:52 UTC
(In reply to comment #0)
Sorry for the duplicates. Before I forget again: I'm already fixing it in my
system, I'm reporting this as a bug because IMHO it should Just Work.

The following works for me:
- 195: KERNEL=="pilot",    NAME="%k", GROUP="uucp"
+      SYSFS{product}=="Palm Handheld" SYMLINK="pilot" GROUP="uucp"
Comment 4 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-09-10 15:02:03 UTC
Yeah, you are going to have to write a custom rule for this, due to the wide
range of different types of palm usb devices (treo, handspring, clie, palm, etc.)

All of them need different rules, and some of them even are impossible to do, as
they lie about what port to use.

Sorry about this.