Ubuntu 上缺少驱动程序和功能

Ubuntu 上缺少驱动程序和功能

我有一台运行 ubuntu 13.10 的机器。几个月来,它一直在缓慢但稳步地失去系统功能。几个月前,应用程序中心停止工作,因为 X Drawable 消失了。现在时钟功能消失了,它再也无法播放声音了。这是我的安装问题吗?我使用的是 9 个月前从 CDW 购买的 ASUS X201EP。英特尔 847 处理器和 3.7 GB 内存……不确定这是否相关

输出如下lspci -nnk | grep -iA2 VGA

00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0106] (rev 09)
Subsystem: ASUSTeK Computer Inc. Device [1043:108d]
Kernel driver in use: i915

当我尝试下载 Linux 图形安装程序并运行时,sudo dpkg -i [filename]我得到了这个输出

(Reading database ... 254111 files and directories currently installed.)
Unpacking intel-linux-graphics-installer (from intel-linux-graphics-                       installer_1.0.3_amd64.deb) ...
dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
intel-linux-graphics-installer depends on libpackagekit-glib2-16 (>= 0.8.10);         however:
Package libpackagekit-glib2-16 is not installed.
 intel-linux-graphics-installer depends on ttf-ancient-fonts; however:
 Package ttf-ancient-fonts is not installed.

dpkg: error processing intel-linux-graphics-installer (--install):
dependency problems - leaving unconfigured
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus ...
Processing triggers for mime-support ...
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
intel-linux-graphics-installer

我尝试按照 JohnnyD 的教程修改 grub。推荐现在我无法再加载 gnome,并且出现“无法打开 x 显示”和“无法找到显示 0”...我会发布完整的输出,但我正在从手机上发布,因为我无法打开 chromium

答案1

对于将来遇到这种情况的任何人。我必须在备份所有文件后将操作系统恢复为出厂安装。esc启动时按下并按下恢复出厂设置。

这有助于:http://liliputing.com/2011/07/how-to-install-nearly-any-linux-distro-using-a-usb-flash-drive-and-unetbootin.html

答案2

安装来自英特尔的 Linux 驱动程序这里。根据您的系统,选择 ubuntu 13.10 和 32 位或 64 位。您可以在系统设置 -> 详细信息中检查哪种架构(32/64 位),此处:在此处输入图片描述

相关内容