Website of Marko Merl
D-Link DWL-G650+ under Linux with ndiswrapper 
Wednesday, March 16, 2005, 05:51 PM - Linux
HOW-TO by myself:
-configure your kernel settings:
# PCCARD (PCMCIA/CardBus) support
#
CONFIG_PCCARD=y
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=y
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
# CONFIG_TCIC is not set
CONFIG_PCCARD_NONSTATIC=y

#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y

-save your kernel setting and compile it as always
-reboot your system
-download ndiswrapper-source from sourceforge.net
-download dwl-g650+ driver from the d-link ftp-server
-install the wireless-tools
-unpack and install the ndiswrapper as follows:
*cd ndiswrapper/
*make distclean
*make
*make install
-unpack the dlink driver to the root homedirectory
-load the driver with ndiswrapper:
ndiswrapper -i /path/to/*.inf

-check the status of the dlink driver:
ndiswrapper -l

-load the module ndiswrapper:
modprobe ndiswrapper

-when you get an error, change the directory /usr/src/linux-/ and make the modules:
make modules modules_install

-and reboot your system
-load your ndiswrapper module again
-type "lsmod" to list the loaded modules
-configure your wlan card:
iwconfig -[parameter]

-for more information about iwconfig use the manual "man iwconfig"
-for questions contact me
-HAVE FUN!!!
view entry ( 127 views )   |  permalink

<<First <Back | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |