Order of the Butterfly
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:
(if you get no errors, you have it)
Then you should add the following line to /etc/modules (not .conf!!):
Code:
Then add some parameters for your startup (e.g. in bootmenu or in commandline in OFW):
Code:
(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 ]