From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 03:45:44 2003 Return-Path: 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 1A89E16A4B3 for ; Wed, 17 Sep 2003 03:45:44 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C2943FDD for ; Wed, 17 Sep 2003 03:45:42 -0700 (PDT) (envelope-from greg.lane@internode.on.net) Received: from server.lane.family (ppp121-101.lns1.syd2.internode.on.net [150.101.121.101])h8HAjbVA003246; Wed, 17 Sep 2003 20:15:38 +0930 (CST) Received: from server.lane.family (localhost [127.0.0.1]) by server.lane.family (8.12.9/8.12.9) with ESMTP id h8HAk3mT002712; Wed, 17 Sep 2003 20:46:03 +1000 (EST) (envelope-from glane@server.lane.family) Received: (from glane@localhost) by server.lane.family (8.12.9/8.12.9/Submit) id h8HAk2dO002711; Wed, 17 Sep 2003 20:46:02 +1000 (EST) (envelope-from glane) Date: Wed, 17 Sep 2003 20:46:02 +1000 From: Greg Lane To: Roman Malytskyy Message-ID: <20030917104602.GA2604@localhost.bigpond.net.au> References: <8813912404.20030915153235@ua.fm> <20030916105540.GA40125@localhost.bigpond.net.au> <11517137312.20030916182053@ua.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11517137312.20030916182053@ua.fm> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: PNP Crystal soundcard detection problem in 5.1Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: greg.lane@internode.on.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 10:45:44 -0000 G'day Roman, I'm back home now and after patching some sshd daemons I have checked my laptop configuration. On Tue, Sep 16, 2003 at 06:20:53PM +0300, Roman Malytskyy wrote: > > I've updated my FlashBIOS from A03 to version A12 (from DELL website), > I've added to the end of config-file I am definitely running the A12 bios. > unknown: can't assign resources (port) > unknown: at port 0x378-0x37f on isa0 > unknown: can't assign resources (irq) > unknown: at port 0x220-0x22f,0x388-0x38b,0x530-0x537 irq 5 on isa0 > unknown: failed to probe at port 0x210-0x217 on isa0 > unknown: can't assign resources (port) > unknown: at port 0x3f2-0x3f5 on isa0 I only get these messages with ACPI disabled. My messages have one subtle difference for the CSC0000: unknown: can't assign resources (port) unknown: at port 0x220-0x22f,0x388-0x38b,0x530-0x537 on isa0 I think this is due to the device.hints (see below). > In /boot/devices.hints: > ... > hint.pcm.0.at="isa" > hint.pcm.0.irq="5" > hint.pcm.0.drq="1" > hint.pcm.0.flags="0x0" I didn't remember till I came home and looked, but I did define hints for the sbc device as follows: ~$ grep sbc /boot/device.hints hint.sbc.0.at="isa" hint.sbc.0.port="0x220" hint.sbc.0.irq="5" hint.sbc.0.drq="1" hint.sbc.0.flags="0x15" There are no hints defined for the pcm device. My guess is that this is the key thing you need. I should point out that I get sound both with and without ACPI enabled. > p.s. maybe you will consider possible sharing you kernel configuration > file and maybe BIOS settings, coz we have same model and its even more > strange that its not working. I think its just the device.hints for the sbc device that will fix things for you. If it still doesn't work after you try that, I am happy to send you all the config files you want. Tell me how it goes! Cheers, Greg