To me, that seems to imply that the network controller is the piece of hardware that handles your wireless connection.
Sim.
Does the network controller also handle your ethernet connection?
Não. lspci
identifica isso como um controlador Ethernet .
When I run lspci and grep for network I see that my Network controller is a Realtek Semiconductor Co. device. What exactly does that device do?
Esse é o seu chipset Wi-Fi, pode ser melhor pensar nisso como um "controlador Wifi".
Do I need to find a driver that will handle both wired and wireless connections for this network controller? Or do I need a wifi driver for the network controller because the network controller only handles wifi.
O 03:00.0
no início da saída lspci
é um número de barramento / slot para o dispositivo. Provavelmente, já existe um driver carregado. Para verificar, procure em /sys/pci/devices/0000:03:00.0/driver/module/drivers
; provavelmente conterá uma referência de link simbólico para algo em /sys/pci/drivers
.
Or do I need a wifi driver for the network controller because the network controller only handles wifi.
A menos que você tenha algum hardware incomum, o kernel já deve ter um driver para os controladores ethernet e wifi carregados.