Hi! I'm using eagle-usb 2.3.2 driver with some problems. If I use the
upstream nearly to full capacity I get the modem "reseted". I get the
message "kernel: [eagle-usb] Modem operational !!" and the connection is
lost. I have to 'reboot' the modem to make it work again.

I was first having some line issues (I test it with a Cisco677 ethernet
modem with a console where you can see the maximum line capacity) but I
fixed it (now the line capacity is 5600kbps and muy ISP speed is 2400kbps
so I'm far from the phisical limits; the upstream line capacity is 800kbps
and my ISP speed is 256kbps) and the problem persist.

Anyway, I'm trying to test new ueagle-atm driver but I can't even get to
compile it. I've downloaded ueagle-atm-1.0.tar.gz and
ueagle-atm-1.0b.tar.gz and none of them even compile the kernel module.
This is what I get (with 1.0):
make -C driver
make[1]: Entering directory `/usr/src/ueagle-atm-1.0/driver'
make -C /lib/modules/2.6.12-1-686/build M=/usr/src/ueagle-atm-1.0 
EXTRA_CFLAGS=-DDEBUG
make[2]: Entering directory `/usr/src/linux-headers-2.6.12-1-686'
  Building modules, stage 2.
  MODPOST
make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-1-686'
make[1]: Leaving directory `/usr/src/ueagle-atm-1.0/driver'
make -C usbatm_iso
make[1]: Entering directory `/usr/src/ueagle-atm-1.0/usbatm_iso'
make -C /lib/modules/2.6.12-1-686/build M=/usr/src/ueagle-atm-1.0
make[2]: Entering directory `/usr/src/linux-headers-2.6.12-1-686'
  Building modules, stage 2.
  MODPOST
make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-1-686'
make[1]: Leaving directory `/usr/src/ueagle-atm-1.0/usbatm_iso'

No .ko file is generated so make install is useless.

With 1.0b I get:
make -C driver
make[1]: Entering directory `/usr/src/ueagle-atm-1.0b/driver'
make[1]: *** No se especificó ningún objetivo y no se encontró ningún makefile. 
 Alto.
make[1]: Leaving directory `/usr/src/ueagle-atm-1.0b/driver'
make: *** [all] Error 2

If I use the Makefile in the svn repository (adding the line
'PWD=$(shell pwd)') I get this:
make -C driver
make[1]: Entering directory `/usr/src/ueagle-atm-1.0b/driver'
make -C /lib/modules/2.6.12-1-686/build M=/usr/src/ueagle-atm-1.0b/driver 
EXTRA_CFLAGS=-DDEBUG
make[2]: Entering directory `/usr/src/linux-headers-2.6.12-1-686'
  LD      /usr/src/ueagle-atm-1.0b/driver/built-in.o
  CC [M]  /usr/src/ueagle-atm-1.0b/driver/ueagle.o
  LD [M]  /usr/src/ueagle-atm-1.0b/driver/ueagle-atm.o
  Building modules, stage 2.
  MODPOST
*** Warning: "usbatm_usb_probe" [/usr/src/ueagle-atm-1.0b/driver/ueagle-atm.ko] 
undefined!
*** Warning: "usbatm_usb_disconnect" 
[/usr/src/ueagle-atm-1.0b/driver/ueagle-atm.ko] undefined!
  CC      /usr/src/ueagle-atm-1.0b/driver/ueagle-atm.mod.o
  LD [M]  /usr/src/ueagle-atm-1.0b/driver/ueagle-atm.ko
make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-1-686'
make[1]: Leaving directory `/usr/src/ueagle-atm-1.0b/driver'
make -C usbatm_iso
make[1]: Entering directory `/usr/src/ueagle-atm-1.0b/usbatm_iso'
make -C /lib/modules/2.6.12-1-686/build M=/usr/src/ueagle-atm-1.0b/usbatm_iso
make[2]: Entering directory `/usr/src/linux-headers-2.6.12-1-686'
  LD      /usr/src/ueagle-atm-1.0b/usbatm_iso/built-in.o
  CC [M]  /usr/src/ueagle-atm-1.0b/usbatm_iso/usbatm.o
  Building modules, stage 2.
  MODPOST
  CC      /usr/src/ueagle-atm-1.0b/usbatm_iso/usbatm.mod.o
  LD [M]  /usr/src/ueagle-atm-1.0b/usbatm_iso/usbatm.ko
make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-1-686'
make[1]: Leaving directory `/usr/src/ueagle-atm-1.0b/usbatm_iso'


I don't know if those undefined symbols are really a problem, but I could
compile and install the kernel modules. I've continued with instructions
and this is what I get when I install the modules (I copied the firmware
data files as it says in the README file):
Oct 16 19:20:09 burns kernel: [ueagle-usb] driver ueagle-svn $Id: ueagle.c 103 
2005-07-20 17:28:21Z matc $ loaded
Oct 16 19:20:09 burns kernel: usb 2-2: [ueagle-atm] ADSL device founded vid 
(0X1110) pid (0X9031) 
Oct 16 19:20:09 burns kernel: usb 2-2: reset full speed USB device using 
ohci_hcd and address 26
Oct 16 19:20:10 burns kernel: usb 2-2: [ueagle-atm] using iso mode
Oct 16 19:20:10 burns kernel: usb 2-2: [ueagle-atm] created proc entry at: 
/proc/driver/ueagle-atm/002-026
Oct 16 19:20:10 burns kernel: usb 2-2: [ueagle-atm] (re)booting started
Oct 16 19:20:10 burns kernel: usbcore: registered new driver ueagle-atm
Oct 16 19:20:14 burns kernel: usb 2-2: [ueagle-atm] (re)booting started
Oct 16 19:20:47 burns last message repeated 7 times
Oct 16 19:21:51 burns last message repeated 14 times
Oct 16 19:22:52 burns last message repeated 13 times

It looks like the modem is stucked in reboot:
# cat /proc/driver/ueagle-atm/*
ueagle-atm status display
-------------------------------------------------------------
Driver version ueagle-svn $Id: ueagle.c 103 2005-07-20 17:28:21Z matc $     
Chipset: Eagle3
Vendor ID : 0x1110     Product ID : 0x9031   Rev: 0x200b(pots)
USB Bus : 002    USB Device : 026        Dbg : 0x0

Tx Rate            0    Rx Rate            0
Tx Margin          0    Rx Margin          0
Tx Atten           0 dB Rx Atten           0 dB
Tx error           0    Rx error           0
Tx FEC             0    Rx FEC             0
Tx flow            0    Rx flow            0
VID-CPE            0    VID-ITU   0
Delin           GOOD    Flags     0000000000
Modem is booting


The link light is never turned on. Any help would be apreciated.

I'm using debian unstable, stock debian kernel 2.6.12 (using kernel-headers
package to compile).

(please CC me, I'm not in the list)

-- 
 LUCA - Leandro Lucarella - JID: luca(en)lugmen.org.ar - Debian GNU/Linux
.------------------------------------------------------------------------,
 \  GPG: 5F5A8D05 // F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05 /
  '--------------------------------------------------------------------'
El techo de mi cuarto lleno de galaxias

Reply via email to