View Single Post
Old 03-04-2008, 09:17 AM   #3
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,516
Karma: 19000001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
I have set these rules for udev:

BUS="scsi", SYSFS{vendor}="Bookeen ", SYSFS{model}="Cybook Gen3 -FD", KERNEL="sd[a-z]1", NAME="%k", SYMLINK="cybook"
BUS="scsi", SYSFS{vendor}="Bookeen ", SYSFS{model}="Cybook Gen3 -SD", KERNEL="sd[a-z]1", NAME="%k", SYMLINK="card"

This way the cybook (no matter wich sd?1) comes out as /dev/cybook and the SD card as /dev/card. If your distribution is decently recent (even 3 years old should do), it probably uses udev already. Search Google for a tutorial/howto on how to use and write udev rules if you don't know it.
Jellby is offline   Reply With Quote