From 63cef99c1cbe5fe81dbe12357dff2ae695d5e359 Mon Sep 17 00:00:00 2001 From: dude <> Date: Thu, 3 Jun 2004 21:37:11 +0000 Subject: [PATCH] READY TO PUBLISH. This How-to should be considered obsolete and no longer up-to-date and is offered up for adoption since I no longer have the equipment to make sure this stuff works --- .../docbook/Wireless-Link-sys-WPC11.sgml | 66 +++++++++++-------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/LDP/howto/docbook/Wireless-Link-sys-WPC11.sgml b/LDP/howto/docbook/Wireless-Link-sys-WPC11.sgml index b25f4cce..fe9196f6 100644 --- a/LDP/howto/docbook/Wireless-Link-sys-WPC11.sgml +++ b/LDP/howto/docbook/Wireless-Link-sys-WPC11.sgml @@ -22,6 +22,19 @@ + + 2.2.4 + 2004-06-03 + gea + + + Cleaning up this HOW-TO. I have since moved on and + offer this document for adoption or at least consider it + obsolete at this time. Also my (ex) girl friend never did + write the documentation to how she got the card working with + Suse. Sorry. + + 2.2.3 2003-07-31 @@ -130,19 +143,6 @@ Where to Get Most Recent Updates The most recent updates to this mini-doc are at the mung[dot]net. If you mirror this document, please try to keep it the most recent one. - - Request for Help - These are things that still need to be included and on which I would appreciate any input. - - - Get WEP working - - - Support other distributions? - - - - @@ -165,8 +165,8 @@ Quote from Bill Atkins OK. -First of all, make sure you have a V4 card. Type 'cardctl ident' as root. - If one of the entries shown is a "RealTek RTL8180L" or something similar, +First of all, make sure you have a V4 card. Type cardctl ident as root. + If one of the entries shown is a RealTek RTL8180L or something similar, then you have a version 4 card. @@ -189,23 +189,35 @@ don't seem to work at all). Unpack the incoming tarball. As of this writing, there is a minor bug in the driver code that must be repaired in order to make the card work. -Open up r8180_type.h. On line 128, you'll see a line with two slashes -before the text. Remove these slashes. Now you're ready to build. - + + Open up r8180_type.h. + + +On line 128, you'll see a line with two slashes +before the text. Remove these slashes. Now you're ready to build. + + At the shell prompt, type make. The drivers will build themselves. If there are any problems making the drivers, open up the Makefile and check the kernel version settings on the first few lines. -Now open up the wlanup file. Uncomment line 5 (remove the #) and change -the SSID to the SSID of your network. Uncomment line 8 and set the -ssid2scan to your network's SSID. Uncomment line 9 and set the networktype -to infra (unless you really are using adhoc). Save your changes. - +Now open up the wlanup file. + +Uncomment line 5 (remove the #) and change +the SSID to the SSID of your network. + +Uncomment line 8 and set the +ssid2scan to your network's SSID. Uncomment line 9 and set the networktype +to infra (unless you really are using adhoc). Save your changes. + + + +Now eject the card cardctl eject and plug it in again. + From the +directory where you unpacked the drivers, type insmod -f rtl8180_24x.o -Now eject the card ('cardctl eject') and plug it in again. From the -directory where you unpacked the drivers, type insmod -f rtl8180_24x.o. You will get a warning - ignore it. @@ -215,9 +227,9 @@ at this point. If you use DHCP, just type "dhcpd wlan0". Try pinging google.com. You should get replies back. If so, your card is working! - Now copy rtl8180_24x.o to /lib/modules/YOURKERNELNAME, where -YORUKERNELNAME is the name of the directory in /lib/modules. Then copy +YORUKERNELNAME is the name of the directory in /lib/modules. + Then copy the wlanup and wlandown scripts to /sbin.