Realtek 8101 no Ubuntu 17

1. Realtek 8101 no Ubuntu 17

João Moura Filho
jomofi

(usa Ubuntu)

Enviado em 17/04/2017 - 00:57h

Tentando ativar a Placa de Rede efetuei os seguintes passos:

Baixei o Driver

comandos como root
tar vjxf 0007-r8101-1.030.02.tar.bz2

cd r8101-1.030.02

chmod +x autorun.sh

./autorun.sh

mensagem:


Check old driver and unload it.
Build the module and install
make[2]: *** No rule to make target 'de'. Pare.
make[1]: *** [clean] Error 2
make: *** [clean] Error 2

Resultado do lsmode
root@temistocles:/home/jomofi/Área de Trabalho/real/r8101-1.031.02# lsmod
Module Size Used by
nls_iso8859_1 16384 1
snd_hda_codec_realtek 77824 1
snd_hda_codec_generic 69632 1 snd_hda_codec_realtek
snd_hda_intel 32768 3
snd_hda_codec 118784 3 snd_hda_intel,snd_hda_codec_generic,snd_hda_codec_realtek
gpio_ich 16384 0
snd_hda_core 69632 4 snd_hda_intel,snd_hda_codec,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 94208 3 snd_hda_intel,snd_hda_codec,snd_hda_core
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 28672 1 snd_seq_midi
snd_seq 57344 2 snd_seq_midi_event,snd_seq_midi
joydev 20480 0
input_leds 16384 0
coretemp 16384 0
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 32768 2 snd_seq,snd_pcm
snd 69632 16 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
serio_raw 16384 0
soundcore 16384 1 snd
lpc_ich 20480 0
shpchp 32768 0
tpm_infineon 20480 0
mac_hid 16384 0
parport_pc 32768 1
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,parport_pc,ppdev
ip_tables 20480 0
x_tables 24576 1 ip_tables
autofs4 40960 2
uas 20480 0
usb_storage 57344 3 uas
hid_generic 16384 0
usbhid 49152 0
hid 98304 2 hid_generic,usbhid
i915 1245184 3
video 36864 1 i915
i2c_algo_bit 16384 1 i915
drm_kms_helper 147456 1 i915
syscopyarea 16384 1 drm_kms_helper
psmouse 122880 0
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 311296 5 i915,drm_kms_helper
pata_acpi 16384 0
mii 16384 0
fjes 28672 0
floppy 61440 0

Resultado do lspci
jomofi@temistocles:~/Área de Trabalho/real/r8101-1.031.02$ sudo lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 01)

---
Como devo proceder agora?



  


2. Re: Realtek 8101 no Ubuntu 17

Perfil removido
removido

(usa Nenhuma)

Enviado em 17/04/2017 - 11:16h

O suporte a Realtek 8101 esta no kernel do Ubuntu 17 não precisa baixar nada.

Não tem modulo carregado conforme a saída do lsmod para Realtek 8101.

Cuidado com o comando sudo.

lspci

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 01)

Qual a saída dos comandos?

lspci -v

uname -a



Ubuntu != Debian

https://www.vivaolinux.com.br/topico/Redes-Fisicas-e-logicas/Instalacao-da-placa-de-rede-da-realtek-...


3. Re: Realtek 8101 no Ubuntu 17

João Moura Filho
jomofi

(usa Ubuntu)

Enviado em 18/04/2017 - 00:36h

meianoite escreveu:

O suporte a Realtek 8101 esta no kernel do Ubuntu 17 não precisa baixar nada.

Não tem modulo carregado conforme a saída do lsmod para Realtek 8101.

Cuidado com o comando sudo.

lspci

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 01)

Qual a saída dos comandos?

lspci -v

uname -a



Ubuntu != Debian

https://www.vivaolinux.com.br/topico/Redes-Fisicas-e-logicas/Instalacao-da-placa-de-rede-da-realtek-...


Seguem as saídas dos comandos lspci -v e uname -a
jomofi@temistocles:~$ lspci -v
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] 82G33/G31/P35/P31 Express DRAM Controller
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>

