Re: [gentoo-user] hdparm error

2006-09-07 Thread Richard Fish
On 9/7/06, Grant <[EMAIL PROTECTED]> wrote: > > Could this be because I have support for my motherboard chipset in the > > kernel and it has control? > > Hmm, more likely you do *not* have the right chipset enabled. > > What does lspci report? It looks like I only have generic chipset support in

Re: [gentoo-user] hdparm error

2006-09-07 Thread Grant
> Could this be because I have support for my motherboard chipset in the > kernel and it has control? Hmm, more likely you do *not* have the right chipset enabled. What does lspci report? It looks like I only have generic chipset support in the kernel and nothing specific. system1 ~ # lspci 0

Re: [gentoo-user] hdparm error

2006-09-07 Thread Richard Fish
On 9/7/06, Grant <[EMAIL PROTECTED]> wrote: Could this be because I have support for my motherboard chipset in the kernel and it has control? Hmm, more likely you do *not* have the right chipset enabled. What does lspci report? -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] hdparm error

2006-09-07 Thread Grant
Look in: Device Driver > ATA/ATAPI/MFM/RLL Suport > Generic/default IDE chipset support I do have that option enabled. - Grant Running hdparm on /dev/hda ... HDIO_SET_DMA failed: Operation not permitted Running hdparm on /dev/hdc ... HDIO_SET_DMA failed: Operation no

RE: [gentoo-user] hdparm error

2006-09-07 Thread Fernando Ferrari
e 2006 02:14 p.m. Para: gentoo-user@lists.gentoo.org Asunto: [gentoo-user] hdparm error When hdparm runs at boot, I see the following errors: Running hdparm on /dev/hda ... HDIO_SET_DMA failed: Operation not permitted Running hdparm on /dev/hdc ... HDIO_SET_DMA failed: Operation not permitted Her

[gentoo-user] hdparm error

2006-09-07 Thread Grant
When hdparm runs at boot, I see the following errors: Running hdparm on /dev/hda ... HDIO_SET_DMA failed: Operation not permitted Running hdparm on /dev/hdc ... HDIO_SET_DMA failed: Operation not permitted Here's my /etc/conf.d/hdparm : hda_args="-d 1 -A 1 -m 16 -u 1 -a 64" hdc_args="-d 1" Cou

Re: [gentoo-user] hdparm error

2005-10-05 Thread Statux
I would guess that you're either not root when trying to change the settings or you have an old disk that doesn't support DMA. On Wed, 2005-10-05 at 18:23 -0500, LostSon wrote: > Hello > I am trying to set hdparm on my laptop and keep getting this error > setting using_dma to 1 (on) > HDIO_SET

Re: [gentoo-user] hdparm error

2005-10-05 Thread LostSon
Yes you were completely right i forgot to add the option for my chipset, thanks for the info it is working now. On Thu, 2005-10-06 at 12:23 +1300, Pshem Kowalczyk wrote: > On 06/10/05, LostSon <[EMAIL PROTECTED]> wrote: > > Hello > > I am trying to set hdparm on my laptop and keep getting this

Re: [gentoo-user] hdparm error

2005-10-05 Thread Pshem Kowalczyk
On 06/10/05, LostSon <[EMAIL PROTECTED]> wrote: > Hello > I am trying to set hdparm on my laptop and keep getting this error > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted > using_dma = 0 (off) > > I have gone through my kernel configs looking for anything dma rel

[gentoo-user] hdparm error

2005-10-05 Thread LostSon
Hello I am trying to set hdparm on my laptop and keep getting this error setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted using_dma = 0 (off) I have gone through my kernel configs looking for anything dma related i may need but cant seem to find anything. Any ideas, t