Nao consigo conectar modem 3G e173 da claro (já pesquisei outras postagens)

Iniciado por Darly, 09 de Dezembro de 2010, 23:27

tópico anterior - próximo tópico

Darly

Ola pessoal,
Depois de muita pesquisa aqui no forum mesmo, tive q postar meu problema, pq todas as alternativas aqui do forum eu tentei e nenhuma delas funcionou comigo.
O problema é que preciso de uma conexao de internet pq estou na fase final do meu trabalho da faculdade e preciso do Ubuntu funcionando com internet.
Então eu tenho instalado o Ubuntu 9, e o problema é o seguinte: quando eu conecto o modem ele é reconhecido como driver de CD e como pendrive. testei algumas formas citadas aqui no forum para criar a conexao, editei o arquivo ppp/config, usei o comando udev, network manager... e nada
A questão é q nao tenho outro meio de acessar a internet, caso seja preciso baixar alguma coisa para o modem funcionar.
Então existe algum outro meio do modem funcionar??
Por favor...preciso da net funcionando pra instalar os programas que preciso para desenvolver meu trabalho.
Se alguem puder me ajudar ficarei imensamente grata ??? ::)

RonaldoRG

Você não especificou que modem usa. Se for 3G veja esse site: http://www.draisberghof.de/usb_modeswitch/

Só com esse programa que consigo usar o modem 3g direito.

T+.
Ubuntu 12.04

Darly

O modelo do modem é Huawei e173, eu também ja fui neste site, já baixei os arquivos e qd fui instalar o modem_usbmodeswitch aparece varias mensagens de erro.

zekkerj

Se vc postar as mensagens de erro aqui fica mais fácil de resolver.
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

Darly

Ai esta oq aparece qd tento instalar o usb-modeswitch:
*
*

root@ubuntu-laptop:/home/ubuntu/usb-modeswitch-1.1.5#  sudo make install
gcc -o usb_modeswitch usb_modeswitch.c -Wall -l usb
usb_modeswitch.c:56:17: error: usb.h: Arquivo ou diretório não encontrado
usb_modeswitch.c: In function 'main':
usb_modeswitch.c:346: warning: implicit declaration of function 'usb_init'
usb_modeswitch.c:349: warning: implicit declaration of function 'usb_set_debug'
usb_modeswitch.c:351: warning: implicit declaration of function 'usb_find_busses'
usb_modeswitch.c:352: warning: implicit declaration of function 'usb_find_devices'
usb_modeswitch.c:395: error: dereferencing pointer to incomplete type
usb_modeswitch.c:396: error: dereferencing pointer to incomplete type
usb_modeswitch.c:398: warning: implicit declaration of function 'usb_open'
usb_modeswitch.c:398: warning: assignment makes pointer from integer without a cast
usb_modeswitch.c:408: error: dereferencing pointer to incomplete type
usb_modeswitch.c:539: warning: implicit declaration of function 'usb_close'
usb_modeswitch.c: In function 'deviceDescription':
usb_modeswitch.c:597: error: dereferencing pointer to incomplete type
usb_modeswitch.c:598: warning: implicit declaration of function 'usb_get_string_simple'
usb_modeswitch.c:598: error: dereferencing pointer to incomplete type
usb_modeswitch.c:607: error: dereferencing pointer to incomplete type
usb_modeswitch.c:608: error: dereferencing pointer to incomplete type
usb_modeswitch.c:617: error: dereferencing pointer to incomplete type
usb_modeswitch.c:618: error: dereferencing pointer to incomplete type
usb_modeswitch.c: In function 'deviceInquire':
usb_modeswitch.c:650: warning: implicit declaration of function 'usb_claim_interface'
usb_modeswitch.c:655: warning: implicit declaration of function 'usb_clear_halt'
usb_modeswitch.c:657: warning: implicit declaration of function 'usb_bulk_write'
usb_modeswitch.c:663: warning: implicit declaration of function 'usb_bulk_read'
usb_modeswitch.c:690: warning: implicit declaration of function 'usb_release_interface'
usb_modeswitch.c: In function 'resetUSB':
usb_modeswitch.c:706: warning: implicit declaration of function 'sleep'
usb_modeswitch.c:708: warning: implicit declaration of function 'usb_reset'
usb_modeswitch.c: In function 'switchSendMessage':
usb_modeswitch.c:760: warning: implicit declaration of function 'usleep'
usb_modeswitch.c: In function 'switchConfiguration':
usb_modeswitch.c:825: warning: implicit declaration of function 'usb_set_configuration'
usb_modeswitch.c: In function 'switchAltSetting':
usb_modeswitch.c:841: warning: implicit declaration of function 'usb_set_altinterface'
usb_modeswitch.c: In function 'switchHuaweiMode':
usb_modeswitch.c:858: warning: implicit declaration of function 'usb_control_msg'
usb_modeswitch.c:858: error: 'USB_TYPE_STANDARD' undeclared (first use in this function)
usb_modeswitch.c:858: error: (Each undeclared identifier is reported only once
usb_modeswitch.c:858: error: for each function it appears in.)
usb_modeswitch.c:858: error: 'USB_RECIP_DEVICE' undeclared (first use in this function)
usb_modeswitch.c:858: error: 'USB_REQ_SET_FEATURE' undeclared (first use in this function)
usb_modeswitch.c: In function 'switchKobilMode':
usb_modeswitch.c:904: error: 'USB_TYPE_VENDOR' undeclared (first use in this function)
usb_modeswitch.c:904: error: 'USB_RECIP_DEVICE' undeclared (first use in this function)
usb_modeswitch.c:904: error: 'USB_ENDPOINT_IN' undeclared (first use in this function)
usb_modeswitch.c: In function 'switchSonyMode':
usb_modeswitch.c:958: warning: assignment makes pointer from integer without a cast
usb_modeswitch.c: In function 'detachDriver':
usb_modeswitch.c:992: warning: implicit declaration of function 'usb_get_driver_np'
usb_modeswitch.c:1008: warning: implicit declaration of function 'usb_detach_kernel_driver_np'
usb_modeswitch.c: In function 'checkSuccess':
usb_modeswitch.c:1100: warning: assignment makes pointer from integer without a cast
usb_modeswitch.c:1106: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1106: error: dereferencing pointer to incomplete type
usb_modeswitch.c: In function 'search_devices':
usb_modeswitch.c:1225: warning: implicit declaration of function 'usb_get_busses'
usb_modeswitch.c:1225: warning: assignment makes pointer from integer without a cast
usb_modeswitch.c:1225: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1227: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1227: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1229: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1229: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1230: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1251: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1258: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1258: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1260: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1270: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1279: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1281: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1284: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1285: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1312: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1312: error: dereferencing pointer to incomplete type
usb_modeswitch.c: In function 'find_first_bulk_output_endpoint':
usb_modeswitch.c:1334: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1337: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1338: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1339: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1339: error: 'USB_ENDPOINT_TYPE_MASK' undeclared (first use in this function)
usb_modeswitch.c:1339: error: 'USB_ENDPOINT_TYPE_BULK' undeclared (first use in this function)
usb_modeswitch.c:1340: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1340: error: 'USB_ENDPOINT_DIR_MASK' undeclared (first use in this function)
usb_modeswitch.c:1341: error: dereferencing pointer to incomplete type
usb_modeswitch.c: In function 'find_first_bulk_input_endpoint':
usb_modeswitch.c:1352: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1355: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1356: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1357: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1357: error: 'USB_ENDPOINT_TYPE_MASK' undeclared (first use in this function)
usb_modeswitch.c:1357: error: 'USB_ENDPOINT_TYPE_BULK' undeclared (first use in this function)
usb_modeswitch.c:1358: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1358: error: 'USB_ENDPOINT_DIR_MASK' undeclared (first use in this function)
usb_modeswitch.c:1359: error: dereferencing pointer to incomplete type
usb_modeswitch.c: In function 'get_current_configuration':
usb_modeswitch.c:1371: error: 'USB_TYPE_STANDARD' undeclared (first use in this function)
usb_modeswitch.c:1371: error: 'USB_RECIP_DEVICE' undeclared (first use in this function)
usb_modeswitch.c:1371: error: 'USB_REQ_GET_CONFIGURATION' undeclared (first use in this function)
usb_modeswitch.c: In function 'get_interface0_class':
usb_modeswitch.c:1385: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1386: error: dereferencing pointer to incomplete type
usb_modeswitch.c:1387: error: dereferencing pointer to incomplete type
make: ** [usb_modeswitch] Erro 1
root@ubuntu-laptop:/home/ubuntu/usb-modeswitch-1.1.5#

