 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

22nd March 2012, 03:34 PM
|
 |
Registered User
|
|
Join Date: May 2010
Location: Midwest USA
Posts: 370

|
|
|
Kernel 3.3.0 update, nvidia kernel module issue.
There's some kind of problem with this morning's kernel 3.3.0 update. If you have akmod-nvidia installed, apparently the kernel module isn't created properly or it's failing to load or something. Booting into the previous kernel is fine.
Code:
[ 66.040] (II) LoadModule: "nvidia"
[ 66.040] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 66.041] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 66.041] compiled for 4.0.2, module version = 1.0.0
[ 66.041] Module class: X.Org Video Driver
[ 66.044] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
[ 66.044] (EE) NVIDIA: system's kernel log for additional error messages.
[ 66.044] (II) UnloadModule: "nvidia"
[ 66.044] (II) Unloading nvidia
[ 66.044] (EE) Failed to load module "nvidia" (module-specific error, 0)
[ 66.044] (EE) No drivers available.
[ 66.044]
Fatal server error:
[ 66.045] no screens found
[ 66.045]
Please consult the Fedora Project support
at http://wiki.x.org
for help.
[ 66.046] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 66.046]
Found this in /var/log/messages
Code:
Mar 22 07:37:30 wutai akmods[1155]: Ignoring nvidia-kmod as it failed earlier[WARNING]
Mar 22 07:37:30 wutai akmods[1155]: Hint: Some kmods were ignored or failed to build or install.
Mar 22 07:37:30 wutai akmods[1155]: You can try to rebuild and install them by by calling
Mar 22 07:37:30 wutai akmods[1155]: '/usr/sbin/akmods --force' as root.
Mar 22 07:37:30 wutai gdm-binary[1248]: WARNING: GdmDisplay: display lasted 0.071984 seconds
Running /usr/sbin/akmods --force, fails:
Code:
22 Mar 09:36:16 akmodsbuild:
22 Mar 09:36:16 akmodsbuild: *** Unable to determine the target kernel version. ***
22 Mar 09:36:16 akmodsbuild:
22 Mar 09:36:16 akmodsbuild: make: *** [select_makefile] Error 1
22 Mar 09:36:16 akmodsbuild: error: Bad exit status from /var/tmp/rpm-tmp.y6doY3 (%build)
22 Mar 09:36:16 akmodsbuild:
22 Mar 09:36:16 akmodsbuild:
22 Mar 09:36:16 akmodsbuild: RPM build errors:
22 Mar 09:36:16 akmodsbuild: user mockbuild does not exist - using root
22 Mar 09:36:16 akmodsbuild: group mockbuild does not exist - using root
22 Mar 09:36:16 akmodsbuild: user mockbuild does not exist - using root
22 Mar 09:36:16 akmodsbuild: group mockbuild does not exist - using root
22 Mar 09:36:16 akmodsbuild: user mockbuild does not exist - using root
22 Mar 09:36:16 akmodsbuild: group mockbuild does not exist - using root
22 Mar 09:36:16 akmodsbuild: Bad exit status from /var/tmp/rpm-tmp.y6doY3 (%build)
22 Mar 09:36:16 akmodsbuild:
22 Mar 09:36:16 akmods: Building rpms failed; see /var/cache/akmods/nvidia/290.10-1.4-for-3.3.0-4.fc16.x86_64.failed.log for details
CronoCloud
Last edited by CronoCloud; 22nd March 2012 at 03:44 PM.
|

