From owner-freebsd-current Sat Jul 1 19:46:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from majordomo2.umd.edu (majordomo2.umd.edu [128.8.10.7]) by hub.freebsd.org (Postfix) with ESMTP id 7F8C037B580; Sat, 1 Jul 2000 19:46:29 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac4.wam.umd.edu (root@rac4.wam.umd.edu [128.8.10.144]) by majordomo2.umd.edu (8.9.3/8.9.3) with ESMTP id WAA23843; Sat, 1 Jul 2000 22:46:24 -0400 (EDT) Received: from rac4.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac4.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA10132; Sat, 1 Jul 2000 22:46:27 -0400 (EDT) Received: from localhost (culverk@localhost) by rac4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA10128; Sat, 1 Jul 2000 22:46:26 -0400 (EDT) X-Authentication-Warning: rac4.wam.umd.edu: culverk owned process doing -bs Date: Sat, 1 Jul 2000 22:46:26 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-current@freebsd.org, freebsd-multimedia@freebsd.org Subject: new sound card Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alright, this just bit me in the ass... I just bought a card today that says "Creative Ensoniq AudioPCI" on the box. Well, as far as I can tell this card uses the es1371 chip. Well, I did a little digging because apparently the card's pci device id wasn't in the es137x.c file. So what I did was I put it in the file, and tried to make it configure as a 1371 chip. However I got an error when I did this: pcm0: port 0xe400-0xe43f irq 11 at device 9.0 on pci0 pcm0: ac97 codec invalid or not present (id == 0) The mixer would not configure with this, and the driver wouldn't attach, so I went to ac97.c and found the error message, and commented out the "return ENODEV" statement so that I could make it attach the driver and see what would happen. Well, when I did that, I got another error in addition to the 2 above: pcm0: ac97 codec reports dac not ready however, the driver attaached, and I can use the mixer devices, and I can play CD's, but pcm audio still won't play, and there are no errors on the console when I try to play mp3's or any other kind of sounds. So I guess my question is: is anyone working on getting the device with id 0x58801274 (the closest card originally listed in the file was: 0x50001274) to work? Or does anyone already have this card working? Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message