没有列出驱动程序?/如何安装所有驱动程序?12.10

没有列出驱动程序?/如何安装所有驱动程序?12.10

所以我进入 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

论坛可能是讨论此类问题的更好地方。您的 lspci 结果表明一切都已识别(对于 Linux,大多数驱动程序都包含在安装中)。您可以通过在设置中启动“附加驱动程序”来添加 Nvidia 驱动程序和网络驱动程序。

重新阅读您的帖子后,我注意到您的以太网无法正常工作。最好先寻找解决方案,因为如果没有这个解决方案,安装/更新将会出现问题。我建议搜索网络或 ubuntu 论坛Ubuntu 网络论坛有关您的网卡的信息。从 lspci 您的网卡是02:00.0 Ethernet controller [0200]: Atheros Communications Inc. Device [1969:e091] (rev 13) 尝试一下这篇文章中解决的

相关内容