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
On Mon, Mar 01, 2004 at 04:50:08PM -0500, Mikhail Teterin wrote: [...]> [...] > 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!The monitoring chip (not the controller which seems ok) you access must be at the expected address on the SMB bus. Is that the case? -- Nicholas Souchu - nsouch@free.fr - nsouch@FreeBSD.org http://www.freebsd.org/~nsouch/kgi4BSD