From owner-freebsd-questions Wed Nov 3 12:20:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.110]) by hub.freebsd.org (Postfix) with ESMTP id 95BB3150A4 for ; Wed, 3 Nov 1999 12:20:30 -0800 (PST) (envelope-from usenet@erix.ericsson.se) Received: from super.du.uab.ericsson.se (root@super.du.uab.ericsson.se [134.138.176.16]) by penguin.wise.edt.ericsson.se (8.9.3/8.9.3/WIREfire-1.5) with ESMTP id VAA15518 for ; Wed, 3 Nov 1999 21:20:27 +0100 (MET) Received: from news.du.uab.ericsson.se (news [134.138.176.24]) by super.du.uab.ericsson.se (8.9.3/8.9.3/erix-1.7) with ESMTP id VAA02905 for ; Wed, 3 Nov 1999 21:20:26 +0100 (MET) Received: (from news@localhost) by news.du.uab.ericsson.se (8.9.1b+Sun/8.9.1/news-1.1) id VAA09911 for freebsd-questions@freebsd.org; Wed, 3 Nov 1999 21:20:25 +0100 (MET) Received: from GATEWAY by news with netnews for freebsd-questions@freebsd.org (freebsd-questions@freebsd.org) To: freebsd-questions@freebsd.org Date: 03 Nov 1999 21:20:20 +0100 From: Kent Boortz Message-ID: Organization: Ericsson Telecom AB, Stockholm, Sweden Content-Type: text/plain; charset=us-ascii References: <14367.25538.401785.712677@hip186.ch.intel.com>, Subject: Re: sound blaster PCI128 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex@neptun.big-blue.net (Alex V P) writes: > I have 1370 and tryed everything, but guess what, it wont work :( > i have 4.0 and 3.2 boxes , no luck at all :( > /dev/sndstat is correct and mixer up. i have no clue what might be wrong > any other ideas? I really hope there are just two different versions of PCI128 :-( I have a SoundBlaster PCI128 with the es1370 chipset running 3.3-STABLE following the STABLE branch with 'cvsup'. The relevant parts in the kernel configuration are controller pnp0 device pcm0 at isa? port ? tty irq 15 drq 1 flags 0x0 controller pci0 # PCI bus support (I changed the irq from 10 to 15, I have forgot why...) I tried out that sound playing works using 'play', part of the 'sox' program. I did % mixer vol 80 % mixer pcm 80 % play known_to_work_sound_file.aiff I had to comment out two lines in the 'sox' package. I assume this is because the 'pcm' and PCI128 support is still in beta stage, not production code. oss.c: /* if (ioctl(fileno(ft->fp), SNDCTL_DSP_SYNC, NULL) < 0) { fail("Unable to sync dsp"); } */ I haven't tried recording yet so I don't know if that works. kent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message