|
From: DiPlacido, B. S (T. Contr-NCI) <Bil...@tr...> - 2003-09-10 14:12:53
|
I've succeeded to use the UMS firmware with the iRiver IFP 180T in = Gentoo Linux. What I had to do was, after formatting with the latest = UMS firmware in Windows, I mounted the device with the msdos type such = that: mount -t msdos /dev/sda /mnt/ums (Make sure to have created the /mnt/ums directory) Now you can transfer files as if it was local. Note that I had some = difficulty transferring long file names to the device. It would reject = them for some reason. Normally how I would copy something was as = follows: cp /home/user/my\ long\ name\ song.mp3 /mnt/ums/short.mp3 This shortens the name and the device will accept and play the song. =20 ~Bill -----Original Message----- From: ifp...@li... [mailto:ifp...@li...] Sent: Tuesday, September 09, 2003 11:12 PM To: ifp...@li... Subject: Ifp-driver-common digest, Vol 1 #81 - 1 msg Send Ifp-driver-common mailing list submissions to ifp...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/ifp-driver-common or, via email, send a message with subject or body 'help' to ifp...@li... You can reach the person managing the list at ifp...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Ifp-driver-common digest..." Today's Topics: 1. Can't use UMS firmware with Linux (Christian Claveleira) --__--__-- Message: 1 Date: Tue, 09 Sep 2003 21:37:01 +0200 From: Christian Claveleira <Chr...@fn...> To: ifp...@li... Subject: [Ifp-driver-common] Can't use UMS firmware with Linux I can't mount my IFP 180T (firmware 1.0e) under my Linux (RH 9.0, 2.4.20-18.9). It has been formatted under Windows and works well under it. When I mount : [root@prosper root]# mount /dev/sda /mnt /dev/sda: Input/output error [root@prosper root]#=20 Here is how fdisk sees the IFP : # fdisk -l /dev/sda Disk /dev/sda: 131 MB, 131072000 bytes 5 heads, 50 sectors/track, 1024 cylinders Units =3D cylinders of 250 * 512 =3D 128000 bytes Device Boot Start End Blocks Id System /dev/sda1 ? 939366 8484986 943202437 64 Novell Netware 286 Partition 1 has different physical/logical beginnings (non-Linux?): phys=3D(32, 114, 46) logical=3D(939365, 4, 12) Partition 1 has different physical/logical endings: phys=3D(369, 105, 51) logical=3D(8484985, 1, 35) Partition 1 does not end on cylinder boundary. /dev/sda2 ? 7880954 10055022 271758385+ 20 Unknown Partition 2 has different physical/logical beginnings (non-Linux?): phys=3D(378, 121, 37) logical=3D(7880953, 4, 47) Partition 2 has different physical/logical endings: phys=3D(357, 117, 46) logical=3D(10055021, 0, 17) Partition 2 does not end on cylinder boundary. /dev/sda3 ? 7675951 8578355 112800441 20 Unknown Partition 3 has different physical/logical beginnings (non-Linux?): phys=3D(370, 111, 53) logical=3D(7675950, 3, 1) Partition 3 has different physical/logical endings: phys=3D(356, 114, 37) logical=3D(8578354, 0, 32) Partition 3 does not end on cylinder boundary. /dev/sda4 ? 1 13538079 1692259840 0 Empty Partition 4 has different physical/logical beginnings (non-Linux?): phys=3D(0, 0, 0) logical=3D(0, 0, 1) Partition 4 has different physical/logical endings: phys=3D(0, 0, 0) logical=3D(13538078, 3, 30) Partition 4 does not end on cylinder boundary. Partition table entries are not in disk order Kernel log : Sep 9 21:28:41 prosper kernel: hub.c: new USB device 00:04.2-1.2, assigned address 9 Sep 9 21:28:41 prosper kernel: usb.c: USB device 9 (vend/prod 0x4102/0x1101) is not claimed by any active driver. Sep 9 21:28:44 prosper kernel: Initializing USB Mass Storage driver... Sep 9 21:28:44 prosper kernel: usb.c: registered new driver usb-storage Sep 9 21:28:44 prosper kernel: usb-uhci.c: interrupt, status 2, frame# 1541 Sep 9 21:28:44 prosper kernel: scsi1 : SCSI emulation for USB Mass Storage devices Sep 9 21:28:44 prosper kernel: Vendor: iRiver Model: iFP Mass Driver Rev: 1.00 Sep 9 21:28:44 prosper kernel: Type: =20 Direct-Access ANSI SCSI revision: 02 Sep 9 21:28:44 prosper kernel: WARNING: USB Mass Storage data integrity not assured Sep 9 21:28:44 prosper kernel: USB Mass Storage device found at 9 Sep 9 21:28:44 prosper kernel: USB Mass Storage support registered. Sep 9 21:29:31 prosper kernel: Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0 Sep 9 21:29:31 prosper kernel: SCSI device sda: 256000 512-byte hdwr sectors (131 MB) Sep 9 21:29:31 prosper kernel: usb-uhci.c: interrupt, status 3, frame# 1246 Sep 9 21:29:31 prosper kernel: sda: Write Protect is off Sep 9 21:29:31 prosper kernel: sda: sda1 sda2 sda3 sda4 Sep 9 21:30:01 prosper kernel: SCSI device sda: 256000 512-byte hdwr sectors (131 MB) Sep 9 21:30:01 prosper kernel: usb-uhci.c: interrupt, status 3, frame# 451 Sep 9 21:30:01 prosper kernel: sda: Write Protect is off Sep 9 21:30:01 prosper kernel: sda: sda1 sda2 sda3 sda4 Sep 9 21:32:11 prosper kernel: I/O error: dev 08:00, sector 0 Sep 9 21:32:11 prosper kernel: I/O error: dev 08:00, sector 64 Sep 9 21:32:11 prosper kernel: SCSI device sda: 256000 512-byte hdwr sectors (131 MB) Sep 9 21:32:11 prosper kernel: sda: Write Protect is off Sep 9 21:32:11 prosper kernel: sda: sda1 sda2 sda3 sda4 Sep 9 21:32:11 prosper kernel: Device busy for revalidation (usage=3D1) Has someone succeeded ? How ? --=20 Christian --__--__-- _______________________________________________ Ifp-driver-common mailing list Ifp...@li... https://lists.sourceforge.net/lists/listinfo/ifp-driver-common End of Ifp-driver-common Digest |