LinuxQuestions.org
Visit Jeremy's Blog.
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 01-03-2004, 11:20 AM   #1
justin9
Member
 
Registered: Jul 2003
Location: Toronto
Distribution: Fedora Core 2
Posts: 36

Rep: Reputation: 15
how do i enable ide-scsi for my cd burner


Ive been tyring to get my new cd burner to work with redhat 9, and k3b and im having some problems. when i open up k3b it says "cdrdao 1.1.7 does not suppport ATAPI" and it tells me to enable ide-scsi. this is probably a simple question, but im kinda new to linux so im not real sure what to do. thanks for your help!
 
Old 01-03-2004, 11:40 AM   #2
Whitehat
Senior Member
 
Registered: Feb 2003
Location: The Cold North
Distribution: SuSE 9.1
Posts: 1,289

Rep: Reputation: 46
I think you may be able to solve this by putting a line into lilo.

Below I have written a sample for you to look at. The line you should put in is the one that says append. Replace ' hdc ' with whatever your cd-rw is.

Let me know if this works.

image=/boot/vmlinuz-2.4.19-ac4
label="Linux
read-only
append="hdc=ide-scsi"

What Distro are you using? Do you have Grub or LILO?

Peace,
Whitehat
 
Old 01-03-2004, 11:48 AM   #3
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
just to add, here's some good reading.

http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html

good luck.
 
Old 01-03-2004, 12:07 PM   #4
justin9
Member
 
Registered: Jul 2003
Location: Toronto
Distribution: Fedora Core 2
Posts: 36

Original Poster
Rep: Reputation: 15
I am using grub, will it still work?
 
Old 01-03-2004, 02:05 PM   #5
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Quote:
I am using grub, will it still work?
Yes - you can pass kernel parameters from GRUB or LILO - add it to the end of your kernel line in grub.conf -so it will just be hdx=ide-scsi on the end of that line - check in dmesg for the correct device name....

Last edited by Skyline; 01-03-2004 at 02:07 PM.
 
Old 01-03-2004, 03:52 PM   #6
justin9
Member
 
Registered: Jul 2003
Location: Toronto
Distribution: Fedora Core 2
Posts: 36

Original Poster
Rep: Reputation: 15
i tried putting that line (hdc=ide-scsi) at the end of my grub.conf file, but it didnt change anything. neither k3b nor xroast will work. is their anything else i could try. like what exactly is the problem? thanks
 
Old 01-03-2004, 04:15 PM   #7
clar77
Member
 
Registered: May 2002
Location: Baltimore,MD
Distribution: RH8.0 FC1/2.6.1 MacOsX 10.3
Posts: 53

Rep: Reputation: 15
open a terminal, su to root and type:

cdrecord -scanbus

post the output here.
 
Old 01-03-2004, 04:37 PM   #8
justin9
Member
 
Registered: Jul 2003
Location: Toronto
Distribution: Fedora Core 2
Posts: 36

Original Poster
Rep: Reputation: 15
alright, well heres what i got, it doesnt look to good though. did i do it wrong?

Code:
[root@localhost /]# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[root@localhost /]#
 
Old 01-03-2004, 04:57 PM   #9
clar77
Member
 
Registered: May 2002
Location: Baltimore,MD
Distribution: RH8.0 FC1/2.6.1 MacOsX 10.3
Posts: 53

Rep: Reputation: 15
looks like the scsi driver is not being loaded ( I think)... any reference to hdc in dmesg with the new grub setup ?

dmesg | grep hdc

see what that that tells you, also look for any any reference to ide-scsi in dmesg...

cdrecord -vv -scanbus may give more info as well. I'm not sure if that one will work as I'm sitting at my mac right now. :-)
 
Old 01-03-2004, 05:05 PM   #10
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
i could be wrong, but:
unless you enabled scsi emulation for your cdrom in the kernel, you cannot treat your cdrom as a scsi device just by adding that line to the bootloader.

also, scsi devices will not point at /dev/hdXXX, they will point to /dev/sXXX (unless of course, you're redirecting twice). most likely doing an "ls -l /dev/cdrom" will point you to /dev/hdc, while it sshould be pointing somewhere to /dev/srXXX.
 
Old 01-03-2004, 10:18 PM   #11
justin9
Member
 
Registered: Jul 2003
Location: Toronto
Distribution: Fedora Core 2
Posts: 36

Original Poster
Rep: Reputation: 15
is there any way i could just update the software so that i can burn using ide?
 
Old 01-04-2004, 03:32 AM   #12
Berhanie
Senior Member
 
Registered: Dec 2003
Location: phnom penh
Distribution: Fedora
Posts: 1,625

Rep: Reputation: 165Reputation: 165
i don't think you can burn CDs using ide on the 2.4.* series kernels.
this is possible only in the 2.6.0 kernel that just came out.
 
Old 01-04-2004, 12:47 PM   #13
bitfuzzy
Member
 
Registered: Nov 2003
Location: NY
Distribution: slackware
Posts: 464

Rep: Reputation: 133Reputation: 133
no:

burning can only be done by treating your IDE as a scsi device
make sure you kernel has been compiled w/ scsi support.

Unless you want to take Berhanie's advice and upgrade your kernel to 2.6
 
Old 01-04-2004, 04:26 PM   #14
boutrosboutros
Member
 
Registered: Dec 2003
Location: SE US
Distribution: Debian Sarge/SID, Mepis
Posts: 47

Rep: Reputation: 15
Hello,

Having a few problems with this too. For me i had to add the append= line at the beginning of lilo before the boot device and then it enabled scsi emulation no problem. But i still can't burn as a user yet. I hope to get it worked out today.

See the following links --and search the slackware forum using "k3b" quite a few posts about this and how to tell if you have the scsi drivers already too.

Hope this helps::: the first link tells how to append grub and lilo

http://www.justlinux.com/nhf/Hardwar..._to_Linux.html
http://www-106.ibm.com/developerwork...-lnxw12BurnCDs

Peace,
Boutros
 
  


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
Need help IDE burner to SCSI johnnygnote Linux - Hardware 19 12-21-2004 02:19 AM
using scsi scanner with ide-atapi cd burner brombo Linux - General 0 05-21-2004 06:44 PM
cant use cd burner to burn AND read? either one or other, ide-scsi dmx9595 Linux - Hardware 3 05-12-2004 08:33 PM
enable ide-scsi?how? Ogledbyoldmen Linux - Software 9 12-29-2003 10:09 PM
Replacing SCSI burner with IDE fail66 Linux - General 1 12-23-2001 05:03 AM

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

All times are GMT -5. The time now is 09:45 PM.

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