LinuxQuestions.org
Have you listened to LQ Radio?

Welcome to LinuxQuestions.org, a friendly and active Linux Community.

You are currently viewing LQ as a guest. By joining our community you will have access to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!

Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.

Are you new to LinuxQuestions.org? Visit the following links:
Site Howto | Site FAQ | Sitemap | Register Now

If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.

Go Back   LinuxQuestions.org > Linux Answers > Networking
User Name
Password

By barton at 2004-11-29 18:29
If you use this guide please offer a response. Also please ask questions I am willing to help. If you need and explanation do NOT hesitate to post. Enjoy!

1.
Code:
tar -zxvf ndiswrapper-0.11.tar.gz
2.
Code:
cd ndiswrapper-0.11
3.
Code:
make install
4.
Code:
ndiswrapper -i /mnt/cdrom/Drivers/wmpci54g.inf
5.
Code:
modprobe ndiswrapper
6.
Code:
ndiswrapper -l
Code:

Installed ndis drivers:
wmpci54g        driver present, hardware present
     
7.
Code:
ndiswapper -m
Code:
Adding "alias wlan0 ndiswrapper" to /etc/modules.conf
8.
Code:
dhcpcd wlan0
9.
Code:
iwconfig wlan0
Code:

wlan0     IEEE 802.11b  ESSID:"linksys"
          Mode:Managed  Frequency:2.437GHz  Access Point: 00:0F:66:58:7E:A6
          Bit Rate:18Mb/s   Tx-Power:14 dBm
          RTS thr:2347 B   Fragment thr:2346 B
          Encryption key:off
          Power Management:off
          Link Quality:94/100  Signal level:-53 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:347  Invalid misc:7753   Missed beacon:0
     
Open /etc/rc.d/rc.wireless.conf
Scroll down until you see this:
Code:
## --------- START SECTION TO REMOVE -----------
## Pick up any Access Point, should work on most 802.11 cards
*)
    INFO="Any ESSID"
    ESSID="any"
    ;;
## ---------- END SECTION TO REMOVE ------------
Edit it to match this:
Code:
## --------- START SECTION TO REMOVE -----------
## Pick up any Access Point, should work on most 802.11 cards
*)
    INFO="linksys"
    ESSID="linksys"
    CHANNEL="6"
    ;;
## ---------- END SECTION TO REMOVE ------------
Save it.

Open /etc/rc.d/rc.local and add this to the end of the file:
Code:
/etc/rc.d/rc.wireless wlan0
/sbin/dhcpcd wlan0
Save it.

You are finished. Now the wireless card will be ready to use every time you boot up.
Questions or comments, please post.
37 comments

read full thread



Add LQ To Your Yahoo Add LQ To Your Google Add LQ To Your MSN Add LQ To Your Blog
All times are GMT -5. The time now is 12:39 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Open Source Consulting | Domain Registration