00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] 82G33/G31 Express Integrated Graphics Controller
Flags: bus master, fast devsel, latency 0, IRQ 27
Memory at fea80000 (32-bit, non-prefetchable) [size=512K]
I/O ports at dc00 [size=8]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Memory at fe900000 (32-bit, non-prefetchable) [size=1M]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family High Definition Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 28
Memory at fea78000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 24
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: 80000000-801fffff
Prefetchable memory behind bridge: 0000000080200000-00000000803fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 25
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: feb00000-febfffff
Prefetchable memory behind bridge: 0000000080400000-00000000805fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at d880 [size=32]
Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at d800 [size=32]
Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at d480 [size=32]
Kernel driver in use: uhci_hcd

00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at d400 [size=32]
Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB2 EHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at fea77c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] 82801GB/GR (ICH7 Family) LPC Interface Bridge
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: lpc_ich
Kernel modules: intel_rng, lpc_ich, leds_ss4200

00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Micro-Star International Co., Ltd. [MSI] 82801G (ICH7 Family) IDE Controller
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 01f0 [size=8]
I/O ports at 03f4
I/O ports at 0170 [size=8]
I/O ports at 0374
I/O ports at ffa0 [size=16]
Kernel driver in use: ata_piix
Kernel modules: pata_acpi

00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family SATA Controller [IDE mode]
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
I/O ports at d080 [size=8]
I/O ports at d000 [size=4]
I/O ports at cc00 [size=8]
I/O ports at c880 [size=4]
I/O ports at c800 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix
Kernel modules: pata_acpi

00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family SMBus Controller
Flags: medium devsel, IRQ 10
I/O ports at 0400 [size=32]
Kernel modules: i2c_i801

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
Physical Slot: 33
Flags: bus master, fast devsel, latency 0, IRQ 26
I/O ports at e800 [size=256]
Memory at febff000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at febe0000 [disabled] [size=8K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169





jomofi@temistocles:~$ uname -a
Linux temistocles 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
jomofi@temistocles:~$


4. Re: Realtek 8101 no Ubuntu 17

Perfil removido
removido

(usa Nenhuma)

Enviado em 18/04/2017 - 01:24h

jomofi escreveu:

meianoite escreveu:

O suporte a Realtek 8101 esta no kernel do Ubuntu 17 não precisa baixar nada.

Não tem modulo carregado conforme a saída do lsmod para Realtek 8101.

Cuidado com o comando sudo.

lspci

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 01)

Qual a saída dos comandos?

lspci -v

uname -a



Ubuntu != Debian

https://www.vivaolinux.com.br/topico/Redes-Fisicas-e-logicas/Instalacao-da-placa-de-rede-da-realtek-...


Seguem as saídas dos comandos lspci -v e uname -a
jomofi@temistocles:~$ lspci -v
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] 82G33/G31/P35/P31 Express DRAM Controller
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>

00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] 82G33/G31 Express Integrated Graphics Controller
Flags: bus master, fast devsel, latency 0, IRQ 27
Memory at fea80000 (32-bit, non-prefetchable) [size=512K]
I/O ports at dc00 [size=8]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Memory at fe900000 (32-bit, non-prefetchable) [size=1M]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family High Definition Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 28
Memory at fea78000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 24
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: 80000000-801fffff
Prefetchable memory behind bridge: 0000000080200000-00000000803fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 25
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: feb00000-febfffff
Prefetchable memory behind bridge: 0000000080400000-00000000805fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at d880 [size=32]
Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at d800 [size=32]
Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at d480 [size=32]
Kernel driver in use: uhci_hcd

00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at d400 [size=32]
Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB2 EHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at fea77c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] 82801GB/GR (ICH7 Family) LPC Interface Bridge
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: lpc_ich
Kernel modules: intel_rng, lpc_ich, leds_ss4200

00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Micro-Star International Co., Ltd. [MSI] 82801G (ICH7 Family) IDE Controller
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 01f0 [size=8]
I/O ports at 03f4
I/O ports at 0170 [size=8]
I/O ports at 0374
I/O ports at ffa0 [size=16]
Kernel driver in use: ata_piix
Kernel modules: pata_acpi

