You are not logged in.
Pages: 1
Hi,
I use this udev rule for me ipod .... but its stopped working
BUS=="usb", SYSFS{product}=="iPod", KERNEL=="sd?2", NAME="%k", SYMLINK+="ipod", MODE="0660", GROUP="users"
ACTION=="add", KERNEL=="sd?2", RUN+="/usr/bin/pmount /dev/ipod"
ACTION=="remove", KERNEL=="sd?2", RUN+="/usr/bin/pumount /dev/ipod"
its mounting ipod ok but not for user only for root ... call anyone see whats wrong with the rule ?
thanks
Mr Green
Offline
did you figure this out ?
my nephew has an ipod im trying to straighten out
i just noticed its got the same recognition as you
groups=root owner=me
Offline
You should read /etc/udev/readme-udev-arch.txt ... there were some syntax changes, like SYSFS -> ATTRS.
1000
Offline
I've been through at least 5 ipod rules - here's the most recent that still works. Note that I have an "ipod" group that my user is a member of.
SUBSYSTEMS=="scsi", ATTRS{vendor}=="Apple", KERNEL=="sd?2", ATTRS{model}=="iPod*", NAME="%k", SYMLINK+="ipod", GROUP:="ipod"
Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein
Offline
This may be slightly off topic, but I suggest any Linux user with an iPod consider slapping Rockbox on there. It will make it so much better.
I always roll 20s on my disbelieve checks.
You better believe it.
Offline
I have got Rockbox on ipod but I prefer Apple interface
Mr Green
Offline
Pages: 1