![]() |
|
|
||||
|
D-Link DWL-650+ Wireless Card
Compiling module:
1. cd /usr/local 2. cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acx100 co acx100 3. cd acx100 4. make 5. cd firmware 6. cp *.BIN ../src 7. cd ../src Installing the module & firmware: 1. mv acx100_pci.o /lib/modules/`uname -r`/kernel/drivers/net 2. mkdir /lib/modules/acx100_firmware 3. mv *.BIN /lib/modules/acx100_firmware 4. gedit /etc/modules.conf 5. depmod -a 6. grep -i acx100 /lib/modules/`uname -r`/modules.pcimap 7. Insert card and modprobe acx100_pci 8. lsmod | grep acx100_pci Testing the module: 1. ifconfig -a 2. ifconfig eth# 192.168.0.150 3. iwconfig 4. iwconfig eth# mode managed channel # essid XXXX rate 22M nickname XXXX 5. iwconfig 6. route add default gw 192.168.0.1 eth# 7. ping -c 4 192.168.0.1 8. gedit /etc/resolv.conf and add nameserver 192.168.0.1 9. ping -c 4 www.yahoo.com Configuring the interface (for Slackware): 1. gedit /etc/rc.d/rc.inet1.conf 2. gedit /etc/modules.conf and add post-install acx100_pci /usr/sbin/setup_acx100 3. Create text file and add #!/bin/sh iwconfig eth# mode Managed rate 22M essid XXXX sleep 2 iwconfig eth# essid XXXX 4. Save the file as /usr/sbin/setup_acx100 5. chmod u+x /usr/sbin/setup_acx100 |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|