ubuntu14.04LTS使用静态ip无法上网

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu14.04LTS使用静态ip无法上网

#16

帖子 poloshiao »

我的系统内核是3.13.0-40的
http://askubuntu.com/a/354742/198920
rtl8111-8168
還是有許多問題

先看看
sudo lshw -numeric -class video
sudo nvidia-settings --glxinfo | grep "OpenGL version string"
sudo dkms status
sudo ls -al /boot | grep initrd.img
RosenMao
帖子: 11
注册时间: 2014-12-19 10:51
系统: ubuntu 12.04 LTS

Re: ubuntu14.04LTS使用静态ip无法上网

#17

帖子 RosenMao »

poloshiao 写了:
我的系统内核是3.13.0-40的
http://askubuntu.com/a/354742/198920
rtl8111-8168
還是有許多問題

先看看
sudo nvidia-settings --glxinfo | grep "OpenGL version string"
sudo dkms status
sudo ls -al /boot | grep initrd.img
这是我执行的信息

代码: 全选

rosen@T52:~$ echo on | sudo tee /sys/class/net/eth0/device/power/control 
[sudo] password for rosen: 
on
rosen@T52:~$ sudo /etc/init.d/networking restart 
rosen@T52:~$ sudo nvidia-settings --glxinfo | grep "OpenGL version string"
  OpenGL version string: 4.4.0 NVIDIA 331.113
rosen@T52:~$ sudo dkms status
bbswitch, 0.7, 3.13.0-40-generic, x86_64: installed
bbswitch, 0.7, 3.13.0-43-generic, x86_64: installed (WARNING! Diff between built and installed module!)
nvidia-331-updates, 331.113, 3.13.0-40-generic, x86_64: installed
nvidia-331-updates-uvm, 331.113, 3.13.0-40-generic, x86_64: installed
nvidia-331-updates-uvm, 331.113, 3.13.0-43-generic, x86_64: installed (WARNING! Diff between built and installed module!)
r8168, 8.039.00, 3.13.0-40-generic, x86_64: installed (WARNING! Diff between built and installed module!)
rosen@T52:~$ sudo ls -al /boot | grep initrd.img
-rw-r--r--  1 root root 19285615 12月 23 14:30 initrd.img-3.13.0-40-generic
-rw-r--r--  1 root root 19285946 12月 22 16:05 initrd.img-3.13.0-40-generic.old-dkms
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu14.04LTS使用静态ip无法上网

#18

帖子 poloshiao »

r8168, 8.039.00, 3.13.0-40-generic, x86_64: installed (WARNING! Diff between built and installed module!)
表示 安裝的 r8168 驅動 還不完整 有問題
sudo nvidia-settings --glxinfo | grep "OpenGL version string"
OpenGL version string: 4.4.0 NVIDIA 331.113
1. 軟體中心 / 編輯 / 軟體來源 / 額外驅動程式
看看 有沒有 304 驅動
1-1. 如果有
先看看 你的 顯卡型號 在不在 支援名單內
http://www.nvidia.com/Download/driverRe ... 0134/en-us
Supported products
1-2. 如果在 支援名單內
改安裝為 304 看看
1-3. 然後
sudo apt-get purge nvidia-331 # 移除 nvidia-331 套件
sudo update-initramfs -u -k all # 更新開機檔案
重開機

2. 如果還沒改善
暫時拐一個灣
升級到 Ubuntu 14.10 看看
https://wiki.ubuntu.com/UtopicUnicorn/R ... _14.04_LTS
或者
升級到 Ubuntu 15.04 看看
viewtopic.php?f=1&t=465249
viewtopic.php?f=49&t=465744
2-1. http://packages.ubuntu.com/search?suite ... chon=names
內核都是 3.16 暫時告別 3.13.0.4x 的糾結
RosenMao
帖子: 11
注册时间: 2014-12-19 10:51
系统: ubuntu 12.04 LTS

Re: ubuntu14.04LTS使用静态ip无法上网

#19

帖子 RosenMao »

2. 如果還沒改善
暫時拐一個灣
升級到 Ubuntu 14.10 看看
https://wiki.ubuntu.com/UtopicUnicorn/R ... _14.04_LTS
我找你的做了,升级到14.10后重启就可以了,谢谢 :em11
回复