Para que Vista si tenemos Xp

#
apt-get update
# apt-get upgrade
# apt-get dist-upgrade
Ahora se debe modificar la lista de repositorios de apt para agregar el de beryl. En /etc/apt/sources.list agregar
deb http://download.tuxfamily.org/3v1deb debian-unstable beryl-svn
Ahora nuevamente realizamos un update e instalamos los paquetes necesarios para Beryl
# apt-get update
# aptitude install beryl beryl-core beryl-dbus beryl-dev beryl-manager beryl-plugins beryl-plugins-data beryl-settings libberylsettings-dev libberylsettings0 beryl-settings-bindings emerald-themes
En nuestro Xorg /etc/X11/xorg.conf debemos modificar las siguietes lineas. En "Device" la configuracion deberá quedar como;
Section "Device"
Identifier “Algún nombre”
Driver “nvidia”
Option “RenderAccel” “true”
Option “AllowGLXWithComposite” “true”
Option “HWCursor” “true”
EndSection
En "screen"
debemos agregar antes de las sub-secciones
Option "AddARGBGLXVisuals" "true"
y por último en el final del archivo agregar
Section "Extensions"
Option “Composite” “Enable”
EndSection
Ahora solo nos queda iniciar Beryl cada vez que se encienda nuestra seccion en debian. Para eso en
Escritorio -> Preferencias -> Sesiones -> Programas al Inicio
agregar
# beryl-manager
y reinicias el pc. Estas listo...
Algunas páginas interesantes sobre Beryl son
GoBeryl
Wiki de Beryl
Saludos Tuto....
lspci | grep Broadcom
Con lo cual nos debería dar como resultado algo como;
01:00.0 Network controller: Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card (rev 01)
# apt-get install module-assistant
module-assistant auto-install ndiswrapper
# echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
list
blacklist bcm43xx
# cat /etc/iftab
Ahora necesitamos intalar el
build-essential, cabextract y los headers de nuestro kernel
# apt-get install build-essential cabextract linux-headers-`uname -r`
# ln -s /usr/src/linux-`uname -r` /lib/modules/`uname -r`/build
# wget ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33008.exe
# mkdir bcm4311
# mv sp33008.exe bcm4311
# cd bcm4311
# cabextract sp33008.exe
# ndiswrapper -i bcmwl5.inf
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
Si es así ahora verificamos que el driver quedó bien instalado mediante;
# ndiswrapper -l
installed drivers:
bcmwl5 driver installed, hardware (14E4:4324) present (alternate driver: bcm43xx)
# cp /etc/ndiswrapper/bcmwl5/14E4:4324.5.conf /etc/ndiswrapper/bcmwl5/.conf
# depmod -a
# modprobe ndiswrapper
/etc/network/interfaces
iface wlan0 inet dhcp
wireless-essid EL_SSID_AL_CUAL_QUEREMOS_CONECTARNOS
wireless-key LA_CLAVE_SI_LA_NECSITA
auto wlan0
# iwlist wlan0 scan
# apt-get install linux-headers-`uname -r`
#apt-get install linux-headers-`uname -r`
# apt-get install build-essential pkg-config xserver-xorg-dev
# /etc/init.d/(k,g,x)dm stop
# sh NVIDIA-Linux-x86-1.0-9746-pkg1.run --x-module-path=/usr/lib/xorg/modules