Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2008 13:12:34 -0500
From:      Chris Ruiz <chris@young-alumni.com>
To:        FreeBSD stable <freebsd-stable@freebsd.org>
Subject:   Re: Any working ichsmb(4) platforms out there?
Message-ID:  <F2585A4F-9EC0-463E-9815-180BCED980B5@young-alumni.com>
In-Reply-To: <20080912175749.GA62725@icarus.home.lan>
References:  <48C927DC.6000202@incunabulum.net> <1EDB9C24-8E69-43D3-8082-2379955FF8FF@young-alumni.com> <20080912175749.GA62725@icarus.home.lan>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sep 12, 2008, at 12:57 PM, Jeremy Chadwick wrote:

> On Fri, Sep 12, 2008 at 12:19:55PM -0500, Chris Ruiz wrote:
>> I have an ICH9 system and get the following:
>>
>> First, my kernel:
>> FreeBSD attack.young-alumni.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE
>> #0: Sat Sep  6 08:33:04 CDT 2008     root@:/usr/src/sys/amd64/ 
>> compile/
>> ATTACK  amd64
>>
>> Dmesg:
>> ichsmb0: <SMBus controller> port 0x3000-0x301f mem  
>> 0xe0427000-0xe04270ff
>> irq 18
>> at device 31.3 on pci0
>> ichsmb0: [GIANT-LOCKED]
>> ichsmb0: [ITHREAD]
>> smbus0: <System Management Bus> on ichsmb0
>>
>> Error:
>> attack:~ root# smbmsg -p
>> smbmsg: Cannot open /dev/smb0: No such file or directory
>
> Does your kernel include all 3 of the following devices?
>
> device          smbus
> device          smb
> device          ichsmb
>
> -- 
> | Jeremy Chadwick                                jdc at parodius.com |
> | Parodius Networking                       http://www.parodius.com/ |
> | UNIX Systems Administrator                  Mountain View, CA, USA |
> | Making life hard for others since 1977.              PGP: 4BD6C0CB |
>

Jeremy,

I loaded smb.ko and it fixed the situation.  I had the line  
'ichsmb_load="YES"' in my loader.conf and it loaded smbus.ko but not  
smb.ko for me.  Seems like a module load dependency issue.

Here's my output:
attack:~ root# smbmsg -p
Probing for devices on /dev/smb0:
Device @0x44: rw
Device @0x50: rw
Device @0x52: rw
Device @0x64: w
Device @0x80: rw
Device @0x88: w
Device @0x8c: r
Device @0xc4: rw
Device @0xd0: rw
Device @0xd2: rw
Device @0xe4: w

Thanks,

Chris






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F2585A4F-9EC0-463E-9815-180BCED980B5>