Bug 110251
Summary: | wifi RT3290 Wireless 802.11n stop working after a while | ||
---|---|---|---|
Product: | Networking | Reporter: | picard12 (picard12) |
Component: | Wireless | Assignee: | networking_wireless (networking_wireless) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | Larry.Finger, linville, nickob, picard12, stf_xl |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.3.3 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
picard12
2016-01-02 07:41:54 UTC
# uname -a Linux usern 4.4.1-calculate #1 SMP PREEMPT Fri Feb 12 15:13:56 MSK 2016 x86_64 AMD A4-5000 APU with Radeon(TM) HD Graphics AuthenticAMD GNU/Linux # lspci -s 01:00 -k -nn 01:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290] DeviceName: Ralink RT3290LE 802.11bgn Wi-Fi Adapter Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec] Kernel driver in use: rt2800pci Kernel modules: rt2800pci 01:00.1 Bluetooth [0d11]: Ralink corp. RT3290 Bluetooth [1814:3298] Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec] - Low speed WiFi (max 30-45 Mbit/sec) [Низкая скорость WiFi] - Disable wifi module (disconnection) with a maximum download speed in 10-15 seconds. Stably short loads. [Отключение модуля WiFi (разрыв связи) при максимальной скорости загрузки через 10-15 сек. Стабильно работает на коротких загрузках.] Мой костыль: # cat /etc/NetworkManager/dispatcher.d/ip-down.sh #!/bin/bash DEV_NAME="$1" NM_ACTION="$2" if [[ ${NM_ACTION} == "down" ]] then modprobe -r rt2800pci modprobe rt2800pci fi *** This bug has been marked as a duplicate of bug 107751 *** |