LinuxQuestions.org
Help answer threads with 0 replies.
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 07-09-2003, 01:52 PM   #1
c0c0deuz
Member
 
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336

Rep: Reputation: 30
dev=0,0,0


What is that stand for?
iam trying to burn a cd with cdrecord but it seems not to fing my cd burner.
How can i be sure i am putting in the correct parameter?
thks
 
Old 07-09-2003, 02:00 PM   #2
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
just run "cdrecord -scanbus" to show what you want
 
Old 07-09-2003, 02:04 PM   #3
c0c0deuz
Member
 
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336

Original Poster
Rep: Reputation: 30
i tried that and it doesn't work...
i says:
No such file or dir. Cannot open '/dev/pg*' Cannot open scsi driver.

This is an IDE unit!
 
Old 07-09-2003, 02:06 PM   #4
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
you haven't got the scsi drivers loaded then... which of course you need for cd burning. check the cd-burning howto and this site for a many questions about ide-scsi emulation
 
Old 07-09-2003, 02:11 PM   #5
c0c0deuz
Member
 
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336

Original Poster
Rep: Reputation: 30
i tink you forgot to join the link... as you said
 
Old 07-09-2003, 02:11 PM   #6
c0c0deuz
Member
 
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336

Original Poster
Rep: Reputation: 30
i tink you forgot to join the link... as you said

It is strange that it does work with x-cd-roast.
 
Old 07-09-2003, 02:17 PM   #7
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
Quote:
i tink you forgot to join the link... as you said
you said it twice and i still have no idea what you mean...

xcdroast have managed to write direct IDE burning into their ap itself, which is neat. shame it's such a horrible application otherwise
 
Old 07-09-2003, 02:31 PM   #8
c0c0deuz
Member
 
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336

Original Poster
Rep: Reputation: 30
sorry for the double...

here i read this post:http://www.linuxquestions.org/questi...scsi+emulation

looking at that:
Nah, it is not that, try this in /usr/src/linux
edit Makefile - you'll see on the top something like
Nah, it is not that, try this in /usr/src/linux
edit Makefile - you'll see on the top something like
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 19
EXTRAVERSION = idescsi

for mypart, i have:
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 20
EXTRAVERSION = -18.9custom

can i replace -18.9 custom with idescsi without causing damage?
 
Old 07-09-2003, 02:38 PM   #9
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
try it, and if your "scared" to do it, just either
A) remember what was written there for you can replace it
or....
B) make a backup file
also make sure that the file:
/lib/modules/2.4.19//kernel/drivers/scsi/ide-scsi.o
exists..
 
Old 07-09-2003, 02:44 PM   #10
c0c0deuz
Member
 
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336

Original Poster
Rep: Reputation: 30
ok but i don't understand that part:
save it, and recompile the kernel again, make damn sure that SCSI emulation is compiled as module, ide-scsi as module, ide-cdrom builtin, scsi builtin, etc
 
Old 07-09-2003, 02:51 PM   #11
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
you may not understand that because they are talking about recompiling the kernel which is not what your talking about....oringinally in that post the d00d that was having the problem, had recompiled his kernel and specified in the process of recompiling that he wanted the scsi emulation support...so when these guys where helping him, they told him to make some changes to certain files and recompile the kernel Again....thats why that was in the list of steps shown on that page....
so if you want to know what all these things mean, then i would suggest you go read an articale on recompiling the kernel, and i think its in the General Fourm, can't really remember but i am almost positive but there is a sticky thread there posted by again i think its trickykid, showing the steps to recompiling a kernel (on slackware) but if you look at it, its pretty well the same for the steps you will take....there may be a couple things that you may have to look into, but if you look at that thread and get the idea about it, and have a kernel recompiling HOWTO i am sure you'll get the idea..
 
Old 07-09-2003, 02:53 PM   #12
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
hrmm i maybe blind or possibly in the wrong fourm, but i can't see it there "anymore" but search the thread and i am sure you'll find the thread i am talking about.
 
Old 07-09-2003, 02:57 PM   #13
c0c0deuz
Member
 
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336

Original Poster
Rep: Reputation: 30
No, no... i just want to get that damn thing going for now!
i have an RH9, not slack.

do you mean that i don't have to do nothing after changing the makefile?
just ./makefile
 
  


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
I cannot access EITHER CD drive! And there's no /dev/hdc or /dev/hdd or /dev/cdrom! Dmalic Linux - Hardware 13 11-18-2005 07:11 PM
ln: creating symbolic link `/dev/dvd' to `/dev/hdc': Permission denied qazwsx27 Fedora 3 06-14-2005 02:09 PM
How can I boot either one of my hard drives /dev/hda or /dev/hdb, I have RH9 and FC2 omogunkristi Linux - General 1 06-21-2004 05:11 AM
Sandisk USB card Reader not linking /dev/sg0 to /dev/sda acidraven Linux - Hardware 1 06-19-2004 03:56 PM
mounting 2 ide-scsi devices /dev/cdrom and /dev/cdrom1 issue penguin123 Linux - Hardware 3 09-26-2003 08:36 PM

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

All times are GMT -5. The time now is 04:11 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