No puedo conectarme a Internet a través de Ethernet o WiFi. Solucionemos el problema de Ethernet, ¿eh? Acabo de instalar Ubuntu 12.04 en una HP Mini 1000. Anteriormente tenía 11.04, y Ethernet no tenía ningún problema entonces. Soy un principiante de Linux, y he estado trabajando en este tema durante los últimos días sin ningún progreso.
Aquí hay algunos resultados:
$ sudo lshw -C network
*-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
¡Gracias por tu ayuda!
                    
                        12.04
                                networking
                                ethernet
                                
                    
                    
                        ricky
fuente
                
                fuente

Respuestas:
Encontramos la solución:
En
/etc/NetworkManager/NetworkManager.conf, cambié gestionado = falso a gestionado = verdadero .Entonces corre:
y voilá.
fuente
sudo service NetworkManager restartfuncionó para mía veces
NetworkManagerpuede ser un poco una diva, y comenzar a jugar con cosas que no quieres. Intente tomar la dirección mac del dispositivo físico con el que desea conectarseifconfig wlan0para su dispositivo inalámbrico oifconfig eth0para un dispositivo ethernet. Copie todo después de HWaddr. Luego edite/etc/NetworkManager/NetworkManager.confDeberá editarlo con privilegios de superusuario. AñadirEntonces puede conectarse manualmente, de lo que se habla aquí. ¿Cómo me conecto a una red wifi WPA usando la línea de comando?
¡Buena suerte!
fuente
Acabo de pasar 2 horas tratando de recuperar mi red utilizando Network Manager y el terminal. Adivina qué lo solucionó ... apaga el módem, desenchufa, vuelve a enchufarlo y vuelve a encenderlo. Puede ver los códigos de dirección IP, dns, etc. reaparecer en la ventana de Network Manager si lo deja abierto. Estoy pensando que este es un problema de "bloqueo estático" que a veces ocurre con mi Sky TV Box. Espero que esto ayude a alguien
fuente
La mía se arregló al cambiar del puerto lan4 de 100mbps a lan1 100 / 1000mbps, que es el más rápido, espero que esto ayude
fuente