Operating Systems > Linux and UNIX
Turning DMA on
billy_gates:
I finally got xine installed, but it claims I don't have DMA turned on. It gives this error.
--- Code: ---
--- End code ---
Note - I don't know why RH8 didn't call my DVD drive /dev/dvd but it didn't.
Then on that error box there is an OK button, I click that and it says
--- Code: ---
--- End code ---
I looked in the modules.conf file and I indeed do not have those lines, but when I try hdparm it says that the command doesn't exist. How do I turn DMA on for my DVD?
Stryker:
hdparm -d1 /dev/cdrom i think should do it, it's been a while since i've messed with hdparm though. try: man hdparm and read up in there
and you need to be root to use hdparm
edit:
and did you try adding those lines to the file?
[ February 09, 2003: Message edited by: Stryker ]
KernelPanic:
quote:I looked in the modules.conf file and I indeed do not have those lines, but when I try hdparm it says that the command doesn't exist. How do I turn DMA on for my DVD?
--- End quote ---
su -
The hyphen is important.
[ February 09, 2003: Message edited by: Tux ]
billy_gates:
I guess you guys didn't read all the way through.
when I type in hdparm it says command not found, as in I don't have it. Where/how do I get it.
flap:
Tux was suggesting you should do "su -" if you're not already. If you're just doing "su" you won't be able to see hdparm as it'll be in /sbin which isn't in your path.
You should have it installed by default on RH8 I think, but if you don't it's on the first cd.
Navigation
[0] Message Index
[#] Next page
Go to full version