"This PC is groovy" My dear friend Vikas Yadav
| Component | Informations | Notes | |
|---|---|---|---|
| CPU | Intel Centrino(TM) 1.4GHz | It works | |
| Chipset | Intel 852 | It works | |
| Hard drive | hda: FUJITSU MHT2080AT, ATA DISK drive | It works | |
| Optical Device | hdc: TSSTcorpCDW/DVD TS-L462A, ATAPI CD/DVD-ROM drive | It works | |
| Ethernet | Realtek 8139cp | It works | |
| Wireless Lan | Intel Pro Wireless 2200 | It works | |
| Video Card | Integrated Intel | It works | |
| USB Controller | Intel Corp. 82801DB/DBL/DBM | It works | |
| Firewire IEEE-1394 | Ricoh Co Ltd R5C552 | not tested | |
| Sound Card | Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller | It works |
# apt-get update
# apt-get dist-upgrade
# apt-get install lynx
Then i ran
And i downloaded a 2.6.9 kernel from www.kernel.org
(you need develop libraries for "make menuconfig")
# apt-get install gcc
# apt-get install make
If you miss something... "apt-get" it!
Here my .config file. I didn't spend much time on doing it, so, i know, it is not perfect. However it can be a good starting point. If you "tune" it better, send me the configuration file, please! Of course, I'll update this document. After compiling, I updated the /etc/lilo.conf, ran
# lilo
and rebooted the system to test the new kernel.
# apt-get install xserver-xfree86
# apt-get install x-window-system
I like the K Desktop Environment. So i did
# apt-get install kdebase
# apt-get install kdm
The driver to use is the i810 and all other questions asked are quite obvious to answer.
# tar -xzvf ipw2200-x.xx.tgz
# cd ipw2200-x.xx
# make
# make install If nothing goes wrong, now you can load a new module in the kernel
# modprobe ipw2200 I had no time to spend to configure the netcard and i was in an experimental mind state so i installed the package waproamd. It is making the device working, however i'll finely configure it later.
# apt-get install alsa-base alsa-utils If you want you can try
# alsaconf I simply did
modprobe snd-intel8x0 Then remember to run
# alsamixer and increase the volume and unmute all channel but External. (If you unmute External you may not hear anything) I didnt understand that and i lost more than an hour on such a detail.
NOTE: I had the opportunity to put my hands on another laptop formally identical to mine (another Gateway M320), but I haven't been able to make the sound working at all. The configuration was ok, but there was no sound coming out of the speakers. I just guess Gateway equips same model laptops with different motherboards. So, don't rely completely on this howto even if you have an M320 model.
Donatello Materassi (materassiPANTS@dsi.unifi.it)