Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Support Documents

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-07-2006, 06:48 PM
mindfrost82's Avatar
Administrator
 
Join Date: Mar 2006
Location: Illinois
Posts: 2,193
Sex: Male
My Mood:
Thanks: 5
Thanked 5 Times in 5 Posts
Send a message via ICQ to mindfrost82 Send a message via AIM to mindfrost82 Send a message via MSN to mindfrost82 Send a message via Yahoo to mindfrost82
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
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Support Documents


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:25 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Credit Card Consolidation | Myspace Layouts | Nationwide Building Society | Discount Magazine Subscriptions | Debt Consolidation



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109