Coder Social home page Coder Social logo

AMD HD 7970 about hwsensors HOT 22 CLOSED

cozmonate avatar cozmonate commented on August 18, 2024
AMD HD 7970

from hwsensors.

Comments (22)

CozmoNate avatar CozmoNate commented on August 18, 2024

Check 1.0.126.

I still can not upload compiled binaries because of git glitch..

from hwsensors.

mar1o avatar mar1o commented on August 18, 2024

I will build and report !

Thanks !

Edit, build without error and installed in S/L/E ( 10.8.3).. i replace complete fakesmc whit the new one ( whit the new plugins inside) , but it make a kernel panic when it will show the desktop.
Whit the old one this not happen.

Here is the complete log of the console :

http://pastebin.com/SJ94dgHN

If you need any other info or log , just say .

Edit again

The problem is evidenced whit loading the menu bar extension ( HWmonitor Version 1.0.126 (2.3.20) or any monitor app like istat menus whit the new GPUSensors.kext installed.. when the app load the system freeze , but with the old one ( GPUSensors.kext) is loading any monitoring app without crash.

from hwsensors.

helps avatar helps commented on August 18, 2024

git glitch..? what happen?

from hwsensors.

helps avatar helps commented on August 18, 2024

you can upload the compiled binaries to Dropbox

from hwsensors.

mar1o avatar mar1o commented on August 18, 2024

here are 1.0.126 binaries :

http://www.mediafire.com/?u4dp1kjkatrn3ip

from hwsensors.

helps avatar helps commented on August 18, 2024

tks 👍 )
https://github.com/kozlek/HWSensors/tree/master/Installer/HWSensors.pkg
I have got it.

from hwsensors.

mar1o avatar mar1o commented on August 18, 2024

Just try whit the installed pkg .. but again the same kernel panic.

here is :

http://s20.postimage.org/q4v3erbbx/20121212_222059.jpg

from hwsensors.

mar1o avatar mar1o commented on August 18, 2024

Whit the last update i have the same KP

http://s20.postimage.org/q4v3erbbx/20121212_222059.jpg

from hwsensors.

mar1o avatar mar1o commented on August 18, 2024

i remove this part from RadeonChipinfo.h and compile again in the Dec 23 version

{ 0x6798, CHIP_FAMILY_Evergreen, 0, 0, 0, 0, 0 },

And it work , load the istat menus without problems or KP .. obviously without a temp or fan speed measurement of the Gpu ( 7970 ) .

from hwsensors.

CozmoNate avatar CozmoNate commented on August 18, 2024

Iam planing to rewrite RadeonSesnors. In the actual linux code I see only temperature sensor reading implementation. So it is questionably if it will be more then temperature sensor for AMD cards.

from hwsensors.

mar1o avatar mar1o commented on August 18, 2024

It will be nice ! i will be wait for it !

Thanks !

from hwsensors.

eep357 avatar eep357 commented on August 18, 2024

Newest commit again panic/reboot at login with GPU sensors module installed

from hwsensors.

CozmoNate avatar CozmoNate commented on August 18, 2024

Try latest rev, it should use si not evergreen type sensor for your card. If I am right.

from hwsensors.

CozmoNate avatar CozmoNate commented on August 18, 2024

Also I want to see your kernel log with the latest driver installed

from hwsensors.

eep357 avatar eep357 commented on August 18, 2024

GPU-log
Still panics going to desktop, but some GPUndebuging before getting to login screen and doing sleep trick. Download attached "image" and change file extension to .txt

from hwsensors.

CozmoNate avatar CozmoNate commented on August 18, 2024

This is beta drivers? It is better to wait until production version will be released.

from hwsensors.

eep357 avatar eep357 commented on August 18, 2024

yes, only beta have 7xxx support, newest D50 release. agree best to wait, should be soon!

from hwsensors.

 avatar commented on August 18, 2024

I would like to raise this issue.
The panic occurs only when HWMonitor is loaded. The extensions itself loads fine.

kextstat | grep org
   28    1 0xffffff7f810a9000 0x13000    0x13000    org.netkas.driver.FakeSMC (417) <9 7 5 4 3>
   39    0 0xffffff7f810bc000 0x13000    0x13000    org.hwsensors.driver.GPUSensors (324) <38 28 10 7 5 4 3>

Additionally it says that "ATY,bin_image" was not found. It is clearly there, though.

ioreg and dmesg parts:
http://www.sendspace.com/file/sqabse

PEG0:GFX0:AMDPitcairnGraphicsAccelerator contains a key named "sensor-properties".
Maybe it can be used somehow.

from hwsensors.

eep357 avatar eep357 commented on August 18, 2024

I'm using iStat only and not HW monitor since iStat4 release (no offense Kozlek :) ), KP last I checked but have not tried newer version since my last comment

from hwsensors.

 avatar commented on August 18, 2024

Actually the panic happens with iStat, too. I just tested it.
iStat running -> load GPUPlugin -> panic.

EDIT:

On load without HWMonitor to avoid a crash:

Mar 28 20:05:09 box kernel[0]: RadeonSensors (pci1@0): found ATI Radeon 0x6818
Mar 28 20:05:09 box kernel[0]: RadeonSensors (pci1@0): ATOMBIOS detected
Mar 28 20:05:09 box kernel[0]: RadeonSensors (pci1@0): ATOM BIOS: C40102
Mar 28 20:05:09 box kernel[0]: RadeonSensors (pci1@0): [Debug] entering radeon_atombios_get_power_modes...
Mar 28 20:05:09 box kernel[0]: RadeonSensors (pci1@0): [Debug] entering radeon_atombios_parse_power_table_6...
Mar 28 20:05:09 box kernel[0]: RadeonSensors (pci1@0): [Debug] entering radeon_atombios_add_pplib_thermal_controller...
Mar 28 20:05:09 box kernel[0]: RadeonSensors (pci1@0): using device-id to resolve temperature sensor type
Mar 28 20:05:09 box kernel[0]: RadeonSensors (pci1@0): adding Southern Islands thermal sensor
Mar 28 20:05:09 box kernel[0]: SMC: [Debug] key TG0D not found
Mar 28 20:05:09 box kernel[0]: SMC: [Debug] adding key TG0D with handler, type: sp78, size: 2

After opening HWMonitor it panics with backtrace to FakeSMC. Nothing is logged.

from hwsensors.

MWarsh avatar MWarsh commented on August 18, 2024

Has any process been made with fixing the GPUSensor files for 7970s?

from hwsensors.

CozmoNate avatar CozmoNate commented on August 18, 2024

Fixed, working.

from hwsensors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.