I just downloaded the speedtouch driver and tried to
install it.
I have suse 8.2. configure worked fine.
I was unable to install linux-atm
as I got the following messages
kernel.c: In function `send_setup':
kernel.c:91: error: `QF_aal_mode' undeclared (first use
in this function)
kernel.c:91: error: (Each undeclared identifier is
reported only once
kernel.c:91: error: for each function it appears in.)
kernel.c: In function `send_connect':
kernel.c:144: error: `QF_aal_mode' undeclared (first use
in this function)
kernel.c: In function `send_modify_ack':
kernel.c:184: error: `QF_type_of_report' undeclared
(first use in this function)
Neverless, I have already the "linux-atm" installed in my
linux-box, so I just
comment out the "cd linux-atm && $(MAKE) ..."
I also made some minor modifications to the file
firmware_loader/src/pusb-linux.c :
/*
ctrl.bRequestType = request_type;
ctrl.bRequest = request;
ctrl.wValue = value;
ctrl.wIndex = index;
ctrl.wLength = size;
ctrl.timeout = timeout;
ctrl.data = buf;
*/
ctrl.requesttype = request_type;
ctrl.request = request;
ctrl.value = value;
ctrl.index = index;
ctrl.length = size;
ctrl.timeout = timeout;
ctrl.data = buf;
because I use suse 8.2 and I follow the definition of the
structure usbdevfs_ctrltransfe in the
file /include/linux/usbdevice_fs.h
Doing this changes, I was able to compile finely the
software and then installed it (make install). When I
plugged the modem, I heared the beep. But I was not
connected to internet as when I did a ping (ping
217.12.3.11) , I got the message, network unreachable!!
The last writing in the file /var/log/messages
Dec 12 11:56:56 linux1 kernel: hub.c: new USB device
00:03.1-1, assigned address 3
Dec 12 11:56:56 linux1 kernel: usb.c: USB device 3
(vend/prod 0x6b9/0x4061) is not claimed by any active
driver.
Dec 12 11:57:00 linux1 kernel: usb.c: registered new
driver speedtch
Dec 12 11:57:00 linux1 insmod:
Using /lib/modules/2.4.20-
4GB/kernel/drivers/usb/speedtch.o
Dec 12 11:57:00 linux1 insmod: Symbol version prefix ''
Dec 12 11:57:00 linux1 modem_run[7936]: modem_run
version 1.2-beta2 started by root uid 0
Dec 12 11:57:02 linux1 kernel: usb_control/bulk_msg:
timeout
Dec 12 11:57:02 linux1 kernel: usbdevfs:
USBDEVFS_BULK failed dev 3 ep 0x85 len 512 ret -110
Dec 12 11:57:18 linux1 modem_run[7936]: ADSL
synchronization has been obtained
Dec 12 11:57:18 linux1 modem_run[7936]: ADSL line is
up (384 kbit/s down | 64 kbit/s up)
Dec 12 11:57:19 linux1 kernel: usbdevfs: process 7979
(modem_run) did not claim interface 0 before use
Dec 12 11:57:23 linux1 pppd[7986]: Plugin pppoatm.so
loaded.
Dec 12 11:57:23 linux1 kernel: CSLIP: code copyright
1989 Regents of the University of California
Dec 12 11:57:23 linux1 kernel: PPP generic driver
version 2.4.2
Dec 12 11:57:23 linux1 pppd[7986]: PPPoATM plugin_init
Dec 12 11:57:23 linux1 pppd[7986]: PPPoATM
setdevname - remove unwanted options
Dec 12 11:57:23 linux1 pppd[7986]: PPPoATM
setdevname_pppoatm - SUCCESS:8.35
Dec 12 11:57:23 linux1 pppd[7986]: pppd 2.4.2b3
started by root, uid 0
Dec 12 11:57:23 linux1 kernel: atm_connect (TX: cl
1,bw 0-0,sdu 16386; RX: cl 1,bw 0-0,sdu 1502,AAL 5)
Dec 12 11:57:23 linux1 pppd[7986]: Using interface ppp0
Dec 12 11:57:23 linux1 pppd[7986]: Connect: ppp0 <--
> 8.35
Dec 12 11:57:53 linux1 pppd[7986]: LCP: timeout
sending Config-Requests
Dec 12 11:57:53 linux1 pppd[7986]: Connection
terminated.
Dec 12 11:57:53 linux1 pppd[7986]: Fatal signal 11
Dec 12 11:57:53 linux1 pppd[7986]: Exit.
What is the problem?
I also rebooted the machine. At the login, I got the beep
and the following message from /var/log/messages
Dec 12 12:15:26 linux1 kernel: Linux video capture
interface: v1.00
Dec 12 12:15:28 linux1 modem_run[1277]: ADSL
synchronization has been obtained
Dec 12 12:15:28 linux1 modem_run[1277]: ADSL line is
up (384 kbit/s down | 64 kbit/s up)
Dec 12 12:15:28 linux1 kernel: eth0: no IPv6 routers
present
Dec 12 12:15:29 linux1 kernel: usbdevfs: process 1607
(modem_run) did not claim interface 0 before use
Dec 12 12:15:33 linux1 pppd[2232]: Plugin pppoatm.so
loaded.
Dec 12 12:15:33 linux1 kernel: CSLIP: code copyright
1989 Regents of the University of California
Dec 12 12:15:33 linux1 kernel: PPP generic driver
version 2.4.2
Dec 12 12:15:33 linux1 pppd[2232]: PPPoATM plugin_init
Dec 12 12:15:33 linux1 pppd[2232]: PPPoATM
setdevname - remove unwanted options
Dec 12 12:15:33 linux1 pppd[2232]: PPPoATM
setdevname_pppoatm - SUCCESS:8.35
Dec 12 12:15:33 linux1 pppd[2232]: pppd 2.4.2b3
started by root, uid 0
Dec 12 12:15:33 linux1 kernel: atm_connect (TX: cl
1,bw 0-0,sdu 16386; RX: cl 1,bw 0-0,sdu 1502,AAL 5)
Dec 12 12:15:33 linux1 pppd[2232]: Using interface ppp0
Dec 12 12:15:33 linux1 pppd[2232]: Connect: ppp0 <--
> 8.35
Dec 12 12:15:37 linux1 kdm[2208]: pam_unix2: session
started for user root, service xdm
Dec 12 12:15:37 linux1 resmgr[1351]: accepted
connection from user root
Dec 12 12:15:37 linux1 resmgr[1351]: disconnect from
root
Dec 12 12:16:03 linux1 pppd[2232]: LCP: timeout
sending Config-Requests
Dec 12 12:16:03 linux1 pppd[2232]: Connection
terminated.
Dec 12 12:16:03 linux1 pppd[2232]: Fatal signal 11
Dec 12 12:16:03 linux1 pppd[2232]: Exit.
Thanks for help.
Dec 12 12:15:26 linux1 kernel: Linux video capture
interface: v1.00
Dec 12 12:15:28 linux1 modem_run[1277]: ADSL
synchronization has been obtained
Dec 12 12:15:28 linux1 modem_run[1277]: ADSL line is
up (384 kbit/s down | 64 kbit/s up)
Dec 12 12:15:28 linux1 kernel: eth0: no IPv6 routers
present
Dec 12 12:15:29 linux1 kernel: usbdevfs: process 1607
(modem_run) did not claim interface 0 before use
Dec 12 12:15:33 linux1 pppd[2232]: Plugin pppoatm.so
loaded.
Dec 12 12:15:33 linux1 kernel: CSLIP: code copyright
1989 Regents of the University of California
Dec 12 12:15:33 linux1 kernel: PPP generic driver
version 2.4.2
Dec 12 12:15:33 linux1 pppd[2232]: PPPoATM plugin_init
Dec 12 12:15:33 linux1 pppd[2232]: PPPoATM
setdevname - remove unwanted options
Dec 12 12:15:33 linux1 pppd[2232]: PPPoATM
setdevname_pppoatm - SUCCESS:8.35
Dec 12 12:15:33 linux1 pppd[2232]: pppd 2.4.2b3
started by root, uid 0
Dec 12 12:15:33 linux1 kernel: atm_connect (TX: cl
1,bw 0-0,sdu 16386; RX: cl 1,bw 0-0,sdu 1502,AAL 5)
Dec 12 12:15:33 linux1 pppd[2232]: Using interface ppp0
Dec 12 12:15:33 linux1 pppd[2232]: Connect: ppp0 <--
> 8.35
Dec 12 12:15:37 linux1 kdm[2208]: pam_unix2: session
started for user root, service xdm
Dec 12 12:15:37 linux1 resmgr[1351]: accepted
connection from user root
Dec 12 12:15:37 linux1 resmgr[1351]: disconnect from
root
Dec 12 12:16:03 linux1 pppd[2232]: LCP: timeout
sending Config-Requests
Dec 12 12:16:03 linux1 pppd[2232]: Connection
terminated.
Dec 12 12:16:03 linux1 pppd[2232]: Fatal signal 11
Dec 12 12:16:03 linux1 pppd[2232]: Exit.
Logged In: YES
user_id=910045
This driver is specifically made for SuSE 9 Pro.