You are not logged in.
Pages: 1
I am still having problems with udev....
Errr this rule is for me mp3 player
# Symlink MP3 player
BUS="usb", SYSFS{product}="ARCHOS 104", KERNEL="sd?", NAME="%k", SYMLINK+="Archos", MODE="0660", GROUP="users"
BUS="usb", SYSFS{product}="ARCHOS 104", KERNEL="sd?1", NAME="%k", SYMLINK+="Archos", MODE="0660", GROUP="users"
was working fine but now nothing, has udev rules changed ?
Mr Green I like Landuke!
Offline
Try this:
# Symlink MP3 player
BUS=="usb", SYSFS{product}=="ARCHOS 104", KERNEL=="sd?", NAME="%k", SYMLINK+="Archos", MODE="0660", GROUP="users"
BUS=="usb", SYSFS{product}=="ARCHOS 104", KERNEL=="sd?1", NAME="%k", SYMLINK+="Archos", MODE="0660", GROUP="users"
Offline
Mr Green - yes, they have changed...you know need == to match rather than = it took my ages to figure out for my rules too! Easy fix though
Offline
Bloody udev lol .... man a '=' is all you need thanks 8)
Mr Green I like Landuke!
Offline
Pages: 1