[Bug 193981] AMDGPU: R9 380 Fan rotates all the time (loud!)

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Thu Feb 9 13:43:36 UTC 2017


https://bugzilla.kernel.org/show_bug.cgi?id=193981

--- Comment #5 from fin4478 at hotmail.com ---
(In reply to Fabian from comment #2)
> Is there some kind of live-image? I just can not switch to another distro,
> since I need to work with this computer.

No live images and for example today adg5f 4.11-wip kernel received 20 or so
patches. To test with Debian testing Xfce create a 15GB test partition with the
Gparted livecd.

Burn Debian netinstaller to a cdrw or usb memory:
http://cdimage.debian.org/cdimage/stretch_di_alpha7/amd64/iso-cd/
Choose Debian Desktop and Xfce in the installer. Use the Whisker menu plugin
along with the Weather plugin and remove the original applications menu. You
can configure Xfce freely, so make it suitable for your liking.

Install Amd firmware:
https://packages.debian.org/stretch/firmware-amd-graphics
With Synaptic install Gdebi. With Gdebi you can install downloaded .deb
packages easily. Give the root password when asked.

Latest mesa:
Oibaf PPA:
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers

PPAs with Debian, use case B:
http://www.webupd8.org/2014/10/how-to-add-launchpad-ppas-in-debian-via.html


Latest Amd driver
Use the command: git clone -b drm-next-4.11-wip
git://people.freedesktop.org/~agd5f/linux

The kernel configuration file of Debian Official kernel are available in /boot,
named after the kernel release. Copy the .config file to the linux directory.
Connect all your devices and run the command: make localmodconfig. You can use
the command make defconfig too for creating initial .config file. 

Use the command: make xconfig and check that you have enabled: Reroute Broken
IRQ, Virtualization KVM and 300Hz CPU timer, I also disabled Swap, Kernel
Debug, CPU Freq scaling , Cpu handling in Acpi, Used Bios to control CPU and
devices. In the drivers->graphics->amdgpu enable cik support for a gcn 1.1 gpu
and si support for a gcn 1.0 gpu.

With Synaptic, install kernel-package and fakeroot packages. 
Create debian kernel package:
export CONCURRENCY_LEVEL=4
fakeroot make-kpkg --initrd kernel_image

Install the kernel package with Gdebi. To make a custom kernel to boot, add a
line to /etc/initramfs-tools/modules:
unix
And run: sudo update-initramfs
Reboot.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the dri-devel mailing list