From owner-freebsd-questions Mon May 8 11:23:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oracle.clara.net (oracle.clara.net [195.8.69.94]) by hub.freebsd.org (Postfix) with ESMTP id 3072237B5E8 for ; Mon, 8 May 2000 11:23:42 -0700 (PDT) (envelope-from alex@clara.co.uk) Received: from [195.8.86.207] (helo=myname.my.domain) by oracle.clara.net with esmtp (Exim 2.12 #2) id 12osBi-000Lsc-00; Mon, 8 May 2000 19:23:31 +0100 Received: (from alex@localhost) by myname.my.domain (8.9.3/8.9.3) id TAA00931; Mon, 8 May 2000 19:21:17 +0100 (BST) (envelope-from alex) Date: Mon, 8 May 2000 19:21:15 +0100 From: Aleksandar Simic To: freebsd-questions@freebsd.org Cc: Ryan Moser Subject: Re: Mixer trouble Message-ID: <20000508192115.A899@frustum.clara.co.uk> References: <20000507204020.A374@frustum.clara.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from ryno@whack.org on Mon, May 08, 2000 at 10:52:09AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 08, 2000 at 10:52:09AM -0700, Ryan Moser wrote: > i have the exact same card. it took me a month or so to figure out the > lines to put in my kernel. the tricky part is you have to have the isa > support even thought it is a pci sound card??? > > here are the lines that i put into my kernel > > device pcm0 at isa? irq 10 drq 1 flags 0x0 > device pca0 at isa? port IO_TIMER1 > > this makes xmms play mp3's but i'm still unable to cat sounds to > /dev/audio everything else sounds great though > > because it took me so long to do i hope this works Hi Ryan, Thanks for your reply, but in the end it turned out it was just a loose cable connection between the CD and the sound card. As far as the kernel configuration goes, all I have is: device pcm and it works. But what I found confusing was the fact that I had to run: ./MAKEDEV snd0 and *not* snd1 despite the fact that this is a pci card. Hope that helps you, -Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message