Mailinglist Archive: opensuse (2731 mails)
| < Previous | Next > |
Re: [SLE] DVD jerky playback
- From: BandiPat <penguin0601@xxxxxxxxxxxxx>
- Date: Sat, 2 Aug 2003 19:55:22 -0400
- Message-id: <200308021955.22083.penguin0601@xxxxxxxxxxxxx>
On Saturday 02 August 2003 02:56 pm, Kenneth Payne wrote:
> Ken -
>
> Thanks for your interest in my DVD problem. But I'm glad to say it's
> solved. I needed to switch on DMA for /dev/hdd. (It was Charles
> Philip Chan on this mailing list who sorted me out).
>
> Thanks again and best wishes.
>
> - Ken Payne
>
> On Saturday 02 August 2003 6:11 pm, Ken Schneider wrote:
> > -----Original Message-----
> > From: Kenneth Payne <kmp@xxxxxxxxxxxxxxxxxx>
> > To: suse-linux-e@xxxxxxxx
> > Date: Sat, 2 Aug 2003 15:30:59 +0100
> > Subject: Re: [SLE] DVD jerky playback
> >
> > > Charles -
> > >
> > > Thanks for your interest in my problem. I looked at the hardware
> > > file and it
> > > has this in it
> > >
> > > #
> > > # force dma to "on" for the following ide devices
> > > #
> > > DEVICES_FORCE_IDE_DMA_ON=""
> >
> > As it states IDE devices go here.
=================
Kenneth,
What Ken was trying to point out in his mail was not so much how to fix
your problem as how to make it a permanent fix. If you never reboot,
just issuing the command hdparm will get it going, as you found out and
it will last, until your next reboot. So if you want it to have DMA
turned on with each boot, then go to the file and add /dev/hdd to that
line.
#
# force dma to "on" for the following ide devices
#
DEVICES_FORCE_IDE_DMA_ON="/dev/hdd"
Pat
--
--- KMail v1.5.3 --- SuSE Linux Pro v8.2 ---
Registered Linux User #225206
On any other day, that might seem strange...
> Ken -
>
> Thanks for your interest in my DVD problem. But I'm glad to say it's
> solved. I needed to switch on DMA for /dev/hdd. (It was Charles
> Philip Chan on this mailing list who sorted me out).
>
> Thanks again and best wishes.
>
> - Ken Payne
>
> On Saturday 02 August 2003 6:11 pm, Ken Schneider wrote:
> > -----Original Message-----
> > From: Kenneth Payne <kmp@xxxxxxxxxxxxxxxxxx>
> > To: suse-linux-e@xxxxxxxx
> > Date: Sat, 2 Aug 2003 15:30:59 +0100
> > Subject: Re: [SLE] DVD jerky playback
> >
> > > Charles -
> > >
> > > Thanks for your interest in my problem. I looked at the hardware
> > > file and it
> > > has this in it
> > >
> > > #
> > > # force dma to "on" for the following ide devices
> > > #
> > > DEVICES_FORCE_IDE_DMA_ON=""
> >
> > As it states IDE devices go here.
=================
Kenneth,
What Ken was trying to point out in his mail was not so much how to fix
your problem as how to make it a permanent fix. If you never reboot,
just issuing the command hdparm will get it going, as you found out and
it will last, until your next reboot. So if you want it to have DMA
turned on with each boot, then go to the file and add /dev/hdd to that
line.
#
# force dma to "on" for the following ide devices
#
DEVICES_FORCE_IDE_DMA_ON="/dev/hdd"
Pat
--
--- KMail v1.5.3 --- SuSE Linux Pro v8.2 ---
Registered Linux User #225206
On any other day, that might seem strange...
| < Previous | Next > |