From owner-freebsd-questions Tue Oct 19 9:24:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from socrates.i-pi.com (Socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id 35F6517686 for ; Tue, 19 Oct 1999 09:24:49 -0700 (PDT) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.3/8.9.3) id KAA00539 for freebsd-questions@freebsd.org; Tue, 19 Oct 1999 10:23:47 -0600 (MDT) (envelope-from ingham) Date: Tue, 19 Oct 1999 10:23:47 -0600 From: Kenneth Ingham To: freebsd-questions@freebsd.org Subject: Sound on a Thinkpad 1720i Message-ID: <19991019102347.A518@socrates.i-pi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an IBM i series 1720i Thinkpad running 3.3-STABLE #7. I decided that I would like the sound to work. This laptop has a Crystal CS4232. Looking in the docs, it looked like pcm0 would be the easiest to use (and I had tried with no success to use snd0). Here are the relevant lines from a boot: ... try to identify the yamaha pcm0 at 0x530 irq 5 drq 1 flags 0xa213 on isa mss_attach 0 at 0x530 irq 5 dma 1:3 flags 0xa213 Here's the config line from the kernel config file: device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x13 The BIOS config lists the following: SB 220-22F WSS 530-538 Adlib 388-38F MPU 330-331 CTRL 120-121 DMA A 1 DMA B 3 IRQ 5 Trying snd1 leads to the message: pcm1: unit not configured, perhaps you want pcm0 ? Trying snd0 (cat file.au >/dev/audio) leads to it just sitting there (no sound out). When I give up and interrupt the cat, I get tsleep returns 4 The volume control is up; beeps work fine. Any suggestions? Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message