Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Nov 2011 15:28:55 +0400
From:      =?koi8-r?B?4c7Uz84g68zF09M=?= <rc5hack@yandex.ru>
To:        freebsd-questions@freebsd.org
Subject:   How to get /dev/smb* ?
Message-ID:  <70871320146936@web106.yandex.ru>

next in thread | raw e-mail | index | archive | help
I built new PC with MSI Z68A-GD65(G3) motherboard, running 8.2-RELEASE and trying to get /dev/smb working (want to use mbmon with it).

MSI Z68A-GD65(G3)  have Intel Z68 chipset.

Kernel compiled with those options:

device cpufreq
device coretemp
device smb
device smbus
device ichsmb
device iic
device iicbus
device iicsmb
device intpm
device alpm
device viapm
device nfpm
device iicbb
device ic
device cpuctl
options ENABLE_ALART



# pciconf -lv 
hostb0@pci0:0:0:0:      class=0x060000 card=0x76811462 chip=0x01008086 rev=0x09 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = HOST-PCI
pcib1@pci0:0:1:0:       class=0x060400 card=0x76811462 chip=0x01018086 rev=0x09 hdr=0x01
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-PCI
vgapci0@pci0:0:2:0:     class=0x030000 card=0x76811462 chip=0x01028086 rev=0x09 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = display
    subclass   = VGA
none0@pci0:0:22:0:      class=0x078000 card=0x76811462 chip=0x1c3a8086 rev=0x04 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = simple comms
ehci0@pci0:0:26:0:      class=0x0c0320 card=0x76811462 chip=0x1c2d8086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = serial bus
    subclass   = USB
pcib2@pci0:0:28:0:      class=0x060400 card=0x76811462 chip=0x1c108086 rev=0xb5 hdr=0x01
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-PCI
pcib3@pci0:0:28:2:      class=0x060400 card=0x76811462 chip=0x1c148086 rev=0xb5 hdr=0x01
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-PCI
pcib4@pci0:0:28:3:      class=0x060400 card=0x76811462 chip=0x1c168086 rev=0xb5 hdr=0x01
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-PCI
pcib5@pci0:0:28:4:      class=0x060401 card=0x76811462 chip=0x244e8086 rev=0xb5 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '82801 Family (ICH2/3/4/5/6/7/8/9,63xxESB) Hub Interface to PCI Bridge'
    class      = bridge
    subclass   = PCI-PCI
pcib7@pci0:0:28:5:      class=0x060400 card=0x76811462 chip=0x1c1a8086 rev=0xb5 hdr=0x01
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-PCI
ehci1@pci0:0:29:0:      class=0x0c0320 card=0x76811462 chip=0x1c268086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = serial bus
    subclass   = USB
isab0@pci0:0:31:0:      class=0x060100 card=0x76811462 chip=0x1c448086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-ISA
atapci1@pci0:0:31:2:    class=0x010400 card=0x76811462 chip=0x28228086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Raid Controller (82801HR/HH/HO&82801IR/IH/IO(AIE=0)/ICH10R)'
    class      = mass storage
    subclass   = RAID
none1@pci0:0:31:3:      class=0x0c0500 card=0x76811462 chip=0x1c228086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = serial bus
    subclass   = SMBus
em0@pci0:2:0:0: class=0x020000 card=0xa01f8086 chip=0x10d38086 rev=0x00 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Intel 82574L Gigabit Ethernet Controller (82574L)'
    class      = network
    subclass   = ethernet
atapci0@pci0:3:0:0:     class=0x010601 card=0x76811462 chip=0x91231b4b rev=0x11 hdr=0x00
    class      = mass storage
    subclass   = SATA
none2@pci0:4:0:0:       class=0x0c0330 card=0x76811462 chip=0x01941033 rev=0x04 hdr=0x00
    vendor     = 'NEC Electronics Hong Kong'
    class      = serial bus
    subclass   = USB
pcib6@pci0:5:0:0:       class=0x060400 card=0x76811462 chip=0x10801b21 rev=0x01 hdr=0x01
    class      = bridge
    subclass   = PCI-PCI
none3@pci0:7:0:0:       class=0x0c0330 card=0x76811462 chip=0x01941033 rev=0x04 hdr=0x00
    vendor     = 'NEC Electronics Hong Kong'
    class      = serial bus
    subclass   = USB


What should I do to get /dev/smb working?

coretemp works fine, if it's matter.

Thank you!



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