iLinux

自由、梦想、飞翔 --- Free Dream Soar

用户操作
[即时聊天] [发私信] [加为好友]
只爱LINUXID:forlinux
88779次访问,排名1071好友5人,关注者9
forlinux的文章
原创 84 篇
翻译 0 篇
转载 68 篇
评论 77 篇
只爱LINUX的公告
机遇+努力=成功
努力才会有希望...
点击这里给我发消息
最近评论
forlinux:抱歉,我也不记得地址啦。
forlinux:原始链接图片已丢失,现重新抓图上传,根据图中提示,即可方便到禁用该功能。
maxinliangGenius:大哥,你转的那里的文章,能不能说一下啊?
maxinliangGenius:大哥,你转的那里的文章,能不能说一下啊?
sknice:写的很好,受教了
文章分类
收藏
相册
只爱这一秒
.NET资源
.net Free soft
dotnet开源
Filehelper-Exp/Imp Data2DB
MSDN-library
Ajax Framework
jquery——The writte less,do more
prototype.js
prototype.js开发者文档
JAVA资源
java开源大全
中国IT实验室ECLIPSE专题
linux资源
202.96.64.144
ChinaUnix网友空间
Cooperative Linux(colinux)
OpenSSH For Windows
Oracle On Linux
Reactos(Wine Base)
Wine模拟器
健兔linux
成都理工大学FTP
班图LINUX
红帽Linux
长江大学FTP
鳥哥的Linux私房菜
lnux社区
linuxsir.org
linux伊甸园
linux公社
PHP资源
Apache with Open SSL
Apache软件历史版本
phpv.net
中日韩翻译
数据库相关
Oracle NetWorking FAQ
友情链接
baidu博客分站
SourceForge主页
漂在生活
闲云
存档
软件项目交易
订阅我的博客
XML聚合  FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
订阅到BlogLines
订阅到Yahoo
订阅到GouGou
订阅到飞鸽
订阅到Rojo
订阅到newsgator
订阅到netvibes

原创 Atheros AR5007EG Wifi收藏

新一篇: 新鲜出炉的CSDN视频浏览器 | 旧一篇: SOA Frequently Asked Questions

I found the quick solution from ubuntuforum.org and a document from google. here is my quick steps of getting ACER Aspire 4315 / Atheros AR5007EG Wifi to work with Xubuntu.

1. Dowload Wireless_Atheros ZIP drivers and unzip to temp directory (i.e. /Wifi
ftp://ftp.work.acer-euro.com/noteboo...XB62(WHQL).zip

2. Download latest Ndiswrapper driver:
NDISwrapper - Home

3. open terminal and untar Ndiswrapper*.gz
tar xfvz ndis*.gz

4. goto Ndiswrapper folder
cd ndis*

5. Install Ndiswrapper
sudo make
sudo make install

6. remove the module ath_pci to let ndiswrapper to use the wifi
sudo rmmod ath_pci

7. blacklist of modprobe to avoid it loading on the startup
sudo nano /etc/modprobe.d/blacklist -common
#roll to the bottom of the list and add the following line:
blacklist ath_pci
#Key: Ctrl+X to exit
#Key: Y to confirm save file

8. Reboot

9. After kenerl loaded open terminal and go to Atheros folder to install the driver
cd /wifi
sudo ndiswrapper -i net5112.inf

10. install to probe
ndiswrapper -m

11. load ndiswrapper everytime startup
sudo modprobe ndiswrapper
echo "ndiswrapper" | sudo tee -a /etc/modules

12. At this point wireless enable, press the wireless key on keyboard.

credit to: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper) - Ubuntu Forums
and Installing WIFI
   
#tar xvzf madwifi-ng-**.tar.gz   
#cd madwifi-ng-**  
#make  
#make install
 

发表于 @ 2008年03月18日 22:13:00|评论(loading...)|编辑

新一篇: 新鲜出炉的CSDN视频浏览器 | 旧一篇: SOA Frequently Asked Questions

评论

#zjt19851218 发表于2008-03-22 18:52:50  IP: 221.215.84.*
前辈能不能给我发一份C#在仙词典的源代码,我发现前辈做的非常巧妙,想学习一下,我的邮箱:zhaojiantao1218@163.com 谢谢!!!
#forlinux 发表于2008-03-29 09:49:49  IP: 59.37.102.*
因本本被盗,相关代码也没了,请自行下载。用Reflector for .NET 反编译下,代码没加密
http://www.aisto.com/roeder/dotnet/
--------------------------------------
另,你提供的地址email地址有误,邮件发送不了,请自行下载相关软件。
#zjt19851218 发表于2008-04-01 18:41:51  IP: 221.215.84.*
谢谢,我按照前辈说的方法,成功找到了,谢谢
#forlinux 发表于2008-07-20 22:30:07  IP: 125.88.220.*
另: 使用 Ndiswrapper时,若linux是64位的,得使用64位的windows驱动程序
发表评论  


当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
Csdn Blog version 3.1a
Copyright © 只爱LINUX