Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I"m having trouble mounting an ipod shuffle on Debian Sarge. (2.6.8) I've added the following line to fstab:
/dev/sda1 /mnt/ipod vfat rw,user,noauto 0 0
When I enter "mount -t vfat /dev/sda1 /mnt/ipod" I get this error message "mount: /dev/sda1 is not a valid block device"
After I plug in the ipod and do a "dmesg" there is no mention of any scsi device. So I'm guessing that the ipod isn't being recongized. I'm able to mount my pny thumbdrive though.
first of all you must create as root /mnt/ipod directory
mkdir /mnt/ipod
it may be that your ipod is not formatted in vfat format. so try as root this:
mount -t hfsplus /dev/sda2 /mnt/ipod
if none of the two commands work it could be that you are indicating the wrong /dev/sdx*
so try : dmesg
it should give you the /dev/ on which your ipod is connected to.
if it isn't then another problem it could be that your linux doesn't reconize the usb or firewire.
if it is the case then let us know.
I've already made the /mnt/ipod directory and I have transferred music to the ipod through a windows machine so I know its formatted with vfat.
When I do a dmesg there's no mention of my ipod so I'm guessing that the kernel isnt recongizing the shuffle as a usb storage device. The weird thing is I can mount my PNY thumbdrive just fine.
When I plug in my pny thumbdrive and enter the "dmesg" comman I get the following output.
usb 1-1: new full speed USB device using address 2
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: 64MB Model: HardDrive Rev: 1.88
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
sda: Unit Not Ready, sense:
Current : sense key Unit Attention
Additional sense: Not ready to ready change, medium may have changed
SCSI device sda: 128000 512-byte hdwr sectors (66 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
When I plug in the ipod shuffle nothing happens?? Does anyone have any ideas why my thumbdrive would be recognized but not my ipod shuffle?
on ubuntu 5.04 I have no problems getting my 1GB ipod shuffle to work in rhythmbox. It just works. When using GTKpod 0.88-1 I have to specify the path to the volume of the shuffle and then it works too. Using the file manager I can easily copy the .mp3s to my local hd.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.