Regarding modem_run: I get a lot of messages of the type in /var/log/syslog below, especially if booting when the speedtouch is plugged in, it overloads teh kernel message buffer and dmesg can only print out hundreds of lines of the same message , so I cannot see what other messages are in between.
usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use usb 2-1: usbfs: process 1731 (modem_run) did not claim interface 0 before use Have not yet tried the patch though Regarding the kernel firmware loader: Is there an advatage to using the kernel loader? I think it will be easier for me to get the user mode thing working properly, but if it helps people to improve the kernel , here is some more detailed info. There is one important point I forgot, the speedtch-*.bin do not come from exaclty the same firmware as the one that I know to work. Perhaps that is the problem (though the message says it is 'not found' rather than 'not working')? If so I still don't know how to solve this. -- I have the green revision 0 speed touch USB alcatel, (UK version , using pppoatm) -- The firmware that I use with modem_run came from the Alcatel website, I cannot remember exaclty but I am sure I followed the instructions given while running speedbundle ; I have a file firmware.bin that works with modem_run, I am sure I got it from teh web site or the Alcatel web site but I have forgotten exactly, I thought it was in the speedbundle instructions but I cannot find it now. -- However, the firmware_extractor does not find 2 parts in this firmware.bin. SO I used the mgmt.o that it says should work with the revision 0.00 green modem -- Using this, I get the messages in /var/log/messages and /var/log/syslog as copied below. Does this indicate the mgmt.o firmware does not work with this modem? How do I find the boot block to go with my firmware.bin? I have all the files, I think, that I downloaded last year when I installed the speedtch the first time, but none of the files in any of the zips are recognized by firmware_extractor as containing the boot block. KQD6_R204.zip* firmware.bin* KQD6_R204_fromalcatel.zip* speedbundle-1.0/ SpeedTouch.tar.gz* speedbundle-1.0.tar.gz* WebUpgrade_MacOSX_R3.0.1.2.zip* webUpgrade_Windows_R3.0.1.2.zip* [EMAIL PROTECTED]:~# cat /proc/bus/usb/devices | grep -b1 ALCATEL 1668-P: Vendor=06b9 ProdID=4061 Rev= 0.00 1706:S: Manufacturer=ALCATEL 1731-S: Product=Speed Touch USB [EMAIL PROTECTED]:/sources/speedtouchew/firmware-extractor# cp firmware.bin mgmt.o [EMAIL PROTECTED]:/sources/speedtouchew/firmware-extractor# make gcc -o firmware firmware.c ./firmware mgmt.o ** Boot block from mgmt.o: Not found ** Firmware block from mgmt.o: CRC: 0x3b4a5854 Length: 671653 More detailed information with the kernel firmware loader: [EMAIL PROTECTED]:~# grep FIRMWARE_DIR= /etc/hotplug/firmware.agent FIRMWARE_DIR=/usr/lib/hotplug/firmware [EMAIL PROTECTED]:~# ls /usr/lib/hotplug/firmware speedtch-1.bin speedtch-2.bin >>>>>>>>>>>>>>>>>>>>> /var/log/messages: Jul 13 23:25:57 spider kernel: usb 2-1: new full speed USB device using ohci_hcd and address 2 Jul 13 23:25:58 spider kernel: usb 2-1: Product: Speed Touch USB Jul 13 23:25:58 spider kernel: usb 2-1: Manufacturer: ALCATEL Jul 13 23:25:58 spider kernel: usb 2-1: SerialNumber: 0090D00D81D5 Jul 13 23:25:58 spider kernel: usbcore: registered new driver speedtch Jul 13 23:27:31 spider pppd[2187]: Plugin pppoatm.so loaded. Jul 13 23:27:31 spider pppd[2187]: PPPoATM plugin_init Jul 13 23:27:31 spider pppd[2187]: PPPoATM setdevname_pppoatm - SUCCESS:0.38 Jul 13 23:27:31 spider pppd[2187]: pppd 2.4.3 started by root, uid 0 Jul 13 23:28:01 spider pppd[2187]: Exit. Jul 13 23:31:14 spider kernel: usb 2-1: USB disconnect, address 2 Jul 13 23:31:26 spider kernel: usb 2-1: new full speed USB device using ohci_hcd and address 3 [then execute modem_run manually ] >>>>>>>>>>>>>>>>>>>>>>>>> /var/syslog: Jul 13 23:27:31 spider kernel: usb 2-1: no stage 1 firmware found!<7>drivers/usb /atm/usb_atm.c: udsl_atm_open: vpi 0, vci 38 Jul 13 23:28:01 spider pppd[2187]: connect(0.38): Resource temporarily unavailab le Jul 13 23:28:01 spider kernel: usb 2-1: no stage 1 firmware found!<7>drivers/usb /atm/usb_atm.c: udsl_atm_open: firmware not loaded (-11)! Jul 13 23:32:20 spider kernel: usb 2-1: no stage 1 firmware found!<4> [ Executed modem_run manually ] usb 2-1: us bfs: interface 1 claimed while 'modem_run' sets config #1 Jul 13 23:32:20 spider kernel: usb 2-1: usbfs: interface 2 claimed while 'modem_ run' sets config #1 Jul 13 23:32:25 spider kernel: usb 2-1: usbfs: interface 0 claimed while 'modem_ run' sets config #1 Jul 13 23:32:25 spider kernel: usb 2-1: usbfs: interface 1 claimed while 'modem_ run' sets config #1 Jul 13 23:32:25 spider kernel: usb 2-1: usbfs: interface 2 claimed while 'modem_ run' sets config #1 Jul 13 23:32:43 spider kernel: usb 2-1: usbfs: process 2497 (modem_run) did not -----Original Message----- From: [EMAIL PROTECTED] on behalf of Duncan Sands Sent: Wed 7/13/2005 6:32 PM To: [email protected] Subject: [speedtouch] Re: Green modem, 2.6.12.2, firmware loader doesn't load, Error reading interrupts with modem-run > firmware.html> The default seems to be /lib/firmware but it could be > anywhere. On Slackware 10 (for instance) it's /usr/lib/hotplug/firmware. Look for FIRMWARE_DIRS in /etc/hotplug/firmware.agent Ciao, D. Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED] -- Binary/unsupported file stripped by Listar -- -- Type: application/ms-tnef -- File: winmail.dat Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]
