Estou tentando configurar meu adaptador sem fio, mas parece que não consigo instalar os drivers corretamente.
- SO: Ubuntu 14.10
- Placa-mãe: ASUS X99-Deluxe (o adaptador sem fio está incorporado)
- Adaptador: Broadcom 4360
Aparentemente 4360 não é coberto pelos drivers de código aberto que vêm com o kernel . Consequentemente, instalei o driver proprietário ( wl
) usando o arquivo .deb
localizado aqui . De fato, isso inicialmente pareceu funcionar, porque eu o vejo na lista de drivers associada ao adaptador:
Noentanto,oadaptadoraindaapresentaUNCLAIMED
statusnalshw
output:
Quando vi isso, achei que talvez devesse reinstalar o driver usando as instruções encontradas nos recursos de ajuda do Ubuntu . Quando tentei esta instalação, recebi um erro indicando
XXX@YYY ~ [16:33:25]
> $ 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-headers-3.16.0-23 linux-headers-3.16.0-23-generic linux-headers-3.16.0-29 linux-headers-3.16.0-29-generic linux-image-3.16.0-23-generic linux-image-3.16.0-29-generic
linux-image-extra-3.16.0-23-generic linux-image-extra-3.16.0-29-generic linux-signed-image-3.16.0-23-generic linux-signed-image-3.16.0-29-generic
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
bcmwl-kernel-source
1 upgraded, 0 newly installed, 0 to remove and 63 not upgraded.
Need to get 1,511 kB of archives.
After this operation, 2,267 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ utopic/restricted bcmwl-kernel-source amd64 6.30.223.248+bdcom-0ubuntu1 [1,511 kB]
Fetched 1,511 kB in 1s (959 kB/s)
(Reading database ... 340457 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu1_amd64.deb ...
Removing all DKMS Modules
Done.
Unpacking bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu1) over (6.30.223.30+bdcom-0ubuntu3) ...
Setting up bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu1) ...
Loading new bcmwl-6.30.223.248+bdcom DKMS files...
Building only for 3.17.1-031701-generic
Building for architecture x86_64
Building initial module for 3.17.1-031701-generic
ERROR (dkms apport): kernel package linux-headers-3.17.1-031701-generic is not supported
Error! Bad return status for module build on kernel: 3.17.1-031701-generic (x86_64)
Consult /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/make.log for more information.
modprobe: FATAL: Module wl not found.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.103ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-3.17.1-031701-generic
É evidente que não posso atribuir wl
se não puder ser localizado. (Ele ainda aparece na lista de drivers.) Eu devo notar que eu tive o mesmo resultado com o kernel v3.16. Fiz o upgrade para a próxima versão estável na esperança de resolver o problema. Na minha busca, eu não vi ninguém se deparar com isso ainda, então eu não tenho certeza do que fazer a seguir. Qualquer ajuda seria muito apreciada.