zekkerj

Citarusb_modeswitch.c:56:17: error: usb.h: Arquivo ou diretório não encontrado
Instale o pacote "kernel-headers-generic", ou o pacote de headers específico do kernel de sua máquina.
Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

Darly


RonaldoRG

Citação de: Darly online 10 de Dezembro de 2010, 21:33
A versão do Kernel é 2.6.31-22 - generic.
Eu fui no site: http://kernel.ubuntu.com/~kernel-ppa/mainline, mas qual versao eu devo baixar?
Instale pelo synaptic no menu Sistema. Na busca digite kernel-headers-generic
Dá dois cliques nele e manda aplicar.
T+.
Ubuntu 12.04

Darly

Poxa...bem que eu gostaria de fazer isso, mas nao tem como. Porque no Ubuntu nao tenho como acessar a net, para acessar o forum estou usando Windows. Ai eu terei q baixar o pacote pelo windows e depois instalar no Ubuntu.

Tota

Ola

Por curiosidade, o que tem nos arquivos dentro do modem?

Ele é reconhecido como cd, abra e verifique o conteúdo.

Deve ter uma pasta Linux lá dentro.

em caso afirmativo, poste aqui o conteúdo desta pasta.

pelo que li deste modem, basta conectar que ele é reconhecido no Ubuntu 9.04

[]'s

Darly

Os arquivos dentro da pasta sao:

7zr
data.bin
install
MobilePartner.bin
readme.txt
SysConfig.dat

RonaldoRG

Você pode tentar fazer o seguinte desplugue e plugue o modem até ele ser reconhecido ou liga o computador com ele já plugado.
As vezes ajuda. Caso consiga conectar com ele, tente refazer os procedimentos deste tópico.
T+.
Ubuntu 12.04

zekkerj

Pesquise antes de perguntar, sua dúvida pode já ter sido respondida.
Não respondo dúvidas por MP, coloque sua dúvida no fórum onde ela pode ser pesquisada pelos seus colegas!
Não venha ao fórum apenas para perguntar. Se você sabe a resposta de um problema, porque não ajudar seu colega? ;D

RonaldoRG

E será que a verão do kernel dela é esse?
Seria bom se ela postasse a versão pra a gente poder indicar a versão correta.
Ubuntu 12.04

Tota

Citação de: Darly online 10 de Dezembro de 2010, 23:05
Os arquivos dentro da pasta sao:

7zr
data.bin
install
MobilePartner.bin
readme.txt
SysConfig.dat

Isto está na pasta Linux? ou só tem isto?

Leia o readme.txt , deve ter as instruções de instalação, veja se tem algo sobre Linux, pois pelo que parece é só windows.