Wifi não funciona no Ubuntu 15.04

1

Ontem eu fiz algumas atualizações e atualizei meu linux 14.10 para linux 15.04 .. Agora eu não consigo conectar ao meu wifi em casa, e os outros eu recebo um dns_probe_finished_no_internet .. No gerenciador de rede aparece algumas conexões realmente fracas, mas não o meu que está a 1 metro de distância e funciona porque eu posso usar o meu smartphone com ele.

O Laptop é um Toshiba L650 e o driver sem fio é uma Broadcom Corporation BCM4313 ..

Isso é possível reparar? Eu tentei algumas coisas que apareceram no google mas nada parece funcionar.

EDITAR:

03:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
Subsystem: Askey Computer Corp. Device [144f:7175]
Kernel driver in use: bcma-pci-bridge

EDIT2: uname -a

Linux ruben-toshiba 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

sudo apt-get instala o bcmwl-kernel-source

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer     required:
linux-image-generic thermald
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
bcmwl-kernel-source
0 upgraded, 1 newly installed, 0 to remove and 861 not upgraded.
Need to get 0 B/1509 kB of archives.
After this operation, 8038 kB of additional disk space will be used.
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 297447 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu2_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu2) ...
Setting up bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu2) ...
Loading new bcmwl-6.30.223.248+bdcom DKMS files...
First Installation: checking all kernels...
Building only for 3.19.0-18-generic
Building for architecture x86_64
Building initial module for 3.19.0-18-generic
Done.

wl:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.19.0-18-generic/updates/dkms/

depmod.........

DKMS: install completed.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.103ubuntu15) ...
update-initramfs: Generating /boot/initrd.img-3.19.0-18-generic
    
por Ruben 04.06.2015 / 20:07

2 respostas

2

Por alguma razão eu tive que mudar minha segurança wi-fi de WPA e WPA2 para apenas WPA2 ... Com isso eu posso encontrar minha casa wi-fi sem problemas ..

    
por Ruben 09.06.2015 / 15:21
0

Se você tiver uma conexão de rede com fio executada no terminal

sudo apt-get install bcmwl-kernel-source

Se não usar ESTE GUIA para instalar os drivers offline.

    
por Pilot6 04.06.2015 / 22:20