Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-06-2006, 04:55 PM
|
#1
|
LQ Newbie
Registered: Jul 2006
Posts: 2
Rep:
|
cdrecord defamed sys as badly designed, unmaintained
I know this is a facetious title for a post. But honestly, cdrecord claims that my new gentoo (kernel2.6.16) installation is either badly designed or unmaintained. (How could it know? Can it do a better job?)
And more to the point, is it usable to burn CDs anyway? If so, should I use ATA or ATAPI? If not, what needs to be changed?
Seriously! I laughed when I read the output!
Code:
$ cdrecord -scanbus dev=ATAPI:
scsidev: 'ATAPI:'
devname: 'ATAPI'
scsibus: -1 target: -1 lun: -1
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Cdrecord-Clone 2.01.01a06 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jśrg Schil
ling
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) ' ' '52X24X52 CD-RW ' '1.06' Removable CD-ROM
0,1,0 1) 'IDE ' 'DVD-ROM 16X ' '2.40' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
$ cdrecord -scanbus dev=ATA:
scsidev: 'ATA:'
devname: 'ATA'
scsibus: -1 target: -1 lun: -1
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Cdrecord-Clone 2.01.01a06 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jśrg Schil
ling
Using libscg version 'schily-0.8'.
scsibus1:
1,0,0 100) ' ' '52X24X52 CD-RW ' '1.06' Removable CD-ROM
1,1,0 101) 'IDE ' 'DVD-ROM 16X ' '2.40' Removable CD-ROM
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
Thanks in advance for any insights!
Cheers!
- Jerry Oberle
perl -e 'printf "%silto%cgo%cerle%cearth%s%cnet%c", "ma", 58, 98, 64, "link", 46, 10;'
|
|
|
08-06-2006, 05:31 PM
|
#2
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141
Rep: 
|
I get the same messages on Slackware for those commands. The first one I don't get at all, the second one about "Using badly designed ATAPI" goes back to when using SCSI emulation was the preferred way to access CD drives.
The bottom line is that on my system I have no problems using cdrecord, so I wouldn't be too worried about it.
|
|
|
08-06-2006, 08:41 PM
|
#3
|
LQ Newbie
Registered: Jul 2006
Posts: 2
Original Poster
Rep:
|
Got it working
Various other notes eventually revealed that under 2.6 kernels, that weird dev=ATAPI:blah,blah,blah syntax is now obsolete, and that the messages being issued were code rot left over from a flame war between Linus and the guy who wrote cdrecord, circe kernel v 2.5.x.
Anyway, I just tried using the following command:
cdrecord -v -speed=40 dev=/dev/hdc grub.iso
and got a workable, bootable CD.
Thanks for the information.
If any subsequent readers want to know what's on the CD, it's just this:
Code:
ReadMe.txt
bzImage-2.6.16-gentoo-r9-v5
boot/grub/stage2_eltorito
boot/grub/menu.lst
created with the command:
Code:
cd /tmp
mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \
-boot-load-size 4 -boot-info-table -o grub.iso bootcd
in which /tmp/bootcd contained everything listed above that went into the CD. The ReadMe.txt says what I'm saying here, more or less, in case I forget. :-) My menu.lst looks like this:
Code:
title Gentoo Linux 2.6.16-r9-v5
kernel (cd)/bzImage-2.6.16-gentoo-r9-v5 root=/dev/hda3 vga=788 video=vesafb:mtrr,ywrap
title Windows XP
rootnoverify (hd0,0)
chainloader +1
Cheers!
- Jerry Oberle
perl -e 'printf "%silto%cgo%cerle%cearth%s%cnet%c", "ma", 58, 98, 64, "link", 46, 10;'
|
|
|
All times are GMT -5. The time now is 07:26 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|