Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 676  / 1 Year ago, tue, april 18, 2023, 9:54:25

I have updated my Ubuntu kernel to 3.12 so I can take advantage of updated DPM.



I am trying to find firmware for my radeon from this website



http://people.freedesktop.org/~agd5f/radeon_ucode/



I did a lspci | grep VGA



and I get this



01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4225/4250]


Which firmware do I use so that I can add it to /lib/radeon


More From » ati

 Answers
0

The ATI Mobility Radeon HD 4225/4250 is a RV610/630 chipset, so you will only need R600_rlc.bin. However, from what I can tell (based on the file modification times), Ubuntu 13.10 already includes the latest firmware for R610/R630.



I think you may only need to enable DPM from the kernel command line, since DPM is not enabled by default. Just boot with radeon.dpm=1.



If DPM is enabled, you should see something similar to the following in System Log:



Nov 13 01:19:39 yjwong-laptop kernel: [    7.046550] switching from power state:
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046552] ui class: none
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046553] internal class: boot
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046555] caps: video
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046557] uvd vclk: 0 dclk: 0
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046558] power level 0 sclk: 55000 mclk: 66700 vddc: 1100
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046560] power level 1 sclk: 55000 mclk: 66700 vddc: 1100
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046561] power level 2 sclk: 55000 mclk: 66700 vddc: 1100
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046562] status: c b
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046564] switching to power state:
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046565] ui class: performance
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046566] internal class: none
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046568] caps: single_disp video
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046571] uvd vclk: 0 dclk: 0
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046572] power level 0 sclk: 22000 mclk: 30000 vddc: 950
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046573] power level 1 sclk: 30000 mclk: 50000 vddc: 950
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046575] power level 2 sclk: 55000 mclk: 66700 vddc: 1100
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.046576] status: r
Nov 13 01:19:39 yjwong-laptop kernel: [ 7.050341] [drm] radeon: dpm initialized

[#28400] Thursday, April 20, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ovierman

Total Points: 445
Total Questions: 108
Total Answers: 111

Location: Libya
Member since Fri, Oct 30, 2020
4 Years ago
;