PDA

View Full Version : dvd burning @ 1X



tmarr04
07-14-2005, 11:29 PM
I have just recently lost a hard drive to the RAW format and knoppix is able to read the disc with no errors compared to windows. I have been able to burn backup dvds with my sony dru 710a wich is capable of 16x, but they have only been burning at 1x. I am using the k3b software that comes with knoppix v 3.9 but have found no way of increasing the speed, although it starts the burn process saying it will burn at 8.2x, but for sure only burns at 1x. I am using growisof within k3b to burn the dvd. I have also noticed that my temp file size is only 189 megs, any way to increase this?. my cpu specs are a P4,256 RAM, cd-rw and dvd-rw ,plus a 20 gig, 60 gig, and 200 gig hard drive.

Dave_Bechtel
07-15-2005, 03:11 AM
--It may be the media is only capable of writing at 1x. How long is the burn taking?


I have just recently lost a hard drive to the RAW format and knoppix is able to read the disc with no errors compared to windows. I have been able to burn backup dvds with my sony dru 710a wich is capable of 16x, but they have only been burning at 1x. I am using the k3b software that comes with knoppix v 3.9 but have found no way of increasing the speed, although it starts the burn process saying it will burn at 8.2x, but for sure only burns at 1x. I am using growisof within k3b to burn the dvd. I have also noticed that my temp file size is only 189 megs, any way to increase this?. my cpu specs are a P4,256 RAM, cd-rw and dvd-rw ,plus a 20 gig, 60 gig, and 200 gig hard drive.

tmarr04
07-15-2005, 11:16 PM
the burn is taking around 45 minutes, and i know the dvd+r disks are capable of 8x...actually they are 8x and up disks, but it has been working the same as the sony 1x disks that i had earlier...so far i have just been burning and burning for days...please help and thank you

Dave_Bechtel
07-16-2005, 02:12 AM
You may need to turn on DMA for the drive(s). What device is the DVD burner (IDE primary slave, secondary master, or secondary slave)?

Example syntax (as root)
' hdparm -c1 -d1 -u1 /dev/hdb ' == If primary slave

--Other than that I can't really think of anything.


the burn is taking around 45 minutes, and i know the dvd+r disks are capable of 8x...actually they are 8x and up disks, but it has been working the same as the sony 1x disks that i had earlier...so far i have just been burning and burning for days...please help and thank you

tmarr04
07-16-2005, 03:42 AM
I have turned on dma before and it causes a buffer error, probably because my temp file size is only 189 megs. Just to let you know tho it is on secondary ide as slave

Dave_Bechtel
07-16-2005, 07:47 PM
--I don't see how a DMA error would be related to "temp file size"... What do you mean by that, anyway? 189MB of swap should be sufficient if you have at least 128MB of RAM, unless ' free ' or ' top ' says it's filling up. You can always try booting Knoppix into a different windowmanager that uses less resources, as well - KDE is a hog.

--Are you using 80-wire IDE cables? On this old HP P500 that I'm using, the motherboard IDE was absolute crap and didn't really support DMA, even with the right cables. You can get an add-in PCI IDE 133 card for under $20 though, and put the DVD burner on that. When I did this on the faulty HP box, I had no more problems with burning.

--You can take a look at the kernel source ( Device drivers \ ATA/ATAPI support ) and see what IDE chipsets are supported. I'd go with a Promise or Silicon Image if I were you.

--Personally I prefer the Silicon Image SI0680; I've got 3 of them:
http://www.directron.com/ccdideraid.html

http://www.geeks.com/details.asp?InvtId=A-142&cm_ven=Pricewatch.com&cm_cat=Shopping&cm_ite=total

--I don't use the RAID functions, but it does a good job as an IDE 133 card. There's two different cards that use this chipset that I've found; the red one is slightly less compatible on some hardware, and the blue-green one is better - but usually more expensive; both perform about the same.

--The driver that gets loaded for it is "siimage" on kernel 2.4; it may be different on 2.6.

--There's an interesting feature called "Boot off-board chipsets first" that allows you to boot off the IDE card instead of the mobo; the Silicon Image gets assigned hda-hdd, and the onboard IDE gets hde-hdh. The Silicon Image (or other driver) has to be compiled as Y instead of Module for that, and you pretty much have to boot with a floppy and know what you're doing; but that's the way I'm doing it.

--Also see:
http://www.dslwebserver.com/main/fr_index.html?/main/ata33-vs-ata133.html

--Interestingly, the Promise card I found on Pricewatch here is a little cheaper, but it's not RAID and it's "used":
"This Maxtor controller card features a Promise technologies PDC20269 chipset" == Which is listed in the kernel source.

http://www.geeks.com/details.asp?invtid=ATA133PCI-U&cat=CCD


I have turned on dma before and it causes a buffer error, probably because my temp file size is only 189 megs. Just to let you know tho it is on secondary ide as slave