From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Date: Mon, 12 Apr 1999 04:04:05 +0000 Subject: Re: Another Brute Force And Ignorance(tm) derived question... Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ultralinux@vger.kernel.org On Sun, 11 Apr 1999, David Miller wrote: > Date: Sun, 11 Apr 1999 20:08:46 -0400 (EDT) > From: Peter Jones > > <4>sys32_ioctl: Unknown cmd fd(3) cmd(40044dfe) arg(0002563c) > > ... > > open("/dev/mixer", O_RDWR) = 4 > ioctl(4, SOUND_MIXER_READ_DEVMASK, 0x2563c) = -1 EINVAL (Invalid argument) > > ... > > Have I missed something obvious? > > Might want to double-check on strace, have it print out the raw hex > value for the ioctl cmd code and make sure it matches up. open("/dev/mixer", O_RDWR) = 4 ioctl(0x4, 0x40044dfe, 0x2563c) = -1 (errno 22) No dice, matches up just fine. Any more ideas? -- Peter "I stick my neck out for nobody." -- Bogart