MODEM ZTE ZXDSL 852 and Sagem Fast E3T

Problems and successes with specific brands/models of networking hardware.
Post Reply
Message
Author
User avatar
swiatmar
Posts: 248
Joined: Sat 09 Aug 2008, 19:33
Location: Danube, AT

MODEM ZTE ZXDSL 852 and Sagem Fast E3T

#1 Post by swiatmar »

Hello!!

Does anybody know how to bring it to work under puppy:
ZTE ZXDSL 852
and
Sagem Fast E3T ?

These are 2 modems of polish Neostrada- both make lot of problem to bing it to work in linux.....

User avatar
swiatmar
Posts: 248
Joined: Sat 09 Aug 2008, 19:33
Location: Danube, AT

#2 Post by swiatmar »

Okey I found something:
http://sourceforge.net/projects/ubudsl/
It has ueagle-atm- which should work with ZTE
IT is a ubuntu package. Can I convert it to a pet and use in regular puppy(4.1.3 or 4.3.1)?

User avatar
swiatmar
Posts: 248
Joined: Sat 09 Aug 2008, 19:33
Location: Danube, AT

#3 Post by swiatmar »

Okey. I found something here:
http://linnet.cba.pl/showthread.php?tid=5
but it is still not easy..

User avatar
dukenukeme
Posts: 12
Joined: Mon 15 Feb 2010, 07:30
Contact:

#4 Post by dukenukeme »

hi

for sagem you just need
-firmware files
-libatm 2.50 or higher
-couple of comands

need to know also if you are on PPPoA or PPPoE

here was some topic on concurent distros (if i may :D )

http://www.slax.org/forum.php?action=vi ... ight=sagem

there is no need for additional compiling in slax 6.0.x (or puppy plz check )
kernel 2.6.24.x (and up) allready has the module ueagle-atm included
what you need is the firmware
for E4
http://eagle-usb.org/ueagle-atm/non-fre ... 1.0.tar.gz
for E3 and older
http://eagle-usb.org/ueagle-atm/non-fre ... 1.1.tar.gz
and contents to be unpacked in /lib/firmware/ueagle-atm

afterwards if you are using pppoe you need
br2364ctl and libatm1 (dont' know exactly where is source for slax/slackware or puppy )

it then goes like this ,for pppoe

Code: Select all

sudo modprobe ueagle-atm
sudo modprobe br2684
sudo br2684ctl -c 0 -b -a 8.35
sudo ifconfig nas0 up
where 8.35 are vpi.vci
-get firmware
http://eagle-usb.org/ueagle-atm/non-fre ... 1.1.tar.gz
http://eagle-usb.org/ueagle-atm/non-fre ... 1.0.tar.gz
-unpack it and copy to
/lib/firmware/ueagle-atm

-TODO where is libatm 250 on puppy?

-do as root

Code: Select all

rmmod ueagle-atm
modprobe ueagle-atm
modprobe br2684
br2684ctl -c 0 -b -a 8.35
ifconfig nas0 up
-do the broadband conection (pppoe)

Code: Select all

pppoe-setup
pppoe-start

User avatar
dukenukeme
Posts: 12
Joined: Mon 15 Feb 2010, 07:30
Contact:

#5 Post by dukenukeme »

you need to compile a bit
grab from here: linux-atm-2.5.1.tgz (1.3 MB)
http://sourceforge.net/projects/linux-atm/

grab from here :
e46aebe00b8aff2cac57e517336e45d7 devx_431.sfs
561c83156b4dae5da0b6135b53d8c421 pup-431.iso
http://ftp.nluug.nl/ftp/pub/os/Linux/di ... ppy-4.3.1/

set up puppy so that it loads developer environement

unpack linux-atm-2.5.1.tgz and then

Code: Select all

./configure
make
make install
have fun!

(note: when you got sagem working ZTE ZXDSL 852 - conexant?
is just couple of firmare files away from working ... )

NOTE2 in case your provider has PPP over ATM connection ,
no need to compile libatm , i think
http://www.slax.org/forum.php?action=vi ... ight=pppoa


note3 for compiling linux-atm-2.5.1
you may need bison and flex plz check output of ./configure
(and for other that is possibly missing , perhaps it is all allready inside devel.sxs )
[i]A man's got to know his limitations[/i]

Post Reply