相关疑难解决方法(0)

16.04 LTS wifi 连接问题与 Realtek RTL8723BE 适配器

安装 16.04 LTS 后,我发现了 wifi 连接的几个问题。

首先,wifi在睡眠或休眠后无法正常重新连接。有时网络图标醒来后会变成“上下箭头”(我不知道它是做什么的)但仍然连接。有时网络只是丢失了,并且列表中没有显示任何网络,因此根本无法使用wifi。

我首先尝试通过运行sudo service network-manager restart. 它有效,但不是永久解决方案。

然后根据另一个线程,我添加SUSPEND_MODULES="iwlwifi"/etc/pm/config.d/config.

执行此操作后,重新连接问题似乎已修复(可以自动重新连接并且图标不再更改)。但是,我发现 wifi 连接随机丢失(大约每 30 分钟一次),即使计算机正在运行并且网络图标在连接丢失时仍保持连接状态。

添加代码后的另一个问题是,当我让计算机进入睡眠状态时,屏幕会关闭一秒钟,然后重新打开大约 5 秒钟(在此期间系统将切断 wifi 连接)。然后计算机将在这个不寻常的“两阶段”过程后进入睡眠状态。

无线网卡信息如下

*-network               
       description: Wireless interface
       product: RTL8723BE PCIe Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlp2s0
       version: 00
       serial: b0:c0:90:5c:1c:d5
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtl8723be driverversion=4.4.0-21-generic firmware=N/A ip=192.168.0.8 latency=0 link=yes …
Run Code Online (Sandbox Code Playgroud)

wireless networking realtek-wireless 16.04

123
推荐指数
5
解决办法
40万
查看次数

Dual booting: every time Windows boots, it increases the scrolling speed of the mouse on Ubuntu

My friend has Microsoft Wireless Desktop 850 with AES (PY9-00001) Ubuntu 18.04. The scrolling speed is too fast, but if he removes the USB dongle and plugs it in again, it fixes the problem.

He's on a dual booted PC, and every time he boots Windows then boots back into Ubuntu, the problem is back.

How can we fix it for good?

The problem only occurs after soft reboot only.

lsusb when the mouse is working perfectly

终端中的 lsusb 输出

lsusb when …

mouse dual-boot mouse-scroll scrolling 18.04

15
推荐指数
2
解决办法
1044
查看次数