From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 1 20:04:43 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BD531065677 for ; Sat, 1 Mar 2008 20:04:43 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.241]) by mx1.freebsd.org (Postfix) with ESMTP id 440BA8FC19 for ; Sat, 1 Mar 2008 20:04:43 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so389325hsh.11 for ; Sat, 01 Mar 2008 12:04:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=Ik5KUtjZ8So9pxF4j8Joq0XwUHRAhqKLIeZg7pjhsrw=; b=Wk2+O8GosVas5D8QS5mCZho+iX1O28JI+h9QomvIqnMibgEqK0eKxuNioDOfp2S7FhyrRomUTzKVpK49U9hxG/1poQRYGxRQmCqjQ0dbguGpgQyiVwtlnSJNPkp7v3sKzevdUq0X8FY3uMcbymnuccDylRLcTUQKSYiHFC/wuYQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KF/jrXdriov02knaF+30ogUgQLTBt5Bb6AqqBZaHMQbI2/d+WmwT3QAoBLjgJ+NE2xc9xcwWdUOLjCQqQ+biO83DbBNAI2Ta2Yb0QzJ7rD/lFQQyZbAvyL7I4cglYO+7+DwBQ/C6QPJ/bXFLcT8bVosEuyNN+5BjVDj1icXHuik= Received: by 10.100.154.9 with SMTP id b9mr23726652ane.86.1204400125550; Sat, 01 Mar 2008 11:35:25 -0800 (PST) Received: by 10.100.248.5 with HTTP; Sat, 1 Mar 2008 11:35:25 -0800 (PST) Message-ID: <47d0403c0803011135u4354cff1kef1bae2e260e5e06@mail.gmail.com> Date: Sat, 1 Mar 2008 14:35:25 -0500 From: "Ben Kaduk" To: "Chuck Robey" In-Reply-To: <47C85380.8030300@chuckr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47C85380.8030300@chuckr.org> Cc: freebsd-multimedia@freebsd.org Subject: Re: oss's hdaudio.ko won't load X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 20:04:43 -0000 Hi Chuck, On 2/29/08, Chuck Robey wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 [snip] > Well, now the oss has stopped, so I gotta get interested here. Here's the > facts: > > I run FreeBSD-current, and the oss comes from the port, recently > reinstalled. What used to happen on boot was, I would see a bold-print > near the very end of single-user, printing "hdaudio0 [ITHREAD]", whereupon > it would hang. I tried removing the oss from rc.conf, and then running > /usr/local/sbin/soundon manually. I get the same bold print, but the only > thing to hang is the root session I launched it from, I could easily look > at things from different vtys, which I did. I saw that soundon was trying > to load a "hdaudio.ko" that oss stashes in it's private module repository > at /usr/local/lib/oss/modules. I tried to use kldstat -v to see if it was > in fact loaded, it told me no. I tried to load it manually vi kldload, it > comes back that it's already there. Something is screwy with the loading > of hdaudio.ko. > Do you have any sound-related entries in your kernel configuration? I haven't had time to get hdaudio setup on my new machine yet, but I'm pretty sure that the symbols in the native snd_hda driver would conflict with OSS's hdaudio.ko . I think I remember running into ``module already present'' when something was compiled into the main kernel, before. -Ben Kaduk