Hi,
Impossible to get USBATM could you put a copy of it on your site ?
root@pegase:/home/alone/ueagle-pre6# cvs -d:ext:anoncvs@cvs.infradead.org:/home/cvs co usbatm
phoenix.infradead.org: Connection refused
cvs [checkout aborted]: end of file from server (consult above messages if any)
Emmanuel.
Hi,
First, I have 2 warnings when compiling ueagle:
* Warning: "usbatm_usb_probe" [/home/georges/wrk/atm/ueagle-pre9/driver/ueagle-atm.ko] undefined!"
* Warning: "usbatm_usb_disconnect" [/home/georges/wrk/atm/ueagle-pre9/driver/ueagle-atm.ko] undefined!"
And then the driver seems unable to find the firmware and I get this ugly error :
Apr 16 20:00:34 darnassus /home/georges/wrk/atm/usbatm_patched/usbatm.c: usbatm_usb_init: driver version 1.9
Apr 16 20:00:57 darnassus ueagle_atm: no version for "usbatm_usb_disconnect" found: kernel tainted.
Apr 16 20:00:57 darnassus [ueagle-usb] driver Vueagle loaded
Apr 16 20:01:07 darnassus [UEAGLE-USB] eagleII.fw : Firmware not available
Apr 16 20:01:07 darnassus ueagle-atm: probe of 1-1:1.0 failed with error -2
Apr 16 20:01:07 darnassus usbcore: registered new driver ueagle-atm
# ls -l /usr/lib/hotplug/firmware/
total 484
-rw-r--r-- 1 root root 151 Apr 16 19:58 CMV.bin
-rw-r--r-- 1 root root 450182 Apr 16 19:58 DSP.bin
-rw-r--r-- 1 root root 10981 Apr 16 19:58 eagleI.fw
-rw-r--r-- 1 root root 10981 Apr 16 19:58 eagleII.fw
-rw-r--r-- 1 root root 10981 Apr 16 19:58 eagleIII.fw
# uname -r
2.6.11-hardened-r1
Could you look in /etc/hotplug/firmware.agent the variable FIRMWARE_DIRS. Is there /usr/lib/hotplug/firmware/ ?
If not try to put the firmware in a dir where hotplug look (/lib/firmware ?)
If it still don't work uncomment DEBUG=yes export DEBUG and post the debug messages)
FIRWARE_DIR was /lib/firmware so I copied the files there.
The error message disapeared but it seems the modem isn't recognized.
-> Modem unplugged
# lsmod
Module Size Used by
uhci_hcd 27024 0
-> Plug modem
Apr 16 21:52:50 darnassus usb 1-1: new full speed USB device using uhci_hcd and address 8
Apr 16 21:52:50 darnassus NET: Registered protocol family 8
Apr 16 21:52:50 darnassus NET: Registered protocol family 20
Apr 16 21:52:50 darnassus /home/flyoc/wrk/atm/usbatm_patched/usbatm.c: usbatm_usb_init: driver version 1.9
Apr 16 21:52:50 darnassus [ueagle-usb] driver Vueagle loaded
Apr 16 21:52:51 darnassus usbcore: registered new driver ueagle-atm
# lsmod
Module Size Used by
ueagle_atm 17436 0
usbatm 17712 1 ueagle_atm
atm 32984 1 usbatm
uhci_hcd 27024 0
# ls -l /proc/driver/ueagle-atm/
total 0
The eagleII.fw and eagleIII.fw firmware were eagleI.fw...
Could you try http://castet.matthieu.free.fr/eagle/ueagle-pre10.tar.gz to regenerated it or use http://castet.matthieu.free.fr/eagle/ueagle-data.tar.gz
And a last question : how am I supposed to build the CMV and DSP files ? The utilities in user/ ask for files I can't get anywhere
You should use the one from windows driver or eagle-usb driver.
For the DSP, you need *.bnm files (driver/firmware/sagem/pots/ in eagle-usb)
For CMV, you need CMVe*.txt (driver/user/ in eagle-usb)
-- Georges