From owner-freebsd-hardware@FreeBSD.ORG Tue Nov 13 18:10:40 2007 Return-Path: Delivered-To: hardware@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5E4516A41B for ; Tue, 13 Nov 2007 18:10:40 +0000 (UTC) (envelope-from freebsd@akruijff.dds.nl) Received: from hpsmtp-eml11.kpnxchange.com (hpsmtp-eml11.kpnxchange.com [213.75.38.111]) by mx1.freebsd.org (Postfix) with ESMTP id 3D36D13C4C4 for ; Tue, 13 Nov 2007 18:10:39 +0000 (UTC) (envelope-from freebsd@akruijff.dds.nl) Received: from cpsmtp-eml109.kpnxchange.com ([213.75.84.109]) by hpsmtp-eml11.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 13 Nov 2007 18:58:06 +0100 Received: from ip51cc8423.speed.planet.nl ([81.204.132.35]) by cpsmtp-eml109.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 13 Nov 2007 18:58:05 +0100 Received: from Alex1.kruijff.org (localhost [127.0.0.1]) by ip51cc8423.speed.planet.nl (8.13.8/8.13.8) with ESMTP id lADHw4b4002458 for ; Tue, 13 Nov 2007 18:58:04 +0100 (CET) (envelope-from freebsd@akruijff.dds.nl) Received: (from akruijff@localhost) by Alex1.kruijff.org (8.13.8/8.13.8/Submit) id lADHw4ei002457 for hardware@FreeBSD.ORG; Tue, 13 Nov 2007 18:58:04 +0100 (CET) (envelope-from freebsd@akruijff.dds.nl) X-Authentication-Warning: Alex1.kruijff.org: akruijff set sender to freebsd@akruijff.dds.nl using -f Date: Tue, 13 Nov 2007 18:58:04 +0100 From: Alex de Kruijff To: hardware@FreeBSD.ORG Message-ID: <20071113175804.GB1188@Alex1.kruijff.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-OriginalArrivalTime: 13 Nov 2007 17:58:05.0633 (UTC) FILETIME=[BDDD4B10:01C8261E] Cc: Subject: Kernel modules for 6.1 not build? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@akruijff.dds.nl List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2007 18:10:40 -0000 Hi, I have downloaded the latest sources for 6.1. and found that lots of kernel modules are missing. I am worried about this and I do not dare to install this (I installed a test kernel first), but am clueless. Can anyone give me any pointers? I have used the same kernel config file. M edited kernel config file as GENERIC give the same 'problem'. #ls *.ko | wc (kernel with outdated 6.1 sources) 449 449 5187 #ls *.ko (kernel with latest 6.1 sources) acpi.ko* acpi_ibm.ko* acpi_toshiba.ko* ntfs.ko* acpi_asus.ko* acpi_panasonic.ko* acpi_video.ko* snd_ds1.ko* acpi_fujitsu.ko* acpi_sony.ko* linux.ko* sound.ko* I downloaded twa.ko from the 3ware site and need this to be loaded at the start. I also like cpufreq.ko to be loaded at the start, but I could also build this in the kernel. P.S. I considered posting this to questions@ but thought this might be to complex for that list. -- Alex