2007-03-29

Tunning LG P1

wide Resolution [Intel 945GM]

$ sudo apt-get install 915resolution
$ sudo 915resolution 58 1280 800 32
$ sudo gedit /etc/init.d/bootmisc.sh

Paste this before the last end:
/usr/sbin/915resolution 58 1280 800 32


Sound Card [Realtek LC880]

when only phones work:
$ sudo gedit /etc/modprobe.d/snd-hda-intel
Paste and save:
options snd-hda-intel model=lg
Reboot


Ethernet Card [Agere et1310 aka et131x]

Download et131x-1.2.3.tar.gz (or more recent )
@ http://sourceforge.net/projects/et131x

$ sudo apt-get install build-essential linux-headers-$(uname -r)
go to the unpackaged et131x folder
$ make
$ sudo make modules_install
$ insmod et131x.ko
$ sudo depmod
$ sudo modprobe et131x


may require reboot.

here for 6.10 (the upper instructions may also function - not tested)


Wireless [Intel ipw3945ABG]

already working by default


NTFS support

link pt
link en


...in development...
*these are my personal notes

1 comment:

k3mi said...

your sound card no sound fixing tip saved my day, thanks a lot sir.