LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-06-2003, 03:24 PM   #1
GloVe
Member
 
Registered: Aug 2003
Distribution: Slackware 9.1
Posts: 72

Rep: Reputation: 15
Problem with k3b on Slackware 9.1


I've installed k3b (KDE CD-Burning application) and did the k3b-setup, and when i entered k3b i got this message:
------------------------------------------------------------------------------------------------
drdao 1.1.7 does not support ATAPI
The configured version of cdrdao does not support writing to ATAPI devices without SCSI emulation and there is at least one writer in your system not configured to use SCSI emulation.
Solution: The best and recommended solution is to enable ide-scsi (SCSI emulation) for all writer devices. This way you won't have any problems. Or you install (or select as the default) a more recent version of cdrdao.
------------------------------------------------------------------------------------------------
how can i enable this SCSI emulation for ATAPI devices ?
or any other way to fix this problem?
thx.
 
Old 10-06-2003, 03:43 PM   #2
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Rep: Reputation: 30
Is it a usb??? or is it ide??? Did u try cdrecord --scanbus or something like that to see its even beening noticed by the computer???? some more specs plz and i will try to help u....

Matt3333
 
Old 10-06-2003, 05:13 PM   #3
robo_br
LQ Newbie
 
Registered: Sep 2003
Posts: 22

Rep: Reputation: 15
I think you have tow cdrooms.
And a think one is emuled like /dev/sr0 and another is normally /dev/cdrom
this message is because the another cdrom is not ide-scsi, but it is not a problem.

now if you have only one cdrw do this:
at the lilo.conf put this comand append = "hdx=ide-scsi"
hdx = can be hda or hdc or hdb etc...
for see what is your "dmesg | grep hd"

Sorry for bad English,
Andrew

Last edited by robo_br; 10-06-2003 at 05:19 PM.
 
Old 10-06-2003, 05:32 PM   #4
ehdwuld
Member
 
Registered: Jul 2003
Distribution: Currently Suse 11.1 but have RH7,8,9 / Fedora 7,8_64,9_64,&10_64
Posts: 634

Rep: Reputation: 30
or
you could do as the error message said
and get the latest version of cdrdao

choose your flavor
http://sourceforge.net/project/showf...ease_id=114827

EDIT
didn't look the link goe to the same one you hav installed

Last edited by ehdwuld; 10-06-2003 at 05:54 PM.
 
Old 10-07-2003, 07:01 AM   #5
GloVe
Member
 
Registered: Aug 2003
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
robo_br: i did what you said and this is the output that i got:
------------------------------------------------------------------------------------------------------
# dmesg | grep hd
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:pio
hda: IC35L060AVVA07-0, ATA DISK drive
hdb: SONY CD-RW CRX175A1, ATAPI CD/DVD-ROM drive
hdc: SAMSUNG CD-ROM SC-152L, ATAPI CD/DVD-ROM drive
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 120103200 sectors (61493 MB) w/1863KiB Cache, CHS=7476/255/63, UDMA(100)
hdb: attached ide-cdrom driver.
hdb: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
hdc: attached ide-cdrom driver.
hdc: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
------------------------------------------------------------------------------------------------------

and yes, i have one CD-ROM and one CD-RW...
i didn't really understood what you said about lilo.conf and what i need to edit...
many thanks.
 
Old 10-07-2003, 07:59 AM   #6
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well the line you will add to your lilo.conf file would be
append = "hdb=ide-scsi" since you pointed out in dmesg ::
hdb: SONY CD-RW CRX175A1, ATAPI CD/DVD-ROM drive
 
Old 10-07-2003, 08:07 AM   #7
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
My CD and DVD were hdc and hdd and I did both:

append = "hdc=ide-scsi hdd=ide-scsi"

Now they're /dev/sr0 and /dev/sr1. I forget why I needed to but I'm sure I had a good reason. Don't forget to edit your symlink(s).

-- I think the reason was disk-to-disk copying or something.

Last edited by slakmagik; 10-07-2003 at 08:08 AM.
 
Old 10-07-2003, 10:50 AM   #8
GloVe
Member
 
Registered: Aug 2003
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
where should i add it?
at the end of the file (after "# Linux bootable partition config ends") ?
or some part else?
 
Old 10-07-2003, 12:01 PM   #9
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
It's the first (uncommented) line in mine - it should be in the 'global' section, I think, but I don't know that it much matters otherwise.
 
Old 10-07-2003, 01:29 PM   #10
robo_br
LQ Newbie
 
Registered: Sep 2003
Posts: 22

Rep: Reputation: 15
in the directory /etc/lilo.conf
add this line: before the line /prompt
append = "hdb=ide-scsi"
after you do it:
type "lilo"
 
  


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
Will k3b convert mp3's to wavs for burning audio cds? And prob with k3b 0.11 Alvis Linux - Software 5 08-02-2007 07:38 AM
K3b doesn't burn w/Slackware 10 truckers_atlas Slackware 7 01-03-2005 10:19 AM
k3b + cdrecord problem on Slackware 10? kemplej Linux - Software 0 07-01-2004 10:15 AM
CD buring k3b Slackware 9.0 ??? MikeFoo1 Linux - General 12 06-17-2004 04:38 PM
Getting k3b to detect my drives in Slackware? BmxFace Linux - Software 31 07-17-2003 01:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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