Thank You for your continued support and contributions!
Depending on your version of Ubuntu, you might need to read this page: http://www.rockbox.org/wiki/LibGphoto2Bug
kurt@El-Savior:~$ sudo mount /dev/sdc2[sudo] password for kurt: mount: can't find /dev/sdc2 in /etc/fstab or /etc/mtabkurt@El-Savior:~$ sudo mount /dev/sdcmount: can't find /dev/sdc in /etc/fstab or /etc/mtab
sudo mkdir /media/ipodsudo mount /dev/sdc /media/ipod
/dev/sdc /media/ipod vfat rw,user,noauto,exec 0 0
mount /media/ipod
eject /media/ipod
sudo eject /dev/sdc
This sounds pretty much like an issue with your Linux installation. You can try disabling the USB HID feature, but if you have a release build it should reboot into Apples diskmode anyway. And that is nothing Rockbox has to do with.
I see your point. I'll take it over to the Ubuntu forums and see how far I get. It's just odd that prior to installing a current build, everything worked fine. Thanks though!
You might want to open a terminal and type in the command "dmesg | tail" just after connecting your iPod and see if any errors are shown in the resulting output, if so, that might help you figure out why it isn't automatically detected and shown as a connected device.Assuming everything was working properly, it should show up as a connected device, and depending on your settings, an icon should appear on the desktop that would open (and mount if not previously mounted) the device.
kurt@El-Savior:~$ dmesg | tail[23609.952904] sd 4:0:0:0: [sdc] 39063023 512-byte logical blocks: (20.0 GB/18.6 GiB)[23609.957625] sd 4:0:0:0: [sdc] Write Protect is off[23609.957635] sd 4:0:0:0: [sdc] Mode Sense: 64 00 00 08[23609.957640] sd 4:0:0:0: [sdc] Assuming drive cache: write through[23609.962501] sd 4:0:0:0: [sdc] Adjusting the sector count from its reported value: 39063024[23609.966229] sd 4:0:0:0: [sdc] Assuming drive cache: write through[23609.966243] sdc: sdc1 sdc2[23610.406207] sd 4:0:0:0: [sdc] Adjusting the sector count from its reported value: 39063024[23610.413621] sd 4:0:0:0: [sdc] Assuming drive cache: write through[23610.413634] sd 4:0:0:0: [sdc] Attached SCSI removable disk
Now I'm confused. Are you running a release (3.5.1 as you said earlier) or a current build? Release versions use Apples disk mode while current builds do not. If you have a problem with a current build try disabling the USB HID feature (it's known to cause problems at least in some cases on OS X). If you have problems with a release version it's definitely not a Rockbox issue (assuming that it reboots into Apples disk mode correctly).
Oh! I think I know your problem.It's not /dev/sdcIt's /dev/sdc2sdc is your iPod. sdc1 is one of the two drives on it (which you don't care about). sdc2 is the drive that has rockbox, your music, etc on it.I apologize. I should have seen that right away. Seeing the output of dmesg kicked me in the brain.
Page created in 0.096 seconds with 14 queries.