WIFI NÃO INSTALA [RESOLVIDO]

1. WIFI NÃO INSTALA [RESOLVIDO]

Arnaldo
arnald0

(usa Debian)

Enviado em 27/03/2021 - 07:17h

Bom dia! Eu sou iniciante em Debian, instalei a primeira vez no meu notebook e a placa de rede não instala, já vi várias dicas em foruns na internet mais nenhuma informação sobre como resolver meu problema.
Minha placa de video é uma intel 3160
Se alguém pode me ajudar eu agradeço.

Eu utilizei o comando: gedit /etc/apt/sources.list
e o resultado foi esse:

#

# deb cdrom:[Official Debian GNU/Linux Live 10.8.0 gnome 2021-02-06T12:03]/ buster main

#deb cdrom:[Official Debian GNU/Linux Live 10.8.0 gnome 2021-02-06T12:03]/ buster main

deb http://br.archive.ubuntu.com/ubuntu/ precise main restricted non-free
deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted non-free
deb http://ftp.br.debian.org/debian/ buster main
deb-src http://ftp.br.debian.org/debian/ buster main

deb http://security.debian.org/debian-security buster/updates main
deb-src http://security.debian.org/debian-security buster/updates main

# buster-updates, previously known as 'volatile'
deb http://ftp.br.debian.org/debian/ buster-updates main
deb-src http://ftp.br.debian.org/debian/ buster-updates main


# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.


  


2. MELHOR RESPOSTA

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 27/03/2021 - 15:18h


arnald0 escreveu:


Mauricio
Eu dei o comando:

sudo apt install firmware-iwlwifi

E me retornou:
E: Impossível encontrar o pacote firmware-iwlwifi

Desinstalei os comando do Ubuntu também mais mesmo ainda não consegui instalar o WIFI.



foi mal, esqueci de arrumar seu sources.list faz aí
version=`head -1 /etc/*-release | cut -d'(' -f2 | cut -d')' -f1` 

sudo echo -e "deb http://http.debian.net/debian/ $version main contrib non-free\ndeb http://security.debian.org/ $version/updates main contrib non-free\ndeb http://http.debian.net/debian/ $version-updates main contrib non-free" > /etc/apt/sources.list 

sudo apt update && sudo apt install firmware-iwlwifi  



------------------------------------------------------| Linux User #621728 |------------------------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------------------| Linux User #621728 |------------------------------------------------------



3. Re: WIFI NÃO INSTALA [RESOLVIDO]

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 27/03/2021 - 11:39h


arnald0 escreveu:

Bom dia! Eu sou iniciante em Debian, instalei a primeira vez no meu notebook e a placa de rede não instala, já vi várias dicas em foruns na internet mais nenhuma informação sobre como resolver meu problema.
Minha placa de video é uma intel 3160
Se alguém pode me ajudar eu agradeço.

Eu utilizei o comando: gedit /etc/apt/sources.list
e o resultado foi esse:

#

# deb cdrom:[Official Debian GNU/Linux Live 10.8.0 gnome 2021-02-06T12:03]/ buster main

#deb cdrom:[Official Debian GNU/Linux Live 10.8.0 gnome 2021-02-06T12:03]/ buster main

deb http://br.archive.ubuntu.com/ubuntu/ precise main restricted non-free
deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted non-free
deb http://ftp.br.debian.org/debian/ buster main
deb-src http://ftp.br.debian.org/debian/ buster main

deb http://security.debian.org/debian-security buster/updates main
deb-src http://security.debian.org/debian-security buster/updates main

# buster-updates, previously known as 'volatile'
deb http://ftp.br.debian.org/debian/ buster-updates main
deb-src http://ftp.br.debian.org/debian/ buster-updates main


# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.


1 - Tire os repositórios Ubuntu do seu sources.list
2 - Instale o firmware do wifi
sudo apt install firmware-iwlwifi 

3 - para garantir o funcionamento reinicie a máquina !!!

------------------------------------------------------| Linux User #621728 |------------------------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------------------| Linux User #621728 |------------------------------------------------------




4. Re: WIFI NÃO INSTALA [RESOLVIDO]

Arnaldo
arnald0

(usa Debian)

Enviado em 27/03/2021 - 14:44h


Mauricio
Eu dei o comando:

sudo apt install firmware-iwlwifi

E me retornou:
E: Impossível encontrar o pacote firmware-iwlwifi

Desinstalei os comando do Ubuntu também mais mesmo ainda não consegui instalar o WIFI.




5. Re: WIFI NÃO INSTALA [RESOLVIDO]

carlos reis
slblxs

(usa Funtoo)

Enviado em 27/03/2021 - 14:59h


arnald0 escreveu:


Mauricio
Eu dei o comando:

sudo apt install firmware-iwlwifi

E me retornou:
E: Impossível encontrar o pacote firmware-iwlwifi

Desinstalei os comando do Ubuntu também mais mesmo ainda não consegui instalar o WIFI.



Apaga o que está nessa sources list, e cola a que está abaixo. Estão a faltar os non-free.


#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#

###### Debian Main Repos

deb http://ftp.br.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.br.debian.org/debian/ stable main contrib non-free

deb http://ftp.br.debian.org/debian/ stable-updates main contrib non-free
deb-src http://ftp.br.debian.org/debian/ stable-updates main contrib non-free

deb http://security.debian.org/ stable/updates main
deb-src http://security.debian.org/ stable/updates main


Depois de gravares os novos repositórios, segue os passos abrindo o terminal;



# apt-get update

# apt-get install apt install curl wget apt-transport-https dirmngr






6. Re: WIFI NÃO INSTALA [RESOLVIDO]

Arnaldo
arnald0

(usa Debian)

Enviado em 27/03/2021 - 15:15h


slblxs

Fiz o que me falou só que quando eu dei o comando:

# apt-get install apt install curl wget apt-transport-https dirmngr

Me retornou:

E: Impossível encontrar o pacote install


7. Re: WIFI NÃO INSTALA [RESOLVIDO]

Arnaldo
arnald0

(usa Debian)

Enviado em 27/03/2021 - 15:44h


Mauricio

Eu dei o comando:
apt update && sudo apt install firmware-iwlwifi

A primeira vez e deu o seguinte erro nessas linhas:

Err:3 http://security.debian.org /updates Release
404 Not Found [IP: 2a04:4e42:5c::644 80]
Ign:2 http://cdn-fastly.deb.debian.org/debian main InRelease
Ign:4 http://cdn-fastly.deb.debian.org/debian -updates InRelease
Err:5 http://cdn-fastly.deb.debian.org/debian main Release
404 Not Found [IP: 2a04:4e42:5c::644 80]
Err:6 http://cdn-fastly.deb.debian.org/debian -updates Release
404 Not Found [IP: 2a04:4e42:5c::644 80]

Então reiniciei o computador e fiz novamente os comandos

# version=`head -1 /etc/*-release | cut -d'(' -f2 | cut -d')' -f1`

# sudo echo -e "deb http://http.debian.net/debian/ $version main contrib non-free\ndeb http://security.debian.org/ $version/updates main contrib non-free\ndeb http://http.debian.net/debian/ $version-updates main contrib non-free" > /etc/apt/sources.list

# apt update && sudo apt install firmware-iwlwifi

E funcionou!

Gratidão velho!
Obrigado mesmo!!!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts