Sat 10 Jun 2006
Lately I’ve been trying to smooth out my linux experience, as I’ve had the same system running for long enough that it seems worthwhile. One of the things thats always been a bit shaky is the use of my iPod. I’ve recently got ejecting to work well, but to make the amarok integration slicker I wanted a /dev/ipod entry. So, to do this
Make an entry in /etc/udev/rules.d/00.rules along the lines of
##iPod
BUS=”scsi”, SYSFS{model}=”iPod*”, NAME=”ipod%n”
This will search all new devices, and if their model matches iPod it puts them at /dev/ipod[n] with n being the partition number.