LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-25-2004, 11:25 PM   #1
The_Messiah
Member
 
Registered: Jan 2004
Distribution: Slackware 10.1
Posts: 119

Rep: Reputation: 15
cd burner configuration problems.


I have just installed k3b and it gave me this warning...


cdrdao 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.

Could someone please tell me how to enable ide-scsi for all writer devices, if possible.

Any help is greatly appreciated.
 
Old 08-25-2004, 11:36 PM   #2
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Rep: Reputation: 30
It's an option when compiling a new kernel.

As for the problem I'm guessing you are using the 2.4.26 kernel and not the latest spiffy kernel? You might want to consider compiling a new kernel (I know to solve your problem I'm telling you to create a whole lot more for yourself but once ur done everything will run smoothly).
 
Old 08-25-2004, 11:58 PM   #3
The_Messiah
Member
 
Registered: Jan 2004
Distribution: Slackware 10.1
Posts: 119

Original Poster
Rep: Reputation: 15
I've gotten past that, by installing a new cdrdao.

Once I get to the burning part of k3b, it gives me an error, saying...

Found media: No Media.

Please insert an empty medium into drive.

and when I do that, it still doesn't see the blank disk, so I tried mounting it and it said...

mount: block device /dev/hdb is write-protected, mounting read-only
mount: No medium found

(I added the bolds to show what I want pointed out.)

Any help would be great.

Last edited by The_Messiah; 08-26-2004 at 12:20 AM.
 
Old 08-26-2004, 12:31 AM   #4
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
All you really need to do for scsi emulation is add this line to the end of the linux section of the /etc/lilo.conf file:
Code:
append="hdX=ide-scsi"
Where the X is the letter of the cd burner.
 
Old 08-26-2004, 12:34 AM   #5
The_Messiah
Member
 
Registered: Jan 2004
Distribution: Slackware 10.1
Posts: 119

Original Poster
Rep: Reputation: 15
I've done that...still no go.

It's not recognising the blank disk, but it reads normal disks without problems.
 
Old 08-26-2004, 12:38 AM   #6
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
Did you try the scsi emulation before installing the new cdrdao?
 
Old 08-26-2004, 12:40 AM   #7
The_Messiah
Member
 
Registered: Jan 2004
Distribution: Slackware 10.1
Posts: 119

Original Poster
Rep: Reputation: 15
I think I did, the append=hdb=ide-scsi was already in my lilo conf, but I had changed it from uppercase HDB to lowercase hdb.

Nothing changed.

But in any case, it's there, and was there before I did the upgrade on cdrdao. (If casing doesn't matter)
 
Old 08-26-2004, 12:42 AM   #8
Cheiron
LQ Newbie
 
Registered: Aug 2004
Location: On. Canada
Distribution: Slack 10.2 and Slack 8.1
Posts: 23

Rep: Reputation: 15
You also need to rerun lilo after making changes to your lilo.conf:
/sbin/lilo
If that doesn't help, run:
cdrecord -scanbus
Your burner must be listed in the output on one of the scsi buses for it to work in scsi emulation.
 
Old 08-26-2004, 12:44 AM   #9
The_Messiah
Member
 
Registered: Jan 2004
Distribution: Slackware 10.1
Posts: 119

Original Poster
Rep: Reputation: 15
Code:
root@LOCALHOST:~# cdrecord -scanbus
Cdrecord 2.00.3 (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'.
 
Old 08-26-2004, 12:50 AM   #10
Cheiron
LQ Newbie
 
Registered: Aug 2004
Location: On. Canada
Distribution: Slack 10.2 and Slack 8.1
Posts: 23

Rep: Reputation: 15
Well, it looks like your ide-scsi module is not loaded at all. Try:
lsmod | grep scsi
it should return: ide-scsi number
If it does not, try:
/sbin/modprobe ide-scsi
 
Old 08-26-2004, 12:54 AM   #11
The_Messiah
Member
 
Registered: Jan 2004
Distribution: Slackware 10.1
Posts: 119

Original Poster
Rep: Reputation: 15
Code:
root@LOCALHOST:~# lsmod | grep scsi

ide-scsi                9424   0
 
Old 08-26-2004, 01:07 AM   #12
Cheiron
LQ Newbie
 
Registered: Aug 2004
Location: On. Canada
Distribution: Slack 10.2 and Slack 8.1
Posts: 23

Rep: Reputation: 15
Good. Now try:
dmesg | grep scsi
 
Old 08-26-2004, 01:08 AM   #13
The_Messiah
Member
 
Registered: Jan 2004
Distribution: Slackware 10.1
Posts: 119

Original Poster
Rep: Reputation: 15
Code:
root@LOCALHOST:~# dmesg | grep scsi
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
 
Old 08-26-2004, 01:23 AM   #14
Cheiron
LQ Newbie
 
Registered: Aug 2004
Location: On. Canada
Distribution: Slack 10.2 and Slack 8.1
Posts: 23

Rep: Reputation: 15
Seems like your kernel is not aware that you're trying to run scsi emulation with your cdrw.
Your ide-scsi module gets loaded, probably from /etc/rc.d/rc.modules but does not see your drive. How exactly are you booting the machine ? With Lilo or from floppy/cd ? Is this a stock kernel or have you built it yourself ?
 
Old 08-26-2004, 01:26 AM   #15
The_Messiah
Member
 
Registered: Jan 2004
Distribution: Slackware 10.1
Posts: 119

Original Poster
Rep: Reputation: 15
It's a stock kernel.

I'm booting with lilo.

I had this same problem when I was a windows user, the cdrom won't recognise blank cd's...
 
  


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
Kernel 2.6.7 Burner Problems now matt3333 Slackware 4 11-16-2004 04:32 PM
How to copy a device (CD burner) configuration from another Linux installation? mwettach Linux - Newbie 7 07-31-2004 12:02 PM
CD-Burner Problems nrunge Linux - Hardware 22 11-15-2003 10:24 AM
cdr/burner problems Lagg Slackware 7 09-02-2003 04:41 PM
Burner problems Trag Linux - Hardware 24 08-11-2003 11:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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