LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   char-major-10-134 is filling up my log!!! (https://www.linuxquestions.org/questions/linux-general-1/char-major-10-134-is-filling-up-my-log-70372/)

Half_Elf 07-05-2003 07:11 PM

char-major-10-134 is filling up my log!!!
 
This is my kern.log :

Jul 5 19:50:58 Elf modprobe: modprobe: Can't locate module char-major-10-134
Jul 5 19:57:43 Elf modprobe: modprobe: Can't locate module char-major-10-134
Jul 5 19:58:36 Elf noip[222]: ! LIA = 66.36.137.127, IP = 66.36.137.127 2
Jul 5 20:03:39 Elf modprobe: modprobe: Can't locate module char-major-10-134
Jul 5 20:04:07 Elf modprobe: modprobe: Can't locate module char-major-10-134
Jul 5 20:06:17 Elf modprobe: modprobe: Can't locate module char-major-10-134
Jul 5 20:06:45 Elf modprobe: modprobe: Can't locate module char-major-10-134
Jul 5 20:07:09 Elf gpm[3163]: imps2: Auto-detected intellimouse PS/2
Jul 5 20:07:21 Elf modprobe: modprobe: Can't locate module char-major-10-134

well, I suppose you understand my problem... This stupid annoying modprobe is filing up my log with waste. This should be the "apm" module (plz, don't reply saying to enable "apm") but since my computer use ACPI, I don't care about apm and I can't use it in the same time of acpi. I taked a look at my system and it seems to be the nvidia drivers who try to modprobe this useless module. Since I don't want apm, is their a way to shut up nvidia or just to keep these useless lines out of my log files??

Franklin 07-05-2003 10:14 PM

add the following to your /etc/modules.conf

alias char-major-10-134 off

HTH

chitambira 04-20-2009 09:54 AM

given solution turns off the messages completely, but might want to try and add onto /etc/modules.conf:
alias char-major-10-134 apm
If you check in /usr/src/linux-2.4/Documentation/devices.txt, 10 - 134 refers to Advanced Power Management

Half_Elf 04-20-2009 03:39 PM

Considering I posted this in 2001, I don't really need it anymore. In any case, the laptop I had at that time is long dead now.


All times are GMT -5. The time now is 09:46 AM.