LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cdburner not working right (https://www.linuxquestions.org/questions/linux-newbie-8/cdburner-not-working-right-60205/)

zeroability 05-16-2003 06:32 PM

cdburner not working right
 
I tried searching for similar posts but came up null.

I moved my CDRW from /dev/hdd to /dev/hdb. Also, to add insult to injury, I tried to put in a SCSI card (wrong type for my drives) and now I get this error:

# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
cdrecord: Warning: controller returns wrong page 32 for CD capabilities page (2A).
0,0,0 0) 'LG ' 'CD-RW CED-8080B ' '1.06' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

I am way lost. It comes up, but doesn't burn at all. It also has problems reading. Any thoughts?

MasterC 05-16-2003 11:15 PM

When you moved it, did you change your append line for the scsi emulation to the new location?

Cool

zeroability 05-16-2003 11:54 PM

That's just it. Redhat did it on it's own (redhat8). So, in theory, it should work right?

MasterC 05-17-2003 01:07 AM

Did what on it's own, modified your boot loader conf file? If, the append line is correct, then yes, in theory, it should work. However, you may have not re-installed (if lilo), or possibly a syntax error.

Cool

TheDot 05-17-2003 02:21 AM

To: dfctve_end_user and any others looking to burn with an IDE burner.
 
So... you put in a scsi card, because your ide burner wasn't working?:confused:

Is your kernel configuration set up right? I've found this to be the cause of a heck of a lot of burner issues.

Here it comes in quick and easy format (this is basically taken from my die-hard, 'get-ide-burners-to-work' plan, and it hasn't failed me since i came up with it):
Code:

CONFIG_BLK_DEV_IDESCSI: M
(or for make menuconfig with a stock 2.4.20 kernel, it's
ATA/IDE/MFM/RLL support  --->
IDE, ATA and ATAPI Block devices  --->
<M>  SCSI emulation support)

CONFIG_SCSI: M
(SCSI support  --->
<M> SCSI support)

CONFIG_BLK_DEV_SR: M
(SCSI support  --->
<M>  SCSI CD-ROM support

CONFIG_BLK_DEV_SR: Y
(SCSI support  --->[*]    Enable vendor-specific extensions (for SCSI CDROM))

CONFIG_SR_EXTRA_DEVS: 2 (any number, default is 2)
(SCSI support  --->
(2) Maximum number of CDROM devices that can be loaded as modules)

CONFIG_CHR_DEV_SG: M
(SCSI support  --->
<M>  SCSI generic support)

The rest of the scsi options from there on down seem pretty optional. You don't need low-level driver pickings (unless you want to use that scsi card for something else), and you certainly don't need a SCSI card for an IDE burner to work. Of course you need to edit the modules file to reflect this after compiling, and your append line you said gets automatically updated, so you don't need to worry about that, even though, if it were me, I'd double-check it.

And I've found the easiest, yet GUI, thing to burn with, is CDBakeOven. (http://cdbakeoven.sourceforge.net/)
The latest version has a setup wizard that makes sure you have everything set correctly, and changes what needs changing (such as /etc/fstab, which it found on mine).

Anyway, I hope my die-hard plan works for you. :)


All times are GMT -5. The time now is 07:51 AM.