LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-10-2004, 09:29 AM   #1
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Rep: Reputation: 30
running an iPod on linux


im having great diffulculty running my iPod on linux. I was using this guide and i cant make it work !
I tried setting up gtkpod first and i installed the required libarys and then compiled and installed gtkpod but i cant make that run because i get this error:

[root@myroom bin]# ./gtkpod
./gtkpod: error while loading shared libraries: libmp4v2.so.0: cannot open shared object file: No such file or directory

im using firewire and i also cant connect the iPod to the computer.

has anyone had and sucess using there iPod with linux ? if so can you give me any tips please!.........

thanks, Ben
 
Old 08-10-2004, 09:36 AM   #2
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Original Poster
Rep: Reputation: 30
i also tried using this guide which was a continuation from the guide in my previous post which is purly about how to use the iPod with firewire and i cant do anything there because i dont have 'modprobe'.
does anyone know how to get this ? or an easyler way of doing things!

Ben
 
Old 08-10-2004, 12:05 PM   #3
mikedeatworld
Member
 
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828

Rep: Reputation: 30
which distro? which ipod? etc...
 
Old 08-10-2004, 12:08 PM   #4
mikedeatworld
Member
 
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828

Rep: Reputation: 30
i was just reading up on this...

looks like there may not be support for mp4 file type yet

http://www.freedos.org/jhall/ipod/

Last edited by mikedeatworld; 08-10-2004 at 01:50 PM.
 
Old 08-10-2004, 04:32 PM   #5
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by mikedeatworld
which distro? which ipod? etc...
Fedora 2, 40gb FAT32
 
Old 08-10-2004, 04:32 PM   #6
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by mikedeatworld
i was just reading up on this...

looks like there may not be support for mp4 file type yet

http://www.freedos.org/jhall/ipod/
What do you mean ?
 
Old 03-20-2005, 06:18 PM   #7
thebudbottle
LQ Newbie
 
Registered: Sep 2004
Posts: 12

Rep: Reputation: 0
I ran into the same problem... a little more digging brought LD_LIBRARY_PATH to my attention. To find out more about this, and there is lots to find out, I recommend google. Before using the script that ive got that will make your gtkpod run, make sure that you read up on the security implications of changing your LD_LIBRARY_PATH .

Quick breakdown of whats going on: When gtkpod looks for your libraries, including the one that it claims it cant find, it looks to LD_LIBRARY_PATH environment variable for all the places that you may have hidden you libraries... So, what we must do is change this environment variable on load. Write a script... (or copy this one):

#!/bin/ksh
TEMP_PATH=$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:/usr/local/lib
export LD_LIBRARY_PATH
gtkpod
LD_LIBRARY_PATH=$TEMP_PATH
export LD_LIBRARY_PATH


To use script, copy above txt into a file, name it anything... ipod.sh for example. now run the script (cd to correct directory and run >./ipod.sh this should launch gtkpod)

What this script does is sets your current LD_LIBRARY_PATH to a temp path, adds a couple of common spots to look for libraries and then tries to run gtkpod. This script continues to exist while gtkpod runs, and resets the library path back to the original temp path when you exit...

I hope this helps.

Chris
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ipod/ipod shuffle woes (lack of permissions to edit files) Lechium Linux - Software 1 04-13-2005 03:14 PM
ipod on linux berrance General 9 02-03-2005 10:12 PM
Install Suse on Ipod and boot from Ipod??? lemuel Linux - Newbie 4 12-27-2004 07:04 AM
IPOD and LINUX? ryedunn Linux - Software 2 09-07-2004 08:26 AM
ipod detected and added by kudzu but no files in /mnt/ipod gtan Linux - Hardware 5 08-31-2004 09:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration