Specifications |
Install |
Sound |
Video |
Touchpad |
WiFi |
Mount
Fat32 Filesystems |
Firestarter
Firewall |
Recompile
Kernel |
ACPI |
Hardwhare |
Does it work? |
Notes |
Intel
Pentium 4 538 w/ 1mb L2 cache |
Yes |
Kernel
needs SMP support, installed by default during installation, SpeedStep
also works |
15.4"
TruBrite WXGA, 1280x800 Screen |
Yes |
See Video
section to dim screen brightness |
ATI
Mobility Radeon 9000 IGP 64 to 128mb user adjustable |
Yes |
See Video
section to configure x server |
80gb
4200rpm hard drive |
Yes |
See Performance & Tuning section to
increase performance using hdparm |
ACPI
- Power management |
Yes |
See ACPI
section to use SpeedStep |
Atheros
wireless, 802.11 a/b/g |
Yes |
See WiFi
section for installation |
Touch
Pad |
Yes |
See Touch Pad
section, need to disable legacy USB support through BIOS |
Realtek
ALC259 Sound |
Yes |
See Sound
section, need to configure sound modules |
DVD
SuperMulti drive CD, CD-RW, DVD, DVD+RW, DVD-RW, DVD-RAM |
Yes |
Works, K3b
recognizes flawlessly |
IEEE1394,
5-in-1 multimedia port, Infared |
??? |
Dont have
this media, let me know if it works for you |
[lumbrjackedpcj@blueox]# md5sum fedora_core_3.iso |
snd-atiixp-modem snd-atiixp |
/sbin/modprobe snd-atiixp amixer set Master 90% unmute amixer set PCM 90% unmute |
Section "Monitor" Identifier "Monitor0" VendorName "LGP" ModelName "LCD Panel 1280x800" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.0 Modeline "1280x800" 83.91 1280 1312 1624 1656 800 816 824 841 EndSection Section "Device" Identifier "Videocard0" Driver "radeon" VendorName "Videocard vendor" BoardName "ATI Radeon Mobility 9100 IGP" VideoRam 65536 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 32 Modes "1280x800" EndSubSection EndSection Section "DRI" Group "dri" Mode 0666 EndSection |
[root@blueox mnt]# mkdir fat32 |
[root@blueox mnt]# chmod a+rw fat32 |
/dev/hda5 /mnt/fat32 vfat users,rw,owner,umask=000 0 0 |
[root@blueox mnt]# mount fat32 |
[lumbrjackedpcj@blueox]#
df Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda3 10080520 4178688 5389764 44% / none 224916 0 224916 0% /dev/shm /dev/hda5 20472816 1918384 18554432 10% /mnt/fat32 |
[root@blueox etc]# vim /etc/sudoers |
username ALL= NOPASSWD: /usr/bin/firestarter |
[root@blueox src]# tar -xvzf linux-2.6.10.tar.gz |
[root@blueox]# cp /usr/src/linux-2.6.9/.config /usr/src/linux-2.6.10 |
[root@blueox src]# make xconfig (recommended option) |
[root@blueox]# make
menuconfig
***Again I recommend
using make xconfig [root@blueox]# make config |
[root@blueox]# make
modules [root@blueox]# make modules_install [root@blueox]# make install |
default=0 timeout=5 splashimage=(hd0,2)/boot/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.10) Jan 11,'05 root (hd0,2) kernel /boot/vmlinuz-2.6.10 ro root=LABEL=/ rhgb quiet apm=off acpi=on initrd /boot/initrd-2.6.10.img |
[lumbrjackedpcj@blueox]# bunzip2 -d patch-2.6.11.bz2 |
[root@blueox]# patch -p1 -i /path_to_patch_file/patch-2.6.11 |
[root@blueox]# vim /etc/hosts |
127.0.0.1 ar.atwola.com |
[lumbrjackedpcj@blueox]# cd ~/.mozilla/firefox/dxshwykf.default/chrome |
[lumbrjackedpcj@blueox]# touch userContent.css |
[lumbrjackedpcj@blueox]# vim userContent.css |