OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: alee16 on June 01, 2006, 09:41:02 am
-
Would it be possible to rip cds with the Z from an external cd drive?
What programs would be necessary? Probably would need to compile oggenc or lame for ARM architecture, and then you would need free space for the ripper to put wavs on your Z or storage cards until they could be encoded. Has anyone done this or is it even possible?
-
Would it be possible to rip cds with the Z from an external cd drive?
What programs would be necessary? Probably would need to compile oggenc or lame for ARM architecture, and then you would need free space for the ripper to put wavs on your Z or storage cards until they could be encoded. Has anyone done this or is it even possible?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129304\"][{POST_SNAPBACK}][/a][/div]
It seems that it would be possible. you have a usb cd working already?
-
Would it be possible to rip cds with the Z from an external cd drive?
What programs would be necessary? Probably would need to compile oggenc or lame for ARM architecture, and then you would need free space for the ripper to put wavs on your Z or storage cards until they could be encoded. Has anyone done this or is it even possible?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129304\"][{POST_SNAPBACK}][/a][/div]
It seems that it would be possible. you have a usb cd working already?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129343\"][{POST_SNAPBACK}][/a][/div]
No, I just got my Z today, I barely know how to navigate it. I did ask someone else about a usb to ide adapter that they got to work, it seems that would work.
-
It should work, but getting the CD drive to work with the IDE adeapter requires a module. I don't remember which one, but if someone who has one working, could post what procedures they used, that would be great. Space would be easy though, you can use a hard drive over usb at the same time as the CD.
-
Here is a link to the thread about the cable I was talking about: https://www.oesf.org/forums/index.php?showt...c=19076&hl=eide (https://www.oesf.org/forums/index.php?showtopic=19076&hl=eide)
You can hook up any ide device and it has its own power supply.
-
I almost have usb cd working.
When I plug the cd burner into my Z, and try mounting with:
mount /dev/scd0 /mnt/usbstorage
I get the typical mounting read-only message, but it repeats 7 times , and then says invalid argument .
Has anyone encountered this before?
-
Do you have isofs-modules installed?Maybe need to mount specifying file system:
mount -t iso9660 -o ro /dev/scd0 /mnt/usbstorage
-
Do you have isofs-modules installed?Maybe need to mount specifying file system:
mount -t iso9660 -o ro /dev/scd0 /mnt/usbstorage
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130050\"][{POST_SNAPBACK}][/a][/div]
Thanks! I just needed to specify the filesystem, and I was able to mount from my internal dvd burner plugged into a ide to usb adapter (with a power supply).
I was even able to watch a very low bitrate dvd that I had created with mp2 audio. I tried a black and white movie (like the $1 ones you get at wally world), but it had ac3 audio and mplayer wasn't compiled with support for that I don't think.