LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Enableing ide-scsi emulation (https://www.linuxquestions.org/questions/slackware-14/enableing-ide-scsi-emulation-128819/)

apocolipse 12-25-2003 09:39 AM

Enableing ide-scsi emulation
 
Hi. I am running K3B to burn my CD's, but i got an error saying that my device wasnt currently supported by the version of cdrdao 1.1.7 (latest) and to use it i should enable ide-scsi emulation. I'm not sure at all how to do this. Any help would be appreciated.

fancypiper 12-25-2003 10:03 AM

Pass hdX=ide-scsi to the kernel via your boot loader.

# CD burning copying ripping info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
Linux DVD HOWTO
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# ISO information
isoinfo -i -d /dev/cdrom
# Generate an ISO from a directoSecondry.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# cdparanoia - search for a drive with reporting of autosense:
cdparanoia -vsQ
# Rip a complete audio CD with cdparanoia
cdparanoia -D -B "1-"
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav

cdrecord -v -audio -pad speed=8 dev=0,0,0 *.wav ; eject

# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

vinay_s_s 12-25-2003 01:10 PM

Have u ever heard of http://www.google.com ????


All times are GMT -5. The time now is 11:16 AM.