Como fazer o modem USB Franklin U600 funcionar?

0

usb-devices mostra:

T:  Bus=02 Lev=03 Prnt=08 Port=01 Cnt=01 Dev#= 10 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1fac ProdID=0150 Rev=00.00
S:  Manufacturer=Franklin Wireless Corp.
S:  Product=USB Micro SD Storage
S:  SerialNumber=220671445300
C:  #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage

lsusb mostra:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 2232:1020  
Bus 002 Device 003: ID 8086:0189 Intel Corp. 
Bus 002 Device 008: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 002 Device 009: ID 0425:0001 Motorola Semiconductors HK, Ltd 
Bus 002 Device 010: ID 1fac:0150 

Então, meu Ubuntu não quer ver o modem usb como modem, e estou tendo problemas com ele.

    
por Max L 18.12.2012 / 09:04

1 resposta

0

Tente isto:

sudo nano /etc/usb_modeswitch.d/franklin-u600.conf

Cole o seguinte dentro do arquivo:

########################################################
# Franklin Wireless U600

DefaultVendor= 0x1fac
DefaultProduct=0x0150

TargetVendor=  0x1fac
TargetProduct= 0x0151

MessageContent="555342431234567824000000800108df200000000000000000000000000000"

Salve e saia. Não me lembro se uma reinicialização é necessária, então reinicie o computador só para ter certeza.

    
por Eric Carvalho 18.12.2012 / 21:06