You are not logged in.

#1 2011-08-19 19:35:12

jonathan47
Member
Registered: 2010-01-17
Posts: 8

[SOLVED] Module load errors

I've installed the base following the beginner's guide.  Grep EE /var/log/Xorg.0.log shows the following errors:

(EE) Failed to loan module "intel" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) KB Multimedia keyboard:  failed to initialize for relative axes

I haven't found any help for the 1st and 2nd errors; the 3rd looks less important.

I'd appreciate any help.

Last edited by jonathan47 (2011-08-19 21:38:12)

Offline

#2 2011-08-19 19:48:07

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

Re: [SOLVED] Module load errors

Do you have and Intel graphics card? Did you install the Intel drivers? Are the drivers being loaded or can you at least load them manually?

fbdev error is not important.

Offline

#3 2011-08-19 20:39:12

jonathan47
Member
Registered: 2010-01-17
Posts: 8

Re: [SOLVED] Module load errors

karol wrote:

Do you have and Intel graphics card? Did you install the Intel drivers? Are the drivers being loaded or can you at least load them manually?

fbdev error is not important.

Thanks for the quick reply Karol.

/usr/sbin.lspci shows that I have the following graphics controller:

Display controller:  Intel Corporation 82G965 Integrated Graphics Controller (rev 02)

But finding the correct Intel (or other) driver is a problem.  Those I've tried so far (xf86-video-i128 and xf86-video-intel) produce the same error.

Offline

#4 2011-08-19 20:41:54

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

Re: [SOLVED] Module load errors

Apart from the errors in the /var/log/Xorg.0.log is everything working OK? Can you e.g. start X?

Are you running an up to date system and have you rebooted after you installed new kernel / kernel modules?

Offline

#5 2011-08-19 20:48:06

MoonSwan
Member
From: Great White North
Registered: 2008-01-23
Posts: 881

Re: [SOLVED] Module load errors

Your drivers are wrong, you should uninstall any other intel drivers you have on the system at the moment.  After that you can reboot if you like or just use rmmod to remove the old modules from your system's array.  Next install this driver:

 
extra/xf86-video-intel 2.15.0-2 (xorg-drivers xorg)
    
X.org Intel i810/i830/i915/945G/G965+ video drivers 

Try using those with or without an Xorg.conf file.  This wiki page may be useful to you as well:  https://wiki.archlinux.org/index.php/Intel

Last edited by MoonSwan (2011-08-19 20:48:43)

Offline

#6 2011-08-19 21:34:48

jonathan47
Member
Registered: 2010-01-17
Posts: 8

Re: [SOLVED] Module load errors

MoonSwan wrote:

Your drivers are wrong, you should uninstall any other intel drivers you have on the system at the moment.  After that you can reboot if you like or just use rmmod to remove the old modules from your system's array.  Next install this driver:

 
extra/xf86-video-intel 2.15.0-2 (xorg-drivers xorg)
    
X.org Intel i810/i830/i915/945G/G965+ video drivers 

Try using those with or without an Xorg.conf file.  This wiki page may be useful to you as well:  https://wiki.archlinux.org/index.php/Intel

Removing the old drivers did the trick.  xf86-video-intel works.  Thank you.

Offline

Board footer

Powered by FluxBB