Mostrando entradas con la etiqueta ubuntu. Mostrar todas las entradas
Mostrando entradas con la etiqueta ubuntu. Mostrar todas las entradas
miércoles, 13 de noviembre de 2013
lunes, 11 de noviembre de 2013
miércoles, 30 de octubre de 2013
martes, 29 de octubre de 2013
Solucionar problema con Wifi (Broadcom 43xx) en ubuntu después de la actualizacion
http://ubuntuforums.org/showthread.php?t=1634291
Unpack the tarball :
# tar vjxf r8168-8.aaa.bb.tar.bz2
Change to the directory:
# cd r8168-8.aaa.bb
If you are running the target kernel, then you should be able to do :
# ./autorun.sh (as root or with sudo)
You can check whether the driver is loaded by using following commands.
# lsmod | grep r8168
# ifconfig -a
If there is a device name, ethX, shown on the monitor, the linux
driver is loaded. Then, you can use the following command to activate
the ethX.
# ifconfig ethX up
#blacklist r8169 driver
blacklist r8169
- First, remove the r8169 module from the linux kernel.
# rmmod r8169
- Download the official realtek driver from here
- Unpack the download and install the driver as per the readme instructions included with the driver. Here’s the relevant part of the readme file; well, the “Quick Install” anyway:
Unpack the tarball :
# tar vjxf r8168-8.aaa.bb.tar.bz2
Change to the directory:
# cd r8168-8.aaa.bb
If you are running the target kernel, then you should be able to do :
# ./autorun.sh (as root or with sudo)
You can check whether the driver is loaded by using following commands.
# lsmod | grep r8168
# ifconfig -a
If there is a device name, ethX, shown on the monitor, the linux
driver is loaded. Then, you can use the following command to activate
the ethX.
# ifconfig ethX up
- Finally, blacklist the r8169 driver add the following to /etc/modprobe.d/blacklist.conf:
#blacklist r8169 driver
blacklist r8169
viernes, 25 de octubre de 2013
Cómo configurar acceso de synaptic a través de un proxy con la configuración en PAC
No he encontrado manera de que funcione usando el fichero pac directamente pero aquí explican cómo lograrlo:
http://www.e-compugraf.com/Blog-s-y-documentacion/Blogs/jmedina/Como-configurar-y-usar-APT-atras-de-un-Proxy-HTTP-en-Ubuntu-o-Debian
http://www.e-compugraf.com/Blog-s-y-documentacion/Blogs/jmedina/Como-configurar-y-usar-APT-atras-de-un-Proxy-HTTP-en-Ubuntu-o-Debian
Suscribirse a:
Entradas (Atom)