removido
(usa Nenhuma)
Enviado em 26/01/2017 - 10:38h
Olá, Igor
Apesar de vc já ter resolvido o seu problema e tb do tempo que já passou, +d1 ano, eu tive o mesmo problema no meu Debian Jessie e o resolvi assim:
1. Editei o arquivo sources.list: nano /etc/apt/sources.list
2. Acrescentei as seguintes linhas ao arquivo:
# Soluçao do radeon kernel modesetting for r600 or later requires firmware-linux-nonfree
deb
http://http.us.debian.org/debian/ jessie main contrib non-free
3. Atualizei o sources.list: apt update
4. Instalei o firmware da realtek: apt install firmware-realtek
5. Instalei o pacote firmware-linux-nonfree: apt install firmware-linux-nonfree
6. E finalmente reiniciei o sistema.
Eis onde achei a solução:
https://gist.github.com/ed-flanagan/929633981ea548e97f1d
Cptos a todos