Distribuzione utilizzata:
Debian 3.1 (Sarge)
Desktop Manager Utilizzato: GNOME
Non funzionano:
-
tasti Fn+F5, Fn+F11, Fn+F12 (bloccano il computer)
-
TV out
-
Uscita monitor secondaria (funzionamento parziale)
-
Card reader (riconosciuto dal kernel)
Non provati (ma riconosciuti dal kernel):
-
Porta FireWire
-
porta PCMCIA
Fatemi sapere se avete avuto migliori risultati, grazie (matteo_chiocciola_matteolucarelli_punto_net)
Output di lspci:
0000:00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 02)
0000:00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Control Registers (rev 02)
0000:00:00.3 System peripheral: Intel Corp. 855GM/GME GMCH Configuration Process Registers (rev 02)
0000:00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated Graphics Device (rev 02)
0000:00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics Device (rev 02)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI Controller (rev 03)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 83)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 03)
0000:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage Controller (rev 03)
0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
0000:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
0000:01:01.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 05)
0000:01:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:01:04.0 CardBus bridge: ENE Technology Inc CB710 Cardbus Controller (rev 01)
0000:01:04.1 FLASH memory: ENE Technology Inc CB710 Memory Card Reader Controller
0000:01:05.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
NOTA: tutte le installazioni ( ad eccezione di x.org e i855crt ) sono state effettuate tramite Synaptic, frontend grafico di APT.
Per xorg va aggiunto un repository alla source list (vedere sotto)
Passi iniziali:
-
Ridimensionamento partizione di windows con bootit (http://www.terabyteunlimited.com/)
-
Installazione di Debian Sarge con kernel 2.6 (va inserito "linux26" al prompt di boot)
Per il monitor (la risoluzione di 1280x800 non è supportata da XFree):
-
Rimuovere xfree86 (va fatto da console!)
-
aggiungere al file /etc/atp/source.list:
deb http://debian.linux-systeme.com unstable main
deb-src http://debian.linux-systeme.com unstable main
-
installare X.org
-
contenuto di /etc/X11/xorg.conf dopo la configurazione:
Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "i810"
# l'opzione swcursor serve a i855crt
Option "SWCursor" "1"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 60
VertRefresh 43-75
Option "DPMS"
Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 +hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
-
installare 855resolution
-
aggiungere il file eseguibile /etc/init.d/855resolution con il seguente contenuto:
#!/bin/sh
/usr/sbin/855resolution 7c 1280 800
-
installare i855crt, tool riga di comando per controllare il secondo monitor.
Per la scheda wireless-lan:
-
installare wireless-tools
-
installare ipw2200-source, da compilare secondo le istruzioni di /usr/share/doc/ipw2200-source/README.Debian
-
installare il firmware da http://ipw2200.sourceforge.net/firmware.php
-
installare netapplet, che permette di controllare i dispositivi i rete dal pannello di gnome. Per lo startup in GNOME: Desktop Preference -> Advanced -> Sessions -> Startup Programs
Per il masterizzatore DVD:
-
installare dvd+rw-tools, cdrdao, sox, vcdtools.
-
installare k3b (il migliore, per KDE) oppure gnomebaker (per GNOME)
Per il modem interno Modem (Smart Link):
-
installare: sl-modem-daemon
-
installare: gnome-ppp (per GNOME) o Kppp (per KDE)
-
Modificare in /etc/default/sl-modem-daemon il valore SLMODEMD_DEVICE=hw:1
-
Per usare il modem va avviato il servizio: /etc/init.d/sl-modem-daemon start
il modem è /dev/ttySL0 oppure /dev/modem
Per il controllo frequenza del processore (si ottiene un notevole risparmio di batteria e minore riscaldamento):
-
installare acpid (1.0.4-1), permette di effetture uno shutdown "pulito" tramite il pulsante di spegnimento
-
installare powernowd (0.90-3), demone per la gesione automatica della frquenza
-
installare gnome-cpufreq-applet (0.3.1-6) che permette il controllo della frequenza dal pannello di gnome
Driver Touchpad Synaptics
Questo driver abilita il touchpad a tutti i click,drag an drop, attivazione barre di scorrimento, etc.
Maggiori informazioni
qui
Il repository "deb http://archive.ubuntu.com/ubuntu/ hoary main restricted universe multiverse" (!!!)
è stato utile per installare il pacchetto xorg-driver-synaptics.
Per abilitarlo è necessario modificare xorg.conf:
#nella Section "Module" aggiungere un modulo
Section "Module"
# ...
# ...
Load "synaptics"
EndSection
# aggiungere un nuova sezione "InputDevice"
Section "InputDevice"
Identifier "touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "900"
Option "RightEdge" "5500"
Option "TopEdge" "800"
Option "BottomEdge" "4800"
Option "FingerLow" "40"
Option "FingerHigh" "40"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "500"
Option "MinSpeed" "0.01"
Option "MaxSpeed" "0.6"
Option "AccelFactor" "0.0002"
Option "SHMConfig" "on"
EndSection
# e modificare "ServerLayout" aggiungendo un InputDevice
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "touchpad" "AlwaysCore"
EndSection
flSynclient è un pannello grafico
per la configurazione del driver synaptics.
Aggiuntivi utili:
- samba, samba-common
- alsa(alsa-oss, gnome-alsamixer)
- libdvdnav, libdvdplay, ecc
- aggiungere "deb http://www.backports.org/debian/ sarge-backports main" ad apt sources.list
per avere versioni aggiornate dei software più utili
- aggiungere "deb http://mirror.home-dn.net/debian-multimedia/ sarge main"
(oppure un altro mirror da http://debian.video.free.fr )
ad apt sources.list per avere i codec win32, avi, ecc.
- Ms Internet Explorer dal sito www.tatanka.com.br/ies4linux
contenuto di /etc/modules:
ide-cd
ide-disk
ide-generic
psmouse
sbp2
sr_mod
cpufreq-userspace
acpi