Ipod not mounting. Neither gtkpod or amarok recognize it.
I had my ipod working with suse 10, but i recently "upgraded" to 11.4 and the IPOD no longer mounts.
dmsg output;
============================================
usb 1-10: new high speed USB device using ehci_hcd and address 5
usb 1-10: New USB device found, idVendor=05ac, idProduct=1300
usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-10: Product: iPod
usb 1-10: Manufacturer: Apple
usb 1-10: SerialNumber: 0****************
scsi9 : usb-storage 1-10:1.0
scsi 9:0:0:0: Direct-Access Apple iPod 2.70 PQ: 0 ANSI: 4
sd 9:0:0:0: Attached scsi generic sg2 type 0
sd 9:0:0:0: [sdb] 2037248 512-byte logical blocks: (1.04 GB/994 MiB)
sd 9:0:0:0: [sdb] Write Protect is off
sd 9:0:0:0: [sdb] Mode Sense: 64 00 00 08
sd 9:0:0:0: [sdb] Assuming drive cache: write through
sd 9:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 9:0:0:0: [sdb] Assuming drive cache: write through
sd 9:0:0:0: [sdb] Attached SCSI removable disk
============================================
fdisk also sees the device:
fdisk -l
============================================
...
Device Boot Start End Blocks Id System
/dev/sdb1 * 46 2037247 1018601 b W95 FAT32
============================================
Unfortunately, suse's "notifier" doesn't notice this as a new device, though it does see other USB devices when connected.
Trying to fix this, I created a mount point;
/mnt/ipod
As root, I then manually mount the drive with
mount /dev/sdb1 /mnt/ipod
at this point, I can browse to the ipod's file structure and see the .mp3's with their apple renaming:
(AAVM.mp3, AOXV.mp3, and BRIH.mp3 etc...)
I can even click those mp3's and they will play but KDE, gtkpod and amarok still don't recognize the ipod as an ipod device.
amarok gives me no information at all to work with.
gtkpod at least gives me an error when I click the "Load ipod(s)" button
Error initialising ipod: Problem creating iPod directory or file: '/media/ipod/iPod_Control'
(The same thing occurs even if I manually mount to /media/ipod vs /mnt/ipod mentioned above)