Subject: Re: Proper usage of memconfig?
To: Oleg Polianski <Oleg.Polianski@clear.co.nz>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: current-users
Date: 07/05/2001 11:58:42
On 5 Jul 2001, Oleg Polianski wrote:
>  Quite strange, looks like `ioctl' failed. Could you please show the end of
>  ktruss output?

Not quite the end, but it seemed the most relevant:

   136 memconfig CALL  open(0x80498b9,0,0x804ab40)
   136 memconfig NAMI  "/dev/xf86"
   136 memconfig RET   open 3
   136 memconfig CALL  ioctl(0x3,_IOW('m',0x33,0xc),0xbfbfdb38)
   136 memconfig RET   ioctl -1 errno 22 Invalid argument
   136 memconfig CALL  write(0x2,0xbfbfd398,0xb)
   136 memconfig GIO   fd 2 wrote 11 bytes
       "memconfig: "
 [ the rest was just stuff printing the error message ]

Jared