[Ubuntu-zh] D630机器在ubuntu 12.04系统安装无线网卡驱动不能完成

2013-10-10 文章 an baiyi
我在D630上根据如下网址中的方法安装无线网卡驱动:
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx

在执行了 sudo apt-get --reinstall install bcmwl-kernel-source 后,屏幕显示 DKMS:
install completed. 但是一直不能退出。提示如下,请问下这个应该怎么处理?大概是什么原因呢? 谢谢!

*
Unpacking replacement bcmwl-kernel-source ...
Setting up bcmwl-kernel-source (6.20.155.1+bdcom-0ubuntu0.0.2) ...
Loading new bcmwl-6.20.155.1+bdcom DKMS files...
Building only for 3.8.0-31-generic
Building for architecture x86_64
Building initial module for 3.8.0-31-generic
Done.

wl:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.8.0-31-generic/updates/dkms/

depmod
..

DKMS: install completed.


*
-- 
210
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] D630机器在ubuntu 12.04系统安装无线网卡驱动不能完成

2013-10-10 文章 杜宏羽
建议不要安装auto的dkms,而是安装已经编译好的。
在 2013-10-11 上午10:49,"an baiyi" 写道:

> 我在D630上根据如下网址中的方法安装无线网卡驱动:
> https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx
>
> 在执行了 sudo apt-get --reinstall install bcmwl-kernel-source 后,屏幕显示 DKMS:
> install completed. 但是一直不能退出。提示如下,请问下这个应该怎么处理?大概是什么原因呢? 谢谢!
>
> *
> Unpacking replacement bcmwl-kernel-source ...
> Setting up bcmwl-kernel-source (6.20.155.1+bdcom-0ubuntu0.0.2) ...
> Loading new bcmwl-6.20.155.1+bdcom DKMS files...
> Building only for 3.8.0-31-generic
> Building for architecture x86_64
> Building initial module for 3.8.0-31-generic
> Done.
>
> wl:
> Running module version sanity check.
>  - Original module
>- No original module exists within this kernel
>  - Installation
>- Installing to /lib/modules/3.8.0-31-generic/updates/dkms/
>
> depmod
> ..
>
> DKMS: install completed.
>
>
> *
> --
> 210
> -- 下一部分 --
> 一个HTML附件被移除...
> URL: <
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20131011/1e23bd08/attachment.html
> >
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] D630机器在ubuntu 12.04系统安装无线网卡驱动不能完成

2013-10-10 文章 HougeLangley
又是博通这货…

杜宏羽  wrote:

建议不要安装auto的dkms,而是安装已经编译好的。
在 2013-10-11 上午10:49,"an baiyi" 写道:

> 我在D630上根据如下网址中的方法安装无线网卡驱动:
> https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx
>
> 在执行了 sudo apt-get --reinstall install bcmwl-kernel-source 后,屏幕显示 DKMS:
> install completed. 但是一直不能退出。提示如下,请问下这个应该怎么处理?大概是什么原因呢? 谢谢!
>
> *
> Unpacking replacement bcmwl-kernel-source ...
> Setting up bcmwl-kernel-source (6.20.155.1+bdcom-0ubuntu0.0.2) ...
> Loading new bcmwl-6.20.155.1+bdcom DKMS files...
> Building only for 3.8.0-31-generic
> Building for architecture x86_64
> Building initial module for 3.8.0-31-generic
> Done.
>
> wl:
> Running module version sanity check.
>  - Original module
>- No original module exists within this kernel
>  - Installation
>- Installing to /lib/modules/3.8.0-31-generic/updates/dkms/
>
> depmod
> ..
>
> DKMS: install completed.
>
>
> *
> --
> 210
> -- 下一部分 --
> 一个HTML附件被移除...
> URL: <
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20131011/1e23bd08/attachment.html
> >
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>
-- 下一部分 --
一个HTML附件被移除...
URL: 

--
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


Re: [Ubuntu-zh] D630机器在ubuntu 12.04系统安装无线网卡驱动不能完成

2013-10-10 文章 an baiyi
已经编译好的在哪里有呢?
我通过系统里的additional drivers 安装后,虽然显示模块已经加载了,但无线网卡仍然不能使用,灯也不亮。
:~$ sudo lsmod | grep wl
wl   3226455  1
cfg80211  525326  1 wl
lib80211   14352  1 wl



在 2013年10月11日上午11:25,HougeLangley 写道:

> 又是博通这货…
>
> 杜宏羽  wrote:
>
> 建议不要安装auto的dkms,而是安装已经编译好的。
> 在 2013-10-11 上午10:49,"an baiyi" 写道:
>
> > 我在D630上根据如下网址中的方法安装无线网卡驱动:
> > https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx
> >
> > 在执行了 sudo apt-get --reinstall install bcmwl-kernel-source 后,屏幕显示 DKMS:
> > install completed. 但是一直不能退出。提示如下,请问下这个应该怎么处理?大概是什么原因呢? 谢谢!
> >
> > *
> > Unpacking replacement bcmwl-kernel-source ...
> > Setting up bcmwl-kernel-source (6.20.155.1+bdcom-0ubuntu0.0.2) ...
> > Loading new bcmwl-6.20.155.1+bdcom DKMS files...
> > Building only for 3.8.0-31-generic
> > Building for architecture x86_64
> > Building initial module for 3.8.0-31-generic
> > Done.
> >
> > wl:
> > Running module version sanity check.
> >  - Original module
> >- No original module exists within this kernel
> >  - Installation
> >- Installing to /lib/modules/3.8.0-31-generic/updates/dkms/
> >
> > depmod
> > ..
> >
> > DKMS: install completed.
> >
> >
> > *
> > --
> > 210
> > -- 下一部分 --
> > 一个HTML附件被移除...
> > URL: <
> >
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20131011/1e23bd08/attachment.html
> > >
> > --
> > ubuntu-zh mailing list
> > ubuntu-zh@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
> >
> -- 下一部分 --
> 一个HTML附件被移除...
> URL: <
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20131011/6e4b7178/attachment.html
> >
> --
> 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
>



-- 
210
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh