From owner-freebsd-questions Mon Aug 19 7: 9:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A8537B400 for ; Mon, 19 Aug 2002 07:09:09 -0700 (PDT) Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CEA43E42 for ; Mon, 19 Aug 2002 07:09:08 -0700 (PDT) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 7BBDE4FC8A; Mon, 19 Aug 2002 10:07:03 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 7657F4A0D; Mon, 19 Aug 2002 10:07:03 -0400 (EDT) Date: Mon, 19 Aug 2002 10:07:03 -0400 (EDT) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: "Nut S." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can't use Neomagic 256AV/ZX sound. In-Reply-To: <3D5FCEEB.5020308@hotaka.t.u-tokyo.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 19 Aug 2002, Nut S. wrote: > Date: Mon, 19 Aug 2002 01:44:27 +0900 > From: Nut S. > To: freebsd-questions@FreeBSD.ORG > Subject: Can't use Neomagic 256AV/ZX sound. > > I am trying to configure FreeBSD 4.6.2 to bring up my sound system in a > notebook. First, I tried using kldload /modules/snd_neomagic.ko but then > I don't know what to do later. I searched at lot on FreeBSD website and > google without success about dynamic load. So I go re-compile the kernel. > > Before I made a compiling I did check "dmesg" and found no "pcm" string. > Seems that the probe couldn't detect this sound chip as a pcm device. > However, it detected and found > > ....... > chip1: at device 0.1 on pci1 > ....... > > I follow the guidance of sound manual on FreeBSD website. Using the > GENERIC config file, copied it to MYKERNEL and did stuffs; conf > MYKERNEL, make depend, make, make install... etc. I could do without > error and reboot. Now I check again dmesg. > > ........ > pcm0: unable to map register space > chip1: at device 0.1 on pci1 > ......... > > appear in dmesg. > > Please help me... please give me a suggestion how to deal with this > problem... > > My system is... > A notebook... Panasonic CF-M2 > PIII class CPU on 440BX chipset + Neomagic 256AV/ZX SVGA and sound > On my Thinkpad, which has the nearly identical Neo audio/video rig, I had to boot it with a bot-floppy containing a utility from IBM to check and set all device resources (DMA,IRQ, etc.) to disable the onboard modem (which I don't use anyway). The way the Thinkpad is architected for wDOS the modem and sound card were sharing an IRQ. See if you can find such a utility for your laptop and check to see if there's and heinous resource sharing that is causing your sound card to be 'hidden' behind another device. /* * John Bleichert * syborg@stny.rr.com * http://vonbek.dhs.org/latest.jpg */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message