Dave Reisner wrote:
With module-init-tools being declared a dead project by its current maintainer, a new project has stepped up to take its place: kmod. This is intended to be a drop-in replacement, though deprecated functionality in module-init-tools has not been reimplemented.
If, upon upgrade, pacman moves /etc/modprobe.d/modprobe.conf to a .pacsave, you should move it back.
I can't seem to figure this out. I reformatted my disk and partitions and now am struggling to get fan control working again. Modprobe, modprobe.d/modprobe.conf, rc.conf, # modprobe all seem to fail.
I have the nvidia module blacklisted in /etc/modprobe.d/modprobe.conf.I have bbswitch set to turn the card off when it loads up using "options bbswitch load_state=0 unload_state=0" in /etc/modprobe.d/modprobe.conf.I have confirmed that the bbswitch module believes these configuration options are set, and I know that the card is successfully turned off when Bumblebee loads up.But when I l
Hi
I found some modprobe error messages from /var/log/message file
so I tried to find the modules' name in /etc/modules.conf but there was no definition about them
this error message is occurring about once in a month
what is the reason and solution of this messages???
thanks:)
=======================================================
Sep 7 22:00:22 sso4 modprobe: modprobe: Can't locate modu
Quote:
[root@localhost]# modprobe dazuko
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
FATAL: Module dazuko not found.
[root@localhost]#
please help me :mad:
I cannot get my Yamaha PCI sound card to detect.
[root@localhost mahadevan]# lspci | grep audio
06:05.0 Multimedia audio controller: Yamaha Corporation DS1L Audio
[root@localhost mahadevan]# aplay -l
aplay: device_list:223: no soundcards found...
When i try to setup my sound driver using
alsaconf
I get this output
Hello guys, first of all, im so sorry to create another topic regarding that card, but i can't see answers to my problem.
Im trying to install the awus36h on BT5 R3, i will quote the command i have used:
Code:
cd /tmp
sudo cp /etc/modprobe.d/blacklist.conf /etc/modprobe.d/blacklist_orig.conf
echo "blacklist rtl8187" | sudo tee /etc/modprobe.d/blacklist_rtl8187.conf
echo &qu
Hi Guys,
Some of the websites are blocked in my office. And I know the root password.
I tried to unblock those sites..
I have a machine with Ubuntu 12.04 64 bit, i have the need for blacklisting a module, i have blacklisted it in blacklist.conf but nothing happened; i have solved my problem passing modprobe.blacklist=<module> as argument to the GRUB command line.
My question is: when and how modprobe operates ?