分页: 1 / 2
Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-17 22:17
由 核武将军黄仁勋
无线网卡是博通 BCM4312 802.11b/g Wireless Adapter
我的系统是Ubuntu12.10,启动后右上角提示连接已断开,处于离线状态。我选择了启动联网,但是仍然搜索不到任何无线网络。同一台电脑的Windows7却可以搜索到无线网络并正常连接。
终端-输入ifconfig -a后看不到Wlan0之类的信息,只有eth0和lo。
已经从http://
www.broadcom.com/support/802.11/linux_sta.php下载了驱动,但是不会装……求大神指点,谢谢。

Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-18 17:20
由 taohunter
broadcomm的驱动ubuntu本身的源里应该有的吧,在新立得里直接搜一下bcm,以前看到过的。。。
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-18 17:34
由 核武将军黄仁勋
taohunter 写了:broadcomm的驱动ubuntu本身的源里应该有的吧,在新立得里直接搜一下bcm,以前看到过的。。。
已经下载了……可是不会装啊
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-18 17:38
由 peteryeh64
...下載的檔案長的怎樣?...有沒有readme文件?...
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-18 17:50
由 核武将军黄仁勋
peteryeh64 写了:...下載的檔案長的怎樣?...有沒有readme文件?...
文件名hybrid-v35-nodebug-pcoem-6_30_223_141.tar.gz,里面有src,lib两个文件架和一个Makefile文件,没有Readme。
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-18 19:26
由 peteryeh64
...难道不是新立得里装的吗?...
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-18 22:13
由 核武将军黄仁勋
peteryeh64 写了:...难道不是新立得里装的吗?...
不清楚啊……我小白,才刚刚装上系统,很多问题都不懂,还请大神详细指点。
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-19 9:33
由 peteryeh64
...軟件中心搜synaptic...然後把他裝上...然後執行synaptic...裡面搜bcmwl...裝上驅動試試...
...另外你給的那個下載頁面本身裡面就有說明檔...readme.txt...
說明檔裡提到
Some distros (Ubuntu and Fedora at the least) already have a version of
this driver in their repositories precompiled, tested and ready to go.
You just use the package manager to install the proper package. If
its available for your distro, this is usually an easier solution. See
the end of this document for further discussion.
Ubuntu:
------
Go to System->Administration->Hardware Drivers
Choose the Broadcom STA wireless driver
Activate
Sometimes the driver does not show up in the Hardware Drivers choices. In
this case, try reintalling the driver from the GUI or shell like this:
From the GUI:
Package Manager (System>Administration>Synaptic Package Manager). Click the
Reload button in the upper left corner of Synaptic to refresh your index then
search for and reinstall the package named bcmwl-kernel-source.
From the shell:
sudo apt-get update
sudo apt-get --reinstall install bcmwl-kernel-source
In either GUI or text case, after reinstalling, reboot your machine.
Now go back to System->Administration->Hardware Drivers
and you should see the driver enabled and working.
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-19 9:44
由 peteryeh64
...步驟...執行synaptic...
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-19 10:29
由 核武将军黄仁勋
peteryeh64 写了:...步驟...執行synaptic...
在软件中心里搜索到这个了,但是没法安装啊,“使用此源”的按钮是灰色的

Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-19 11:00
由 peteryeh64
...ubuntu裡能上網否...有線的?...
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-19 13:06
由 核武将军黄仁勋
peteryeh64 写了:...ubuntu裡能上網否...有線的?...
没试过……我现在没有网线连接有线网啊
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-19 15:00
由 peteryeh64
...先確保有線網路ok比較好解決問題...

Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-22 8:33
由 核武将军黄仁勋
peteryeh64 写了:...先確保有線網路ok比較好解決問題...


刚刚问了学长得知脑残学校在网络上做了限制……Linux上没法用有线OTZ……我感觉真要跪了
Re: Dell Inspiron 1545,Ubuntu12.10无法搜索到无线网络
发表于 : 2013-11-24 20:41
由 ubuntu777
通常是解压那个下载的驱动程序。进入有Makefile的那个目录。在终端中输入make install这个命令就可以了。
但还要先查找一个你操作系统的内核,下载那个内核版本的头文件。安装后。再make install。
如果内核头文件就是类似linux-headers-3.xx.xxx.deb的一个文件。下载之后用sudo dpkg -i linux-headers-3.xx.xx*.deb
上面一行的xx是你的ubuntu内核的版本号,是数学。