iPod on Linux?

Craig White craigwhite at azapple.com
Sun Feb 12 15:28:34 UTC 2006


On Sun, 2006-02-12 at 00:16 -0600, Thomas Cameron wrote:
> Anyone have a solution that Just Works(TM)?  I've heard a bunch of
> "application Z looks promising, but it's not ready yet" sort of answers.
> 
> Anyone using an iPod with Linux with no problems?  How'd you do it?
----
configure gtkpod to use xmms as player

# rpm -qa|grep xmms
xmms-mp3-1.2.10-14.2.fc4.rf
xmms-1.2.10-19.fc4
xmms-aac-2.0-5.2.fc4.rf

# rpm -q gtkpod
gtkpod-0.99.2-1.2.fc4.rf

# cat /home/craig/.gtkpod/gtkpod.out
#!/bin/sh
#
sudo /usr/bin/eject /dev/sdb2
sudo /sbin/modprobe -r sbp2
sudo /usr/bin/eject /dev/sdb2
# note...I have to run the eject a second time...I don't understand why

# tail -n 6 /etc/sudoers
sbp2_force_inquiry_hack=1, /sbin/rmmod sbp2
Cmnd_Alias IPOD=/sbin/modprobe -r sbp2
Cmnd_Alias EJECT=/usr/bin/eject /usr/bin/eject /dev/sdb2
# User privilege specification
craig   ALL=(ALL) ALL
craig   ALL= NOPASSWD : IPOD, EJECT

YMMV

Craig




More information about the fedora-list mailing list