00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family SATA Controller [IDE mode]
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
I/O ports at d080 [size=8]
I/O ports at d000 [size=4]
I/O ports at cc00 [size=8]
I/O ports at c880 [size=4]
I/O ports at c800 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix
Kernel modules: pata_acpi

00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family SMBus Controller
Flags: medium devsel, IRQ 10
I/O ports at 0400 [size=32]
Kernel modules: i2c_i801

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
Physical Slot: 33
Flags: bus master, fast devsel, latency 0, IRQ 26
I/O ports at e800 [size=256]
Memory at febff000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at febe0000 [disabled] [size=8K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169





jomofi@temistocles:~$ uname -a
Linux temistocles 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
jomofi@temistocles:~$




O sistema reconheceu a placa de rede. OK

Qual a saída do comando?

lsmod

Obs: Na saída do lsmod tem que aparecer r8169.


Depois é só ativa e configura a rede e o servidor DNS.

Teste com:

ping 8.8.8.8




5. lsmod

João Moura Filho
jomofi

(usa Ubuntu)

Enviado em 18/04/2017 - 22:43h

meianoite escreveu:

jomofi escreveu:

meianoite escreveu:

O suporte a Realtek 8101 esta no kernel do Ubuntu 17 não precisa baixar nada.

Não tem modulo carregado conforme a saída do lsmod para Realtek 8101.

Cuidado com o comando sudo.

lspci

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 01)

Qual a saída dos comandos?

lspci -v

uname -a



Ubuntu != Debian

https://www.vivaolinux.com.br/topico/Redes-Fisicas-e-logicas/Instalacao-da-placa-de-rede-da-realtek-...


Seguem as saídas dos comandos lspci -v e uname -a
jomofi@temistocles:~$ lspci -v
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] 82G33/G31/P35/P31 Express DRAM Controller
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>

00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] 82G33/G31 Express Integrated Graphics Controller
Flags: bus master, fast devsel, latency 0, IRQ 27
Memory at fea80000 (32-bit, non-prefetchable) [size=512K]
I/O ports at dc00 [size=8]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Memory at fe900000 (32-bit, non-prefetchable) [size=1M]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family High Definition Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 28
Memory at fea78000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 24
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: 80000000-801fffff
Prefetchable memory behind bridge: 0000000080200000-00000000803fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 25
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: feb00000-febfffff
Prefetchable memory behind bridge: 0000000080400000-00000000805fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at d880 [size=32]
Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at d800 [size=32]
Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at d480 [size=32]
Kernel driver in use: uhci_hcd

00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB UHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at d400 [size=32]
Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family USB2 EHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at fea77c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] 82801GB/GR (ICH7 Family) LPC Interface Bridge
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: lpc_ich
Kernel modules: intel_rng, lpc_ich, leds_ss4200

00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Micro-Star International Co., Ltd. [MSI] 82801G (ICH7 Family) IDE Controller
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 01f0 [size=8]
I/O ports at 03f4
I/O ports at 0170 [size=8]
I/O ports at 0374
I/O ports at ffa0 [size=16]
Kernel driver in use: ata_piix
Kernel modules: pata_acpi

00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family SATA Controller [IDE mode]
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
I/O ports at d080 [size=8]
I/O ports at d000 [size=4]
I/O ports at cc00 [size=8]
I/O ports at c880 [size=4]
I/O ports at c800 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix
Kernel modules: pata_acpi

