Hello People,

i just installed FC6 and can't get my speedtouch modem "green one -Rev
0" to work.

all of these command been run as a "root"

my var/log/messages shows this:

Apr 23 21:06:39 localhost kernel: ip_conntrack version 2.4 (8192
buckets, 65536 max) - 228 bytes per conntrack
Apr 23 21:06:39 localhost kernel: process `sysctl' is using deprecated
sysctl (syscall) net.ipv6.neigh.lo.base_reachable_time; Use
net.ipv6.neigh.lo.base_reachable_time_ms instead.
Apr 23 21:06:39 localhost kernel: CSLIP: code copyright 1989 Regents
of the University of California
Apr 23 21:06:39 localhost pcscd: pcscdaemon.c:464:main() pcsc-lite
1.3.1 daemon ready.
Apr 23 21:06:39 localhost kernel: PPP generic driver version 2.4.2
Apr 23 21:06:39 localhost kernel: NET: Registered protocol family 24
Apr 23 21:06:39 localhost kernel: audit(1177351292.282:4): avc:
denied  { execute } for  pid=2179 comm="sh" name="modprobe" dev=dm-0
ino=4476122 scontext=system_u:system_r:pppd_t:s0
tcontext=system_u:object_r:insmod_exec_t:s0 tclass=file
Apr 23 21:06:39 localhost kernel: audit(1177351292.282:5): avc:
denied  { getattr } for  pid=2179 comm="sh" name="modprobe" dev=dm-0
ino=4476122 scontext=system_u:system_r:pppd_t:s0
tcontext=system_u:object_r:insmod_exec_t:s0 tclass=file
Apr 23 21:06:39 localhost kernel: audit(1177351292.282:6): avc:
denied  { getattr } for  pid=2179 comm="sh" name="modprobe" dev=dm-0
ino=4476122 scontext=system_u:system_r:pppd_t:s0
tcontext=system_u:object_r:insmod_exec_t:s0 tclass=file
Apr 23 21:06:39 localhost kernel: ATM dev 0: DSL line goes up
Apr 23 21:06:39 localhost kernel: ATM dev 0: ADSL line is up (640 kb/s
down | 256 kb/s up)
Apr 23 21:06:39 localhost kernel: audit(1177351310.403:7): avc:
denied  { execute } for  pid=2226 comm="sh" name="modprobe" dev=dm-0
ino=4476122 scontext=system_u:system_r:pppd_t:s0
tcontext=system_u:object_r:insmod_exec_t:s0 tclass=file
Apr 23 21:06:39 localhost kernel: audit(1177351310.403:8): avc:
denied  { getattr } for  pid=2226 comm="sh" name="modprobe" dev=dm-0
ino=4476122 scontext=system_u:system_r:pppd_t:s0
tcontext=system_u:object_r:insmod_exec_t:s0 tclass=file
Apr 23 21:06:39 localhost kernel: audit(1177351310.403:9): avc:
denied  { getattr } for  pid=2226 comm="sh" name="modprobe" dev=dm-0
ino=4476122 scontext=system_u:system_r:pppd_t:s0
tcontext=system_u:object_r:insmod_exec_t:s0 tclass=file
Apr 23 21:06:39 localhost kernel: audit(1177351336.881:10): avc:
denied  { execute } for  pid=2281 comm="sh" name="modprobe" dev=dm-0
ino=4476122 scontext=system_u:system_r:pppd_t:s0
tcontext=system_u:object_r:insmod_exec_t:s0

as you can see the connection was up giving me my speed

Then i get this

Apr 23 21:06:49 localhost pppd[2819]: No response to PAP authenticate-requests
Apr 23 21:06:49 localhost pppd[2819]: Couldn't increase MTU to 1500. Using 1492
Apr 23 21:06:49 localhost pppd[2819]: Couldn't increase MRU to 1500. Using 1492
Apr 23 21:06:50 localhost pppd[2819]: Connection terminated.
Apr 23 21:06:50 localhost pppd[2819]: Exit.

I noticed that i don't have the /etc/ppp/peers/speedtch but instead i
have an isdn folder and file called wvdial which contains
noauth
name wvdial
usepeerdns

also i fetched this from the faq page

The usual reason is that the username in your secrets file
(pap-secrets or chap-secrets) is not exactly the same as the username
you provided in /etc/ppp/peers/speedtch (or whatever file you use to
configure pppd). Compare them carefully - a single mistyped character
is enough to cause this error.

from above you would know i don't have the speedtch file just a wvdial
file which i honestly dunno where it came from.

now i know why the command pppd call speedtch can't work and i really
dunno what i should replace the speedtch with or maybe i can create it
but i don't know how?

finally i get this error at startup and when running the command
"/sbin/ifup ppp0"

/sbin/adsl-start: line 216:  4023 Terminated              $CONNECT
"$@" >/dev/null 2>&1

going to line 216 in adsl-start is this:

# Start the connection in the background unless we're debugging
if [ "$DEBUG" = "1" ] ; then
    $CONNECT "$@"
    exit 0
fi

$CONNECT "$@" > /dev/null 2>&1 &
CONNECT_PID=$!

if [ "$CONNECT_TIMEOUT" = "" -o "$CONNECT_TIMEOUT" = 0 ] ; then
    exit 0
fi

# Don't monitor connection if dial-on-demand
if [ "$DEMAND" != "" -a "$DEMAND" != "no" ] ; then
    exit 0
fi

# Monitor connection

is it possible that pppd isn't configured well to support speedtouch?
how can configure it?

Help is much appreciated.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to