LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SCSI Emulation???? (https://www.linuxquestions.org/questions/linux-software-2/scsi-emulation-272174/)

don_dimo 12-30-2004 10:24 PM

SCSI Emulation????
 
Hi all!!!

I am trying to record a data cd but xcdroast is not cooperating very well. When I click "Master and Write on the Fly" I get this message:

Checking drive for a medium. Using scsi emulation would speed this up considerably.

... and after that it crashes. I tried running it as root, it starts up scanning for devices and again crashes. I havent used it for a while but I am pretty sure I have scsi emulation enabled :

[root@privilege root]# lsmod | grep scsi

scsi_mod 119697 1 sg

I am puzzled??:scratch:

Thanks for any help!!! Happy holidays and HAPPY New YEAR to all!!



P.S. I am runnin FC2 - kde, with kernel-2.6.9-1.6_FC2 should be the latest.

alitrix 12-31-2004 03:10 AM

When you boot kernel 2.6, what options do you use with grub/lilo?

Can you do a `cdrecord -scanbus` and show the output?

daihard 12-31-2004 03:28 AM

You should not have to use SCSI emulation under kernel 2.6. With cdrecord, you should be able to specify an IDE device, such as:
Code:

# cdrecord dev=/dev/hdc speed=8 -pad -data test.iso


All times are GMT -5. The time now is 02:37 AM.