Diferencia entre revisiones de «Installing Debian on Dell M1210»
De gacq wiki
(→Installing Core Duo kernel) |
|||
Línea 1: | Línea 1: | ||
− | = | + | =Base installation= |
==Booting debian netinst from USB drive== | ==Booting debian netinst from USB drive== | ||
===Debian Installer Etch beta 3 release=== | ===Debian Installer Etch beta 3 release=== | ||
Línea 13: | Línea 13: | ||
Write here your solution SATA issue.... | Write here your solution SATA issue.... | ||
− | =Installing Core Duo kernel= | + | =Configuration= |
+ | ==Installing Core Duo kernel== | ||
apt-get install linux-image-2.6.16-2-686-smp | apt-get install linux-image-2.6.16-2-686-smp | ||
− | =NVIDIA drivers= | + | =Components= |
+ | ==NVIDIA drivers== | ||
− | =Wireless interface= | + | ==Wireless interface== |
− | =Modem= | + | ==Modem== |
− | =Card Reader= | + | ==Card Reader== |
− | =DVD region unlock= | + | ==DVD region unlock== |
− | |||
− | |||
+ | ==WebCam== | ||
=References= | =References= | ||
*[http://www.ehomeupgrade.com/entry/2812/how-to_setup_debian How-To: Setup Debian Linux Desktop with Full Multimedia Support and Faster Processing] | *[http://www.ehomeupgrade.com/entry/2812/how-to_setup_debian How-To: Setup Debian Linux Desktop with Full Multimedia Support and Faster Processing] |
Revisión del 23:05 17 ago 2006
Base installation
Booting debian netinst from USB drive
Debian Installer Etch beta 3 release
Debian installer CD has some issues with the SATA and CD drivers that prevent installation to access to CD drive, I found some tips to solve that problem but they did't work for me. I installed it from my 256 MB USB drive.
wget http://ftp.debian.org/debian/dists/testing/\ main/installer-i386/current/images/hd-media/boot.img.gz gzip -dc boot.img.gz >/dev/sdX
Enable USB drive boot from BIOS setup, and then Install Debian base system as usual.
Installing from CD
Write here your solution SATA issue....
Configuration
Installing Core Duo kernel
apt-get install linux-image-2.6.16-2-686-smp