DVD write speed
  • Order of the Butterfly
    Order of the Butterfly
    GK_LKA
    Posts: 481 from 2004/3/28
    From: Hungary
    I have an another problem: I have an LG 16x DVD writer, and use it with k3b on debian with 4x writeable discs, but it writes only 1.5x speed. My G3 CPU is on 100% over the process. I tried to use ide-scsi drivers in kernel parameters, but it does not work. Any ideas?
    [ GK / LKA Team ]
  • »16.01.05 - 10:35
    Profile Visit Website
  • Just looking around
    McGreg
    Posts: 17 from 2003/4/16
    I had this problem as well. But the problem solved iself. I believe it
    was some kernel issue. What kernel are you using? Try latest ones
    2.6.8 or 2.6.9.
  • »16.01.05 - 13:21
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    GK_LKA
    Posts: 481 from 2004/3/28
    From: Hungary
    I have found the soulution without compiling a new kernel: you should use ide-scsi module for DVD writing, which doesn't use so many CPU and is a lot faster. There is how:

    First of all, test you have the module:
    Code:
    modprobe ide-scsi

    (if you get no errors, you have it)

    Then you should add the following line to /etc/modules (not .conf!!):
    Code:
    ide-scsi


    Then add some parameters for your startup (e.g. in bootmenu or in commandline in OFW):
    Code:
    hdc=ide-scsi
    (hdc is for your DVD-RW)

    (mine looks like this: /boot/vmlinuz-2.4.25-powerpc root=/dev/hda4 hdc=ide-scsi hdd=ide-scsi video=radeon:1024x768@85)

    Then if everything is OK, you reach your DVD-RW as /dev/scd0.


    Good luck!
    [ GK / LKA Team ]
  • »16.01.05 - 17:43
    Profile Visit Website