openSUSE 无法识别 N76VZ 网卡

openSUSE 无法识别 N76VZ 网卡

我有一台装有 openSUSE 12.2 的 ASUS N76VZ 笔记本电脑。它仅检测到无线网卡和处于 USB 网络共享模式的 Android 手机。有线 LAN 卡被检测到并且仅在 Windows 中工作。

# lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 0fd1 (rev a1)
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
04:00.0 Ethernet controller: Atheros Communications Inc. AR8161 Gigabit Ethernet (rev 10)

我正在使用 NetworkManager 配置接口。YaST 网络配置只能在ifconfig模式下运行,它会检测到卡并将其灰显(IP 列下的“未配置”)。

如何在 NetworkManager 上启用有线网卡?

[添加] 运行 collectNWData 脚本。它报告了有关 wlan0 的错误,但我对 wlan0 不感兴趣

!!! CND0240E: networkmanager for network configuration enabled but a YAST network card configuration for wlan0 exist
--- Go to http://www.linux-tips-and-tricks.de/CND#English to get more detailed instructions 
--- about the error/warning messages and how to fix the problems on your own.

完全转储于http://pastebin.com/3AKh61va

[添加] 也许我得到了更多信息。当我切换到 ifconfig 模式时,YaST 网络配置报告kernel device有线卡不存在。“这通常是由于缺少 wlan 卡固件造成的。检查 dmesg 输出”。

我需要在 dmesg 中寻找什么?

答案1

这似乎是某种配置问题。为了进行诊断,请查看以下脚本:收集NW数据。它旨在调查您的整个网络配置并提供可读的输出。

仔细阅读手册,下载脚本,运行它,分析输出 - 如果有疑问 - 请在此处发布输出。

答案2

解决方案是从源代码安装alx驱动程序。我目前找不到它的网络参考资料

相关内容