[xbmcbuntu eden beta 3] Init Crash On Startup
#5
Digging deeper I found this in my Xorg log.

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module.

After I ran "sudo modprobe nvidia" I was able to "sudo /usr/sbin/lightdm" and bring up XBMC as the first poster.

It would seem the NVIDIA kernel module is not being loaded correctly at boot time for me.

Which is odd because acording to syslog it loads without error
Quote:Feb 26 23:21:54 DVR kernel: [ 25.893916] NVRM: loading NVIDIA UNIX x86 Kernel Module 280.13 Wed Jul 27 16:55:43 PDT 2011

Edit: While I'm not sure if it is an ideal (or safe) solution I do have one for my issue.
The following seems to have fixed my issue.
Code:
sudo modprobe nvidia
sudo mkdir /etc/udev/devices
sudo cp -a /dev/nvidia* /etc/udev/devices
sudo chown root.root /etc/udev/devices/nvidia*

Use the above at your own risk as my knowledge of Linux is out of date by a few years so my above solution may cause unforeseen side effects
Reply


Messages In This Thread
Same issue here - by dprus - 2012-02-26, 00:26
[No subject] - by EmuZombie - 2012-02-27, 00:58
[No subject] - by Zerogoki - 2012-02-27, 01:37
RE: - by Zerogoki - 2012-07-30, 16:43
[No subject] - by EmuZombie - 2012-02-27, 07:50
Logout Mark Read Team Forum Stats Members Help
[xbmcbuntu eden beta 3] Init Crash On Startup0