From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 21:15:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90CA116A469 for ; Sun, 6 Jan 2008 21:15:32 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 5D84713C442 for ; Sun, 6 Jan 2008 21:15:32 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so12210206pyb.10 for ; Sun, 06 Jan 2008 13:15:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; bh=OX6qFuJ2Bw6+3JIszi8LhYPMbjkTQ8gd9wvoXi6eblM=; b=St81qWDKfidkGUcRKCrE+osluladn+1WtgqiAdbegC2h673ggJgqRdTVBLX0wf2cj8r6qr1KF5acBnYpnEQNqFhPJR2gY4e5LRjJvVaQ0V2UBrA64GQQZTsqU7qO9LJoOOlnzZBlT2y2H3PGkF1Orf/E6az0gFBsaaLakkkG6P8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; b=ksX2Sh7QwUM7TZ8OhbaXySgePUEtd0vt1P+4uGB3H/DR+SodDAMYNX57AjXUhpQ49F4P/v1rF0dkj+9wgBMe2/ZFzVJPW3zPBSWZuo56lcAjDoPlPSYhcfJaV1cneKj+KkN6NSn+dbwXLQaY7FkU20wEpuNX1UdHNxAShSbM6Js= Received: by 10.64.179.12 with SMTP id b12mr40338141qbf.1.1199654131014; Sun, 06 Jan 2008 13:15:31 -0800 (PST) Received: from ?192.168.1.4? ( [74.134.230.123]) by mx.google.com with ESMTPS id a16sm2306477rof.3.2008.01.06.13.15.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Jan 2008 13:15:23 -0800 (PST) In-Reply-To: <539c60b90801051801o311e362fr45f8fc3dc9c364b2@mail.gmail.com> References: <539c60b90801051801o311e362fr45f8fc3dc9c364b2@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3c9b562a069f8a6b7cbe4d058dd556bf@gmail.com> Content-Transfer-Encoding: 7bit From: Joshua Isom Date: Sun, 6 Jan 2008 15:16:19 -0600 To: stevefranks@ieee.org X-Mailer: Apple Mail (2.624) Cc: User Questions Subject: Re: module loads from kldload, but gives "Unsupported file type" from loader.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 21:15:32 -0000 On Jan 5, 2008, at 8:01 PM, Steve Franks wrote: > I successfully built snd_hda on my 6.3amd64 system, so I placed it in > loader.conf (snd_hda_load="YES"), when I boot, dmesg shows: > > kldload: Unsupported file type > > If I sudo kldload snd_hda, dmesg shows: > > kldload: Unsupported file type > kldload: Unsupported file type > pcm0: mem > 0xfdff8000-0xfdffbfff irq 16 at device 27.0 on pci0 > pcm0: > pcm0: > > Note: on startup, there is one unsupported, after kldload, there is > two, but the module loads sucessfully! > > Anyone heard of this ?!? > > Steve The same thing happens to me with green_saver. It loads, it works, but something's unsupported. I've never got an answer why it's reported as unsupported. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >