Tech Support > Operating Systems > Linux / Variants > Can't locate these modules in "LogWatch"
Can't locate these modules in "LogWatch"
Posted by Yvan on February 1st, 2004


I have following in mail for root "LogWatch"

--------------------- ModProbe Begin ------------------------

Can't locate these modules:
sound-service-1-0: 4 Time(s)
char-major-188: 1 Time(s)
sound-slot-1: 4 Time(s)
ppp-compress-21: 20 Time(s)
ppp0: 4 Time(s)

---------------------- ModProbe End -------------------------

but for sound in my /etc/modules.conf:

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

(nowhere can be found sound-service-1-0), and I have only one sound
card. And what are other modules that can not be found for? My sound
works, I can connect to ISP... No problems I knew of :-)

--
___ ____
/__/ / \ ** Registrovani korisnik Linuksa #291606 **
/ / \/ /\ \ ** http://counter.li.org/ **
/__/\____/--\__\ ** Reply at: ivica - at - ptt - dot - yu **

Posted by Andreas Janssen on February 1st, 2004


Hello

Yvan (<nevazeca-invalid@address-a.com>) wrote:

That's for /dev/ttyUSB*

The second sound card

bsd_comp Compression module for PPP connections


For the sound card, I would add

alias sound-slot-1 off

For ppp-compress-21, you can add

alias ppp-compress-21 bsd_comp

(if the bsd_comp driver is available, otherwise set it to off as well).

If you don't use an USB modem, you should also be able to add

alias char-major-188 off

That should get you rid of most of the warnings.


best regards
Andreas Janssen

--
Andreas Janssen
andreas.janssen@bigfoot.com
PGP-Key-ID: 0xDC801674
Registered Linux User #267976

Posted by Yvan on February 3rd, 2004


Nedavno Andreas Janssen pise:

| For the sound card, I would add
|
| alias sound-slot-1 off

Did that...

| For ppp-compress-21, you can add
|
| alias ppp-compress-21 bsd_comp
|
| (if the bsd_comp driver is available, otherwise set it to off as
| well).

.... and this is: alias ppp-compress-21 off

| If you don't use an USB modem, you should also be able to add
|
| alias char-major-188 off

.... did that too...
| That should get you rid of most of the warnings.

.... and now I have:

Can't locate these modules:
ppp-compress-21: 8 Time(s)

OK, this may be because I first tried with:

alias ppp-compress-21 bsd_comp

but:

sound-slot-2: 2 Time(s)
sound-slot-3: 2 Time(s)
sound-service-2-3: 2 Time(s)
sound-service-1-3: 2 Time(s)
ppp0: 6 Time(s)
sound-service-3-3: 2 Time(s)


What now?

--
___ ____
/__/ / \ ** Registrovani korisnik Linuksa #291606 **
/ / \/ /\ \ ** http://counter.li.org/ **
/__/\____/--\__\ ** Reply at: ivica - at - ptt - dot - yu **