Não consigo me conectar à rede sem fio

1

Eu estava tentando me conectar ao wi-fi com lubuntu mas não consegui, Eu não sei exatamente qual é o problema, usei nm-applet e esse foi o resultado:

    nm-applet

** (nm-applet:13926): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(nm-applet:13926): nm-applet-WARNING **: Failed to register as an agent: (32) An agent with this ID is already registered for this user.
nm-applet-Message: using fallback from indicator to GtkStatusIcon

ATUALIZAÇÃO:

Então eu re-instalo e tentei novamente, o resultado da seguinte forma:

family@family-HP-Compaq-6735s:~$ lspci -knn | grep Net -A2
06:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
    Subsystem: Hewlett-Packard Company BCM4312 802.11b/g Wireless LAN Controller [103c:137d]
    Kernel driver in use: b43-pci-bridge
family@family-HP-Compaq-6735s:~$  nm-applet

** (nm-applet:2333): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
nm-applet-Message: using fallback from indicator to GtkStatusIcon

(nm-applet:2333): nm-applet-WARNING **: Failed to register as an agent: (32) An agent with this ID is already registered for this user.
    
por dekup 11.06.2015 / 21:10

2 respostas

1

Se você pode se conectar à internet por fio, basta executar no terminal

sudo apt-get install bcmwl-kernel-source
sudo modprobe -r b43 bcma

Se você não conseguir se conectar de outra forma, use ESTE MÉTODO

    
por Pilot6 12.06.2015 / 22:34
0

Para mim, instalar o 'at-spi2-core' permitiu-me executar o nm-applet com sucesso e conectar-me a uma rede wifi.

sudo apt install at-spi2-core
    
por Gino 10.03.2018 / 15:53