Re: HDIO_SET_DMA failed: Operation not permitted [SOLVED]

2004-04-20 Thread Tim Beauregard
Mike Chandler wrote: On Monday 19 April 2004 04:10 pm, Tim Beauregard wrote: Markus Schabel wrote: Tim Beauregard wrote: Markus Schabel wrote: Tim Beauregard wrote: Unfortunately my first post was 9 days ago, and noone replied to that. I had that problem when i forgot to compile the piix drive

Re: HDIO_SET_DMA failed: Operation not permitted

2004-04-19 Thread Mike Chandler
On Monday 19 April 2004 01:16 pm, Mike Chandler wrote: > On Monday 19 April 2004 12:20 pm, Markus Schabel wrote: > > Tim Beauregard wrote: > > > Mike Chandler wrote: > > > [...] > > > > > >> Hey Tim, > > >> I'm in the same boat, except kernel-2.6.3-1. > > >> hdparm returns this error: > > >> > > >>

Re: HDIO_SET_DMA failed: Operation not permitted [SOLVED]

2004-04-19 Thread Mike Chandler
On Monday 19 April 2004 04:10 pm, Tim Beauregard wrote: > Markus Schabel wrote: > > Tim Beauregard wrote: > >> Markus Schabel wrote: > >>> Tim Beauregard wrote: > Unfortunately my first post was 9 days ago, and noone replied to that. > >>> > >>> I had that problem when i forgot to compile the

Re: HDIO_SET_DMA failed: Operation not permitted

2004-04-19 Thread Mike Chandler
On Monday 19 April 2004 02:34 pm, Tim Beauregard wrote: > Markus Schabel wrote: > > Tim Beauregard wrote: > > [...] > > >> Unfortunately my first post was 9 days ago, and noone replied to that. > > > > I had that problem when i forgot to compile the piix drivers into the > > kernel. after fixing th

Re: HDIO_SET_DMA failed: Operation not permitted [SOLVED]

2004-04-19 Thread Tim Beauregard
Markus Schabel wrote: Tim Beauregard wrote: Markus Schabel wrote: Tim Beauregard wrote: Unfortunately my first post was 9 days ago, and noone replied to that. I had that problem when i forgot to compile the piix drivers into the kernel. after fixing that, all worked fine again. Thanks for th

Re: HDIO_SET_DMA failed: Operation not permitted

2004-04-19 Thread Markus Schabel
Tim Beauregard wrote: Markus Schabel wrote: Tim Beauregard wrote: Unfortunately my first post was 9 days ago, and noone replied to that. I had that problem when i forgot to compile the piix drivers into the kernel. after fixing that, all worked fine again. Thanks for the suggestion. I inserted thi

Re: HDIO_SET_DMA failed: Operation not permitted

2004-04-19 Thread Tim Beauregard
Markus Schabel wrote: Tim Beauregard wrote: [...] Unfortunately my first post was 9 days ago, and noone replied to that. I had that problem when i forgot to compile the piix drivers into the kernel. after fixing that, all worked fine again. best regards, Markus Thanks for the suggestion. I ins

Re: HDIO_SET_DMA failed: Operation not permitted

2004-04-19 Thread Markus Schabel
Tim Beauregard wrote: Mike Chandler wrote: [...] Hey Tim, I'm in the same boat, except kernel-2.6.3-1. hdparm returns this error: [EMAIL PROTECTED]:/home/mike# hdparm -d1 /dev/hdb /dev/hdb: setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted using_dma= 0 (off) [EMAIL P

Re: HDIO_SET_DMA failed: Operation not permitted

2004-04-19 Thread Tim Beauregard
Mike Chandler wrote: [...] Hey Tim, I'm in the same boat, except kernel-2.6.3-1. hdparm returns this error: [EMAIL PROTECTED]:/home/mike# hdparm -d1 /dev/hdb /dev/hdb: setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted using_dma= 0 (off) [EMAIL PROTECTED]:/home/mike#

Re: HDIO_SET_DMA failed: Operation not permitted

2004-04-19 Thread Mike Chandler
On Monday 19 April 2004 12:11 am, Tim Beauregard wrote: > Tim Beauregard wrote: > > Hi, > > > > Could someone please help me find the kernel config settings which I've > > neglected, that prevent me from using DMA? I expected inclusion of AMD > > and nVidia IDE chipset support (CONFIG_BLK_DEV_AMD7

Re: HDIO_SET_DMA failed: Operation not permitted

2004-04-19 Thread Tim Beauregard
Tim Beauregard wrote: Hi, Could someone please help me find the kernel config settings which I've neglected, that prevent me from using DMA? I expected inclusion of AMD and nVidia IDE chipset support (CONFIG_BLK_DEV_AMD74XX=m) would be sufficient. I have tried enabling DMA only for disks (CONFIG

Re: HDIO_SET_DMA failed: Operation not permitted

2003-12-01 Thread Andreas Goesele
Serge Gebhardt <[EMAIL PROTECTED]> writes: > try compiling into the kernel (not module) and check the logs. I > remember having similar cases, can't remember how I > solved them :/ Thanks. Compiling the chipset support into the kernel solved the problem. That would qualify as a kernel bug, wouldn

Re: HDIO_SET_DMA failed: Operation not permitted

2003-12-01 Thread Serge Gebhardt
On 01 Dec 2003 02:12:01 +0100 Andreas Goesele <[EMAIL PROTECTED]> wrote: > > But then the disappointment: > > > > $ modprobe amd74xx > > > > $ hdparm -d1 /dev/hda > > > > /dev/hda: > > setting using_dma to 1 (on) > > HDIO_SET_DMA failed: Operation not permitted > > using_dma= 0 (off) >

Re: HDIO_SET_DMA failed: Operation not permitted

2003-11-30 Thread Andreas Goesele
Alf Werder <[EMAIL PROTECTED]> writes: > > It's even worse: > > > > $ modprobe amd74xx > > Segmentation fault > > > > And now I have: > > > > amd74xx 9468 1 (initializing) > > > > The module cannot be removed and interferes with other processes as > > for instance ifconfig (

Re: HDIO_SET_DMA failed: Operation not permitted

2003-11-30 Thread Alf Werder
On Mon, 2003-12-01 at 02:12, Andreas Goesele wrote: > Andreas Goesele <[EMAIL PROTECTED]> writes: > > > But then the disappointment: > > > > $ modprobe amd74xx > > > > $ hdparm -d1 /dev/hda > > > > /dev/hda: > > setting using_dma to 1 (on) > > HDIO_SET_DMA failed: Operation not permitted > >

Re: HDIO_SET_DMA failed: Operation not permitted

2003-11-30 Thread Andreas Goesele
Andreas Goesele <[EMAIL PROTECTED]> writes: > But then the disappointment: > > $ modprobe amd74xx > > $ hdparm -d1 /dev/hda > > /dev/hda: > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted > using_dma= 0 (off) It's even worse: $ modprobe amd74xx Segmentation