On 1/19/2018 3:22 PM, Lucas Holt wrote:> I have an Asus Prime X370-pro and a Ryzen 7 1700 that I bought in lateThanks! Thats the board I have, but no luck with amdtemp. Did you have to change the source code for it to work ? dmidecode shows Manufacturer: ASUSTeK COMPUTER INC. Product Name: PRIME X370-PRO Vendor: American Megatrends Inc. Version: 3402 Release Date: 12/11/2017 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 16 MB Characteristics: memory is Type: DDR4 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 2133 MT/s Manufacturer: Unknown Serial Number: 192BE196 Asset Tag: Not Specified Part Number: CT16G4DFD824A.C16FHD Rank: 2 Configured Clock Speed: 1067 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V When I try and load the kld, I get nothing :( 0(ms-v1)# kldload amdtemp 0(ms-v1)# dmesg | tail -2 ums0: at uhub0, port 3, addr 1 (disconnected) ums0: detached 0(ms-v1)#> April.? Make sure you have the latest BIOS for these boards or else it > will randomly freak out. > > While i haven't used it much with FreeBSD, I can confirm that I had a > lot of stability issues solved with a December BIOS update on > MidnightBSD. I back ported the shared page fix and amdtemp.? (it's > basically FreeBSD 9.1) > > I couldn't even get it to boot until the August BIOS update.? I've had > my box stay up at least a week, and it's my primary development box so > I'm mostly doing src/ports builds all the time on it. > > If you have the latest BIOS, check the memory timings too.? It's rather > picky with some memory modules. > > Luke > >-- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike at sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/
We have the same bios version. I have corsair RAM Handle 0x003B, DMI type 17, 40 bytes Memory Device Array Handle: 0x0032 Error Information Handle: 0x003A Total Width: 64 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: DIMM_A2 Bank Locator: BANK 1 Type: <OUT OF SPEC> Type Detail: Synchronous Unbuffered (Unregistered) Speed: 2666 MHz Manufacturer: Unknown Serial Number: 00000000 Asset Tag: Not Specified Part Number: CMK32GX4M2A2666C16 Rank: 2 Configured Clock Speed: 1333 MHz Minimum voltage: 1.200 V Maximum voltage: 1.200 V Configured voltage: 1.200 V I just double checked and amdtemp isn't working correctly. I was probably thinking of my other system which has an FX 8350. Luke
On 19 Jan, Mike Tancsa wrote:> On 1/19/2018 3:22 PM, Lucas Holt wrote: >> I have an Asus Prime X370-pro and a Ryzen 7 1700 that I bought in late > > Thanks! Thats the board I have, but no luck with amdtemp. Did you have > to change the source code for it to work ? > > dmidecode shows > > Manufacturer: ASUSTeK COMPUTER INC. > Product Name: PRIME X370-PRO > > Vendor: American Megatrends Inc. > Version: 3402 > Release Date: 12/11/2017 > Address: 0xF0000 > Runtime Size: 64 kB > ROM Size: 16 MB > Characteristics: > > memory is > > Type: DDR4 > Type Detail: Synchronous Unbuffered (Unregistered) > Speed: 2133 MT/s > Manufacturer: Unknown > Serial Number: 192BE196 > Asset Tag: Not Specified > Part Number: CT16G4DFD824A.C16FHD > Rank: 2 > Configured Clock Speed: 1067 MT/s > Minimum Voltage: 1.2 V > Maximum Voltage: 1.2 V > Configured Voltage: 1.2 V > > > > When I try and load the kld, I get nothing :( > > 0(ms-v1)# kldload amdtemp > 0(ms-v1)# dmesg | tail -2 > ums0: at uhub0, port 3, addr 1 (disconnected) > ums0: detached > 0(ms-v1)#What FreeBSD version are you running? It looks like the amdtemp changes for Ryzen are only in 12.0-CURRENT. It looks like r323185 and r323195 need to be merged to stable/11.