LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Burning a CD help (https://www.linuxquestions.org/questions/linux-newbie-8/burning-a-cd-help-38547/)

knight_ridda 12-16-2002 03:29 PM

Burning a CD help
 
i have slackware 7.1 with the 2.2.16 distribution and i have an ide cd rewritable drive, I don't know how to burn a cd please help..

i have already insmod the ide-scsi thing and edited my lilo.conf to have the append hdc thing, i used mkisofs to successfully make the cd_image of my directory, and then when i try to cdrecord -scanbus, it does nothing at all, so i have to cancel the process... please help thanks...

DavidPhillips 12-16-2002 05:05 PM

you need this in /etc/lilo.conf

append="hdc=ide-scsi"

you need to run lilo and reboot


when the machine is booted the ide drive will become a scsi device on the system most likely called /dev/sr0

cdrecord -scanbus
Cdrecord 1.11a24 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.6'
scsibus0:
0,0,0 0) 'HP ' 'CD-Writer+ 9100b' '1.07' Removable CD-ROM

crabboy 12-16-2002 05:09 PM

Take a look at this post and see if it helps. If not, explain specifically what you have tried already and any error messages.
http://www.linuxquestions.org/questions/history/37652

knight_ridda 12-17-2002 12:35 PM

okay I added that line to my lilo.conf, and rebooted, when I do dmesg it shows my seagate tape drive detected as st0 at scsi0 with the dev=0,0,0 it shows the cd-rom/cd rw drive as hdc

I dunno, is there some problem because my tape drive is at scsi0 dev=0,0,0

Also, when I do cdrecord -scanbus, nothing happens, it just freezes, and I have to end that process.

crabboy 12-17-2002 12:53 PM

Your cdrom drive should not show up as hdc. It is still loading as a IDE device and not SCSI. Make sure the ide-cd module is not loaded. The tape drive should not cause a problem. I have SCSI tape drive and the IDE CD shows up as a seperate controller.

Code:

# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.17
Using libscg version 'schily-0.5'
scsibus0:
        0,0,0          0) 'EXABYTE ' 'EXB-8200        ' '268E' Removable Tape
        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) *
scsibus1:
        1,0,0        100) 'HP      ' 'CD-Writer+ 7500 ' '1.0a' Removable CD-ROM
        1,1,0        101) *
        1,2,0        102) *
        1,3,0        103) *
        1,4,0        104) *
        1,5,0        105) *
        1,6,0        106) *
        1,7,0        107) *

# lsmod
Module                  Size  Used by
nfsd                  67152  8
pcmcia_core            41792  0
ide-scsi                7760  0
aha152x                29632  0
tulip                  37600  1
emu10k1                46080  0  (unused)
soundcore              3664  4  [emu10k1]
ppp_deflate            39040  0  (unused)
ppp_async              6608  0  (unused)
ppp_generic            16656  0  [ppp_deflate ppp_async]
slip                    7744  0  (unused)
lp                      5936  0  (unused)
parport_pc            19152  1
parport                23040  1  [lp parport_pc]

The ide-scsi is the only important module.

knight_ridda 12-17-2002 01:32 PM

okay I did lsmod and the ide-scsi is there, and the ide-cd is not there, but the output that you show that you get when you type cdrecord -scanbus, I can't get this, when i type that it just says cdrecord version 1.8.1 and then just stays like that frozen, so i have to end that process

also when i do dmesg, it says at first
hdc:PLEXTOR CD-R PX-W4012A, ATAPI CDROM drive
ide0: 0x1f0-0x1f7, 0x3f6 on irq 14
ide1: 0x170-0x177, 0x136 on irq 15

then a little further down
hdc: ATAPI 40X CD-ROM CD-R/RWW, 4996kB Cache
Uniform Cd-Rom driver Revision 3.10

knight_ridda 12-17-2002 02:42 PM

.

knight_ridda 12-18-2002 12:34 PM

?

knight_ridda 12-18-2002 01:33 PM

help please

acid_kewpie 12-18-2002 03:23 PM

LinuxQuestions is a voluntary site, and all questions are answered in peoples own time. Bumping a thread after a couple of days is fine, as long as you can give an update on what you have tried since the last post and such like. But simply bumping it with a fullstop just one hour after the previous post will not make you any friends here.

DavidPhillips 12-18-2002 08:43 PM

it really sounds like the append line is not working, try examining it's context, maybe rearrange it if you have more than one thing in the append line, you cannot have more than one append line.

whansard 12-19-2002 12:12 AM

you have to run lilo
lilo <enter>
reboot.
the append has to be on the kernel that you are booting.
you have to ide-scsi and sg built into the kernel
or as modules.

if the append="hdc=ide-scsi" is set up right and working,
then you will no longer be able to access your drive as
hdc. thats how you will know.


All times are GMT -5. The time now is 04:22 PM.