From owner-freebsd-hardware Sun Nov 29 18:54:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA06161 for freebsd-hardware-outgoing; Sun, 29 Nov 1998 18:54:20 -0800 (PST) (envelope-from owner-freebsd-hardware@FreeBSD.ORG) Received: from n4hhe.ampr.org (tnt3-212.HiWAAY.net [208.147.146.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA06149 for ; Sun, 29 Nov 1998 18:54:13 -0800 (PST) (envelope-from dkelly@n4hhe.ampr.org) Received: from n4hhe.ampr.org (localhost.ampr.org [127.0.0.1]) by n4hhe.ampr.org (8.9.1/8.9.1) with ESMTP id UAA00659; Sun, 29 Nov 1998 20:53:33 -0600 (CST) (envelope-from dkelly@n4hhe.ampr.org) Message-Id: <199811300253.UAA00659@n4hhe.ampr.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Mark Murray cc: Randy Bush , freebsd-hardware@FreeBSD.ORG From: David Kelly Subject: Re: fumbling at sound card In-reply-to: Message from Mark Murray of "Sun, 29 Nov 1998 09:47:09 +0200." <199811290747.JAA15577@greenpeace.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 29 Nov 1998 20:53:33 -0600 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mark Murray writes: > Randy Bush wrote: > > pcm1 (SB16pnp sn 0x1fd0a682) at 0x220-0x22f \ > > irq 5 drq 1 flags 0x15 on isa > : > > pcm0 not probed due to drq conflict with pcm1 at 1 > > > > what is the 'correct' change? > > Things are working properly - you just need to use /dev/audio1, /dev/dsp1 > etc. ...at least if the sound card really is a SoundBlaster or he wishes to use as if it were a SoundBlaster. I'd start by "mv kernel.config kernel.config.old", reboot, and see if Luigi's snd and pnp code properly detects the card. If not, then let's dig out the Vendor ID: (listed by dmesg) and add it to the list (such as freebsd-multimedia). Mine looks like this: Probing for PnP devices: CSN 1 Vendor ID: CSCd925 [0x25d9630e] Serial 0xffffffff Comp ID: @@@0000 [0x0000 0000] mss_attach 1 at 0x530 irq 5 dma 1:3 flags 0x13 pcm1 (CS423x/Yamaha sn 0xffffffff) at 0x530-0x537 irq 5 drq 1 flags 0x1 3 on isa Then the one item Randy is lacking: # cd /dev # ./MAKEDEV snd1 This creates the /dev entries and points symbolic links audio, dsp (and others) to the correct devices for pcm1. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message