You are not logged in.
Pages: 1
Hello,
I have had a problem with k3b for some time. It just never seems to burn CDs faster than about 16x. If I try faster, it just bounces around with the buffer filling and then emptying until the CD is finished, thank goodness for burnfree. Average in the end is usually about 14x.
My computer is a 2GHz ATHLON/nForce2 with 512MB memory and an LG 52x burner. 52x _should_ be possible at the end of burning, it never gets close.
I have tried different kernels (kernel26, kernel26mm, custom morph-6 sources). I have tried different schedulers (echo deadline > /sys/block/hdc/queue/scheduler). And I have tried burning as root.
Nothing shows high cpu or mem usage if top is going at the same time.
Here is what daemons I have running from /etc/rc.conf:
(syslog-ng hotplug network portmap fam dbus hal crond)
hda is my hard drive and hdc is the LG burner:
hdparm -I /dev/hda -> *udma5
hdparm -I /dev/hdc -> *udma2
I have dma cables on the drives.
Help.
Offline
Try SCSI emulation. Sometimes it makes a difference.
·¬»· i am shadowhand, powered by webfaction
Offline
Thanks, I'll check it out.
Offline
i thought scsi emulation was deprecated for 2.6 kernels and CD-burning? How can it be used with 2.6? If it makes any difference I'd try it.
t
Offline
Some burners feel unhappy when wired with 80-wire cables- the extra crosstalk provided confuses them.
Have you tried setting the burner as secondary master alone, or in company with another optical drive and using oldfashioned 40-wire cable?
Microshaft delenda est
Offline
I have had a problem with k3b for some time.
Maybe try and isolate the problem by running cdrecord from a terminal, altho i cant see it making much difference, and trying different media, and if possible a different machine.
dont exclude problems with media and the burner itself.
a friend loaned me a Panasonic going bad in a similar way (around 4x speed max), told me it was the Cheapness / compatibility of the CD material.
installing a New CD/DVD burner in this machine, speeds roared up, on the same media, pointing at the old Recorder itself as the problem. Thing was only maybe a year old too
![]()
Offline
Hi again,
Thanks for the suggestions. I tried different media w/o luck. I will see if I can burn an iso from the command line. I don't have a lot of hope for that as I think k3b just uses cdrecord anyway.
I thought the entire reason for the extra wires in dma cables was to reduce crosstalk (the extra wires are just grounded)? My CD drive is alone on the chanel.
Offline
The burning problem has been solved. Thanks for the replies.
It turns out I was using the default /tmp/... for my temp dir in k3b and I was using the default /tmp mapped to tmpfs (memory) in /etc/fstab since I upgraded to udev some time ago. I switched to use /var/tmp/... in the k3b settings and all is fine.
Offline
Pages: 1