22nd March 2012, 03:39 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 48

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
Quote:
Originally Posted by CronoCloud
There's some kind of problem with this morning's kernel 3.3.0 update. If you have akmod-nvidia installed, apparently the kernel module isn't created properly or it's failing to load or something. Booting into the previous kernel is fine.
Code:
[ 66.040] (II) LoadModule: "nvidia"
[ 66.040] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 66.041] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 66.041] compiled for 4.0.2, module version = 1.0.0
[ 66.041] Module class: X.Org Video Driver
[ 66.044] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
[ 66.044] (EE) NVIDIA: system's kernel log for additional error messages.
[ 66.044] (II) UnloadModule: "nvidia"
[ 66.044] (II) Unloading nvidia
[ 66.044] (EE) Failed to load module "nvidia" (module-specific error, 0)
[ 66.044] (EE) No drivers available.
[ 66.044]
Fatal server error:
[ 66.045] no screens found
[ 66.045]
Please consult the Fedora Project support
at http://wiki.x.org
for help.
[ 66.046] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 66.046]
Found this in /var/log/messages
Code:
Mar 22 07:37:30 wutai akmods[1155]: Ignoring nvidia-kmod as it failed earlier[WARNING]
Mar 22 07:37:30 wutai akmods[1155]: Hint: Some kmods were ignored or failed to build or install.
Mar 22 07:37:30 wutai akmods[1155]: You can try to rebuild and install them by by calling
Mar 22 07:37:30 wutai akmods[1155]: '/usr/sbin/akmods --force' as root.
Mar 22 07:37:30 wutai gdm-binary[1248]: WARNING: GdmDisplay: display lasted 0.071984 seconds
CronoCloud
|
I ran into the same thing. There is no module souce yet for akmod to work with - it's a new kernel series (3.2 --> 3.3). You can either wait for it, or remove nvidia drivers and use nouveau. That's what I did - I'll just watch for the new bits come along and reinstall then.
The 3.3 kernel works fine with the nouveau drivers, though the boot screen looks a bit strange...
Last edited by sgage; 22nd March 2012 at 03:55 PM.
|

22nd March 2012, 03:45 PM
|
 |
Registered User
|
|
Join Date: Feb 2012
Location: Berlin
Posts: 142

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
__________________
Life is to short for boring desktops
|

