LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-16-2005, 12:30 PM   #1
tribalmasters
Member
 
Registered: Aug 2005
Location: England
Distribution: Fedora Core, SuSE and Ubuntu, 5.10 of course :-)
Posts: 104

Rep: Reputation: 15
Linux and...well the iPod Nano?


Hello there! I don't know if this has been asked before ya know, rush rush!

Anyway, I have Ubuntu Linux installed on my computer which is equipped with the necessary USB2 port to use Apple's new iPod Nano. I also happen to be very interested in that tiny white gem! Is it possible to use my Linux box to load the iPod with music or will I be needing iTunes?

I am looking forward to listening to the Linux questions podcast on my shiny new toy!
 
Old 09-17-2005, 05:35 AM   #2
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Re: Linux and...well the iPod Nano?

Quote:
Originally posted by tribalmasters
Hello there! I don't know if this has been asked before ya know, rush rush!

Anyway, I have Ubuntu Linux installed on my computer which is equipped with the necessary USB2 port to use Apple's new iPod Nano. I also happen to be very interested in that tiny white gem! Is it possible to use my Linux box to load the iPod with music or will I be needing iTunes?

I am looking forward to listening to the Linux questions podcast on my shiny new toy!
I don't see any problem using an iPod nano with Linux. I use gtkpod to transfer music between my Linux box and my iPod mini via USB 2.0, and I don't see how it's different with the iPod nano.
 
Old 09-17-2005, 05:51 PM   #3
tribalmasters
Member
 
Registered: Aug 2005
Location: England
Distribution: Fedora Core, SuSE and Ubuntu, 5.10 of course :-)
Posts: 104

Original Poster
Rep: Reputation: 15
I see there is an option for iPod in Music Player would that work? I tried apt-getting gtkpod but it threw up security error or something!!
 
Old 09-18-2005, 03:16 AM   #4
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
Quote:
Originally posted by tribalmasters
I see there is an option for iPod in Music Player would that work?
amarok supports ipod
 
Old 09-18-2005, 04:10 PM   #5
Zaventh
LQ Newbie
 
Registered: Jul 2004
Posts: 15

Rep: Reputation: 0
Last I heard... amarok didn't support the ipod nano. Anyone confirm using the nano on linux works though? I'm about to buy one if it does...
 
Old 09-18-2005, 04:19 PM   #6
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
In my experience, AmaroK and Rhythmbox support iPods. Also, there's GtkPod.
But most Linux distributions don't have an easy way to unmount iPods properly. If you just "unmount" the iPod, it will still say "Do not Disconnect" on the screen. You have to actually "eject" the device to get it to unmount properly.
 
Old 09-19-2005, 09:55 AM   #7
tribalmasters
Member
 
Registered: Aug 2005
Location: England
Distribution: Fedora Core, SuSE and Ubuntu, 5.10 of course :-)
Posts: 104

Original Poster
Rep: Reputation: 15
Well I got Amarok! I decided not to go for the NANO and get the colour iPod with more space instead! I'll pick it up at the airport duty free in a week and a half and let you know how I get on! Hope I can eject it tho!

--EDIT--

Got GTKPod now too!
 
Old 09-19-2005, 10:08 AM   #8
McCloud
Member
 
Registered: Sep 2004
Distribution: Debian Etch
Posts: 179

Rep: Reputation: 30
I eject my iPod by manually unloading the module used to access the iPod. I think it is the sbp2 module or something like that. If you unload that module using rmmod, you will get the "It's now save to disconnect" message in the iPod window.

I had written a cool script to load and mount the iPod and unmount and unload it. My disk crashed however and the script is gone forever. It isn't really difficult to code, maybe I'll do it again sometime.

Have fun with the iPod
 
Old 09-20-2005, 02:43 AM   #9
tribalmasters
Member
 
Registered: Aug 2005
Location: England
Distribution: Fedora Core, SuSE and Ubuntu, 5.10 of course :-)
Posts: 104

Original Poster
Rep: Reputation: 15
Thanks for the reply! So I type rmmod sbp2 at the terminal? I'll note that down!
 
Old 09-20-2005, 09:42 AM   #10
Zaventh
LQ Newbie
 
Registered: Jul 2004
Posts: 15

