Ubuntu Sem Conexão - Problema Driver Asrock H310m [RESOLVIDO]

1. Ubuntu Sem Conexão - Problema Driver Asrock H310m [RESOLVIDO]

Mateus Rodrigues Guida
mateusguida

(usa Ubuntu)

Enviado em 11/12/2018 - 11:33h

Bom dia!

Estou com um problema no Ubuntu. Montei uma máquina nova, com a placa mãe da Asrock H310M-G/M.2. Instalei o Dual Boot, tudo certo no Windows 10. Mas no Ubuntu não funciona a rede (cabeada) e aparece que não há nenhum dispositivo de rede instalado. No site do suporte da placa mãe, eles não possuem drive algum para Ubuntu... Não sei então como funciona, como ver se realmente o driver do dispositivo de rede da placa mãe não está devidamente instalado, ou se somente desativado.

Agradeço a ajuda desde já!


  


2. MELHOR RESPOSTA

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 11/12/2018 - 23:02h

Faça download desse arquivo: https://downloadcenter.intel.com/download/15817/Intel-Network-Adapter-Driver-for-PCI-E-Gigabit-Netwo...

Vá até a pasta de Downloads, clique com o botão direito em Extrair Aqui.

Abra o terminal e use esses comandos:
cd Downloads
cd e1000e-3.4.2.1/src/
sudo rmmod e1000e
sudo make install
sudo modprobe e1000e
sudo dpkg-reconfigure linux-image-$(uname -r)


Reinicie o computador.

https://unix.stackexchange.com/questions/294753/intel-ethernet-connection-i219-v-not-working-under-l...

3. Re: Ubuntu Sem Conexão - Problema Driver Asrock H310m [RESOLVIDO]

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 11/12/2018 - 12:14h

Você já foi em Drivers Adicionais?


4. Re: Ubuntu Sem Conexão - Problema Driver Asrock H310m [RESOLVIDO]

Mateus Rodrigues Guida
mateusguida

(usa Ubuntu)

Enviado em 11/12/2018 - 12:53h

Fui sim mano... Não tem nada, só tem suporte para Windows 10... Segue o link:

https://www.asrock.com/mb/Intel/H310M-GM.2/index.br.asp?cat=Download#Download


5. Re: Ubuntu Sem Conexão - Problema Driver Asrock H310m [RESOLVIDO]

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 11/12/2018 - 20:18h

Por favor, rode esse comando:

lspci | grep Ethernet 



6. Re: Ubuntu Sem Conexão - Problema Driver Asrock H310m [RESOLVIDO]

Mateus Rodrigues Guida
mateusguida

(usa Ubuntu)

Enviado em 11/12/2018 - 22:45h

Segue abaixo:

root@mateus-desktop:~# lspci | grep Ethernet
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-V (rev 10)


Obrigado desde já!


7. Re: Ubuntu Sem Conexão - Problema Driver Asrock H310m [RESOLVIDO]

Mateus Rodrigues Guida
mateusguida

(usa Ubuntu)

Enviado em 11/12/2018 - 23:26h

root@mateus-desktop:/home/matheus/Downloads/e1000e-3.4.2.1/src# sudo rmmod e1000e
rmmod: ERROR: Module e1000e is not currently loaded
root@mateus-desktop:/home/matheus/Downloads/e1000e-3.4.2.1/src# sudo rmmod e1000e
rmmod: ERROR: Module e1000e is not currently loaded
root@mateus-desktop:/home/matheus/Downloads/e1000e-3.4.2.1/src# sudo make install
make -C /lib/modules/4.10.0-19-generic/build CC=gcc SUBDIRS=/home/matheus/Downloads/e1000e-3.4.2.1/src modules
make[1]: Entering directory '/usr/src/linux-headers-4.10.0-19-generic'
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/netdev.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/ethtool.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/param.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/82571.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/ich8lan.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/80003es2lan.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/mac.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/nvm.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/phy.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/manage.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/kcompat.o
CC [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/ptp.o
LD [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/e1000e.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/matheus/Downloads/e1000e-3.4.2.1/src/e1000e.mod.o
LD [M] /home/matheus/Downloads/e1000e-3.4.2.1/src/e1000e.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.10.0-19-generic'
gzip -c ../e1000e.7 > e1000e.7.gz
# remove all old versions of the driver
find /lib/modules/4.10.0-19-generic -name e1000e.ko -exec rm -f {} \; || true
find /lib/modules/4.10.0-19-generic -name e1000e.ko.gz -exec rm -f {} \; || true
install -D -m 644 e1000e.ko /lib/modules/4.10.0-19-generic/updates/drivers/net/ethernet/intel/e1000e/e1000e.ko
/sbin/depmod -a 4.10.0-19-generic || true
install -D -m 644 e1000e.7.gz /usr/share/man/man7/e1000e.7.gz
man -c -P'cat > /dev/null' e1000e || true
man:
impossível escrever em /var/cache/man/cat7/e1000e.7.gz no modo catman
e1000e.
root@mateus-desktop:/home/matheus/Downloads/e1000e-3.4.2.1/src# sudo modprobe e1000e
root@mateus-desktop:/home/matheus/Downloads/e1000e-3.4.2.1/src# sudo dpkg-reconfigure linux-image-$(uname -r)
Running depmod.
update-initramfs: deferring update (hook will be called later)
Not updating initrd symbolic links since we are being updated/reinstalled
(4.10.0-19.21 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(4.10.0-19.21 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.10.0-19-generic /boot/vmlinuz-4.10.0-19-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.10.0-19-generic /boot/vmlinuz-4.10.0-19-generic
update-initramfs: Generating /boot/initrd.img-4.10.0-19-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.10.0-19-generic /boot/vmlinuz-4.10.0-19-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 4.10.0-19-generic /boot/vmlinuz-4.10.0-19-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.10.0-19-generic /boot/vmlinuz-4.10.0-19-generic
Generating grub configuration file ...
Imagem Linux encontrada: /boot/vmlinuz-4.10.0-19-generic
Imagem initrd encontrada: /boot/initrd.img-4.10.0-19-generic
Encontrado Windows Boot Manager em /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi
Encontrado Windows Boot Manager em /dev/sdb1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
concluído


Deu certo amigo! Muito obrigado!
Deram alguns "erros" no meio do caminho, mas foi! obrigadão!



8. Re: Ubuntu Sem Conexão - Problema Driver Asrock H310m [RESOLVIDO]

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 11/12/2018 - 23:45h

Se deu certo, marque o tópico como Resolvido e Selecione a Melhor Resposta.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts