Opened 13 months ago
Closed 12 months ago
#2544 closed (fixed)
Vodafone k5005 not properly intergated?
| Reported by: | kevke | Owned by: | |
|---|---|---|---|
| Keywords: | Cc: |
Description
Using build 19224 for the Buffalo wzr-hp-ag300h (this is maybe the case for others), the vodafone/huawei does not properly integrate itself in dd-wrt
<6>[ 47.470000] usb 1-1: New USB device found, idVendor=12d1, idProduct=14c8 <6>[ 47.470000] usb 1-1: New USB device strings: Mfr=4, Product=3, SerialNumber=0 <6>[ 47.480000] usb 1-1: Product: Vodafone Mobile Broadband (Huawei) <6>[ 47.490000] usb 1-1: Manufacturer: Vodafone Group (Huawei) <6>[ 47.520000] br0: port 3(ath0) entering forwarding state <6>[ 47.540000] scsi2 : usb-storage 1-1:1.5 <6>[ 47.550000] scsi3 : usb-storage 1-1:1.6 <5>[ 48.540000] scsi 2:0:0:0: CD-ROM Vodafone CD ROM (Huawei) 2.31 PQ: 0 ANSI: 0 <5>[ 48.550000] scsi 3:0:0:0: Direct-Access Vodafone Storage (Huawei) 2.31 PQ: 0 ANSI: 2 <5>[ 48.560000] sd 3:0:0:0: [sda] Attached SCSI removable disk
Also in the event, that the stick gets reattached, it remains 14c3 and is not switched to 14c8
<6>[ 809.020000] usb 1-1: USB disconnect, device number 3 <6>[ 819.230000] usb 1-1: new high-speed USB device number 4 using ar71xx-ehci <6>[ 819.380000] usb 1-1: New USB device found, idVendor=12d1, idProduct=14c3 <6>[ 819.380000] usb 1-1: New USB device strings: Mfr=3, Product=2, SerialNumber=0 <6>[ 819.390000] usb 1-1: Product: Vodafone Mobile Broadband (Huawei) <6>[ 819.400000] usb 1-1: Manufacturer: Vodafone Group (Huawei) <6>[ 819.410000] scsi4 : usb-storage 1-1:1.0 <6>[ 819.420000] scsi5 : usb-storage 1-1:1.1 <5>[ 820.410000] scsi 4:0:0:0: CD-ROM Vodafone CD ROM (Huawei) 2.31 PQ: 0 ANSI: 0 <5>[ 820.420000] scsi 5:0:0:0: Direct-Access Vodafone Storage (Huawei) 2.31 PQ: 0 ANSI: 2 <5>[ 820.430000] sd 5:0:0:0: [sda] Attached SCSI removable disk <4>[ 820.490000] sr0: scsi-1 drive <7>[ 820.490000] sr 4:0:0:0: Attached scsi CD-ROM sr0
Change History (6)
comment:1 follow-up: ↓ 2 Changed 13 months ago by LOM
comment:2 in reply to: ↑ 1 Changed 13 months ago by kevke
Replying to LOM:
K5005 is a new stick, it is not yet supported by the option driver.
do
rmmod usbserial;insmod usbserial vendor=0x12d1 product=0x14c8
which ought to create your /dev/usb/tts/x devices.
Is this a permanent solution, or is it to be done everytime the router boots?
comment:3 follow-up: ↓ 4 Changed 13 months ago by kevke
root@DD-WRT:~# rmmod usbserial;insmod usbserial vendor=0x12d1 product=0x14c8 rmmod: usbserial: Resource temporarily unavailable insmod: cannot insert '/lib/modules/3.2.16-svn19110/kernel/drivers/usb/serial/usbserial.ko': File exists
comment:4 in reply to: ↑ 3 Changed 13 months ago by kevke
Anyway:
230 ("usb_modeswitch -v 0x12d1 -p 0x14c3 -M 55534243123456780000000000000011062000000100000000000000000000"); 231 system [...] 544 {0x12d1, 0x14c3, "option", "0", "0", 2, &modeswitch_huawei, "Vodafone (Huawei) K5005"}, 547 {0x12d1, 0x14c8, "option", "0", "0", 2, NULL, "Vodafone (Huawei) K5005"},
I know that just because it is in there, it does not have to work. But so just you ppl know.
comment:5 Changed 13 months ago by LOM
If that is a build compiled by yourself, then flag 12d1:14c8 as GENERIC (see 19d2:0257 as example, otherwise you'll have to wait for a build with either an updated lib3g.c or an updated option.c
But first do a cat/proc/bus/usb/devices of 12d1:14c3 and then of 12d1:14c8 and pm me the output.
comment:6 Changed 12 months ago by LOM
- Resolution set to fixed
- Status changed from new to closed

K5005 is a new stick, it is not yet supported by the option driver.
do
rmmod usbserial;insmod usbserial vendor=0x12d1 product=0x14c8
which ought to create your /dev/usb/tts/x devices.