Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
03-02-2010, 06:09 AM
|
#1
|
|
Member
Registered: Apr 2008
Location: Bucharest, Romania
Distribution: Slackware current
Posts: 126
Rep:
|
ati in -current upgrade
First, thanks to Pat and his team for their hard work.
Next, I have an Ati Radeon Xpress 200M on my laptop, and since Ati droped support for it, I depend on the radeon module from the kernel. Since todays upgrade, I am unable to start X (there are errors with "modprobe radeon"). Has anyone else experienced this problems?
This is the error I get:
Code:
WARNING: Error inserting i2c_algo_bit (/lib/modules/2.6.33-smp/kernel/drivers/i2c/algos/i2c-algo-bit.ko): Invalid module format
WARNING: Error inserting agpgart (/lib/modules/2.6.33-smp/kernel/drivers/char/agp/agpgart.ko): Invalid module format
WARNING: Error inserting drm (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/drm.ko): Invalid module format
WARNING: Error inserting drm_kms_helper (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/drm_kms_helper.ko): Invalid module format
WARNING: Error inserting ttm (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/ttm/ttm.ko): Invalid module format
FATAL: Error inserting radeon (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/radeon/radeon.ko): Invalid module format
Last edited by LordAnta; 03-02-2010 at 06:15 AM.
|
|
|
|
03-02-2010, 08:19 AM
|
#2
|
|
LQ Newbie
Registered: Nov 2009
Posts: 14
Rep:
|
Need more information!
It would be useful to know which distro you are using, or if it is a custom distro like (LFS), and did you compile the kernel or just download it from your distro repos?
|
|
|
|
03-02-2010, 08:25 AM
|
#3
|
|
Member
Registered: Apr 2008
Location: Bucharest, Romania
Distribution: Slackware current
Posts: 126
Original Poster
Rep:
|
I said -current, so it is Slackware 13 Current, since we are in the Slackware forums. Plus in my signature, is posted the distribution I use.
|
|
|
|
03-02-2010, 09:40 AM
|
#4
|
|
LQ Newbie
Registered: Oct 2009
Location: Ukraine
Distribution: Slackware
Posts: 9
Rep:
|
I have the same issue with intel driver. Perhaps someone knows the solution?
|
|
|
|
03-02-2010, 10:20 AM
|
#5
|
|
Member
Registered: Apr 2009
Distribution: Slackware
Posts: 451
Rep:
|
When you upgraded the modules, you also upgraded the kernel, right?
Last edited by BrZ; 03-02-2010 at 10:21 AM.
|
|
|
|
03-02-2010, 10:29 AM
|
#6
|
|
LQ Newbie
Registered: Oct 2009
Location: Ukraine
Distribution: Slackware
Posts: 9
Rep:
|
yes.
|
|
|
|
03-02-2010, 10:37 AM
|
#7
|
|
Member
Registered: Apr 2009
Distribution: Slackware
Posts: 451
Rep:
|
Strange... I only saw this happens when loading a module compiled against another kernel version. Look if you are booting from 2.6.33 (uname -r). Check if, for some distraction, you installed the modules for the right architecture (32 or 64bit).
|
|
|
|
03-02-2010, 10:41 AM
|
#8
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
Well I can assure you that the radeon driver loads and works fine in 2.6.33 as I'm using that currently on two workstations. Are you using a kernel you built yourself or a packaged one (I'm not sure what -current currently uses as I'm still on 13.0)? Does anything else show up in 'dmesg'?
Adam
|
|
|
|
03-02-2010, 10:48 AM
|
#9
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,084
|
Check that you have the same version kernel and modules packages. It can happen sometimes.
|
|
|
|
03-02-2010, 01:29 PM
|
#10
|
|
Member
Registered: Apr 2008
Location: Bucharest, Romania
Distribution: Slackware current
Posts: 126
Original Poster
Rep:
|
I upgraded full, even reinstalled all the kernel packages.
|
|
|
|
03-02-2010, 02:32 PM
|
#11
|
|
Member
Registered: Apr 2009
Location: Hungary
Distribution: Slackware, OpenBSD
Posts: 37
Rep:
|
Exact same problem
Today's upgrade totally trashed the radeon/drm/ttm etc... kernel modules.
Using the -smp kernel image + modules from -current gives the following errors (other modules loads fine, except radeon and its dependencies)
# modprobe drm
FATAL: Error inserting drm (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/drm.ko): Invalid module format
# modprobe radeon
WARNING: Error inserting i2c_algo_bit (/lib/modules/2.6.33-smp/kernel/drivers/i2c/algos/i2c-algo-bit.ko): Invalid module format
WARNING: Error inserting agpgart (/lib/modules/2.6.33-smp/kernel/drivers/char/agp/agpgart.ko): Invalid module format
WARNING: Error inserting drm (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/drm.ko): Invalid module format
WARNING: Error inserting drm_kms_helper (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/drm_kms_helper.ko): Invalid module format
WARNING: Error inserting ttm (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/ttm/ttm.ko): Invalid module format
FATAL: Error inserting radeon (/lib/modules/2.6.33-smp/kernel/drivers/gpu/drm/radeon/radeon.ko): Invalid module format
The installed and relevant packages versions are:
kernel-firmware-2.6.33-noarch-1
kernel-headers-2.6.33_smp-x86-1
kernel-huge-smp-2.6.33_smp-i686-1
kernel-modules-smp-2.6.33_smp-i686-1
kernel-source-2.6.33_smp-noarch-1
module-init-tools-3.11.1-i486-1
|
|
|
|
03-02-2010, 02:38 PM
|
#12
|
|
Member
Registered: Aug 2005
Location: The Big Easy
Distribution: Slackware, RHEL
Posts: 678
Rep:
|
I was having similar issues with the nvidia driver. Take a look at your kernel .config file and see if you have this:
Code:
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
If not, then go ahead and make those changes and rebuild your kernel. That's what I had to do in order for the NVIDIA drivers to work.
Hope this helps!
|
|
|
|
03-02-2010, 03:16 PM
|
#13
|
|
Member
Registered: May 2009
Posts: 198
Rep:
|
rm -rf /lib/modules/2.6.33
upgradepkg --install-new --reinstall /{path to your local slackware mirror}/slackware64/a/kernel-modules-2.6.33*.t?z should do the trick.
|
|
|
|
03-02-2010, 03:43 PM
|
#14
|
|
LQ Newbie
Registered: Mar 2010
Distribution: Slackware
Posts: 25
Rep:
|
Quote:
Originally Posted by razb
I have the same issue with intel driver. Perhaps someone knows the solution?
|
Well, I can say just +1.  My workstation (dell optiplex 760) has intel video using intel 915 video module and it fails with the same "Invalid module format" warnings. There are warnings about failures for other modules, but I'm not sure about them - one was for button.ko. Later I can provide more information.
|
|
|
|
03-02-2010, 04:52 PM
|
#15
|
|
Member
Registered: Apr 2009
Distribution: Slackware
Posts: 451
Rep:
|
how about lilo?
Last edited by BrZ; 03-02-2010 at 05:01 PM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:45 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|