(http://ubuntuforums.org/showthread.php?t=1329254)

来源:百度文库 编辑:神马文学网 时间:2024/04/25 17:32:43
how to compile a wifi driver
ok..it seems no one has an answer to my last post bout the 8192se realtek driver(http://ubuntuforums.org/showthread.p...st8327377)..noprob haha...now can anyone help me compile the native realtek 8192sedriver?i think thats my only hope..im kind of a newbie here so ofanyone can help guide me through compiling it would be greatlyappreciated..here is the link..thanks in advance and i hope i can getmore replies this time..haha: http://launchpadlibrarian.net/339279...12.2009.tar.gz


Re: how to compile a wifi driver
I worked on this for quite a while and finally, finally got it to make and install. Perhaps some of the steps I will outline are redundant, but that's what worked for me.

DISCLAIMER: I do not use the Realtek 8192SE, so I cannot tell if thisdrives the device properly; these steps merely build the module youlinked.

All the steps in 'Code' blocks are terminal commands. Please enter eachindividually. This assumes you have internet access on the computer onwhich the module is to be compiled and installed.

Code:
sudo apt-get install build-essential linux-source-2.6.31 linux-headers-generic
cd /usr/src
sudo tar -xvjf linux-source-2.6.31.tar.bz2
sudo ln -s /usr/src/linux-source-2.6.31 /usr/src/linux
cd ~
mkdir Realtek
cd Realtek
wget http://launchpadlibrarian.net/33927923/rtl8192se_linux_2.6.0010.1012.2009.tar.gz
tar -xvzf rtl8192se_linux_2.6.0010.1012.2009.tar.gz
cd rtl8192se_linux_2.6.0010.1012.2009
make
sudo su
make install
I have assumed you are running kernel 2.6.31-xx. Find out with:Code:
uname -r
It will be something like this:Quote: 2.6.31-14-generic The source you need is the first part only, in this case, 2.6.31.If your running kernel is different, customize these commands to match.

Some of these steps will take a few moments and spit out many lines oftext. Please be patient. Please stop and post back with a question ifyou see the dreaded 'Error.' Next do:Code:
modprobe r8192se_pci
iwconfig
Do you now have a wireless interface, wlan0, perhaps? Can you click the Network Manager and connect?

EDIT: Added additional required packages.



(http://ubuntuforums.org/showthread.php?t=1329254) http://www.shufa.org/bbs/viewthread.php?tid=25138&extra=page%3D2&page=3 http://www.5520.org/ 柏邦妮的话(转自http://bbs.asiaci.com/viewthread.php?tid=113034) 手机耐用法宝 http://i.eol.cn/gchat.php?id=9257 善猎者必善等待 原文链接:http://www.55188.com/viewthread.php?tid=2519860 新手入门 PPC 必看文章!!(http://bbs.3zrr.com/viewthread.php?tid=2941) k线口诀 原文链接:http://www.55188.com/viewthread.php?tid=2690911 C6A 收到短信不提示的解决方法(http://bbs.shanzhaiji.cn/viewthread.php?tid=133033) C6a刷机教程(http://www.52wangoo.cn/article.php?id=71) 短线高手的操盘技巧 原文链接:http://www.55188.com/viewthread.php?tid=1743252 http://www.developer.com/security/archives.php 一周学会PHP(视频)Http下载 软件模式 http://www.uml.org.cn/sjms/200605153.htm http://www.world-register.org/index/A1.shtml http://lazylife.org ? 閱讀.流放.沒有盡頭 协同效应理论 --经济学茶坊-- http://www.jjxcf.org/ http://www.savetheplanet.org.cn/gb/index.html http://www.hd-stb.com/ ISDB-T DVB-T 暴力破解工具集 http://bbs.macd.cn/viewthread.php?tid=801287&extra=page%3D1 邛窑和西坝---省油灯http://bbs.a9188.com/viewthread.php?tid=181071&highlight= C6A使用疑问最佳解决方案(http://bbs.shanzhaiji.cn/viewthread.php?tid=155333&extra=page%3D1) C6a GPS无法搜到星 解决办法(http://bbs.shanzhaiji.cn/viewthread.php?tid=135998&extra=page%3D1) HTTP协议(http://www.w3.org/Protocols/)是“一次性单向”协议。