|
|
Home Linux and 3G Forum
|
|
PHARscape 3G Datacards and Linux
|
| View previous topic :: View next topic |
| Author |
Message |
Jerry
Joined: 19 Mar 2007 Posts: 2

|
Posted: Mon Mar 19, 2007 8:15 am Post subject: 3G/GPRS data card in Kernel 2.4.31 |
|
|
it doesn't work in kernel 2.4.31 , Redhat 7.3
#dmesg
usb.c: new USB bus registered, assigned bus number 5
hub.c: USB hub found
hub.c: 1 port detected
hub.c: new USB device 02:00.1-1, assigned address 2
usb.c: USB device not accepting new address=2 (error=-110)
hub.c: new USB device 02:00.1-1, assigned address 3
usb.c: USB device not accepting new address=3 (error=-110)
hub.c: new USB device 02:00.1-1, assigned address 4
usb.c: USB device 4 (vend/prod 0xaf0/0x6300) is not claimed by any active driver.
# cat /proc/bus/usb/devices
P: Vendor=0af0 ProdID=6300 Rev= 0.00
S: Manufacturer=Option N.V.
S: Product=Fusion UMTS Quad-GPRS
S: SerialNumber=?Serial Numbe
C:* #Ifs= 3 Cfg#= 1 Atr=a0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=84(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=05(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 1
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
# modprobe usbserial vendor=0xaf0 product=0x6300
/lib/modules/2.4.31/kernel/drivers/usb/serial/usbserial.o: invalid parameter parm_vendor
/lib/modules/2.4.31/kernel/drivers/usb/serial/usbserial.o: insmod /lib/modules/2.4.31/kernel/drivers/usb/serial/usbserial.o failed
/lib/modules/2.4.31/kernel/drivers/usb/serial/usbserial.o: insmod usbserial failed |
|
| Back to top |
|
 |
Paul Site Admin
Joined: 08 Oct 2004 Posts: 505 Location: UK and Belgium

|
Posted: Tue Mar 20, 2007 2:22 pm Post subject: |
|
|
Hi Jerry,
I know this works for 2.4.20 kernels (Redhat 9) so I don't know what has changed since then (reading the kernel change notes might help you).
For some reason the usbserial module that you have with your kernel 2.4.31 does not like the vendor parameter:
Try this:
| Code: | | modprobe usbserial vendor=0x0af0 product=0x6300 |
Cheers,
Paul |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
|
|
|
|