Mam problem z uruchomieniem internetu na modemie Speedtouch 330.
Internet mam z Ery na linii TPSA.
Linia oraz sam modem są sprawne, bo na innych systemach internet działa tylko w Debianie coś nie mogę dojść gdzie popełniam błąd.
Wszystko idzie dobrze, aż do momentu gdzie polecenie: ifconfig podnosi ppp0.
Do rzeczy: połączenie próbuje skonfigurować według opisu z wątku przyklejonego: http://debian.linux.pl/threads/2657-Ins ... Etch-Lenny
Kod: Zaznacz cały
# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
auto pppoa
iface pppoa inet ppp
provider neostrada
Podaje jeszcze dodatkowo:
Kod: Zaznacz cały
# ifup pppoa
ifup: interface pppoa already configured
Kod: Zaznacz cały
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0b:6a:5e:13:29
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:19 Base address:0xdc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:272 errors:0 dropped:0 overruns:0 frame:0
TX packets:272 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17728 (17.3 KiB) TX bytes:17728 (17.3 KiB)