LinuxQuestions.org
Help answer threads with 0 replies.
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 12-28-2005, 01:46 PM   #1
raeanne
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Rep: Reputation: 0
40 GB Ipod + Debian


I bought the 40 GB ipod Video yesterday. I have tried countless websites and forum suggestions to get the thing working with Debian. I finally got dmesg to say somthing about my ipod with

# modprobe usb-storage
# rmmod usb-storage

the output looks like:

Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 58605120 512-byte hdwr sectors (30006 MB)
sda: Write Protect is off
/dev/scsi/host0/bus0/target0/lun0: p1 p2
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
USB Mass Storage support registered.
usb.c: deregistering driver usb-storage
scsi : 0 hosts left.
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
usb-uhci.c: interrupt, status 3, frame# 1858
Vendor: Apple Model: iPod Rev: 1.62
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 58605120 512-byte hdwr sectors (30006 MB)
sda: Write Protect is off
/dev/scsi/host0/bus0/target0/lun0: p1 p2
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
USB Mass Storage support registered.

I seem to be having a mounting problem. Several others on their posts/websites suggested hfsplus

#modprobe hfsplus

At this point I have no idea how to get my computer to commuicate with the device.


Any suggestions?

So lost, Raeanne
 
Old 12-28-2005, 01:54 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Try installing gtkpod or gtkpod-aac and see if you can see the device using one of them.
 
Old 12-28-2005, 02:26 PM   #3
raeanne
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Original Poster
Rep: Reputation: 0
I have installed gtkpod, I could not find gtk-aac using synapathic.

I am a little confused by the program. It seems to say I have 2.76 GB free, but I have a 30 GB ipod. It does not show any indication of the ipod.

I guess the other thing I am cinfused by (as I am not entirely Linux savy) is that I am unsure where to find which sda* to mount with. The documents I have read say sda3 or sda1. I can mount my Sony Digital camera using

# mount -t usbfs /dev/sda3 /mnt/camera

I have tried

#mount -v -t hfsplus /dev/sda3 /mnt/ipod

but it says:
mount: /dev/sda3 is not a valid block device


Thank you for your reply!

Last edited by raeanne; 12-28-2005 at 02:30 PM.
 
Old 12-28-2005, 06:44 PM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by raeanne
I have installed gtkpod, I could not find gtk-aac using synapathic.

I am a little confused by the program. It seems to say I have 2.76 GB free, but I have a 30 GB ipod. It does not show any indication of the ipod.

I guess the other thing I am cinfused by (as I am not entirely Linux savy) is that I am unsure where to find which sda* to mount with. The documents I have read say sda3 or sda1. I can mount my Sony Digital camera using

# mount -t usbfs /dev/sda3 /mnt/camera

I have tried

#mount -v -t hfsplus /dev/sda3 /mnt/ipod

but it says:
mount: /dev/sda3 is not a valid block device


Thank you for your reply!
I have zero experience with an iPod or gtkpod but from your post above it should be sda1 and depending on whether partitioning works the same on it as a linux/dos machine sda2 or sda5 for the second partition. To check use fdisk -l once you do the modprobe for the usb storage and it should show you the partitions and file system types on all devices like this.

Code:
HappyTux:/home/stephen/src/gtk-engines# fdisk -l

Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1          62      497983+  82  Linux swap / Solaris
/dev/hda2   *          63        1156     8787555   83  Linux
/dev/hda3            1157        1855     5614717+  83  Linux
/dev/hda4            1856       14593   102317985    5  Extended
/dev/hda5            1856        7934    48829536   83  Linux
/dev/hda6            7935       14593    53488386   83  Linux

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1          62      497983+  82  Linux swap / Solaris
/dev/sda2   *          63        1035     7815622+  83  Linux
/dev/sda3            1036        2008     7815622+  83  Linux
/dev/sda4            2009       14593   101089012+  83  Linux
 
  


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 and Debian lavitz Debian 12 02-22-2005 10:56 PM
Mount error with Ipod on Debian ncsuapex Linux - Hardware 0 02-12-2005 01:50 PM
Install Suse on Ipod and boot from Ipod??? lemuel Linux - Newbie 4 12-27-2004 07:04 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 - Hardware

All times are GMT -5. The time now is 09:43 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