LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-03-2003, 04:18 AM   #1
alitrix
Member
 
Registered: Jun 2003
Location: Netherlands, The
Distribution: Ubuntu, Kernel 2.6.7
Posts: 169

Rep: Reputation: 30
Burning tools


I'm having problems with burning tools, they can't find my CD-RW Burner :S

CDRECORD
Code:
root@AliTriX:/home/dbzgt# 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'.
CDRDOA
Code:
root@AliTriX:/home/dbzgt# cdrdao scanbus
Cdrdao version 1.1.7 - (C) Andreas Mueller <andreas@daneb.de>
  SCSI interface library - (C) Joerg Schilling
  Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
Can somebody explain to me?
 
Old 12-03-2003, 04:46 AM   #2
Y0jiMb0
Member
 
Registered: Jul 2003
Location: Valencia (Spain)
Distribution: slackware 11, FEDORA CORE 4, RHEL3, Gentoo...
Posts: 361

Rep: Reputation: 30
Hi!
It looks like you don't have scsi simulation loaded. If your writer is IDE/ATAPI, you have to load the compatibility driver ide-scsi. Look for "ide-scsi" in the output of "lsmod"; if it isn't there, you can load it adding ' append="hdb=ide-scsi" ', if it's 'hdb'. For example, your "lilo.conf" should look like,
Code:
...
       image=/boot/zImage-2.2.14
         label=Linux
         read-only
         append="hdb=ide-scsi"
...
(don't forget you have to do "/sbin/lilo" after change "lilo.conf", if you want lilo sees the changes)

If I was you, I'd read the "CD-Writing-HOWTO", which is much clearer than me , and not too long.

Regards
 
Old 12-03-2003, 03:15 PM   #3
alitrix
Member
 
Registered: Jun 2003
Location: Netherlands, The
Distribution: Ubuntu, Kernel 2.6.7
Posts: 169

Original Poster
Rep: Reputation: 30
I did `lsmod`, result:
Code:
root@AliTriX:/home/dbzgt# lsmod                                                                    
Module                  Size  Used by    Not tainted
parport_pc             14724   0 
parport                23264   0  [parport_pc]
uhci                   24560   0  (unused)
usbcore                58144   1  [uhci]
via82cxxx_audio        18936   1 
ac97_codec              9512   0  [via82cxxx_audio]
cmpci                  24976   2 
soundcore               3332   4  [via82cxxx_audio cmpci]
pcmcia_core            38112   0 
ide-scsi                8048   0 
8139too                15272   1 
mii                     2240   0  [8139too]
And can you give me a URL of the HOWTO you're talking about?


Btw, here you have a part of my syslog, if you people are interested in the information:
Code:
Dec  1 10:26:20 AliTriX kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Dec  1 10:26:20 AliTriX kernel: VP_IDE: IDE controller on PCI bus 00 dev 39
Dec  1 10:26:20 AliTriX kernel: VP_IDE: chipset revision 6
Dec  1 10:26:20 AliTriX kernel: VP_IDE: not 100%% native mode: will probe irqs later
Dec  1 10:26:20 AliTriX kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Dec  1 10:26:20 AliTriX kernel:     ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:DMA
Dec  1 10:26:20 AliTriX kernel:     ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdc:pio, hdd:pio
Dec  1 10:26:20 AliTriX kernel: hda: ST340824A, ATA DISK drive
Dec  1 10:26:20 AliTriX kernel: hdb: QUANTUM FIREBALLlct08 13, ATA DISK drive
Dec  1 10:26:20 AliTriX kernel: hdc: LITEON DVD-ROM LTD163, ATAPI CD/DVD-ROM drive
Dec  1 10:26:20 AliTriX kernel: hdd: CREATIVE CD-RW RW1210E, ATAPI CD/DVD-ROM drive
Dec  1 10:26:20 AliTriX kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec  1 10:26:20 AliTriX kernel: ide1 at 0x170-0x177,0x376 on irq 15
Dec  1 10:26:20 AliTriX kernel: blk: queue c0388784, I/O limit 4095Mb (mask 0xffffffff)
Dec  1 10:26:20 AliTriX kernel: blk: queue c03888c0, I/O limit 4095Mb (mask 0xffffffff) 
Dec  1 10:26:20 AliTriX kernel: hdc: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
Dec  1 10:26:20 AliTriX kernel: hdd: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
Dec  1 10:26:20 AliTriX kernel: ide-floppy driver 0.99.newide
Dec  1 10:26:20 AliTriX kernel: RAMDISK driver initialized: 16 RAM disks of 7777K size 1024 blocksize
Dec  1 10:26:20 AliTriX kernel: ide-floppy driver 0.99.newide
Dec  1 10:26:20 AliTriX kernel: kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

Last edited by alitrix; 12-03-2003 at 03:20 PM.
 
Old 12-03-2003, 03:21 PM   #4
Y0jiMb0
Member
 
Registered: Jul 2003
Location: Valencia (Spain)
Distribution: slackware 11, FEDORA CORE 4, RHEL3, Gentoo...
Posts: 361

Rep: Reputation: 30
Did you do "cdrecord -scanbus" as root?
regards

PS the HOWTO is in http://tldp.org/
 
Old 12-03-2003, 03:24 PM   #5
alitrix
Member
 
Registered: Jun 2003
Location: Netherlands, The
Distribution: Ubuntu, Kernel 2.6.7
Posts: 169

Original Poster
Rep: Reputation: 30
Yes, check the logs I've used in my first post
root@....
 
Old 12-03-2003, 03:27 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Are you using a stock-kernel that came with
slack or did you roll your own?



Cheers,
Tink
 
Old 12-03-2003, 03:38 PM   #7
alitrix
Member
 
Registered: Jun 2003
Location: Netherlands, The
Distribution: Ubuntu, Kernel 2.6.7
Posts: 169

Original Poster
Rep: Reputation: 30
Just the default that is made with Slackware 9.0
Version: 2.4.20
 
Old 12-03-2003, 03:47 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
http://tldp.org/HOWTO/CD-Writing-HOWTO.html

If you do a
dmesg | less
/SCSI

Can you find anything like this?
Code:
hdc: attached ide-scsi driver. scsi0 : SCSI host adapter emulation for IDE ATAPI devices   Vendor: HL-DT-ST  Model: DVD-ROM GDR8081N  Rev: 0012   Type:   CD-ROM                             ANSI SCSI revision: 02 Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 sr0: scsi3-mmc drive: 10x/24x cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.12
If the answer is no, you should try the lilo
append-statement that Y0jiMb0 suggested.


Cheers,
Tink
 
Old 12-03-2003, 04:16 PM   #9
alitrix
Member
 
Registered: Jun 2003
Location: Netherlands, The
Distribution: Ubuntu, Kernel 2.6.7
Posts: 169

Original Poster
Rep: Reputation: 30
I did what you sayed, result:
Code:
dbzgt@AliTriX:~$ dmesg | grep SCSI
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Sounds good for me
And btw, I don't use LILO, I use GRUB..
 
Old 12-03-2003, 04:34 PM   #10
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
I can't see anything about a device
actually being attached to it ... maybe
you should go with less rather than grep?
Or use grep with more context?

dmesg | grep -A 3 -B 3 SCSI

Quote:
And btw, I don't use LILO, I use GRUB..
Can't blame that on me buddy ;)


Cheers,
Tink
 
Old 12-03-2003, 04:39 PM   #11
alitrix
Member
 
Registered: Jun 2003
Location: Netherlands, The
Distribution: Ubuntu, Kernel 2.6.7
Posts: 169

Original Poster
Rep: Reputation: 30
Code:
dbzgt@AliTriX:~$ dmesg | grep -A 3 -B 3 SCSI                                                                                                    
RAMDISK driver initialized: 16 RAM disks of 7777K size 1024 blocksize
loop: loaded (max 8 devices)
ide-floppy driver 0.99.newide
SCSI subsystem driver Revision: 1.00
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
--
PCI: Sharing IRQ 10 with 00:07.3
eth0: RealTek RTL8139 Fast Ethernet at 0xcd84e000, 00:50:22:40:14:2d, IRQ 10
eth0:  Identified 8139 chip type 'RTL-8139C'
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Linux Kernel Card Services 3.1.22
  options:  [pci] [cardbus] [pm]
isapnp: Scanning for PnP cards...
Hm, isn't this line telling us something? --> kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

And I didn't want to blame you :P
I just wanted to ask if GRUB has a possibility like that one
 
Old 12-03-2003, 05:11 PM   #12
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by alitrix
Hm, isn't this line telling us something? --> kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Yeah, just I've never seen that one before.

Quote:
And I didn't want to blame you :P
I just wanted to ask if GRUB has a possibility like that one :)
Sure does ...
In the line that points to your kernel attach
hdX=ide-scsi
where X is your burner.



