From owner-freebsd-questions Thu Jun 22 21:53: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pom.INS.CWRU.Edu (pom.INS.CWRU.Edu [129.22.8.234]) by hub.freebsd.org (Postfix) with ESMTP id 916E137B7D0 for ; Thu, 22 Jun 2000 21:53:02 -0700 (PDT) (envelope-from erm6@po.cwru.edu) Received: from po.cwru.edu (ts5m-pool0-22.gti.net [208.216.126.22]) by pom.INS.CWRU.Edu with ESMTP (8.8.8+cwru/CWRU-1.0-smtprelay) id AAA02150; Fri, 23 Jun 2000 00:52:59 -0400 (EDT) (from erm6@po.cwru.edu for ) Message-ID: <3952ECA9.C781504C@po.cwru.edu> Date: Fri, 23 Jun 2000 00:50:49 -0400 From: Evan Markensohn X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: esd / pcm and Turtle Beach Tropez (classic) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My core problem is that I get periodic static when using esound 0.2.18 and xmms 1.2.1. I have not trying another sound app, as I don't have one/know of one. I have a Turtle Beach Tropez (classic, CS4231) I'm attempting to get my sound working well in FreeBSD 4.0.0 I got it to work using the legacy sound drivers, kernel config device snd device mss0 at isa? port 0x530 irq 7 drq 0 flags 0x13 but I get this static. I'd like to try the pcm drivers, as the man page says it supports CS4231 cards. When I load the pcm driver, I use this in my kernel config: device pcm0 at isa? irq 7 drq 0 flags 0x13 It compiles fine, and doesn't give an error when booting, but I don't get much in /dev/sndstat, nor can I use /dev/dsp. I hear nothing, and get no error Below is a snip from dmesg and my sndstat(shouldn't my sndstat have more stuff in it?). I use MAKEDEV snd0 after bot to create the devices. Here is a snip from dmesg, while using "boot -v" during bootup: lpt0: on ppbus0 lpt0: Interrupt-driven port mss_probe: no address given, try 0x530 mss_detect - chip revision 0x0a mss_detect() - Detected CS4231A pcm0: at port 0x530-0x537 irq 7 drq 0 flags 0xa113 on isa0 pcm: setmap 30000, ff00; 0xcf43d000 -> 30000 pcm: setmap 40000, ff00; 0xcf44d000 -> 40000 isa_probe_children: probing PnP devices BIOS Geometries: 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 1:0104fe3f 0..260=261 cylinders, 0..254=255 heads, 1..63=63 sectors 2:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 3:0107fe3f 0..263=264 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: ppp0 attached Here is my current /dev/sndstat: FreeBSD Audio Driver (newpcm) May 23 2000 17:04:23 Installed devices: pcm0: at io 0x530 irq 7 drq 0:3 (1p/1r channels duplex) Also, if there is a more appropriate mailing list for this question what is it? Any help would be appreciated. Thank you. Evan Markensohn erm6@po.cwru.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message