分页: 3 / 3
Re: USB的WiFi适配器在windows上是足够的速度,但在debian上却很慢。
发表于 : 2021-11-03 2:54
由 寺島聰子
astolia 写了: ↑2021-05-25 19:15
これは既知の問題です。Debianのrtl8xxxuドライバーはrtl8192cuをサポートしていないため、このドライバーを使用してください
https://github.com/pvaret/rtl8192cu-fixes
代码: 全选
sudo apt-get update
sudo apt-get install git linux-headers-amd64 build-essential dkms
git clone https://github.com/pvaret/rtl8192cu-fixes.git
sudo dkms add ./rtl8192cu-fixes
sudo dkms install 8192cu/1.11
sudo depmod -a
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
その後、再起動します
別のwifi子機を買ったので、以前のドライバが抱えていた問題に拘泥する必要がなくなりました。
https://github.com/pvaret/rtl8192cu-fixes
このドライバは速くて安定だけど、スタンバイから復帰時に繋がらない問題あって、
元のデフォルトドライバへ戻したい。
やり方教えてください
因为买了别的wifi子机,所以不必拘泥于以前的驱动程序所面临的问题了。
https://github.com/pvaret/rtl8192cu-fixes
虽然这个驱动程序速度快且稳定,但是从待机状态恢复时有无法连接的问题
我想恢复到原来的默认驱动程序。
请告诉我做法
Re: USB的WiFi适配器在windows上是足够的速度,但在debian上却很慢。
发表于 : 2021-11-03 13:43
由 astolia
sudo dkms remove 8192cu/1.11 --all
sudo rm -r /usr/src/8192cu-1.11
sudo rm /etc/modprobe.d/blacklist-native-rtl8192.conf
Re: USB的WiFi适配器在windows上是足够的速度,但在debian上却很慢。
发表于 : 2021-11-03 14:03
由 寺島聰子
$ sudo dkms remove 8192cu/1.11 --all
-------- Uninstall Beginning --------
Module: 8192cu
Version: 1.11
Kernel: 4.19.0-17-amd64 (x86_64)
-------------------------------------
Status: Before uninstall, this module version was ACTIVE on this kernel.
<< この文から、別のwifi子機に変えたほうがいいと判断
<<从这句话中判断,最好换成别的wifi子机
8192cu.ko:
- Uninstallation
- Deleting from: /lib/modules/4.19.0-17-amd64/updates/dkms/
rmdir: 'updates/dkms' を削除できません: ディレクトリは空ではありません
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod...........
update-initramfs.............
DKMS: uninstall completed.
Re: USB的WiFi适配器在windows上是足够的速度,但在debian上却很慢。
发表于 : 2021-11-03 19:22
由 寺島聰子
别的wifi子机
代码: 全选
$ sudo dkms remove 8192cu/1.11 --all
------------------------------
Deleting module version: 1.11
completely from the DKMS tree.
------------------------------
Done.
$
代码: 全选
$ sudo rm -r /usr/src/8192cu-1.11
$ sudo rm /etc/modprobe.d/blacklist-native-rtl8192.conf
$ cd /etc/modprobe.d
$ ls
8192cu.conf dkms.conf rtl8xxxu.conf
amd64-microcode-blacklist.conf intel-microcode-blacklist.conf
blacklist-r8169.conf r8168-dkms.conf
$
Re: USB的WiFi适配器在windows上是足够的速度,但在debian上却很慢。
发表于 : 2021-11-03 19:44
由 寺島聰子
元のドライバに戻ったようです。ありがとう
好像回到了原来的驱动程序。谢谢你
代码: 全选
Bus 001 Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
記憶していた以前の状態より、さらにいっそう接続は不安定で弱く感じる。しかしスタンバイから復帰時に、デバイスをusbから抜き差しなしにネットに接続します。このことを確認したかった。謝謝
连接比之前存储的状态更加不稳定和脆弱。但是从待机状态恢复时,将设备从usb上不插拔地连接到网络上。我想确认这件事。
各々のドライバの長短を勘案して、このRTL8192CU Adapter を使うときは、どちらにするか決定します。