Diferencia entre revisiones de «Installing Debian on Dell M1210»

De gacq wiki
Saltar a: navegación, buscar
(Wireless interface)
(Wireless interface)
Línea 38: Línea 38:
  
 
==Wireless interface==
 
==Wireless interface==
1. Download driver from http://ipw3945.sourceforge.net/
+
1. Downloads
for example
+
'''driver''' from http://ipw3945.sourceforge.net/ for example
 
  wget http://ufpr.dl.sourceforge.net/sourceforge/ipw3945/ipw3945-1.1.0.tgz
 
  wget http://ufpr.dl.sourceforge.net/sourceforge/ipw3945/ipw3945-1.1.0.tgz
  
2. Download ieee80211 subsystem from http://ieee80211.sourceforge.net/
+
'''ieee80211 subsystem''' from http://ieee80211.sourceforge.net/ for example
for example
 
 
  wget http://ufpr.dl.sourceforge.net/sourceforge/ieee80211/ieee80211-1.2.15.tgz
 
  wget http://ufpr.dl.sourceforge.net/sourceforge/ieee80211/ieee80211-1.2.15.tgz
  
3. Install some requisites for modules compilation
+
'''firmware''' from http://bughost.org/ipw3945/ for example
 +
wget http://bughost.org/ipw3945/ucode/ipw3945-ucode-1.13.tgz
 +
 
 +
2. Install some requisites for modules compilation
 
  apt-get install linux-headers-2.6.16-2-686-smp
 
  apt-get install linux-headers-2.6.16-2-686-smp
 
  apt-get install gcc-4.0
 
  apt-get install gcc-4.0
Línea 56: Línea 58:
 
  make install
 
  make install
 
  cd ..
 
  cd ..
  tar -zxvf ipw3945-1.0.3.tgz
+
  tar -zxvf ipw3945-1.1.0.tgz
  cd ipw3945-1.0.3/
+
  cd ipw3945-1.1.0
 
  make
 
  make
 +
mkdir /usr/local/lib/firmware/
 
  cp ipw3945-ucode-1.13/ipw3945.ucode /usr/local/lib/firmware/
 
  cp ipw3945-ucode-1.13/ipw3945.ucode /usr/local/lib/firmware/
 
  cp ipw3945d-1.7.18/x86/ipw3945d /usr/local/sbin/
 
  cp ipw3945d-1.7.18/x86/ipw3945d /usr/local/sbin/

Revisión del 22:42 22 ago 2006

Compatibility summary
Component Status Comments
Intel Core Duo Processor OK Requires SMP kernel
Row heading A Cell B Cell C


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

Repositories

Installing Core Duo kernel

apt-get install linux-image-2.6.16-2-686-smp
reboot

Suspend to RAM

Components

NVIDIA drivers

Wireless interface

1. Downloads driver from http://ipw3945.sourceforge.net/ for example

wget http://ufpr.dl.sourceforge.net/sourceforge/ipw3945/ipw3945-1.1.0.tgz

ieee80211 subsystem from http://ieee80211.sourceforge.net/ for example

wget http://ufpr.dl.sourceforge.net/sourceforge/ieee80211/ieee80211-1.2.15.tgz

firmware from http://bughost.org/ipw3945/ for example

wget http://bughost.org/ipw3945/ucode/ipw3945-ucode-1.13.tgz

2. Install some requisites for modules compilation

apt-get install linux-headers-2.6.16-2-686-smp
apt-get install gcc-4.0

4. Complile and install modules

tar -zxvf ieee80211-1.2.15.tgz
cd ieee80211-1.2.15
make
make install
cd ..
tar -zxvf ipw3945-1.1.0.tgz
cd ipw3945-1.1.0
make
mkdir /usr/local/lib/firmware/
cp ipw3945-ucode-1.13/ipw3945.ucode /usr/local/lib/firmware/
cp ipw3945d-1.7.18/x86/ipw3945d /usr/local/sbin/
./load -ipw3945d=/usr/local/sbin/

5. /etc/network/interfaces

iface eth1 inet dhcp
       wireless_essid accesspointname
       wireless_key off
       wireless_rate auto
       wireless_mode managed
       wireless_channel 6

References

Touchpad

Debian identified it as a regular mouse. However installing the xserver-xorg-input-synaptics package and using the "synaptics" driver in X.org works fine.

Modem

Ricoh Card Reader

DVD region unlock

WebCam

References