Fórum Ubuntu CZ/SK

Ostatní => Archiv => Téma založeno: running-free 19 Července 2006, 16:45:54

Název: ADSL (pppoa) u Tiscali
Přispěvatel: running-free 19 Července 2006, 16:45:54
Ahoj po několika peripetiích se mi povedlo nakonfigurovat ADSL USB modem Zyxel prestige C630-C3, tak, že mi nahlásí rychlost linky. (Fedora Core 5 a Ubuntu 6.06 - stejný případ)
Teď nevím, co kam napsat, abych se mohl doopravdy připojit, pošlu vám výpisy konfiguráků:

/etc/cxacru.conf:

#
# Config file for Conexant AccessRunner
#

# Driver mode
DRIVER_MODE=1 # 1 = normal, 2 = debug, 3 = normal+max speed (without ask adsl status), 4 = debug+max speed (without ask adsl status)

# Protocol
PROTOCOL_MODE=2 # 1 = RFC1483/2684 routed, 2 = PPP over ATM (pppoa), 3 = RFC1483/2684 bridged, 4 = PPP over Ethernet (pppoe)

# Paths
BINARY_PATH="/usr/sbin"
ATM_PATH=""

# ADSL
# if OPEN_MODE is blank then cxload uses default mode acoording VID & PID
# Values for OPEN_MODE are:
# 0 = auto selection, G.Handshake
# 1 = auto selection, T1.413
# 2 = G.Handshake
# 3 = ANSI T1.413
# 4 = ITU-T G.992.1 (G.DMT)
# 5 = ITU-T G.992.2 (G.LITE)
OPEN_MODE=

# ATM
VPI=8
VCI=48

# Specific for RFC1483/2684 routed/bridged
# if IP_ADDRESS is blank in bridged mode then it uses DHCP to get IP
IP_ADDRESS=
NETMASK=255.255.255.0
GATEWAY=

# PPP Especifico
PPP_UP="ifup dsl0"
PPP_DOWN="ifdown dsl0"


/etc/ppp/options:
plugin pppoatm.so 8.48
noipdefault
noauth
default-asyncmap
defaultroute
hide-password
nodetach
noaccomp
noccp
nobsdcomp
nodeflate
nopcomp
novj
novjccomp
user adsl577996226
lcp-echo-interval 20
lcp-echo-failure 10
persist
logfile /var/log/pppd.log

/var/log/pppd.log:

Using interface ppp0
Connect: ppp0 <--> 8.48
Terminating on signal 2
Connection terminated.
connect(8.48): No such device
connect(8.48): No such device
connect(8.48): No such device
Using interface ppp0
Connect: ppp0 <--> 8.48
Terminating on signal 2
Terminating on signal 2
Connection terminated.
connect(8.48): No such device
Using interface ppp0
Connect: ppp0 <--> 8.48
Terminating on signal 2
Connection terminated.
Using interface ppp0
Connect: ppp0 <--> 8.48
LCP: timeout sending Config-Requests
Connection terminated.
Using interface ppp0
Connect: ppp0 <--> 8.48
Modem hangup
Modem hangup
Connection terminated.
Using interface ppp0
Connect: ppp0 <--> 8.48
Terminating on signal 2
Connection terminated.
Terminating on signal 15
Modem hangup
Connection terminated.
Using interface ppp0
Connect: ppp0 <--> 8.48
connect(8.48): Address already in use
connect(8.48): Address already in use
Plugin pppoatm.so loaded.
PPPoATM plugin_init
Plugin pppoatm.so loaded.
PPPoATM plugin_init
Plugin pppoatm.so loaded.
PPPoATM plugin_init
Plugin pppoatm.so loaded.
PPPoATM plugin_init
connect(8.48): Address already in use
Terminating on signal 2
Connection terminated.
Using interface ppp0
Connect: ppp0 <--> 8.48
Terminating on signal 2
Connection terminated.
Plugin pppoatm.so loaded.
PPPoATM plugin_init
Plugin pppoatm.so loaded.
PPPoATM plugin_init
Using interface ppp0
Connect: ppp0 <--> 8.48
PAP authentication succeeded
local IP address 82.202.43.244
remote IP address 212.90.236.133
primary DNS address 195.146.100.96
secondary DNS address 195.146.100.97
Terminating on signal 2
Connect time 3.7 minutes.
Sent 2274 bytes, received 4601 bytes.
Terminating on signal 2
Terminating on signal 2
Terminating on signal 2
Terminating on signal 2
Connection terminated.
Modem hangup
Using interface ppp0
Connect: ppp0 <--> 8.48
connect(8.48): Address already in use
Terminating on signal 15

Díky za pomoc.