web-dev-qa-db-fra.com

Wifi ne fonctionne pas dans Ubuntu 15.04

Hier, j’ai fait quelques mises à jour et mis à jour mon linux 14.10 à linux 15.04 .. Maintenant, je ne peux plus me connecter à mon réseau wifi à la maison, et les autres, j’obtiens un dns_probe_finished_no_internet .. propre qui est à 1 mètre et travaille parce que je peux utiliser mon smartphone avec elle.

L'ordinateur portable est un Toshiba L650 et le pilote sans fil est une broadcom Corporation BCM4313.

Est-ce possible de réparer? J'ai essayé des choses qui sont apparues sur Google mais rien ne semble fonctionner.

MODIFIER:

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 install 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
1
Ruben

Pour une raison quelconque, j'ai dû changer ma sécurité Wi-Fi de WPA et WPA2 à WPA2 uniquement ... Avec cela, je peux trouver ma maison sans fil sans problème.

2
Ruben

Si vous avez une connexion réseau filaire établie dans un terminal

Sudo apt-get install bcmwl-kernel-source

Sinon, utilisez THIS GUIDE pour installer les pilotes hors ligne.

0
Pilot6