Re,
Le mardi 25 septembre 2007 à 20:31 +0200, Stanisław Gruszka a écrit :
> > > Problem is now that the "old" eagle-usb used to display some "MAC addres"
> > > as well as an interface ethX associated with the modem, and this was
> > used to
> > > connect using PPPoE.
> > > The new driver doesn't display such an information, thus we'd like to know
> > > how to find the correct interface to use (no new interface has been
> > created
> > > on the machine, even for the operational modem).
> > > 
> > > Any help/hint welcome,
> > You could have a look to the documentation :
> > http://atm.eagle-usb.org/wakka.php?wiki=UeagleAtmDoc
> Infomation about MAC and ATM interfaces numbers is at /proc/net/atm/* .
> Looks this hint is missed at doc site.

ah fine, I added it at §stats (checked with Fast 800 E3 & E4). I suppose
it's provided by atm module ? (or is it usbatm ?). It seems to work only
if the firmware can be loaded. ueagle-atm:0 and ueagle-atm:1 are created
if 2 modems are plugged (I could have checked with 3 :D).

$cat /sys/bus/usb/drivers/ueagle-atm/*0/*
or use the stats script available at :
http://svn.gna.org/viewcvs/ueagleatm/trunk/ueagle-utils/debug/
install as well ueaglediag in the same directory (for example in /root),
if needed make those files executables by cd /root ; chmod x ueaglediag
stats
Launch ./ueaglediag to display all information useful to diagnose
(kernel version, loaded modules, stats...).

If you have one modem connected, you can obtain its MAC address using
cat /proc/net/atm/ueagle-atm\:0 (1 for second modem) :
ADSL-USB Modem (usb-0000:00:1d.0-1)
MAC: 00:60:4c:3b:2b:21
AAL5: tx 0 ( 0 err ), rx 0 ( 0 err, 0 drop )
Line state unknown


BTW, have a look at
http://svn.gna.org/viewcvs/ueagleatm/trunk/ueagle-utils/tools/ to use
ueagle.pl to start / stop / restart / status / diag the modem (there's a
list of known ISP if needed).

@++
Ben'. aka baud123


_______________________________________________
Ueagleatm-dev mailing list
Ueagleatm-dev@gna.org
https://mail.gna.org/listinfo/ueagleatm-dev

Reply via email to