fedemw
July 8th, 2005, 12:12 PM
Hi to everyone,
I hope it helps for configure DMA ON on your media devices.
One help was helping me in Ubuntu chat and i wish to share this information.
It is usefull to burn CD/DVD, because device speed turns fastest.
So if you try to do:
jef@exodus:~$ sudo hdparm -d1 /dev/hdc
/dev/hdc:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)
You can't turn DMA ON.
In my case, the solution was load via82cxxx in /etc/modules. So when i reboot, i can turn it on with hdparm command. See modules config file:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
via82cxxx
ide-cd
ide-disk
ide-generic
lp
mousedev
psmouse
This should work with motherboards based on VIA CHIPSET (like Asus k8v-x model).
Summary from posts I read:
nForce Chipset (and amd):
Add amd74xx to your /etc/modules file before ide-cd.
Rboot and set dma with hdparm -d1 /dev/hdx (change x to your drive)
I hope it helps, bye ! :smile:
I hope it helps for configure DMA ON on your media devices.
One help was helping me in Ubuntu chat and i wish to share this information.
It is usefull to burn CD/DVD, because device speed turns fastest.
So if you try to do:
jef@exodus:~$ sudo hdparm -d1 /dev/hdc
/dev/hdc:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)
You can't turn DMA ON.
In my case, the solution was load via82cxxx in /etc/modules. So when i reboot, i can turn it on with hdparm command. See modules config file:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
via82cxxx
ide-cd
ide-disk
ide-generic
lp
mousedev
psmouse
This should work with motherboards based on VIA CHIPSET (like Asus k8v-x model).
Summary from posts I read:
nForce Chipset (and amd):
Add amd74xx to your /etc/modules file before ide-cd.
Rboot and set dma with hdparm -d1 /dev/hdx (change x to your drive)
I hope it helps, bye ! :smile: