索泰 WiFi 驱动程序 - 不支持 Linux

5 motherboard linux wireless-networking drivers chipset

我自己组装了电脑,主板是Zotac ITX GeForce 9300. Wi-Fi 适配器不工作,它附带的 CD 没有 Linux 驱动程序。我正在使用 Linux Mint 7 的最新稳定版本。

是否有适用于该适配器的 Linux 驱动程序,或者至少可以在我的适配器上运行的通用 Wi-Fi 驱动程序?

以下是运行结果lspci

00:00.0 Host bridge: nVidia Corporation MCP79 Host Bridge (rev b1)
00:00.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.0 ISA bridge: nVidia Corporation MCP79 LPC Bridge (rev b2)
00:03.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.2 SMBus: nVidia Corporation MCP79 SMBus (rev b1)
00:03.3 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.4 RAM memory: nVidia Corporation Device 0a98 (rev b1)
00:03.5 Co-processor: nVidia Corporation MCP79 Co-processor (rev b1)
00:04.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev b1)
00:04.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev b1)
00:06.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev b1)
00:06.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev b1)
00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
00:09.0 PCI bridge: nVidia Corporation MCP79 PCI Bridge (rev b1)
00:0a.0 Ethernet controller: nVidia Corporation MCP79 Ethernet (rev b1)
00:0b.0 IDE interface: nVidia Corporation MCP79 SATA Controller (rev b1)
00:0c.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:10.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:15.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:16.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:17.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:18.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
03:00.0 VGA compatible controller: nVidia Corporation GeForce 9300 / nForce 730i (rev b1)
Run Code Online (Sandbox Code Playgroud)

更新:有人说 WiFi 模块通过 USB 接头连接到电路板。以下是运行结果lsusb

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 0518:0001 EzKEY Corp. USB to PS2 Adaptor v1.09
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 160a:3184
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 045e:00e1 Microsoft Corp. Wireless Laser Mouse 6000 Receiver
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Run Code Online (Sandbox Code Playgroud)

ndiswrapper 根本没有帮助。

更新2:我安装了CesarB贴出来的VT6656Linux驱动,但是只能上网不能上网。另外,每次启动系统时都无法识别适配器。我可以在每次启动时重新安装驱动程序,但它仍然只能连接到网络。

Ces*_*arB 12

您的lspci输出仅显示一个以太网控制器(有线控制器,forcedeth驱动程序应支持的 MCP79 )。在网上搜索时,我在您的主板评论中发现了一条奇怪的信息:“ WiFi 模块 [...] 通过 USB 接头连接到主板”。如果这是真的,您想要的信息将不在 中lspci,而是在 中lsusb

lsusb输出中找到正确的行后,您可以搜索 ID(类似于1d6b:0002)以找到其他讨论相同硬件的人(人们通常在寻求帮助时以该格式发布 USB ID)。

Linux Mint 似乎基于 Ubuntu 9.04,它使用 2.6.28 内核。您可以尝试使用更新的内核(Ubuntu 9.10,应在本月底发布,使用 2.6.31)来查看是否有适用于您的设备的驱动程序。

编辑:现在您发布了lsusb输出,我可以看到这160a:3184是您的无线网卡。快速搜索显示它是威盛无线网卡,显然名为 VT6656。似乎有来自 VIA驱动程序,它似乎已添加到暂存树中以进行清理并可能在未来包含在 Linux 内核中。另请参阅Ubuntu 错误 #162671