LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-16-2002, 03:29 PM   #1
knight_ridda
LQ Newbie
 
Registered: Nov 2002
Location: Sunnyvale
Distribution: Slackware 7.1
Posts: 20

Rep: Reputation: 0
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...
 
Old 12-16-2002, 05:05 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
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
 
Old 12-16-2002, 05:09 PM   #3
crabboy
Senior Member
 
Registered: Feb 2001
Location: Atlanta, GA
Distribution: Slackware
Posts: 1,821

Rep: Reputation: 121Reputation: 121
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
 
Old 12-17-2002, 12:35 PM   #4
knight_ridda
LQ Newbie
 
Registered: Nov 2002
Location: Sunnyvale
Distribution: Slackware 7.1
Posts: 20

Original Poster
Rep: Reputation: 0
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.
 
Old 12-17-2002, 12:53 PM   #5
crabboy
Senior Member
 
Registered: Feb 2001
Location: Atlanta, GA
Distribution: Slackware
Posts: 1,821

Rep: Reputation: 121Reputation: 121
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.
 
Old 12-17-2002, 01:32 PM   #6
knight_ridda
LQ Newbie
 
Registered: Nov 2002
Location: Sunnyvale
Distribution: Slackware 7.1
Posts: 20

Original Poster
Rep: Reputation: 0
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
 
Old 12-17-2002, 02:42 PM   #7
knight_ridda
LQ Newbie
 
Registered: Nov 2002
Location: Sunnyvale
Distribution: Slackware 7.1
Posts: 20

Original Poster
Rep: Reputation: 0
.
 
Old 12-18-2002, 12:34 PM   #8
knight_ridda
LQ Newbie
 
Registered: Nov 2002
Location: Sunnyvale
Distribution: Slackware 7.1
Posts: 20

Original Poster
Rep: Reputation: 0
?
 
Old 12-18-2002, 01:33 PM   #9
knight_ridda
LQ Newbie
 
Registered: Nov 2002
Location: Sunnyvale
Distribution: Slackware 7.1
Posts: 20

Original Poster
Rep: Reputation: 0
help please
 
Old 12-18-2002, 03:23 PM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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.
 
Old 12-18-2002, 08:43 PM   #11
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
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.

Last edited by DavidPhillips; 12-19-2002 at 12:31 AM.
 
Old 12-19-2002, 12:12 AM   #12
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cd burning anyone? matthewa Slackware 12 09-02-2005 07:02 AM
No cd burning in 10.1. Maintech Mandriva 4 01-19-2005 01:35 AM
audiocd burning problem, whole system hangs while burning ichbinesderelch Linux - Software 1 11-14-2003 02:30 PM
cd burning s/w ksd Slackware 11 10-21-2003 11:34 AM
CD-Burning slurride Slackware 16 03-14-2003 07:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration