我该如何安装驱动程序?或者如何让它们列在“其他驱动程序”下?

我该如何安装驱动程序?或者如何让它们列在“其他驱动程序”下?

所以我进入 Ubuntu 12.10 中的系统设置,我想安装驱动程序,但在附加驱动程序下,我的 LAN 不起作用,甚至没有检测到我通过以太网线插入。我有一张 GTX 670M 和 3Gb GDDR5 显卡,我想使用它。只是需要帮助,对 Ubuntu 来说还很陌生。


好的,当我查看另一个问题时我做了sudo lspce -nn,这就是我得到的



madmike@Mike-GT70:~$ sudo lspci -nn 
00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
00:1c.4 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 [8086:1e18] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation HM77 Express Chipset LPC Controller [8086:1e57] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1213] (rev ff)
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. Device [1969:e091] (rev 13)
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader [10ec:5209] (rev 01)
04:00.1 SD Host controller [0805]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader [10ec:5209] (rev 01)

如果还有其他需要,请告诉我。

答案1

您的 Atheros 卡未安装驱动程序。根据我从 lspci 输出获得的硬件 ID,我假设您有一张 Atheros Bigfoot Killer E2200 以太网卡,并且您的笔记本电脑似乎是 MSI Global GT70 0NC(不错!)游戏笔记本电脑。您需要安装 compat-wireless 驱动程序。如果您的机器可以访问互联网,请尝试按照此处提到的步骤操作:

http://ubuntuforums.org/showthread.php?t=2008332

这应该可以帮助您安装驱动程序,然后您可以将 LAN 电缆插入端口。我不认为这是网络管理器的问题。

希望这对你有帮助!:-)

PS:确保使用的是“eth0”而不是“etho”。

答案2

您的网络管理器有问题。您必须重新安装它。

在终端中运行以下命令

sudo apt-get install network-manager*

答案3

我假设你的笔记本电脑有 Intel HD 4000/3000 对吧(optimus)?如果是这样,不要安装附加驱动程序下的驱动程序,而是安装熊蜂,这样您就可以在 ubuntu 上启用 nvidia optimus。

干杯

相关内容