cracauer@
Developer
- Thread Starter
- #51
kldload smbus smb
?
What I have in my kernel:
"ichsmb" is intel stuff, not applicable to AMD. "nexus/smbios" no idea either. The others should be there.Code:> kldstat -vv | grep smb | grep -v ich | grep -v acpi 212 smbus/smb 211 nexus/smbios 125 smbus/jedec_dimm 118 iicsmb/smbus 117 iicbus/iicsmb
There are 2 modules for AMD systems:kldload amdpm amdsmb
Do you have any smb devices showing up?ls /dev/smb*
Things like memory organisation (# of ranks, device width etc) also influence how well they'll operate together, aside from timings.
EDIT: I have edited my message a bit. Be sure to re-read.
I loaded amdpm, no change. I don't have amdsmb. I see it referenced in src, though.
ETA: found it, had typo. But didn't help.