Debian en una laptop HP 550
Imagen utilizada:
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/
netinstall, claro.
Upgrade a SID:
Mi sources.list
gnosys:~# cat /etc/apt/sources.list |grep -v ^#
deb http://ftp.debian.org/ sid main non-free contrib
deb http://ftp.debian.org/debian unstable main contrib
deb-src http://ftp.debian.org/ sid main non-free contrib
deb http://ftp.br.debian.org/debian/ unstable main contrib non-free
deb http://www.debian-multimedia.org sid main
deb-src http://www.debian-multimedia.org sid main
deb http://www.rarewares.org/debian/packages/unstable/ ./
gnosys:~#
gnosys:~# apt-get update && apt-get dist-upgrade -y
lspci:
00:00.0 Host bridge: Intel Corporation Mobile GME965/GLE960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c)
00:19.0 Ethernet controller: Intel Corporation 82562GT 10/100 Network Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
10:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
El sistema:
Sistema Operativo: Windows Vista Basic
Procesador: Intel Core 2 Duo T5270 (1.4 GHz, FSB 800, caché L2 de 2 MB)
Memoria: 1024 MB DDR II 667 MHz Ampliable hasta 4096 MB como máximo
Pantalla: TFT/WXGA de 15.4 pulgadas con tecnología Brightview y resolución de 1280x800
Tarjeta de gráficos: Intel Graphics Media Accelerator X3100, hasta 384 MB de memoria del sistema compartida
Disco Duro: 160 GB (5400 rpm)
Disco Óptico: Super Multi DVD±RW Drive con soporte para doble capa y lightScribe
Audio: Audio de Alta Definición, parlantes estéreo, audífonos estéreo/línea de salida, entrada estéreo de micrófono
Interface:
3 USB 2.0
VGA
entrada estéreo de micrófono
salida estéreo de audio
RJ-11/modem
RJ-45/ethernet
Conectividad:
Intel Fast Ethernet (NIC 10/100)
Módem: de 56K
Ranuras de expansión:
Una ranura para ExpressCard/54
una ranura para Secure Digital (SD)
Conexión inalámbrica:
Conexión inalámbricaIntegrada 802.11a/b/g WLAN
Video:
gnosys:~# apt-get install xserver-xorg-video-intel
Aceleración gráfica
gnosys:~# apt-get install libgl1-mesa-dri libgl1-mesa-glx mesa-utils
xorg.conf:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "true"
Option "VertEdgeScroll" "true"
EndSection
Section "ServerLayout"
Identifier "Default Server Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard" "Core Keyboard"
InputDevice "Synaptics Touchpad" "Core Pointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "NoDDC"
Driver "intel"
Option "AccelMethod" "exa"
Option "MigrationHeuristic" "greedy"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
DisplaySize 195 113
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Comprobamos la aceleración gráfica (necesitas reiniciar el servidor X antes):
gnosys:~# glxinfo | grep direct
direct rendering: Yes
gnosys:~#
Voilá
Memoria:
Upgrade a 3GB sin problenas, el sistema lo reconoce:
gnosys:~# free -m
total used free shared buffers cached
Mem: 3034 2591 442 0 37 2105
-/+ buffers/cache: 448 2585
Swap: 3812 61 3750
gnosys:~#
Sonido:
Necesitas instalar ALSA:
gnosys:~# apt-get install alsa-base alsa-tools alsa-utils
Wireless:
Funciona con: firmware-iwlwifi
gnosys:~# apt-get install firmware-iwlwifi
No estoy seguro, no he investigado ni he probado, pero al parecer el driver viene con inyección nativa:
Todo lo anterior probado y configurado con el Kernel: 2.6.32-trunk-686
w00t!






























