From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 19 05:08:25 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87EB316A4CE for ; Tue, 19 Apr 2005 05:08:25 +0000 (GMT) Received: from md.gfk.ru (md.f231.gfk.ru [84.21.231.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA59643D4C for ; Tue, 19 Apr 2005 05:08:23 +0000 (GMT) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from dialup-chibis.gfk.ru ([10.0.6.45]) by md.gfk.ru (md.gfk.ru [62.205.179.201]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 2-md50000000553.tmp for ; Tue, 19 Apr 2005 09:07:58 +0400 Date: Tue, 19 Apr 2005 09:07:54 +0400 (MSD) From: Yuriy Tsibizov X-X-Sender: chibis@free.home.local To: Drew Tomlinson Message-ID: <20050419085145.G529@free.home.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Processed: md.gfk.ru, Tue, 19 Apr 2005 09:07:58 +0400 (not processed: message from valid local sender) X-MDRemoteIP: 10.0.6.45 X-Return-Path: Yuriy.Tsibizov@gfk.ru X-MDaemon-Deliver-To: freebsd-multimedia@freebsd.org cc: FreeBSD Multimedia Subject: Re: Can't Get Sound Card Working X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 05:08:25 -0000 >I have a Creative Audigy sound card I'd like to get going on 5.4-STABLE >built a couple of days ago. I've read the Handbook section on >configuring sound cards. As such, I'm using the snd_emu10k1 module via >/boot/loader.conf. The card shows up in dmesg: >pci0: at device 4.5 (no driver attached) >pcm0: irq 9 at device 9.0 on pci0 >pcm0: 0x20 bytes of rid 0x10 res 4 failed. >pcm0: unable to map register space >device_attach: pcm0 attach returned 6 >pci0: at device 9.2 (no driver attached) can you build ports/sysutils/pciutils and send an output of lspci -vv for this card? It looks like driver can't map I/O space for this card. > pcm0@pci0:9:0: class=0xff01ff card=0x00000000 chip=0x00041102 rev=0x0b > hdr=0x7f > vendor = 'Creative Labs' > device = 'SoundBlaster Audigy Audigy Audio Processor' I don't like class and card values of PCI configuration of your card. class should be 0x040100 and card should not be zero, i think. > none1@pci0:9:2: class=0x400111 card=0x00000000 chip=0x40011102 rev=0x0a > hdr=0x10 > vendor = 'Creative Labs' > device = 'EMU10K2 Audigy IEEE1394 Firewire Controller' class value is correct here, but card should be 0x00101102 on Audigy. > Any help to get this card working is greatly appreciated. I think it may be motherboard problem. I can be broken or FreeBSD does not have full support your PCI chipset. Do you have card=0x0 for every PCI device on your computer? Can you get PCI device configuration under other operating system (you can try to boot from any recent Linux Live CD and run lspci or similar program from it)? Yuriy.