Rep: Reputation: 0
If you have the >=2.6.12 kernel I'm pretty sure it supports ipods much better. I got my ipod nano yesterday and all I do is plug it in and mount it. To remove it, I just type

Code:
eject /dev/sda2
And that's all. And btw, it works well with gtkpod but amarok crashes when syncing.
 
Old 09-23-2005, 11:55 PM   #11
macewan
Senior Member
 
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Blog Entries: 1

Rep: Reputation: 45
I use gtkpod with my ipod mini (Ubuntu Hoary is the distro)

http://www.gtkpod.org/about.html
The new iPod nano is supported as well, but you need to call 'File->Create iPod's Directories' once before syncing. This restriction is lifted in the latest CVS version.
 
Old 09-24-2005, 09:39 AM   #12
unholy
Member
 
Registered: Sep 2003
Location: Eire
Distribution: Ubuntu 7.10
Posts: 344

Rep: Reputation: 30
Neither of those methods work for me

Code:
[root@loneswan unholy]# eject /dev/sda2
eject: unable to eject, last error: Invalid argument
[root@loneswan unholy]# rmmod sbp2
ERROR: Module sbp2 does not exist in /proc/modules
Im running Mandriva2005LE with the 2.6.11-6 kernel. Does anyone know what could be wrong there?

Thanks,

unholy
 
Old 09-24-2005, 12:01 PM   #13
McCloud
Member
 
Registered: Sep 2004
Distribution: Debian Etch
Posts: 179

Rep: Reputation: 30
I don't know about the eject command, I've never used it, gonna try that one tonight.

About the 'rmmod sbp2' thing. I think that you've compiled sbp2 into your kernel instead of as a module. So, you can't remove it. You need to recompile the kernel and compile sbp2 as a module.
 
Old 09-26-2005, 10:51 AM   #14
Robert Saunders
LQ Newbie
 
Registered: Jun 2004
Posts: 16

Rep: Reputation: 0
Re: Linux and...well the iPod Nano?

Quote:
Originally posted by tribalmasters
Hello there! I don't know if this has been asked before ya know, rush rush!

Anyway, I have Ubuntu Linux installed on my computer which is equipped with the necessary USB2 port to use Apple's new iPod Nano. I also happen to be very interested in that tiny white gem! Is it possible to use my Linux box to load the iPod with music or will I be needing iTunes?

I am looking forward to listening to the Linux questions podcast on my shiny new toy!

Anyone tried YamiPod (www.yamipod.com)? I'm having a go with Ubuntu 5.04. It's supposed to support the iPod nano.

Robert
 
Old 12-13-2005, 07:32 AM   #15
jorgy
LQ Newbie
 
Registered: Jan 2005
Posts: 4

Rep: Reputation: 0
yamipod, amarok, gtkpod & ipod nano (my experience)

I've tried YamiPod with the nano and it managed to browse the music collection and play it without any trouble. When I tried to sync however, it crashed. Yamipod seems to have a lot of functionality, (notes, calender, lyrics, etc) but i dont think it's that stable yet. Also, it's packaged wierdly, no source, jst a binary file.

Amarok 1.3.7 can also browse the nano but it crashes whenever it ry to put songs on.. i've heard that the cvs version works but it's not advised in its current state (it wiped someone's entire database and he had to reinstall firmware and the likes..) so we've got to be patient till amarok 1.4 i think..

i tried gtk 0.94 but that also failed (the 'cant find F01 F02, etc' errors i think arise from the fact that the nano's file system is actually in lowercase 'f' instead of F, chosing 'create ipod directories' fixed that. bt that was on a shuffle) anyway, 0.99 was released yesterday bt there's no rpms yet (suse 10 and right now i dont hav my dvd to install some packages required before i build from source.. bt will do tonight.

cheers for now.
 
  


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
About to buy iPod Nano for 100% Linux system - good move? Yalla-One Linux - Hardware 5 06-18-2006 04:55 PM
Ipod nano boycott Phyrexicaid General 54 12-15-2005 03:54 AM
iPod Nano only shows 'Do not disconnect' andredude Linux - Hardware 4 12-13-2005 07:58 PM
iPod Nano Music Player/Rythmbox Sync Problem mrbadboy Linux - Hardware 1 09-22-2005 10:54 AM
ipod/ipod shuffle woes (lack of permissions to edit files) Lechium Linux - Software 1 04-13-2005 03:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:35 PM.

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