Hello,

Some weeks ago i set up a machine with /two/ Sagem 800 Fast USB ADSL
devices attached to it, using the ueagle-atm modules, and via the
instructions available at the website.  It works perfectly.

I recently tried to copy my success on another machine which is
basically identical.  I copied the modules, configurations, and so
forth, to the new machine; unfortunately, it does not work as i
expected.

Here is the output from /var/log/messages :
----------
16:55:09.888461 adsl-test2 kernel: [ueagle-atm] driver ueagle-svn $Id:
ueagle-atm.c 356 2007-08-18 08:54:51Z swg $ loaded
16:55:09.889016 adsl-test2 kernel: usb 2-1: [ueagle-atm] ADSL device
founded vid (0X1110) pid (0X9032) Rev (0X2000): Eagle III
16:55:09.999178 adsl-test2 kernel: usb 2-1: reset full speed USB device
using uhci_hcd and address 2
16:55:10.150921 adsl-test2 kernel: usb 2-1: [ueagle-atm] pre-firmware
device, uploading firmware
16:55:10.154062 adsl-test2 kernel: usb 2-1: [ueagle-atm] loading
firmware ueagle-atm/eagleIII.fw
16:55:10.154622 adsl-test2 kernel: usb 2-2: [ueagle-atm] ADSL device
founded vid (0X1110) pid (0X9042) Rev (0X3000): Eagle IV
16:55:10.259181 adsl-test2 kernel: usb 2-2: reset full speed USB device
using uhci_hcd and address 3
16:55:10.410881 adsl-test2 kernel: usb 2-2: [ueagle-atm] pre-firmware
device, uploading firmware
16:55:10.415578 adsl-test2 kernel: usb 2-2: [ueagle-atm] loading
firmware ueagle-atm/eagleIV.fw
16:55:10.416210 adsl-test2 kernel: usbcore: registered new interface
driver ueagle-atm

(it pauses here for 60 seconds)

16:56:10.151381 adsl-test2 kernel: usb 2-1: [UEAGLE-ATM] firmware is not
available
16:56:10.411355 adsl-test2 kernel: usb 2-2: [UEAGLE-ATM] firmware is not
available
----------


That's it.  No further information or details are provided, even though
the hotplug firmware script has debug enabled:
----------
# grep DEBUG /etc/hotplug/firmware.agent 
DEBUG=yes export DEBUG
----------


All of the firmware files are in /lib/firmware/ueagle-atm :
----------
# ls -l /lib/firmware/ueagle-atm/ | wc -l   
     26
----------


Which is the correct directory for the hotplug firmware script to
reference:
----------
# grep FIRMWARE_DIR= /etc/hotplug/firmware.agent 
FIRMWARE_DIR=/lib/firmware
----------


The "other" firmware directory is symlinked, just in case :
----------
# ls -l /usr/lib/hotplug/firmware/           
total 0
lrwxrwxrwx    1 root     root           24 Oct 16 14:31 ueagle-atm
-> /lib/firmware/ueagle-atm
----------


The modules appear to be loading properly, which is surely the case
since there would be no relevant output in /var/log/messages otherwise:
----------
# lsmod | grep ueagle
ueagle_atm             38188  0 
usbatm                 19280  1 ueagle_atm
----------


I would appreciate any and all advice on troubleshooting this problem.

Thank you!


--
dan.


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

Reply via email to