[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

DWL-650+ problem.



Hi.
I have a network card DWL-650+
I found that the drivers acx100 should  work.
download acx100-0.2.0pre8 
I download kernel 2.6.10, compile it and run on that kernel.
Than I try compile this drivers but it still doesn't work
Can somebody help me run that  drivers?
Probably I missing something in the steps, or I don't understand very well 
instruction. 
Thanks for help.
Mariusz

in acx100-0.2.0pre8 catalog I type command 


shop-8:/home/kajko/install/acx100-0.2.0pre8# ./Configure
Kernel version file: /lib/modules/2.6.10/build/include/linux/version.h
Kernel configuration file: /lib/modules/2.6.10/build/.config
Make damn sure these really match your currently running kernel!!

Kernel configuration found, performing sanity checks
All of the following items are required by the driver:
    Loadable modules support is enabled.
    Wireless LAN (non-hamradio) support is enabled.
    Wireless extensions support is enabled.
The following is needed for PCMCIA/CardBus cards:
    PCMCIA support is enabled.
    CardBus support is enabled.
The following is needed for USB cards:
    USB support is enabled.
The following is needed for PCI card support:
    PCI support is enabled.
Kernel configuration satisfies the minimum requirements, continuing.
Wireless header file is WIRELESS_EXT version 17.
Symmetric multiprocessing support (CONFIG_SMP) is disabled.
shop-8:/home/kajko/install/acx100-0.2.0pre8#     

shop-8:/home/kajko/install/acx100-0.2.0pre8# make config.mk
make: `config.mk' is up to date.
shop-8:/home/kajko/install/acx100-0.2.0pre8#   

shop-8:/home/kajko/install/acx100-0.2.0pre8# make driver
make -C src
make[1]: Entering directory `/home/kajko/install/acx100-0.2.0pre8/src'
if test -n ; then \
mkdir -p /home/kajko/install/acx100-0.2.0pre8/src/tmp; \
cp /lib/modules/2.6.10/build/.config /home/kajko/install/acx100-0.2.0pre8/src/tmp; 
\
fi
# use "make V=1" to see full compile execution
make -C /lib/modules/2.6.10/build 
SUBDIRS=/home/kajko/install/acx100-0.2.0pre8/src  \
        MODVERDIR=/home/kajko/install/acx100-0.2.0pre8/src 
WLAN_HOSTIF=WLAN_PCI modules
make[2]: Entering directory `/usr/src/linux-2.6.10'
  Building modules, stage 2.
  MODPOST
*** Warning: "__muldf3" [/home/kajko/install/acx100-0.2.0pre8/src/acx_pci.ko] 
undefined!
*** Warning: "__adddf3" [/home/kajko/install/acx100-0.2.0pre8/src/acx_pci.ko] 
undefined!
*** Warning: 
"__fixunsdfsi" [/home/kajko/install/acx100-0.2.0pre8/src/acx_pci.ko] 
undefined!
*** Warning: 
"__floatsidf" [/home/kajko/install/acx100-0.2.0pre8/src/acx_pci.ko] 
undefined!
make[2]: Leaving directory `/usr/src/linux-2.6.10'
# ugh, very bloody hack, but I don't know how to make
# the Makefile accept the different filenames USB uses. Anyone?
if test -n ""; then \
cd ; \
fi
/bin/ln -f -s acx80211frm.c acx_usb_80211frm.c
/bin/ln -f -s acx100_conv.c acx_usb_conv.c
/bin/ln -f -s acx100_helper.c acx_usb_helper.c
/bin/ln -f -s acx100_helper2.c acx_usb_helper2.c
/bin/ln -f -s idma.c acx_usb_idma.c
/bin/ln -f -s ihw_usb.c acx_usb_ihw.c
/bin/ln -f -s acx100_ioctl.c acx_usb_ioctl.c
/bin/ln -f -s acx100_usb.c acx_usb_main.c
if test -n ""; then \
cd -; \
fi
make -C /lib/modules/2.6.10/build 
SUBDIRS=/home/kajko/install/acx100-0.2.0pre8/src  \
        MODVERDIR=/home/kajko/install/acx100-0.2.0pre8/src 
WLAN_HOSTIF=WLAN_USB modules
make[2]: Entering directory `/usr/src/linux-2.6.10'
  CC [M]  /home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.o
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c: In function 
`acx100_issue_cmd':
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c:163: error: structure 
has no member named `timeout'
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c:190: error: structure 
has no member named `timeout'
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c:103: warning: unused 
variable `len'
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c:103: warning: unused 
variable `buf'
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c:104: warning: unused 
variable `i'
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c:104: warning: unused 
variable `flags'
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c: In function 
`acx100usb_control_complete':
/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.c:238: warning: unused 
variable `priv'
make[3]: *** [/home/kajko/install/acx100-0.2.0pre8/src/acx_usb_ihw.o] Error 1
make[2]: *** [_module_/home/kajko/install/acx100-0.2.0pre8/src] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.10'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/kajko/install/acx100-0.2.0pre8/src'
make: *** [driver] Error 2
shop-8:/home/kajko/install/acx100-0.2.0pre8#                      




Reply to: