Czech

Suse Linux 10.1



How connect the modem Sagem 840 in SUSE Linux 10.1. Czech Telecom provider.


06.05.31

1-. Download modem firmware
ueagle-data-1.1.tar.gz
Unpack and files copy to
/lib/firmware/ueagle-atm

2- Over YaST check if we have installed next packages
ppp
libpcap
flex
linux-atm-lib

3- Install
rp-pppoe-3.8.tar.gz
Unpack and install by command
./go
During installation we must set next parameters:
username:
password:
interface: nas0
primary dns: 194.228.41.65
secondary dns: 194.228.41.113
connection on startup: no

4- Download execute file
br2684ctl
and install it
install -m 744 br2684ctl /usr/sbin

5- In files
/etc/ppp/chap-secrets
and
/etc/ppp/pap-secrets
we must set our username and password
"username" * "password"

6- Download file
ueagle-atm
and copy to
/etc/ppp/peers/
The file
ueagle-atm
contains following:
user "username"
plugin rp-pppoe.so
nas0
noipdefault
usepeerdns
defaultroute
persist
noauth

Instead
"username"
we must set our username, in my case phone number

7- Create file
/var/run/ppp/resolv.conf
In this file set DNS servers
nameserver 194.228.41.65
nameserver 194.228.41.113
and make simlink to file
/etc/resolv.conf
ln -s /var/run/ppp/resolv.conf /etc/resolv.conf

8- Download script
adsl
that contains following:

#!/bin/sh
modprobe br2684
modprobe ppp_generic
modprobe pppoe
br2684ctl -c 0 -b -a 8.48
ifconfig nas0 up
pppd call ueagle-atm

and install it
install -m 744 adsl /usr/sbin

9- Connect the modem by call script
adsl


home / linux / suse linux


Valid XHTML 1.0 Transitional