win7下一切正常。但是ubuntu14.04连上以后显示是连上了但是没法上网。。
lucifer@IdeaPad-Y485P:~$ iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11abg ESSID:"home396"
Mode:Managed Frequency:2.447 GHz Access Point: 04:5F:A7:09:76:F8
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
能连接上WIFI但是不能上网是什么问题?
-
- 帖子: 28
- 注册时间: 2013-01-26 2:06
- 系统: win7
- realrealjerry
- 帖子: 877
- 注册时间: 2010-04-26 11:29
- 来自: 北落师门
Re: 能连接上WIFI但是不能上网是什么问题?
如果可以,最好别用dhcp
- evil-kevin
- 帖子: 32
- 注册时间: 2010-09-07 14:42
Re: 能连接上WIFI但是不能上网是什么问题?
为啥呢?realrealjerry 写了:如果可以,最好别用dhcp
我也遇到类似情况了
X240双系统 win8和ubuntu
现在无线网卡 已经驱动完了 在无线搜索中也能看到路由器 并且可以连接
但是连接后无法上网 正在解决中。。。。。
-
- 帖子: 5
- 注册时间: 2011-05-15 18:01
Re: 能连接上WIFI但是不能上网是什么问题?
表示我遇到了同样的问题...Win8.1/Win7/ubuntu 14.04三系统,ubuntu有线正常,无线连接正常,但是ping不通任何ip,无法上网...求大大指点orz
-
- 帖子: 5
- 注册时间: 2011-05-15 18:01
Re: 能连接上WIFI但是不能上网是什么问题?
问题已解决...详细方法参见:
https://answers.launchpad.net/ubuntu/+s ... ion/247887
简而言之,原帖第十楼:
remove the blacklist for bcma and brcmsmac in your /etc/modprobe.d/blacklist.conf file by REMOVING these configuration lines:
blacklist bcma
blacklist brcmsmac
So the blacklists for bcma and brcmsmac above should NOT be present in the /etc/modprobe.d/blacklist.conf file.
具体到我的case,我是移除了/etc/modprobe.d/blacklist-bcm43.conf文件的最后两行,即上面的那两行。
然后reboot,problem solved.
https://answers.launchpad.net/ubuntu/+s ... ion/247887
简而言之,原帖第十楼:
remove the blacklist for bcma and brcmsmac in your /etc/modprobe.d/blacklist.conf file by REMOVING these configuration lines:
blacklist bcma
blacklist brcmsmac
So the blacklists for bcma and brcmsmac above should NOT be present in the /etc/modprobe.d/blacklist.conf file.
具体到我的case,我是移除了/etc/modprobe.d/blacklist-bcm43.conf文件的最后两行,即上面的那两行。
然后reboot,problem solved.