You are not logged in.

#1 2015-07-31 02:14:18

yanalex981
Member
Registered: 2012-07-01
Posts: 22

catalyst-test installation fails. Kernel module failed to compile

I'm trying to set up my graphics drivers on a newly installed Arch environment. I'm on an UEFI system with BIOS disabled, using systemd-boot as the bootloader. I configured the entry config file's options to "root=/dev/sdb5 ro nomodeset", and ran "bootctl update" before restarting. The terminal is at a reduced 4:3 resolution, so I'm guessing nomodeset is working. But when trying to install catalyst-test with aura, it keeps telling me that it failed to install, and I should add nomodeset to the GRUB entry, then run aticonfig, and enable atieventsd and another amd service with systemctl.

Update:
Checked the logs and it seems that firegl_public.o couldn't be built

Last edited by yanalex981 (2015-07-31 02:27:04)

Offline

#2 2015-07-31 08:14:07

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: catalyst-test installation fails. Kernel module failed to compile

The AUR comments say you should _remove_ 'nomodeset', but rajder might be getting a different error, since it's systemd's journal v. compilation: https://aur4.archlinux.org/packages/catalyst-test/

Use makepkg to compile and post the exact error message.

Last edited by karol (2015-07-31 08:15:28)

Offline

#3 2015-07-31 08:47:17

john29
Member
Registered: 2014-11-27
Posts: 29

Re: catalyst-test installation fails. Kernel module failed to compile

nano /etc/pacman.conf
REMOVE #

[multilib]
Include = /etc/pacman.d/mirrorlist

sudo pacman -S base-devel linux-headers acpid
sudo pacman -Rs $(pacman -Qeq | grep "xf86-video-")
sudo pacman -R ati.dri intel.dri nouveau.dri
sudo pacman -S xf86-video-vesa     # good dependent-free fallback driver, for ANY gpu-(see Post #2 below as to why?)

(Also, just "sudo mv /etc/X11/xorg.conf.d/20-gpudriver.conf" somewhere else, if it exists ?)

4./
(See Notes 1, 2, and 3, below, regarding "catalyst-test", ..., before proceeding).

yaourt catalyst-test

(If asked to remove "mesa-libgl", ..., say [y] for Yes)

5./
(run the below systemctl commands, only AFTER "catalyst-test" has successfully installed).

sudo systemctl enable atieventsd
sudo systemctl start atieventsd
sudo systemctl enable catalyst-hook
sudo systemctl start catalyst-hook

sudo aticonfig --initial

6./
- If you use the syslinux bootloader ?:

- Edit "/boot/syslinux/syslinux.cfg" and add nomodeset to the APPEND line, e.g.:
APPEND root=/dev/sda[x] rw nomodeset

- Otherwise, if you use the Grub(2) bootloader:

- Edit the "/etc/default/grub" file, and modify the GRUB_CMDLINE_LINUX= line so it looks like this:
GRUB_CMDLINE_LINUX="nomodese

Offline

#4 2015-07-31 13:20:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: catalyst-test installation fails. Kernel module failed to compile

You wrote

john29 wrote:

REMOVE #

and a bit later

sudo pacman -S xf86-video-vesa     # good dependent-free fallback driver, for ANY gpu-(see Post #2 below as to why?)

Not sure if OP can figure out what did you mean.

john29 wrote:

(See Notes 1, 2, and 3, below, regarding "catalyst-test", ..., before proceeding).

yaourt catalyst-test

What? Where are said notes? Why use yaourt at all?


When posting configs, code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and - in case of longer listings - more convenient to scroll through.


$ sudo pacman -R ati.dri intel.dri nouveau.dri
error: target not found: ati.dri
error: target not found: intel.dri
error: target not found: nouveau.dri

Offline

Board footer

Powered by FluxBB