Cheers,
Tink
 
Old 12-04-2003, 01:39 AM   #13
alitrix
Member
 
Registered: Jun 2003
Location: Netherlands, The
Distribution: Ubuntu, Kernel 2.6.7
Posts: 169

Original Poster
Rep: Reputation: 30
In what file of GRUB do I have to put that?
In menu.lst??
 
Old 12-04-2003, 10:04 AM   #14
pi314159
Member
 
Registered: Nov 2003
Location: Ohio
Distribution: Ubuntu, Slack, Athena Linux (derivative of RedHat)
Posts: 35

Rep: Reputation: 15
I've been trying to set up my CD-burner in Slack 9.1 (kernel 2.4.22), and I'm in what appears to be exactly the same situation...I passed hdc=ide-scsi to the kernel in my loadlin script, and am getting all the same dmesg confirmations and errors. I, too, would appreciate any advice.

Thanks!

-pi314159
 
Old 12-04-2003, 10:22 AM   #15
alitrix
Member
 
Registered: Jun 2003
Location: Netherlands, The
Distribution: Ubuntu, Kernel 2.6.7
Posts: 169

Original Poster
Rep: Reputation: 30
Hm, maybe somekind of bug in Slack? (with some types of CD-RW's..)

Btw, I have Creative Labs CD-RW
 
  


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
/tools/bin/env: /tools/bin/bash: No such file or directory DaZjorz Linux From Scratch 21 07-27-2005 07:11 AM
cd burning tools alaios Linux - Software 3 05-22-2005 03:19 AM
cdda ripping tools: what tools are good these days? jgombos Linux - Software 3 01-03-2005 11:09 PM
is there any virtual cd tools like deamon tools on linux ? ixogn Linux - Software 1 02-24-2004 10:19 AM
audiocd burning problem, whole system hangs while burning ichbinesderelch Linux - Software 1 11-14-2003 02:30 PM

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

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