Autor Tópico: Instalação ndiswrapper  (Lida 987 vezes)

Offline ulissesodisseu

  • Usuário Ubuntu
  • *
  • Mensagens: 1
    • Ver perfil
Instalação ndiswrapper
« Online: 20 de Dezembro de 2009, 20:20 »
Olá pessoal,

                 Seguinte... estou com problemas para instalar o ndiswrapper... O problema na verdade é que depois que instalei o Ubuntu 9.10 o melhor que consegui foi instalar o ndiswrapper atraves do apt-get e instalando a versão utils 1.9... e colocando um driver que tenho aqui de backup da placa de rede sem fio, e com esta configuração minha placa visualizava outras redes porem não conectava (fiz diversas tentativas com outrs drivers baixados da internet e maioria nem habilitava minha rede sem fio...)... Segui alguns tutoriais para configuração do ndiswrapper e para preparação e configuração minha conexão sem fio porem sem sucesso ainda...
               Quando tento instalar o ndiswrapper através da maneira padrão (baixando o pacote e utilizando o make) acontece esse problema:

Citar
  make -C driver
make[1]: Entrando no diretório `/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver'
make -C /usr/src/linux-headers-2.6.31-16-generic SUBDIRS=/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver
make[2]: Entrando no diretório `/usr/src/linux-headers-2.6.31-16-generic'
  CC [M]  /home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.o
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c: In function ‘ndis_translate_scan’:
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1039: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1039: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1039: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
include/net/iw_handler.h:517: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned int’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1039: error: too few arguments to function ‘iwe_stream_add_event’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1049: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1049: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1049: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_event *’ but argument is of type ‘UCHAR *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1049: error: too few arguments to function ‘iwe_stream_add_point’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1055: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1055: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1055: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
include/net/iw_handler.h:517: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned int’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1055: error: too few arguments to function ‘iwe_stream_add_event’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1066: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1066: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1066: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
include/net/iw_handler.h:517: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned int’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1066: error: too few arguments to function ‘iwe_stream_add_event’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1081: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1081: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1081: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
include/net/iw_handler.h:517: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned int’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1081: error: too few arguments to function ‘iwe_stream_add_event’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1095: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1095: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
include/net/iw_handler.h:517: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1095: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
include/net/iw_handler.h:517: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned int’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1095: error: too few arguments to function ‘iwe_stream_add_event’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1106: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1106: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1106: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_event *’ but argument is of type ‘UCHAR *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1106: error: too few arguments to function ‘iwe_stream_add_point’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1122: warning: passing argument 1 of ‘iwe_stream_add_value’ from incompatible pointer type
include/net/iw_handler.h:569: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1122: warning: passing argument 4 of ‘iwe_stream_add_value’ from incompatible pointer type
include/net/iw_handler.h:569: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1122: warning: passing argument 5 of ‘iwe_stream_add_value’ makes pointer from integer without a cast
include/net/iw_handler.h:569: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned int’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1122: error: too few arguments to function ‘iwe_stream_add_value’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1133: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1133: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1133: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1133: error: too few arguments to function ‘iwe_stream_add_point’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1139: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1139: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1139: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1139: error: too few arguments to function ‘iwe_stream_add_point’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1162: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_request_info *’ but argument is of type ‘char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1162: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘char *’ but argument is of type ‘struct iw_event *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1162: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
include/net/iw_handler.h:542: note: expected ‘struct iw_event *’ but argument is of type ‘unsigned char *’
/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.c:1162: error: too few arguments to function ‘iwe_stream_add_point’
make[3]: ** [/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver/iw_ndis.o] Erro 1
make[2]: ** [_module_/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver] Erro 2
make[2]: Saindo do diretório `/usr/src/linux-headers-2.6.31-16-generic'
make[1]: ** [default] Erro 2
make[1]: Saindo do diretório `/home/ulisses/bcm4311/ndiswrapper/ndiswrapper-1.52/driver'
make: ** [all] Erro 2

Já tentei as versão 1.48, 1.52 e 1.55 do ndiswrapper e todos apresentam esse problema na hora de compilar...
Links dos tutoriais que segui para alguns esclarecimentos das minhas tentivas feitas até agora:
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper
https://help.ubuntu.com/community/WifiDocs/Device/Broadcom_BCM4311_rev_01_%28ndiswrapper%29
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff

Se alguem puder me auxiliar ficaria muito grato!