вторник, 24 мая 2011 г.

[РЕШЕНО] Не работает Wi-Fi после выхода из сна в Ubuntu 11.04 (Natty)

Проблема у меня обнаружилась на Eee PC. При выходе из сна не включался Wi-Fi. После сороковой перезагрузки было найдено следующее решение. Временное, но рабочее.

Устанавливаем ядро из proposed.


$ sudo vim /etc/apt/sources.list

deb http://ua.archive.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse
deb-src http://ua.archive.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse

$ sudo vim /etc/apt/preferences.d/proposed

Package: *
Pin: release a=natty-proposed
Pin-Priority: 400

$ sudo aptitude


И обновляем ядро (linux-image-generic, если нужно linux-headers...)

Добавляем опцию для модуля rt2800pci.


$ sudo vim /etc/modprobe.d/options.conf

options rt2800pci nohwcrypt=1


Перезагружаемся.

Источники:

http://fossplanet.com/f10/%5Bbug-769092%5D-%5Bnew%5D-wifi-not-working-after-suspend-resume-132427/index2.html
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/777215
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2011-May/003756.html
.

2 комментария: