You are not logged in.
When I boot up Arch it says that it Failed to start Load Kernel Modules and when I get into my Desktop, the screen is tearing.
Using the latest kernel with i3wm
my systemctl status systemd-modules-load
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Sat 2014-09-20 17:28:06 PDT; 5min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 144 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 144 (code=exited, status=1/FAILURE)
Sep 20 17:28:06 green systemd-modules-load[144]: Failed to insert 'fglrx': Invalid argument
Sep 20 17:28:06 green systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
Sep 20 17:28:06 green systemd[1]: Failed to start Load Kernel Modules.
Sep 20 17:28:06 green systemd[1]: Unit systemd-modules-load.service entered failed state.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
Last edited by Green (2014-09-21 07:31:08)
Offline
Not a kernel issue, moving to NC...
Offline
It looks like it is unable to load fglrx.
Do you have any fglrx specific configuration? Do you have anything in your /etc/modprobe.d ?
Could it be that fglrx is compiled for previous versions of kernel and this is a problem?
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
It looks like it is unable to load fglrx.
Do you have any fglrx specific configuration? Do you have anything in your /etc/modprobe.d ?
Could it be that fglrx is compiled for previous versions of kernel and this is a problem?
I don't have any specific fglrx configuration and in /etc/modprobe.d/ I have a file called modprobe.conf that contains
blacklist radeon
fglrx
I dont think fglrx was compiled for previous versions of the kernel because I used the kernel that the latest release contained. My kernel version is 3.16.3-1.
Last edited by Green (2014-09-21 05:44:03)
Offline
Check output of 'dmesg' and post anything related to fglrx or just suspicious.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
I just fixed it.
I just installed catalyst again and I guess it did something to fglrx.
Thanks
Offline
I believe it recompiled module against the latest version.
Add [SOLVED] to subject line, please.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline