使用 Windows 無線驅動程式安裝 wifi 驅動程式後顯示錯誤訊息 *-network UNCLAIMED

使用 Windows 無線驅動程式安裝 wifi 驅動程式後顯示錯誤訊息 *-network UNCLAIMED

我使用 RT3290 無線 802.11n 1T/1R PCIe wifi 卡。該卡沒有適用於 ubuntu 的正確驅動程序,我嘗試了幾個帖子,但沒有成功。現在我嘗試使用Windows無線驅動程式為該卡安裝Windows驅動程序,並附上了圖片。

在此輸入影像描述

到這裡驅動就安裝正確了。但安裝後Ubuntu無法辨識該驅動程式。這是輸出sudo lshw -C network

rashed@rashed-HP-250-G3-Notebook-PC:~$ sudo lshw -C network[sudo] password for rashed: 
  *-network               
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: eth0
       version: 07
       serial: d0:bf:9c:12:20:73
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.0.103 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:41 ioport:4000(size=256) memory:b5600000-b5600fff memory:b5400000-b5403fff
  *-network UNCLAIMED
       description: Network controller
       product: RT3290 Wireless 802.11n 1T/1R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:0a:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:b5510000-b551ffff

的輸出iwconfig

eth0      no wireless extensions.

lo        no wireless extensions.

sudo modprobe ndiswrapper然後的輸出dmesg | grep ndis

rashed@rashed-HP-250-G3-Notebook-PC:~$ sudo modprobe ndiswrapper
[sudo] password for rashed: 
rashed@rashed-HP-250-G3-Notebook-PC:~$ dmesg | grep ndis
[   13.656731] ndiswrapper: module verification failed: signature and/or  required key missing - tainting kernel
[   13.657662] ndiswrapper version 1.59 loaded (smp=yes, preempt=no)
[   15.471685] ndiswrapper (import:232): unknown symbol: ntoskrnl.exe:'ExEventObjectType'
[   15.471693] ndiswrapper (import:232): unknown symbol: ntoskrnl.exe:'__chkstk'
[   15.471788] ndiswrapper (load_sys_files:200): couldn't prepare driver 'rt2860'
[   15.472274] ndiswrapper (load_wrap_driver:103): couldn't load driver rt2860; check system log for messages from 'loadndisdriver'
[   15.473400] usbcore: registered new interface driver ndiswrapper

如您所見,對於無線卡,出現錯誤訊息 -network UNCLAIMED。現在,如果有人對此有解決方案,我非常樂意與我分享。提前致謝。

答案1

運行以下命令:

sudo modprobe ndiswrapper

如果這向您展示 "Required key not available",請按照此操作關聯。我對 Ubuntu 不太了解,但這解決了我的問題。

相關內容