"Josh Battles" <[EMAIL PROTECTED]> writes:
> If I connect the iPod, its screen tells me not to remove it, but I cannot see
> that it's mounted anywhere. From what I've been able to gather through
> googling it should show up as a SCSI device but it does not.
>
> What am I missing here?
If you are using udev, put this in a rules file (like 50ipod.rules) in
your /etc/udev/rules.d directory:
BUS="usb", SYSFS{manufacturer}="Apple", SYSFS{product}="iPod", NAME="ipod%n",
GROUP="hal", MODE="0660"
udev will create the device node ipod for you
--
John L. Fjellstad
web: http://www.fjellstad.org/ Quis custodiet ipsos custodes
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]