Instal·lar els drivers de l'adaptador wifi per a un portàtil TravelMate 5335.
He instal·lat lliurex 14.06 en un portàtil Acer TravelMate 5335 de 64 bits. La sorpresa ha sigut que no anava la connexió wifi. Investigant un poc he trobat la solució
Primer he descobert el controlador que utilitza el portàtil fent
$ lspci
El resultat ha sigut : “Network Controller :Broadcom Corporation BCM43225 802.11b/g/n”
He buscat en google: Broadcom BCM43225
He trobat l'enllaç a la web d'Acer
He baixat el fitxer zip per a 64 bits i he fet el que deia el fitxer “readme.txt” per a ubuntu. Estos ficherers són molt útils en Linux
Ací pegue el que diu el readme en l'apartat de Ubuntu.
On Ubuntu, you will need headers and tools. Try these commands:
# apt-get install build-essential linux-headers-generic
# apt-get build-dep linux
To check to see if you have this directory do this:
# ls /lib/modules/`uname -r`/build
BUILD INSTRUCTIONS
------------------
1. Setup the directory by untarring the proper tarball:
For 32 bit: hybrid-v35-nodebug-pcoem-portsrc.tar.gz
For 64 bit: hybrid-v35_64-nodebug-pcoem-portsrc.tar.gz
Example:
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-v35-nodebug-pcoem-portsrc.tar.gz or
<path>/hybrid-v35_64-nodebug-pcoem-portsrc.tar.gz
2. Build the driver as a Linux loadable kernel module (LKM):
# make clean (optional)
# make
When the build completes, it will produce a wl.ko file in the top level
directory.
If your driver does not build, check to make sure you have installed the
kernel package described in the requirements above.
This driver uses cfg80211 API. Code for Wext API is present and can be built
but we have dropped support for it.
As before, the Makefile will still build the matching version for your system.
# make API=CFG80211
or
# make API=WEXT (deprecated)
He tingut que canviar l'origen del software a: Internet I Ubuntu
He actualitzat la versió del kernel a la versió 3.2.0-70-generic
Sembla que tot funciona.
He tornat els origens del software com estava abans per a no tindre un sistema híbrid.