我跟你型号相同,先用有线网激活那个受限驱动就行了

如果真的没网,那就只能一点点编译安装了

执行make以后,应该就可以看到wl.ko了,然后继续insmod wl.ko就可以了,稍等无线网就能用了

最后执行一个cp wl.ko /lib/modules/`uname
-r`/kernel/drivers/net/wireless,这样可以系统启动默认打开无线

然后depmod -a

基本就大工告成乐,注意readme文件里的#开头的命令需要你用root权限


/***
* @brief 启智开源 编码自由
* @brief Open Source,  Coding for free!
*
* @param author 佟辉 Tong Hui
* @param email tongh...@gmail.com
* @param web http://tonghuix.blog.chinaunix.net
*/



2011/7/28 Houge_Langley <mymathersn...@gmail.com>:
> 看来都是可恶的博通,话说不是驱动已经融入内核了吗?以上纯属扯淡。
>
> 朋友注意一下,有个受限驱动的软件,点击打开后,激活无线网卡就可以了。
>
> 于 2011年07月28日 01:07, Enyuan Hu 写道:
>>
>> 大家好,
>>
>> 请教个问题:我刚接触ubuntu,昨天装了系统,无线一直上不上。后来搜索了一些网站,知道从broadcom上下了无线驱动(我电脑dell
>> inspirn
>> 1440),然后按照他给的readme.txt中的安装步骤安装。文件中requirement那块有这些内容:
>> “Building this driver requires that your machine have the proper
>> tools, packages,
>> header files and libraries to build a standard a kernel module. This
>> usually
>> is done by installing the kernel developer or kernel source package and
>> varies from distro to distro. Consult the documentation for your specific
>> OS.”
>> 不知道这是不是意味着我要装什么才能build,install这个驱动。我感觉像是,因为readme文件说在build之后应该会生成wl.ko文件,而
>> 我按照他给的build步骤却总是无法生成这个文件。我把readme文件放在附件中,仅供大家参考。谢谢!
>>
>
>
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

回复