[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-12-15 Thread Alberto Milone
moueza: ok, you can see an error but it's not an actual failure. The problem described in this report was causing the modprobe to exit with an error status, whereas in your case it only prints what it considers unsupported. -- You received this bug notification because you are a member of Ubuntu

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-12-14 Thread moueza
Still not solved on my Ubuntu 13.10 with kmod 9-3ubuntu1 sudo modprobe nouveau libkmod: ERROR ../libkmod/libkmod-module.c:791 kmod_module_insert_module: could not find module by name='off' ERROR: could not insert 'off': Function not implemented libkmod: ERROR ../libkmod/libkmod-module.c:791

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-04-07 Thread Bug Watch Updater
** Changed in: kmod (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) ==

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-17 Thread AttilioSuccio
I can confirm it is fixed :) Thanks, Alberto :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed To

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-13 Thread Alberto Milone
** Changed in: kmod (Ubuntu) Assignee: (unassigned) = Alberto Milone (albertomilone) ** Changed in: kmod (Ubuntu) Importance: Undecided = Medium ** Changed in: kmod (Ubuntu) Status: Confirmed = In Progress ** Changed in: nvidia-drivers-ubuntu Status: New = Invalid **

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-13 Thread Launchpad Bug Tracker
This bug was fixed in the package kmod - 9-2ubuntu8 --- kmod (9-2ubuntu8) raring; urgency=low * Add debian/patches/do_not_raise_on_null_alias to avoid raising errors when dealing with modules whose aliases are set to either null or off (LP: #1073062). -- Alberto Milone

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-13 Thread galen
- Ubuntu 13.04 x86_64 -- Now fix! Alberto, great job :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) ==

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-12 Thread Jelle Foks
To me more clear, if the command below shows any file with an 'alias bla off' with bla something with radeon or nouveau in it, then edit that file and comment that line out by adding a '#' at the beginning of the line. egrep \ off$ /etc/modprobe.d/* -- You received this bug notification because

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-12 Thread Jelle Foks
And after that... your nvidia or fglrx module probably won't load anymore (because it may be loading the nouveau or radeon first/instead)... So, you may have to add a 'blacklist bla' for each module for which you commented out the 'alias bla off' (bla is probably one or more of these: nouveau,

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-11 Thread David O'Donnell
I am also experiencing this bug since I upgraded to raring last week. I am using an AMD Radeon HD 4300 card and have tried installing the most recent drivers for this hardware only to receive this same error message. I have tried to comment those lines in /etc/modprobe.d/fglrx.conf but this has

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-11 Thread Jelle Foks
When I saw the message, it was related to the radeon driver, so perhaps turning that off in addition to nouveau may help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe:

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-10 Thread Irishbandit
After following the advice found in post #50. And commenting out alias nouveau off and alias lbm-nouveau off from nvidia-graphics- drivers.conf updating initramfs works. With out editing the nvidia-graphics-driver.conf, manually running sudo update-initramfs -u does not work. -- You received

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-05 Thread Rob Fargher
Brand new install of Raring, done a dist-upgrade. Tried to instll the nvidia drivers and get: Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.8.0-9-generic modprobe: ../tools/modprobe.c:550: print_action: Assertion `kmod_module_get_initstate(m) ==

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-05 Thread andornaut
I tried: 1) Comment out from /etc/modprobe.d/nvidia-graphics-drivers.conf: #alias nouveau off #alias lbm-nouveau of 2) sudo apt-get install linux-image-3.8.0-9-generic --reinstall $ sudo apt-get install linux-image-3.8.0-9-generic --reinstall Reading package lists... Done Building dependency

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-05 Thread andornaut
After commenting otu Comment out alias nouveau off and alias lbm- nouveau off from nvidia-graphics-drivers.conf and re-running apt, I fould that that file gets overwritten during install / upgrade. So, I worked around this issue by opening nvidia-graphics-drivers.conf in a text editor and

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-05 Thread Srdjan Grubor
@andornaut makes sense. when mine worked, i was doing the manual sudo update-initramfs -u -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-04 Thread Genadi Saltikov
I commented out both lines in BOTH files (nvidia-graphics-drivers.conf and nvidia-304_hybrid.conf), but apparently this has not helped, here is the latest output of apt-get upgrade: Setting up nvidia-304 (304.84-0ubuntu1) ... update-alternatives: warning: forcing reinstallation of alternative

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-03 Thread Ilari Jääskeläinen
** Also affects: fglrx Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) ==

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-03 Thread SweX
update-initramfs: Generating /boot/initrd.img-3.8.0-9-generic modprobe: ../tools/modprobe.c:550: print_action: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed. testing raring, got this 2day. -- You received this bug notification because you are a member of Ubuntu Bugs,

Re: [Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-02 Thread Ilari Jääskeläinen
fglrx: Commenting those blacklisted modules caused X to show blank screen. 2013/3/2 Blackpaw lindsay.mathie...@gmail.com In reply to #38 It was: /etc/modprobe.d/nvidia-graphics-drivers.conf for me, but that worked. Thanks Srdjan. -- You received this bug notification because you are

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-02 Thread Ronni
@Ilari Yup that's what I got as well - as I tried just out of curiosity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) ==

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-02 Thread Srdjan Grubor
@Ronni If you have Radeon cards, I'm curious as to why do you have a nvidia kernel module? Either way, I think the issue is caused by dkms' handling of alias off commands so it might be good to grep though that directory (modprobe.d) to find occurrences of it -- You received this bug

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-02 Thread Srdjan Grubor
@Ronni after reading the full thread (my fault for not being diligent enough) you are correct and post 35 is what I found as well. The fix I mentioned got my machine hardware configuration in a working state to be able to use it but it definitively is not the permanent solution. -- You received

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-02 Thread Ronni
@Srdjan, I can't blame you, this thread has been pretty focused on nvidia-drivers. I haven't investigated /etc/modprobe.d/ yet, but I suspect that only nvidia and fglrx exhibit this, because they exclude the opensource- drivers upon installation. -- You received this bug notification because

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-01 Thread Srdjan Grubor
Bug is related to nvidia video drivers; Commenting out: alias nouveau off alias lbm-nouveau off from /etc/modprobe.d/nvidia-304_hybrid.conf allowed the update-initramfs to complete ** Also affects: nvidia-drivers-ubuntu Importance: Undecided Status: New -- You received this bug

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-01 Thread Ronni
@ Srdjan: See post 28 and 35 Im affected by this on both my laptop and my desktop - and they are both running AMD-graphics. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe:

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-03-01 Thread Blackpaw
In reply to #38 It was: /etc/modprobe.d/nvidia-graphics-drivers.conf for me, but that worked. Thanks Srdjan. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-02-25 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1073062 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-02-13 Thread Andy Whitcroft
This seems to be a 'limitation' of kmod. Previously modprobe was able to understand aliases which pointed to 'off' as meaning it should silently do nothing. These seem to throw and error now. I will have a look to see if we can make kmod understand these in the interim while they are repaired.

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-02-13 Thread Jelle Foks
Andy, that makes total sense with what I've been seeing. Perhaps for the future it would also help if kmod (or update-initramfs) could print some more information in the error message, such as which exact module triggers the assertion. -- You received this bug notification because you are a

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-02-12 Thread Ronni
I upgraded my desktop to raring and got the same error trying to install fglrx. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) ==

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-02-11 Thread Clint Byrum
And same for 3.8.0.5 as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed To manage

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-02-01 Thread Blackpaw
Same for 3.8.0.4 update-initramfs: deferring update (trigger activated) INFO:Enable nvidia-current-updates DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude DEBUG:Parsing

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-31 Thread Alan Pope
I'm getting this on latest raring with nvidia-current... alan@wopr:~$ sudo apt-get install nvidia-current Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required:

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-31 Thread dino99
Feedback on fully updated RR i386 Got the new 310.32 nvidia-310-updates, and got again the kmod fail on upgrading but i still get that module problem with 3.8 rc5 (maybe its related ? ): inside /var/log/upstart/kmod.log.1.gz: ERROR: could not insert 'w83627ehf': Device or resource busy --

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-31 Thread dino99
update-initramfs: Generating /boot/initrd.img-3.8.0-3-generic modprobe: ../tools/modprobe.c:550: print_action: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed. Aborted (core dumped) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-15 Thread Jelle Foks
I saw this error last week while doing a kernel bisect, and the message went away when I removed the radeon module from the kernel config, probably related to the following error message: $ sudo modprobe radeon libkmod: ERROR ../libkmod/libkmod-module.c:791 kmod_module_insert_module: could not

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-13 Thread dino99
Have found something that could be related to this problem: inside /var/log/upstart/kmod.log.1.gz: ERROR: could not insert 'w83627ehf': Device or resource busy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-13 Thread dino99
Comment #26 above is with RR i386 3.8.0-0 .3 kernel, when i've tried to install the newest nvidia-310 package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-13 Thread C de-Avillez
** Tags added: rls-r-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed To manage

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-11 Thread Blackpaw
I'm getting this bug installing nvidia-current-updates on latest raring (kernel 3.8.0.0) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-10 Thread Timo Witte
i have this bug again. virtualbox kernel module is not build when it happens and i have to build it by hand! update-initramfs: Generating /boot/initrd.img-3.7.0-7-generic modprobe: ../tools/modprobe.c:550: print_action: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed.

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-07 Thread John Swing
I'm not affected by this bug anymore, but I don't know what stopped it from happening. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m)

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2013-01-02 Thread Khairul Aizat Kamarudzzaman
im still having the issues after upgrade from 12.10 to 13.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN'

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2012-12-25 Thread Bug Watch Updater
** Changed in: kmod (Debian) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN'

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2012-12-18 Thread fejes
seeing this on Kubuntu 13.04 as well, on upgrade from 12.10. Running Nvidia drivers. The fix above does not solve the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe:

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2012-12-17 Thread dino99
Get that issue on RR i386 while trying the latest nvidia driver 313.09 from edgers on the 3.7.0.7 kernel note: on the same system but with nouveau there is no problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2012-12-15 Thread Sune Keller
I have kmod 9-2ubuntu3 in raring and have this problem, also after reinstalling initramfs-tools and initramfs-tools-bin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062 Title: modprobe:

[Bug 1073062] Re: modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed

2012-12-13 Thread Martin Pitt
** Summary changed: - RR i386 : kmod_module_builtin failed + modprobe: Assertion `kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN' failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073062