LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Burning CDs on Slack 10.1 (https://www.linuxquestions.org/questions/slackware-14/burning-cds-on-slack-10-1-a-295527/)

AnderWinkler 02-27-2005 12:37 PM

Burning CDs on Slack 10.1
 
I cannot burn CD's in Slack 10.1. I tried several times, with diferent frontends without success. It appears that my combo (CD-RW + DVD-ROM) is not detected by cdrecord backend, though correctly installed (primary IDE slave) and working well in WinXP.

The output of cdrecord -scanbus is below:

Code:

root@schwarz:/home/ander# cdrecord -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.8'.
scsibus0:
        0,0,0    0) 'ATA    ' 'ST3120827AS    ' '3.42' Disk
        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) *


The "0) 'ATA ' 'ST3120827AS ' '3.42' Disk " is my SATA hard disk.

What should I do?

Tks.

egag 02-27-2005 01:11 PM

if you have a standard kernel ( 2.4.29 ), you'll have to add the following :

append="hdb=ide-scsi"

in the linux section of /etc/lilo.conf.
after that, run " #lilo " and do a reboot.

then it should work.

egag

AnderWinkler 02-27-2005 01:40 PM

I did it. And now, the output is:

Code:

root@schwarz:/home/ander# cdrecord -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.8'.
scsibus0:
        0,0,0    0) 'ATA    ' 'ST3120827AS    ' '3.42' Disk
        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) *
scsibus2:
        2,0,0  200) 'HL-DT-ST' 'RW/DVD GCC-4521B' '1.01' Removable CD-ROM
        2,1,0  201) *
        2,2,0  202) *
        2,3,0  203) *
        2,4,0  204) *
        2,5,0  205) *
        2,6,0  206) *
        2,7,0  207) *

I guess now it'll work! Thank you very much.

AnderWinkler 02-27-2005 02:13 PM

I noticed that, after the "append" line in lilo.conf, the CDROM drive is no longer /dev/hdb, but /dev/sr0.

I just corrected the /dev/cdrom symlink. No problem. It works fine.

egag 02-27-2005 02:22 PM

i'll allways leave something to puzzle :D
( sometimes the whole.... )

egag


All times are GMT -5. The time now is 10:05 PM.