Steeve Juair wrote:

>        Each times i try to connect on my ISP whith KPPP (ppp connection)
> my modem try a lot of time
> to redial before establish a good connection. In my /var/log/messages i
> see these errors :
> 
> Mar 19 08:00:36 gamma pppd[3183]: pppd 2.3.5 started by root, uid 0
> Mar 19 08:00:36 gamma pppd[3183]: Using interface ppp0
> Mar 19 08:00:36 gamma pppd[3183]: Connect: ppp0 <--> /dev/ttyS1
> Mar 19 08:00:53 gamma modprobe: can't locate module char-major-6

char-major-6 is the parallel port driver. This shouldn't be required
for PPP. What does `ls -l /dev/ttyS1' display?

> Mar 19 08:01:00 gamma pppd[3183]: Remote message:
> Mar 19 08:01:00 gamma modprobe: can't locate module ppp-compress-21
> Mar 19 08:01:00 gamma modprobe: can't locate module ppp-compress-26
> Mar 19 08:01:00 gamma modprobe: can't locate module ppp-compress-24

This shouldn't affect anything. Just add

        alias ppp-compress-21 off
        alias ppp-compress-24 off
        alias ppp-compress-26 off

to /etc/modules.conf (or conf.modules) to get rid of the messages.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to