From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Mon, 12 Apr 1999 01:26:47 +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 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. Later, David S. Miller davem@redhat.com