| V2.1 |
![]() |
|||
|
Home
Astronomy VNC to real naitive ... Server Side Mail Fil... Linux Tips and Hints... Convert PSD PDF GIF ... Div or Table Layout ... Enlightenment Window... Portable Headphone O... Web Programming Port... Game and Desktop Scr... YAWBBG (Yet Another ... Walking In Faversham... Wallpapers for the s... Download Half Life ... RTL8187SE Advent 421... Kites and Kite Makin... Linux From Scratch, ... Hacking the Archos G... Political Correctnes... Relaying Denied: Pro... Litestep Themes NOT ... Gatso Speed Cameras ... a page whining abou...
Outdoor Survival Pages
Oasthouse Media Pete Lawrence Astronomy Web Hosting Telescope Focuser Knobs grumpyc*nt.com Creative clicks web design Freelance Web Programming Boats for sale in Kent Crane Rental Services Telescope GOTO Systems Inclusive Mexico Vacation London Escorts Freelance Data Entry Swimming Pool Supplies Kent The Butcher of Brogdale
|
RTL8187SE Advent 4211 MIS Wind Wifi Wireless Linux Driver (LFS, Fedora Core 8 / 9 / 10, Debian Sarge)This is a guide to getting the Realtek 8187se wifi driver installed on a few flavours of linux. I had massive bother getting this sorted and belive it is more down to the driver download you get than your system. I have tried about 10 different drivers some wouldnt compile, some would but didnt work. Eventually I found the one this page provides and it works on 3 (well 5 if you count version) os's so here we go! Ah, yes, this driver is the standard WEP driver not a WPA job although with a bit of patience it could be done! I did not make this module or the scripts that come with it. I cant remember for the life of me where i got it from either so i have left it intact as i downloaded it aside from taking out the wpa_suplicant.zip file. RequirementsYou must have the following installed on your system, the list is generic and applies to all os's.
Tool Chain
LFS
Fedora Core 8 / 9 / 10 yum -y install binutils make gcc kernel-devel glibc-headers yum should sort out all the dependencies for you, if not when you try to build the driver it will complain and tell you what missing so just yum -y whateverismissing!
Debian apt-get install build-essential module-assistant linux-source[version] module-assistant prepare (it downloads and installs some packages) As with yum apt-get should sort out any dependecies, if you have bother remember apt-cache search whateverismissing then apt-get install whateverismissing! BuildingUnpack the source, I always put a source package into its own directory before doing tar zvf *.gz. At least if the files are packed without a directory you wont cock up your home directory with a bunch of .c files all over the shop! Change to the source directory and run ./makecln then ./makedrv. It should churn for a bit then dump you back to the prompt, provding there where no errors all should be well. Now for the fun part! You need to install the modules into the kernels module tree. Once built I do the install manually (I try to do everything linux manually so i know EXACTLY whats going on!). cp -v ieee80211/*.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless cp -v rtl8185/*.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless That should have them all installed and ready, you can do: ls /lib/modules/`uname -r`/kernel/drivers/net/wireles and check that you have the following files in that directory:
TestingAt this point most people would be telling you to run depmod in some form or another. I am not! I am going to tell you to reboot. The reason is simple, when you machine reboots if all is installed well and working the kernel and its best buddy udev will find the NIC and load the required modules (with a self built kernel you must make sure module autoloading is set). So reboot the machine and do: lsmod | more To check and make sure you modules are loaded! If they are not you will have to load them manually then do: depmod -a The load order goes like this:
All loaded? Another depmod -a then reboot and your modules hould now be loaded! If they are not then you can stop reading here because I can't help you I'm afraid :( Still Here? Setting up the interface!Now your modules are all loaded and you can see the wlan0 device in: /etc/udev/rules.d/*persistent-net.rules You are ready to setup wireless-tools to do the authentication and connection to your wireless lan! I wrote a script :) There it is down there. Make the required changes and try it!
#!/bin/bash It needs to be run as root or you need to setuid on the script and the commands it uses which is fine on a single user system behind a firewall but out in the cafe or library. Hmmmm.....! Also even if it is in root's home directory set it to chmod 700 just in case || even bash script name, thats even better! That should be that!!! All Done?If not you can send mail to hama.kavula@yahoo.co.uk, I can't say for definate that I'll be able to help but, unless you are just fucking lazy and can't be bother to work some simple shit out for yourself, I will! This is the first revision of this doc!!! |
|||
| Valid XHTML 1.0 |
||||
|
|
||||