From owner-freebsd-drivers@FreeBSD.ORG Thu Jul 5 14:02:52 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5003F16A421 for ; Thu, 5 Jul 2007 14:02:52 +0000 (UTC) (envelope-from sebastien.bourdeauducq@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 108D713C448 for ; Thu, 5 Jul 2007 14:02:51 +0000 (UTC) (envelope-from sebastien.bourdeauducq@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so4906447pyb for ; Thu, 05 Jul 2007 07:02:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lnJ2+FXgAuLmjkqTIu+BsbIcIEZThY7iuV1mpyAXhN+vS91RbLzibfaIiz6bS+ivEuzjJH75ZqaFTfgSwvBbOeoYlXUuww87HjNDwCJLkZOAqgs8GQQ2mgFxVqdhhR5ytLjekndWJC6Ng1a3p1JyKXJ+eh0ahgvf+6jqh5ACk0A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n3ZKY8TQcZ6ezn4Ke+qWki0BAZ1iAIwF2i5dST43brQrl4AZkLT7VwGYT3FM/M2TWhgI9xXUmLJjjrbBC0OfS2HbJLXyu6eV1TCk14HiGL6UZUVJ/u112jjzeCVEvnT/SH4ejw8+u7L1dII2bRdEjNIlHnwN62Zqi+pCzapLbdc= Received: by 10.35.71.1 with SMTP id y1mr11634014pyk.1183642577266; Thu, 05 Jul 2007 06:36:17 -0700 (PDT) Received: by 10.35.27.3 with HTTP; Thu, 5 Jul 2007 06:36:17 -0700 (PDT) Message-ID: <3a947d1d0707050636y69098a7cl6571378c40971771@mail.gmail.com> Date: Thu, 5 Jul 2007 15:36:17 +0200 From: "Sebastien Bourdeauducq" To: "Sharad Chandra" In-Reply-To: <200707051743.31967.sharadc@niksun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707051743.31967.sharadc@niksun.com> Cc: freebsd-drivers@freebsd.org Subject: Re: Sound Driver. X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2007 14:02:52 -0000 Hi, You need to load the hardware driver for your card, snd_driver is just for the sound architecture. Try kldload snd_ich. The messages about sio are unrelated. sio is RS232. 2007/7/5, Sharad Chandra : > Hi Guys, > > I have freebsd 6.0 box. but could not start sound. > pciconf -l -v shows > none1@pci0:30:2: class=0x040100 card=0x100417aa chip=0x27de8086 > rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801GB I/O Controller Hub AC'97 Audio' > class = multimedia > subclass = audio > > After i kldload snd_driver, cat /dev/sndstat does not show any thing > [root@/usr/src/sys/dev/sound/pci]# cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > > and this appears in the dmesg => > pci0: at device 30.2 (no driver attached) > > and also see this from /var/log/messages once i load driver. > Jul 5 17:36:54 sharadc kernel: sio1: port may not be enabled > Jul 5 17:36:54 sharadc kernel: sio1: configured irq 3 not in bitmap of probed > irqs 0 > > Can any one give me a clue how to handle this.. above is max info that i can > provde. > Thank you in advance > Sharad Chandra > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" >