Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2004 16:50:08 -0500
From:      Mikhail Teterin <mi+mx@aldan.algebra.com>
To:        stable@FreeBSD.org
Cc:        nsouch@FreeBSD.org
Subject:   troubles with smb0
Message-ID:  <200403011650.08391@misha-mx.virtual-estates.net>

next in thread | raw e-mail | index | archive | help
Hello!

I'm trying to get sysutils/lmmon working on this -stable machine.
According to dmesg, the smb hardware is present and recognized:

	ichsmb0: <Intel 82801BA (ICH2) SMBus controller> port 0xefa0-0xefaf irq 9 at 
device 31.3 on pci0
	smbus0: <System Management Bus> on ichsmb0
	smb0: <SMBus general purpose I/O> on smbus0

But lmmon gets 'Device not configured', when it tries to use it. From
ktrace:

	[...]
	1179 lmmon    CALL  open(0x8049135,0x2,0x804912c)
	1179 lmmon    NAMI  "/dev/smb0"
	1179 lmmon    RET   open 3
	1179 lmmon    CALL  ioctl(0x3,SMB_READB,0xbfbffa04)
	1179 lmmon    RET   ioctl -1 errno 6 Device not configured
	[...]

The kernel config file has the following devices listed:

	device smbus
	device smb
	device ichsmb

What am I missing? Thanks!

	-mi




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403011650.08391>