Encontrou a solução:
Em /etc/NetworkManager/NetworkManager.conf
, alterei managed = false para managed = true .
Em seguida, execute:
sudo service network-manager restart
e voila.
Não consigo me conectar à internet via ethernet ou wifi. Vamos consertar o problema da ethernet, hein? Acabei de instalar o Unbuntu 12.04 em um HP Mini 1000. Anteriormente ele tinha o 11.04, e o ethernet não apresentava nenhum problema. Eu sou um iniciante no Linux, e tenho trabalhado nessa questão nos últimos dias sem nenhum progresso.
Aqui estão algumas saídas:
sudo lshw -C rede
*-network
description: Network controller
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=b43-pci-bridge latency=0
resources: irq:16 memory:feafc000-feafffff
*-network
description: Ethernet interface
product: 88E8040 PCI-E Fast Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 00
serial: 00:25:b3:48:e7:60
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 latency=0 link=no multicast=yes port=twisted pair
resources: irq:42 memory:febfc000-febfffff ioport:ec00(size=256)
lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
01:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller
Obrigado pela sua ajuda!
Encontrou a solução:
Em /etc/NetworkManager/NetworkManager.conf
, alterei managed = false para managed = true .
Em seguida, execute:
sudo service network-manager restart
e voila.
às vezes, NetworkManager
pode ser um pouco diva e começar a mexer com coisas que você não quer. Tente usar o endereço MAC do dispositivo físico ao qual você deseja se conectar com ifconfig wlan0
para o seu dispositivo sem fio, ou ifconfig eth0
para um dispositivo ethernet. Copie tudo depois do HWaddr. Em seguida, edite /etc/NetworkManager/NetworkManager.conf
Você precisará editá-lo com privilégios de superusuário. Adicionar
[keyfile]
unmanaged-devices=mac:<copied HWaddr>;
Então você pode conectar manualmente o que é falado aqui Como eu me conecto a uma rede wifi WPA usando a linha de comando?
Boa sorte!
Acabei de passar 2 horas tentando recuperar minha rede usando o Network Manager e o terminal. Adivinhe o que o consertou ..... desligando o modem, desconectando-o, reconectando-o e ligando-o novamente. Você pode ver os códigos de endereço IP, DNS etc reaparecer na janela do Network Manager se você deixar isso aberto. Eu estou pensando que este é um problema de "bloqueio estático" que às vezes acontece com a minha caixa de tv Sky. Espero que isso ajude alguém
Mina foi corrigida de mudar de 100mbps lan4 para 100 / 1000mbps lan1, que é a mais rápida, espero que isso ajude
Tags networking 12.04 ethernet