installazione driver wirless usb

Riconoscimento, installazione e configurazione delle periferiche.
io sono
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 313
Iscrizione: sabato 23 dicembre 2006, 8:25

installazione driver wirless usb

Messaggio da io sono »

Ciao a tutti

ho provato a installare i driver della mia antenna usb wireless presi dal cd fornito dal produttore, ma nonostante segua le istruzioni, mi da errore nel fare make e il driver non risulta caricato

Codice: Seleziona tutto

root@salvatore-laptop:/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0# make
make both
make[1]: Entering directory `/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0'
make clean
make[2]: Entering directory `/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0'
rm -rf .tmp_versions .*.cmd *.ko *.mod.c *.mod.o *.o src/*.o  src/.*.o.cmd menudbg apdbg winevl_iface
make[2]: Leaving directory `/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0'
make ZD1211REV_B=0
make[2]: Entering directory `/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0'
/lib/modules/2.6.20-16-generic/build
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0
-I/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/include -fomit-frame-pointer -O2 -Wall -Wstrict-prototypes -pipe -Wno-unused -DZDCONF_WE_STAT_SUPPORT=1 -DHOST_IF_USB -DAMAC -DGCCK -DOFDM -DHOSTAPD_SUPPORT -DUSE_EP4_SET_REG -DDOWNLOADFIRMWARE -DfTX_GAIN_OFDM=0 -DfNEW_CODE_MAP=1 -DfWRITE_WORD_REG=1 -DfREAD_MUL_REG=1 -DENHANCE_RX=1 -DZDCONF_MENUDBG -DZDCONF_APDBG -DPRODUCTION -DZDCONF_BANDEDGE_ADJUST -DZDCONF_SES_SUPPORT=1 -DZD1211 -DZDCONF_LP_SUPPORT=0
src/zd1205.o src/zdreq.o src/zdasocsvc.o src/zdauthreq.o src/zdauthrsp.o src/zdmmrx.o src/zdshared.o src/zdhci.o src/zdglobal.o src/zdencrypt.o src/zdpmfilter.o src/zdpsmon.o src/zdsynch.o src/zdbuf.o src/zd1205_proc.o src/zdhw.o src/zddebug.o src/zdtkipseed.o src/zdmic.o src/zddebug2.o src/zdlpmgt.o src/zdturbo_burst.o src/zdusb.o src/zdmisc.o src/zd1211.o
make -C /lib/modules/2.6.20-16-generic/build SUBDIRS=/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0 modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.20-16-generic'
  CC [M]  /home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.o
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:34:26: error: linux/config.h: No such file or directory
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:444: warning: initialization from incompatible pointer type
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:472: error: expected declaration specifiers or ‘...’ before ‘write’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:472: error: expected declaration specifiers or ‘...’ before ‘fd’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:472: error: expected declaration specifiers or ‘...’ before ‘buf’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:472: error: expected declaration specifiers or ‘...’ before ‘count’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:473: warning: type defaults to ‘int’ in declaration of ‘_syscall3’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:473: error: expected ‘,’ or ‘;’ before ‘_syscall3’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:478: error: ‘dot11A_Channel’ undeclared here (not in a function)
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c: In function ‘zd1205_ioctl_setmode’:
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:6594: warning: passing argument 2 of ‘test_and_set_bit’ from incompatible pointer type
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:6668: warning: passing argument 2 of ‘clear_bit’ from incompatible pointer type
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c: In function ‘zd1205_load_card_setting’:
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:8499: warning: implicit declaration of function ‘open’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:8516: warning: implicit declaration of function ‘read’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:8520: warning: implicit declaration of function ‘close’
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c: In function ‘zd1205_save_card_setting’:
/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.c:8672: warning: implicit declaration of function ‘write’
make[4]: *** [/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0/src/zd1205.o] Error 1
make[3]: *** [_module_/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.20-16-generic'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0'
make[1]: *** [both] Error 2
make[1]: Leaving directory `/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0'
make: *** [all] Error 2
root@salvatore-laptop:/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0# modprobe –v zd1211
FATAL: Module –v not found.
root@salvatore-laptop:/home/salvatore/Desktop/wire/Linux/ZD1211LnxDrv_2_15_0_0# 
cosa posso fare?

grazie
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re: installazione driver wirless usb

Messaggio da Guiodic »

quei driver ci sono già con il kernel

sudo modprobe zd1211rw
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 13 ospiti