|
This is what I#ve done now but it is not complete
. Check the parameters from your ISP
a) login password
b) what is the protocol
pppoe or pppatm or .......
VCI VPI
DNS
DHCP
Dialin-Number
firmeware
2. Check your kernel about cxacru, usbatm, br2684 with lsmod.
lsmod | grep cxacru etc ...
if you find all of them it looks fine.
Check now for
/usr/sbin/br2684ctl
if it there skip to 3. Next step
normally cxacru and usbatm should be there but not supported by Suse
download the package
br2684ctl.rpm or br2684ctl.tar.bz2
unpack
tar xvjf br2684ctl.tar.bz2
su
make && make install
3. Next step
load the driver
modprobe br2684
check now the syntax br2684ctl --help
if you remember your parameters from before
then create your new interface
br2684ctl -b -c 0 -a VPN.VCN
but do this only if the light are on of your modem.
Otherwise the device will be created but the system will crash
4. Now start yast
select Networkdevices
select DSL
configure everything what you know
after this is done
you will be asked about configure mail
ignore this you can do later
now some files will be created in
/etc/sysconfig/network/ifcfg-dsl0
/etc/ppp/peers/providers//provider0
maybe somewhere else are other files but this I have to find out
also remember one file, it is not created but important for later.
/etc/ppp/config
leave yast now.
5. Debug your installation
open a first console
tail -f /var/log/messages
open a second console
/etc/init.d/network restart [ -d debug ]
what you see now on your first console?
do you see now some IP-addresses?
like
local IP address XXX.XXX.XXX.XXX
remote IP address XXX.XXX.XXX.XXX
primary DNS address XXX.XXX.XXX.XXX
|