linux adsl configuration tele2 - réseaux et sécurité - Linux et OS Alternatifs
MarshPosté le 19-04-2004 à 19:33:21
Bonjour à tous,
Après avoir téléchargé la derniere version sur le site du constructeur BEWAN pour le modem BEWAN USB (gris) fourni par tele2, j'ai constaté que le modem a reussi à initialiser :
]$ cat /proc/net/atm/UNICORN:0
ADSL: status ATM ready, modem state SHOWTIME L0, US rate 89Kbits/s, DS rate 159Kbits/s Current speed: US 3Kbits/s,DS 0Kbits/s Bridged: 00:c0:51:72:bf:13
]# ifconfig -a dsl0 Lien encap:Ethernet HWaddr 00:C0:51:72:BF:13 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 lg file transmission:100 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
j'obtient ainsi un nouveau périph, dsl0.
ensuite vue que tele2 ne fourni pas d'IP fixe, j'ai essayé de faire
]# dhclient dsl0 ... DHCPDISCOVER on dsl0 to 255.255.255.255 port 67 interval 2 No DHCPOFFERS received. No working leases in persistent database - sleeping. /sbin/dhclient-script: configuration for dsl0 not found.
Problème : J'ai pas d'adresse IP ! ------------
Si je m'en sers du script d'origine dans /unicorn/scripts/unicorn-pppoatm en modificant les options suivantes : UNICORN="unicorn_usb_atm" # default VPI, VCI and encapsulation VPI=8 VCI=35 # ANSI=1,G.lite=2,MULTI=3,G.dmt=4, MODULATION=4
Je n'obtiens tjrs pas d'adresse IP. ]# ./unicorn-pppoatm start start unicorn_usb_atm 8.35 Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded. PPPoATM plugin_init PPPoATM setdevname - remove unwanted options PPPoATM setdevname_pppoatm - SUCCESS:8.35 [ OK ] ]# ifconfig -a dsl0 Lien encap:Ethernet HWaddr 00:C0:51:72:BF:13 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:100 RX bytes:0 (0.0 b) TX bytes:6688 (6.5 Kb)
Marsh Posté le 19-04-2004 à 19:33:21
Bonjour à tous,
Après avoir téléchargé la derniere version sur le site du constructeur BEWAN pour le modem BEWAN USB (gris) fourni par tele2, j'ai constaté que le modem a reussi à initialiser :
]$ cat /proc/net/atm/UNICORN:0
ADSL: status ATM ready, modem state SHOWTIME L0, US rate 89Kbits/s, DS rate 159Kbits/s
Current speed: US 3Kbits/s,DS 0Kbits/s
Bridged: 00:c0:51:72:bf:13
]# ifconfig -a
dsl0 Lien encap:Ethernet HWaddr 00:C0:51:72:BF:13
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 lg file transmission:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
j'obtient ainsi un nouveau périph, dsl0.
ensuite vue que tele2 ne fourni pas d'IP fixe, j'ai essayé de faire
]# dhclient dsl0
...
DHCPDISCOVER on dsl0 to 255.255.255.255 port 67 interval 2
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
/sbin/dhclient-script: configuration for dsl0 not found.
Problème : J'ai pas d'adresse IP !
------------
Si je m'en sers du script d'origine dans /unicorn/scripts/unicorn-pppoatm
en modificant les options suivantes :
UNICORN="unicorn_usb_atm"
# default VPI, VCI and encapsulation
VPI=8
VCI=35
# ANSI=1,G.lite=2,MULTI=3,G.dmt=4,
MODULATION=4
Je n'obtiens tjrs pas d'adresse IP.
]# ./unicorn-pppoatm start
start unicorn_usb_atm 8.35 Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
PPPoATM plugin_init
PPPoATM setdevname - remove unwanted options
PPPoATM setdevname_pppoatm - SUCCESS:8.35
[ OK ]
]# ifconfig -a
dsl0 Lien encap:Ethernet HWaddr 00:C0:51:72:BF:13
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:19 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:100
RX bytes:0 (0.0 b) TX bytes:6688 (6.5 Kb)
J'ai également configuré /etc/ppp/options
s]# cat /etc/ppp/options
lock
ipparam ppp0
noipdefault
noauth
default-asyncmap
defaultroute
hide-password
noaccomp
noccp
nobsdcomp
nodeflate
nopcomp
novj
novjccomp
lcp-echo-interval 20
lcp-echo-failure 3
sync
holdoff 7
user ".......@tele2.fr"
persist
maxfail 0
et dans chap-secrets et pap-secrets les mots de passe sont entrés
puis :
]$ dmesg
unicorn_msw: Current Modem State (3): ACTIVATING
unicorn_usb: MSW state: ACTIVATING
usb-uhci.c: interrupt, status 3, frame# 1562
ObcReadIsocComplete: status=-75,transfer_buffer_length=66,actual_length=66
xsm_p: down_interruptible failed,sem=OBC ,count=0
WaitForObcCmdComplete: wait for obc failed (timed out),obc_flags=0d
ObcReset: Resetting OBC...
ObcReadIsocComplete: status=-75,transfer_buffer_length=66,actual_length=66
xsm_p: down_interruptible failed,sem=OBC ,count=0
WaitForObcCmdComplete: wait for obc failed (timed out),obc_flags=0d
ObcReset: Resetting OBC...
ObcReadIsocComplete: status=-75,transfer_buffer_length=66,actual_length=66
xsm_p: down_interruptible failed,sem=OBC ,count=0
WaitForObcCmdComplete: wait for obc failed (timed out),obc_flags=0d
ObcReset: Resetting OBC...
unicorn_msw: Event Reported (3): Initializing
unicorn_usb: MSW event: TO INITIALIZING
unicorn_msw: Current Modem State (6): INITIALIZING
unicorn_usb: MSW state: INITIALIZING
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
unicorn_usb: upRate=226cells/s,downRate=377cells/s
unicorn_usb: AdslStatus=1
unicorn_msw: Event Reported (4): Showtime
unicorn_usb: MSW event: AMSW SHOWTIME
unicorn_msw: Current Modem State (9): SHOWTIME_L0
unicorn_usb: MSW state: SHOWTIME L0
[drm rm_init] *ERROR* Cannot initialize the agpgart module.
unicorn_pci: created proc entry at /proc/net/atm/UNICORN:0
xsm_p: down_interruptible failed,sem=OBC ,count=0
WaitForObcCmdComplete: wait for obc failed (timed out),obc_flags=1d
ObcReset: Resetting OBC...
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.2
------------------
Est ce que qq1 a réussi à comprendre ou y aurait-il tutorial qui donne une méthode opérationnelle ?
Merci