You are not logged in.

#1 2005-05-31 02:23:20

nexist
Member
From: Eugene, OR
Registered: 2005-02-02
Posts: 19
Website

Palm USB connect is created 660

It needs to be, according to the manual, created as 666, so that the program can read/write to the device.  How do I enable this?

Offline

#2 2005-05-31 11:09:33

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: Palm USB connect is created 660

Have a look at your udev rules. You can flag a MODE for each device, adding or changing MODE="0660" to "0666".


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#3 2005-05-31 12:09:19

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: Palm USB connect is created 660

I wouldn't change standard udev rules. You can create custom udev rule. As root create file /etc/udev/rules.d/00.udev.rules and put this inside:

BUS="usb", KERNEL="ttyUSB*", NAME="tts/USB%n", SYSFS{product}="Palm Handheld*", SYMLINK="pilot", MODE="0666", OPTIONS="last_rule"

(no line wrapping!)
Then you can reboot and try it. If this doesn't work post the output of

udevinfo -a -p `udevinfo -q path -n /dev/ttyUSB...

where ... is the number for your palm. Using this information it will be easier to write a better udev rule (if the above won't work).

Offline

Board footer

Powered by FluxBB