Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: billy_gates on 10 February 2003, 01:54
-
I finally got xine installed, but it claims I don't have DMA turned on. It gives this error.
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
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?
-
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 ]
-
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?
su -
The hyphen is important.
[ February 09, 2003: Message edited by: Tux ]
-
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.
-
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.
-
oh, ok.
Unfortunately, I can't get to my RedHat until around next friday.