[olug] cdrecord and breezy badger
Joe Gulizia
jrguliz at yahoo.com
Wed Jun 21 05:03:25 UTC 2006
Errors when using k3b to burn an audio cd or data cd:
Debugging output says "cdrecord" is not compatible
with kernal 2.6 and I need to go back to kernal
2.4....
Here's what else I've found:
The actual command line you used to run cdrecord would
have been helpful.
It would have given information about the device
designation you used.
The 2.6 kernel prefers using the ATAPI interface over
the SCSI interface
for cdrom access. You do have the right module loaded
- ide_cd.
Unfortunately, you also have the wrong module loaded -
ide_scsi. Remove
it with "rmmod ide_scsi". Better yet, get it out of
your bootup
sequence by editing /etc/modules. If you have both
modules loaded, you
are not going to have an easy time getting cdrecord to
work.
By the way, that's a healthy list of kernel modules.
Might want to
spend a weekend building a trimmer kernel. All that
stuff is eating up
RAM. The lspci command will help you immensely in
choosing just the
right kernel options. Build your own kernel; don't
use the Debian ones.
They don't know what hardware your machine has.
Here's a list of my modules on a homemade machine with
a VIA chipset and
an Athlon cpu:
Module Size Used by
usblp 12928 0
nvidia 3469916 22
sg 38240 0
sr_mod 17380 0
vmnet 29872 12
vmmon 48408 0
lp 11304 2
sd_mod 16464 0
pcspkr 3368 0
evdev 9472 0
via82cxxx_audio 28872 1
ac97_codec 18508 1 via82cxxx_audio
via_rhine 21700 0
mii 4864 1 via_rhine
natsemi 26848 0
parport_pc 37572 1
parport 36232 2 lp,parport_pc
usb_storage 69248 0
scsi_mod 127808 4
sg,sr_mod,sd_mod,usb_storage
ohci1394 34628 0
ohci_hcd 34632 0
uhci_hcd 33740 0
video 16004 0
ide_cd 42052 0
I get these modules to load with an /etc/modules file
that looks like:
ide_cd
video
uhci_hcd
ohci_hcd
ohci1394
usb_storage
parport
parport_pc
natsemi
mii
via_rhine
ac97_codec
via82cxxx_audio
Notice that this list is much shorter than the one
produced by the lsmod
command. Modules will take care of their own dependencies
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the OLUG
mailing list