00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family SMBus Controller
Flags: medium devsel, IRQ 10
I/O ports at 0400 [size=32]
Kernel modules: i2c_i801

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
Physical Slot: 33
Flags: bus master, fast devsel, latency 0, IRQ 26
I/O ports at e800 [size=256]
Memory at febff000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at febe0000 [disabled] [size=8K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169





jomofi@temistocles:~$ uname -a
Linux temistocles 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
jomofi@temistocles:~$




O sistema reconheceu a placa de rede. OK

Qual a saída do comando?

lsmod

Obs: Na saída do lsmod tem que aparecer r8169.


Depois é só ativa e configura a rede e o servidor DNS.

Teste com:

ping 8.8.8.8



jomofi@temistocles:~$ lsmod
Module Size Used by
r8169 81920 0
gpio_ich 16384 0
joydev 20480 0
input_leds 16384 0
snd_hda_codec_realtek 90112 1
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
snd_hda_intel 36864 3
snd_hda_codec 126976 3 snd_hda_intel,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_core 81920 4 snd_hda_intel,snd_hda_codec,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 102400 3 snd_hda_intel,snd_hda_codec,snd_hda_core
coretemp 16384 0
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 32768 1 snd_seq_midi
serio_raw 16384 0
snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
lpc_ich 24576 0
snd_timer 32768 2 snd_seq,snd_pcm
snd 77824 16 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
soundcore 16384 1 snd
shpchp 36864 0
tpm_infineon 20480 0
mac_hid 16384 0
parport_pc 32768 1
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,parport_pc,ppdev
ip_tables 24576 0
x_tables 36864 1 ip_tables
autofs4 40960 2
uas 24576 0
usb_storage 69632 1 uas
hid_generic 16384 0
usbhid 53248 0
hid 114688 2 hid_generic,usbhid
i915 1449984 3
video 40960 1 i915
psmouse 139264 0
i2c_algo_bit 16384 1 i915
drm_kms_helper 151552 1 i915
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
pata_acpi 16384 0
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 352256 5 i915,drm_kms_helper
mii 16384 1 r8169
floppy 77824 0
fjes 73728 0



Tentando ativar a placa por meio de

ifconfig eth0 up

jomofi@temistocles:~$ ifconfig eth0 up
O programa 'ifconfig' não está instalado no momento. Você pode instalá-lo digitando:
sudo apt install net-tools


Tentando instalar net-tools por meio de

sudo apt install net-tools


jomofi@temistocles:~$ sudo apt install net-tools
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote net-tools



Devo baixar este pacote net-tools e instalar via dkpg? Se sim, qual é local indicado pra baixar?


6. Re: Realtek 8101 no Ubuntu 17

Perfil removido
removido

(usa Nenhuma)

Enviado em 19/04/2017 - 22:46h

Usa os comandos com o usuário root.


7. Re: Realtek 8101 no Ubuntu 17

João Moura Filho
jomofi

(usa Ubuntu)

Enviado em 20/04/2017 - 07:07h

meianoite escreveu:

Usa os comandos com o usuário root.


O resultado do comando como root:

root@temistocles:/home/jomofi# ifconfig eth0 up
O programa 'ifconfig' não está instalado no momento. Você pode instalá-lo digitando:
apt install net-tools
root@temistocles:/home/jomofi# apt install net-tools
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote net-tools
root@temistocles:/home/jomofi#





8. Re: Realtek 8101 no Ubuntu 17

João Moura Filho
jomofi

(usa Ubuntu)

Enviado em 20/04/2017 - 07:12h

jomofi escreveu:

meianoite escreveu:

Usa os comandos com o usuário root.


O resultado do comando como root:

root@temistocles:/home/jomofi# ifconfig eth0 up
O programa 'ifconfig' não está instalado no momento. Você pode instalá-lo digitando:
apt install net-tools
root@temistocles:/home/jomofi# apt install net-tools
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote net-tools


Como avançar, agora?
root@temistocles:/home/jomofi#







9. Re: Realtek 8101 no Ubuntu 17

Perfil removido
removido

(usa Nenhuma)

Enviado em 20/04/2017 - 16:15h

jomofi escreveu:

meianoite escreveu:

Usa os comandos com o usuário root.


O resultado do comando como root:

root@temistocles:/home/jomofi# ifconfig eth0 up
O programa 'ifconfig' não está instalado no momento. Você pode instalá-lo digitando:
apt install net-tools
root@temistocles:/home/jomofi# apt install net-tools
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote net-tools
root@temistocles:/home/jomofi#




?

Removeu o pacote net-tools do sistema.


apt-get update

apt-get install -y net-tools






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts