Hi guys, I tried to compile ati driver as you suggest here:
http://www.salixos.org/wiki/index.php/H ... ATI_Driver
and all the procedure goes well, but when I reboot and the system load runlevel 4 it crashes and the only thing possible is to reboot again.
Tryin' to find the problem, I found this:
dmesg | grep drm
[ 1.682980] [drm] Initialized drm 1.1.0 20060810
[ 1.765169] [drm] radeon defaulting to kernel modesetting.
[ 1.765171] [drm] radeon kernel modesetting enabled.
[ 1.766777] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68BE).
[ 1.766841] [drm] register mmio base: 0xFBDC0000
[ 1.766843] [drm] register mmio size: 131072
[ 1.770185] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 1.770188] [drm] RAM width 128bits DDR
[ 1.770273] [drm] radeon: 1024M of VRAM memory ready
[ 1.770275] [drm] radeon: 512M of GTT memory ready.
[ 1.770355] [drm] radeon: irq initialized.
[ 1.770358] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 1.770960] [drm] Loading JUNIPER Microcode
[ 1.776157] [drm:evergreen_startup] *ERROR* Failed to load firmware!
Have I to install a specific firmware for my graphic card in /lib/firmware/radeon/ by myself?
Thanks in advance.
Ati driver and lack of firmware
Re: Ati driver and lack of firmware
Nobody can gimme an answer?
Please..
Please..
Re: Ati driver and lack of firmware
Sorry I never came across that problem. It seems odd.
For my ati card, I simply issue:
Without first creating a package, and it usually works fine. Maybe you could try that way?
For my ati card, I simply issue:
Code: Select all
# sh ati-driver-installer-<release>-<architecture>.run

What really matters is where you are going, not where you come from.
Re: Ati driver and lack of firmware
I tried both of the ways, with same result..
Re: Ati driver and lack of firmware
And you did install kernel-source...

What really matters is where you are going, not where you come from.
Re: Ati driver and lack of firmware
I've installed many times ati driver on slackware but this is the first time I have this kind of error..
Re: Ati driver and lack of firmware
Yes, never encountered that either.

What really matters is where you are going, not where you come from.
Re: Ati driver and lack of firmware
Are there any firmware files?
ls -l /lib/firmware/radeon/
ls -l /lib/firmware/radeon/
-
- Posts: 1
- Joined: 28. Oct 2011, 19:09
Re: Ati driver and lack of firmware
I just installed Salix64 on a HP Laptop and had a similar problem. I fixed it by installing the radeon folder from the separate linux firmware tree here. Unfortunately I'm not allowed to give the link as this is my first post, so just google "linux firmware git" and you should find it. I just copied the radeon folder to /lib/firmware, rebooted and everything runs smoothly.