LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   How To Interface Ipod and Slackware 10.2 (https://www.linuxquestions.org/questions/linux-hardware-18/how-to-interface-ipod-and-slackware-10-2-a-472448/)

DragonRider 08-09-2006 06:00 PM

How To Interface Ipod and Slackware 10.2
 
I don't own an Ipod, but i've been reading alot about them and am on the verge of getting one.

My biggest stopping block is how much trouble will it be to get the Ipod to interface with linux. What's Involved? What software will I need? Do I need any specific kernel features? etc.

Also Is there a better Alternative? I want something with a very user friendly interface that'll hold all my music (about 10 G and slowly climbing) for not too much money and reasonable battery life.

About all i know of that fits that bill is an Ipod, but i'd rather not be tied to my one windows box to interface with it.

ScottReed 08-10-2006 04:20 PM

Assuming your iPod is setup via a Windows machine... no HFS partitions.

First:

Code:

pico /etc/udev/rules.d/udev.rules
Then add this line to udev.rules:

Code:

# iPod
BUS="scsi", SYSFS{model}="iPod*", KERNEL="sd?2", NAME="%k", SYMLINK="ipod", MODE="0666"

Second:

Code:

pico /etc/fstab
...and add this line to fstab

Code:

/dev/ipod      /mnt/ipod      vfat        rw,noauto,user    0  0
Third:

Download the gtkpod Slackware 10.2 package and install it.
LinuxPackages

Fourth:

Plug in your iPod and wait a minute or so

Fifth:

Start gtkpod

DONE

ncsuapex 08-22-2006 02:04 PM

Not sure if you tried ^ his steps or not. But I was able to get slackware 10.2 to mount my ipod. I followed the instructions on ipodlinux.org. I did have trouble getting gtkpod working. I would hang up and never load. I installed it via slapt-get. Im going to uninstall it tonite and reinstall it again to see if it works better. But I was able to mount the ipod and see the files on it.


All times are GMT -5. The time now is 07:25 AM.