From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 21:27:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB8116A4CF for ; Sun, 28 Nov 2004 21:27:18 +0000 (GMT) Received: from epz01.nefonline.de (epz01.nefonline.de [212.204.66.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA7F443D2F for ; Sun, 28 Nov 2004 21:27:17 +0000 (GMT) (envelope-from J.Keil@gmx.de) Received: from sillium.dyndns.org (DSL01.212.114.234.116.NEFkom.net [212.114.234.116]) by epz01.nefonline.de (NEFkom Mailservice) with SMTP id iASLRFq05913 for ; Sun, 28 Nov 2004 22:27:15 +0100 Received: (qmail 36361 invoked from network); 28 Nov 2004 21:27:15 -0000 Received: from semeon.lokal.lan (HELO ?127.0.0.1?) (192.168.1.7) by columbus.lokal.lan with SMTP; 28 Nov 2004 21:27:15 -0000 Message-ID: <41AA42B1.1090700@gmx.de> Date: Sun, 28 Nov 2004 22:27:13 +0100 From: Jochen Keil User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: 5.3-Release/Stable Problems with ichsmb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:27:18 -0000 Hi all. Recently i've got a dual Mainboard and one of the first things i tried was the smbus stuff. I knew that i had to put device smb and device smbus in my kernel configuration file plus a specific driver. After some googl'ing i figured out that i need the ichsmb driver in order to access the chip. So i compiled a kernel with the smb and smp stuff and after rebooting i wondered why i didn't have /dev/smb?. Loading the modules wasn't possible because they were already compiled into the kernel except the ichsmb module which gave me an error that there was no file called "ichsmb.ko" available. Checking /boot/kernel i realized that this was true. After compiling a second time (i updated to 5.3-release meanwhile) the error was still there an no /dev/smb? for me. Looking into the make.conf manpage showed me that i could try with MODULES_OVERRIDE. Trying "make MODULES_OVERRIDE=ichsmb buildkernel KERNCONF=FOO" ended with an error in ichsmb which isn't in /usr/src/sys/modules. Playing around in the sources (trying to copy sys/dev/ichsmb to sys/modules, editing some Makefiles and so on) didn't give me better results. I'm currently compiling a GENERIC Kernel (without SMP) with device smb/smbus/ichsmb but i don't expect to much from it because the module isn't available in a plain GENERIC. You guys are my last hope is there a chance of getting ichsmb somehow compiled or am i doing something wrong? Hope to hear from you real soon, greetings, Jochen Keil