From owner-freebsd-multimedia Tue Aug 19 13:58:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA04988 for multimedia-outgoing; Tue, 19 Aug 1997 13:58:58 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA04974 for ; Tue, 19 Aug 1997 13:58:51 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id VAA11909; Tue, 19 Aug 1997 21:51:22 +0200 From: Luigi Rizzo Message-Id: <199708191951.VAA11909@labinfo.iet.unipi.it> Subject: Re: snd970814.tgz To: uwp@ukrv.de (Udo Wolter) Date: Tue, 19 Aug 1997 21:51:21 +0200 (MET DST) Cc: multimedia@FreeBSD.ORG In-Reply-To: <9708191234.AA29235@merlin.ukrv.de> from "Udo Wolter" at Aug 19, 97 02:34:26 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Sorry, dmesg runs full. But here's what /var/log/messages said (seems to be > the same as dmesg): > > Aug 18 14:30:45 low-tech /kernel: pcm0 at 0x 220 irq 5 drq 1 mem 0x 0 flag > s 0x 0 en 1 confl 0 I need a few lines before when it probes the PnP devices, sorry. Can you run pnpinfo and send me the output ? Otherwise I don't know what the PnP ID of your card is, and I cannot make it recongnized. > But when I tried to kick it to MSS, I got this (only when the system didn't > hang up during probing): > > Aug 18 14:16:38 low-tech /kernel: pcm0 at 0x 534 irq 5 drq 1 mem 0x 0 flag at the very least you have to put 0x530 as the base address (old WSS/MSS cards had 4 io ports to configure the IRQ and DMA, followed by the codec at 0x534. For historical reasons one has to put 0x530 in the driver... I know it is a big source of confusion, I'll try to make the probe code smarter. Cheers Luigi