22nd March 2012, 07:40 PM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Chemnitz
Posts: 1

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
Boot in previous kernel.
then console:
sudo akmods --kernels 3.3.0-4.fc16.x86_64
change kernel, that matches your system...
reboot with 3.3 kernel
if this fails: try this proposed as from Dax Kelson:
Boot into old 3.2 kernel and run these commands as root:
cd /lib/modules/3.3.0-4.fc16.x86_64/source/arch/x86/include/
cp generated/asm/*.h ./asm
akmods --kernels 3.3.0-4.fc16.x86_64
Reboot into 3.3 kernel.
Last edited by RZieschang; 22nd March 2012 at 08:51 PM.
|

22nd March 2012, 09:30 PM
|
|
Registered User
|
|
Join Date: Jun 2011
Location: Italy
Posts: 283

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
I upgraded some minutes ago without problems ...
|

23rd March 2012, 01:50 AM
|
 |
Registered User
|
|
Join Date: May 2010
Location: Midwest USA
Posts: 370

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
Quote:
Originally Posted by leepaul
|
It did, figured it would by tomorrow at the latest. One yum clean all and yum update and 3.3.0 is fine. Thanks RPMfusion team.
CronoCloud
Last edited by CronoCloud; 23rd March 2012 at 02:08 AM.
|

23rd March 2012, 12:17 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 48

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
Quote:
Originally Posted by CronoCloud
It did, figured it would by tomorrow at the latest. One yum clean all and yum update and 3.3.0 is fine. Thanks RPMfusion team.
CronoCloud
|
Yes, all resolved now
|

23rd March 2012, 03:21 PM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 168

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
It's not yet resolved for me. Am I missing something or do I just need to wait?
I can't boot F16 kernel 3.3.0-4 into runlevel 5. The nvidia driver fails to
load. So I booted it into runlevel 3. I issued "yum clean all" and then "yum
update". I got akmod-nvidia-290.10-2 and several kmod-nvidia-3.2.x but no
kmod-nvidia-3.3.0-4.
After this I try booting F16 3.3.0-4 into runlevel 5 and it still fails -
nvidia driver fails to load. I reboot into runevel 3 and again issue "yum clean
all" and "yum update". Result is "no packages marked for update".
Do I just need to wait for kmod-nvidia-3.3.0-4 to make it to the repos or am I
missing something?
|

23rd March 2012, 07:18 PM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: Michigan
Posts: 10

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
There are also those of us that need the actual sources because we don't use the packaged modules for nvidia drivers (Optimus bumblebee user)
|

23rd March 2012, 07:30 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
Quote:
Originally Posted by x53sv
There are also those of us that need the actual sources because we don't use the packaged modules for nvidia drivers (Optimus bumblebee user)
|
Try this for the full source.
Code:
yumdownloader --source kernel
FYI the kernel srpm contains the full kernel source code but is useless for compiling modules against.
|

23rd March 2012, 10:44 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 48

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
Quote:
Originally Posted by AlFrugal
It's not yet resolved for me. Am I missing something or do I just need to wait?
I can't boot F16 kernel 3.3.0-4 into runlevel 5. The nvidia driver fails to
load. So I booted it into runlevel 3. I issued "yum clean all" and then "yum
update". I got akmod-nvidia-290.10-2 and several kmod-nvidia-3.2.x but no
kmod-nvidia-3.3.0-4.
After this I try booting F16 3.3.0-4 into runlevel 5 and it still fails -
nvidia driver fails to load. I reboot into runevel 3 and again issue "yum clean
all" and "yum update". Result is "no packages marked for update".
Do I just need to wait for kmod-nvidia-3.3.0-4 to make it to the repos or am I
missing something?
|
That's what I installed - kmod-nvidia-3.3.0-4 from rpmfusion. Perhaps you are using a different mirror or something?
|

24th March 2012, 12:50 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: Michigan
Posts: 10

|
|
|
Re: Kernel 3.3.0 update, nvidia kernel module issue.
On the 5th try at re-installing kernel-devel, my module compilation errors disappeared. Not sure what the details are on the why, but I don't care. Surmise there was a bad mirror maybe?
|

16th February 2013, 07:55 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Kernel 3.7.7 update, nvidia kernel module issue.
Hi.
Sorry to bump this thread but seems like the same problem.
Today I upgraded the kernel from 3.7.6 to 3.7.7.
When Fedora didn't started of course I didn't like it but lets say that I was not 100% surprised...
Here is Xorg.0.log:
Code:
[ 18.281]
X.Org X Server 1.13.2
Release Date: 2013-01-24
[ 18.281] X Protocol Version 11, Revision 0
[ 18.281] Build Operating System: 2.6.32-279.19.1.el6.x86_64
[ 18.281] Current Operating System: Linux 5-13-10-158.residential.rdsnet.ro 3.7.7-201.fc18.i686 #1 SMP Tue Feb 12 22:59:10 UTC 2013 i686
[ 18.281] Kernel command line: root=/dev/sda2 rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 rhgb quiet vga=791 nouveau.modeset=0 rd.driver.blacklist=nouveau
[ 18.281] Build Date: 26 January 2013 04:43:34AM
[ 18.281] Build ID: xorg-x11-server 1.13.2-2.fc18
[ 18.281] Current version of pixman: 0.26.2
[ 18.281] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 18.281] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 18.281] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 16 11:06:24 2013
[ 18.282] (==) Using config file: "/etc/X11/xorg.conf"
[ 18.282] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 18.282] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 18.282] (==) ServerLayout "Default Layout"
[ 18.282] (**) |-->Screen "Screen0" (0)
[ 18.282] (**) | |-->Monitor "Monitor0"
[ 18.282] (**) | |-->Device "Device0"
[ 18.282] (**) |-->Input Device "Keyboard0"
[ 18.282] (**) |-->Input Device "Mouse0"
[ 18.282] (**) Option "Xinerama" "0"
[ 18.282] (==) Automatically adding devices
[ 18.282] (==) Automatically enabling devices
[ 18.282] (==) Automatically adding GPU devices
[ 18.282] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[ 18.282] (**) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 18.282] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 18.282] (WW) Disabling Keyboard0
[ 18.282] (WW) Disabling Mouse0
[ 18.282] (II) Loader magic: 0x8263680
[ 18.282] (II) Module ABI versions:
[ 18.282] X.Org ANSI C Emulation: 0.4
[ 18.282] X.Org Video Driver: 13.1
[ 18.282] X.Org XInput driver : 18.0
[ 18.282] X.Org Server Extension : 7.0
[ 18.283] (--) PCI:*(0:2:0:0) 10de:0611:10b0:0401 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
[ 18.283] Initializing built-in extension Generic Event Extension
[ 18.283] Initializing built-in extension SHAPE
[ 18.283] Initializing built-in extension MIT-SHM
[ 18.283] Initializing built-in extension XInputExtension
[ 18.283] Initializing built-in extension XTEST
[ 18.283] Initializing built-in extension BIG-REQUESTS
[ 18.283] Initializing built-in extension SYNC
[ 18.283] Initializing built-in extension XKEYBOARD
[ 18.283] Initializing built-in extension XC-MISC
[ 18.283] Initializing built-in extension XINERAMA
[ 18.283] Initializing built-in extension XFIXES
[ 18.283] Initializing built-in extension RENDER
[ 18.283] Initializing built-in extension RANDR
[ 18.283] Initializing built-in extension COMPOSITE
[ 18.283] Initializing built-in extension DAMAGE
[ 18.283] Initializing built-in extension MIT-SCREEN-SAVER
[ 18.283] Initializing built-in extension DOUBLE-BUFFER
[ 18.283] Initializing built-in extension RECORD
[ 18.283] Initializing built-in extension DPMS
[ 18.283] Initializing built-in extension X-Resource
[ 18.283] Initializing built-in extension XVideo
[ 18.283] Initializing built-in extension XVideo-MotionCompensation
[ 18.283] Initializing built-in extension SELinux
[ 18.283] Initializing built-in extension XFree86-VidModeExtension
[ 18.283] Initializing built-in extension XFree86-DGA
[ 18.283] Initializing built-in extension XFree86-DRI
[ 18.283] Initializing built-in extension DRI2
[ 18.283] (II) LoadModule: "glx"
[ 18.283] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[ 18.605] (II) Module glx: vendor="NVIDIA Corporation"
[ 18.605] compiled for 4.0.2, module version = 1.0.0
[ 18.605] Module class: X.Org Server Extension
[ 18.605] (II) NVIDIA GLX Module 304.64 Tue Oct 30 11:31:18 PDT 2012
[ 18.605] Loading extension GLX
[ 18.605] (II) LoadModule: "nvidia"
[ 18.606] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 18.606] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 18.606] compiled for 4.0.2, module version = 1.0.0
[ 18.606] Module class: X.Org Video Driver
[ 18.611] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
[ 18.611] (EE) NVIDIA: system's kernel log for additional error messages.
[ 18.611] (II) UnloadModule: "nvidia"
[ 18.611] (II) Unloading nvidia
[ 18.611] (EE) Failed to load module "nvidia" (module-specific error, 0)
[ 18.611] (EE) No drivers available.
[ 18.611]
Fatal server error:
[ 18.611] no screens found
[ 18.611] (EE)
Please consult the Fedora Project support
at http://wiki.x.org
for help.
[ 18.611] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 18.611] (EE)
I attached the last boot messages from /var/log/messages.
But I saw this in it:
Code:
Feb 16 11:06:19 5-13-10-158 akmods[574]: Ignoring nvidia-kmod as it failed earlier[WARNING]
Feb 16 11:06:19 5-13-10-158 akmods[574]: Hint: Some kmods were ignored or failed to build or install.
Feb 16 11:06:19 5-13-10-158 akmods[574]: You can try to rebuild and install them by by calling
Feb 16 11:06:19 5-13-10-158 akmods[574]: '/usr/sbin/akmods --force' as root.
I had a similar problem a few weeks ago on F17 but since I was using also F18 without problems I haven't used F17 anymore.
Now I'm in Windows and I can acces (read-only) the Linux partition with a Total Commander plugin.
I could try to change to runlevel 3 or I could revert to 3.7.6 kernel (I have a backup) and try a different way to upgrade. Or I can wait until the problem is fixed in rpmfusion.
What should I do...?
Thank you for any suggestion.
Regards, Cosmin
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
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
|
|
|
Current GMT-time: 15:37 (Saturday, 18-05-2013)
|
|
 |
 |
 |
 |
|
|