From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 02:01:04 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 A191916A418 for ; Sun, 6 Jan 2008 02:01:04 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3CA13C455 for ; Sun, 6 Jan 2008 02:01:04 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so12016815waf.3 for ; Sat, 05 Jan 2008 18:01:04 -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:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=7V36pYvd3wGARA3xoQALtVxqeiIzJWl1dIqGoGOrj6o=; b=AwEKiWmQFuKe11HOy6nl1327w+IMRFTe1ymdgvzFtaX5zYzKzu1xNEzRwm6dL3bqTQ501qfFn8XEGpsNVwfJslrqHI9mtZnUPH2LZBEgDVUYcYfw4CWVxhMlNq0VcBuK+FdTO154uQI88mK4eAFQokhk7KhqqAzAw73e185e+Ww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=peiyyEfNfqlZB9F4NHh8NCzw82QWIxFuHuqfrhutTPsr/XPEW0+ltjW3ZKbPeDWj6jtMbr68Y+hv1jyuQt9VFUQGmASFo/Ls0J9pKcJ/L8hna6YJggZZ33fM5NKQFDEnvSU1es+9pPQAzCVLNymA84pKO27QCtEC9j7AIbkaSmg= Received: by 10.143.53.7 with SMTP id f7mr3622102wfk.217.1199584864204; Sat, 05 Jan 2008 18:01:04 -0800 (PST) Received: by 10.142.172.9 with HTTP; Sat, 5 Jan 2008 18:01:04 -0800 (PST) Message-ID: <539c60b90801051801o311e362fr45f8fc3dc9c364b2@mail.gmail.com> Date: Sat, 5 Jan 2008 19:01:04 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: bf4de059adefaef0 Subject: 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 Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 02:01:04 -0000 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