Hello everyone,
I have 8.2 i386 installed on a machine using a Asus mobo. The installer did not load the modules necessary to run the smbus. I took a peek at the /boot/kernel and found the following modules:
When loaded the dmesg acknowledges:
Does FreeBSD use the smbus for anything? I think there is an applet that uses smbus to display core temperatures and fan speed. I am on a desktop so I am not extremely concerned if my radiator boils over. If it were a server I would be more concerned and probably I would know what I was doing if I were working on a server!
Also, if I do need to load the drivers for smbus which ones of the above mentioned do I need? I loaded everything that has smb in it and think that I may not need all of them.
Thanks,
Mike
The Beginner
I have 8.2 i386 installed on a machine using a Asus mobo. The installer did not load the modules necessary to run the smbus. I took a peek at the /boot/kernel and found the following modules:
Code:
smb_load="YES"
smbfs_load="YES"
smbus_load="YES"
smbios_load="YES"
ichsmb_load="YES"
When loaded the dmesg acknowledges:
Code:
ichsmb0: <Intel 82801GB (ICH7) SMBus controller> port 0x400-0x41f irq 19 at device 31.3 on pci0
ichsmb0: [ITHREAD]
smbus0: <System Management Bus> on ichsmb0
smb0: <SMBus generic I/O> on smbus0
Does FreeBSD use the smbus for anything? I think there is an applet that uses smbus to display core temperatures and fan speed. I am on a desktop so I am not extremely concerned if my radiator boils over. If it were a server I would be more concerned and probably I would know what I was doing if I were working on a server!
Also, if I do need to load the drivers for smbus which ones of the above mentioned do I need? I loaded everything that has smb in it and think that I may not need all of them.
Thanks,
Mike
The Beginner