
これは自作のコンピュータで、Windowsで動作し、Linuxドライバを搭載したWiFiアダプタがあります。設置しましたが、何をしてもネットワークから選ばれた有線ケーブルだけが見えますね。インターネットに接続するには、携帯電話を接続する必要があります。 Realtekのステップバイステップガイドに従ってドライバを手動でインストールしましたが、それでも検出されません。 RTL8111/8168 です。dkms status
実行しても何も起こらないようです。 USB Bluetoothアダプタもありますが、うまく動作します。 WiFiアダプタが機能しません。
rfkill
出力は次のとおりです。
$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
sudo lshw -C network
出力は次のとおりです。
yoshi@Luccio:~$ sudo lshw -C network
[sudo] password for yoshi:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:08:00.0
logical name: enp8s0
version: 15
serial: a8:a1:59:11:4b:10
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.048.03-NAPI latency=0 link=no multicast=yes port=twisted pair
resources: irq:47 ioport:f000(size=256) memory:fcc04000-fcc04fff memory:fcc00000-fcc03fff
ifconfig
出力は次のとおりです。
yoshi@Luccio:~$ ifconfig
enp8s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether a8:a1:59:11:4b:10 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 47 base 0x1000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 16480 bytes 1233200 (1.2 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 16480 bytes 1233200 (1.2 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
助けてください。
申し訳ありません。実際に画像を挿入することはできません。
これはlsusbです
yoshi@Luccio:~$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c248 Logitech, Inc. G105 Gaming Keyboard
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 002: ID 1532:0060 Razer USA, Ltd Razer Lancehead Tournament Edition
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
これはdmesgです
答え1
こんにちは、これは5.4カーネルに問題があるようです。 4.6カーネルと一緒に19.3 Linux Mintをインストールし、5.8カーネルが出るのを待ちます。