| Video |
Quadro NVS 110M 128MB dedicated |
Works |
| CPU | Intel CPU T2500 @ 2.00GHz | Works |
| LCD | 15.4" WUXGA 1920 x 1200 |
Works |
| Hard Drive | Hitachi HTS721010G9SA00 100 GB 7200RPM 8MB SATA/150 |
Works |
| Sound |
Intel Corporation 82801G (ICH7 Family) High Definition
Audio Controller SigmaTel STAC9200 |
Works
(required tweaks) |
| Wireless |
Intel PRO/Wireless 3945ABG | Works
(required tweaks) |
| CPU Scaling |
Seems
OK |
|
| Ethernet |
Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express |
Works |
| DVD RW |
Sony DVD +/- DW-Q58 | Works
- needs tweaks (needs further testing) |
| Suspend to Ram |
Don't
Know |
|
| IRDA |
Don't Know |
|
| Modem |
Don't Know |
|
| Touchpad |
AlpsPS/2 ALPS GlidePoint |
Works |
| Keyboard | Works (with some easy tweaks) |
id:3:initdefault:
to id:5:initdefault: Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device
Boot
Start
End
Blocks Id System
/dev/sda1
1
7
56196 de Dell
Utility
/dev/sda2
*
8
3322
26627737+ 7 HPFS/NTFS
/dev/sda3
3323
7146
30716280 83 Linux (/)
/dev/sda4
7147
12161
40282987+ 5 Extended
/dev/sda5
7147
10970
30716248+ 83 Linux (/opt)
/dev/sda6
10971
11926
7679038+ 83 Linux (/home)
/dev/sda7
11927
12161
1887606 82 Linux swap / Solaris
Section
"Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel
1920x1200"
HorizSync
31.5 - 90.0
VertRefresh 60.0 - 60.0
ModeLine
"1920x1200" 161.8 1920 2016 2048 2184 1200 1202 1208 1235 +hsync +vsync
Option
"dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver
"nvidia"
VendorName "Videocard vendor"
BoardName "nVidia
Corporation Unknown device 01d7"
EndSection
Section "Screen"
Identifier "Screen0"
Device
"Videocard0"
Monitor
"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
./configure --with-cards=hda-intel --with-sequencer=yes
--with-oss=yes --with-pcm-oss-plugins=yes
/etc/asound.conf
file as shown below. pcm.!default
{
type plug
slave.pcm "dmixer"
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
rate 44100
}
bindings {
0 0
1 1
}
}
ctl.mixer0 {
type hw
card 0
}/etc/rc.d/init.d/alsasound restart
fixes this. Sometimes I have had to issue this a couple of
times
before sound will get 'routed' to the speakers. Love to hear
from anyone if there is a solution for this little problem.
/etc/modprobe.conf.
This is basically because, something didn't work correctly while
doing this and it wasn't work fixing - since I use wireless about 30%
of time and it isn't a real bother for me to manually load ipw3945.
I did write a quick hack/script and made a gnome console
shortcut (see some comments about console shortcuts in the Misc section) to automate the wlan restart/start. Here is the script (no magic here):#!/bin/bash
cd /root/ipw3945Stuff/ipw3945-1.0.0
./unload
sleep 1
./loadieee80211: 802.11 data/management/control stack, 1.1.14 (Not sure if this was needed, but I was having some trouble compiling ipw3945).ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.1.0d On the ipw3945 site, this was only lists as 1.1.0 - but dmesg output says 1.1.0d. make IEEE80211_IGNORE_DUPLICATE=y and ignored the subsequent compiler warnings. The resulting driver seems fine./etc/wpa_supplicant/wpa_supplicant.conf file. Very simple, just do what it says and read the man page a bit.wpa_supplicant -ieth1 -c /etc/wpa_supplicant/wpa_supplicant.conf -D wext It took me a couple of tries to get this right, but eventually the console output read: /etc/wpa_supplicant/wpa_supplicant.conf looks like this:ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="myssid"
scan_ssid=0 #read in
some random post that for ipw wifi cards this was needed. I can't
say one way or another.
key_mgmt=WPA-PSK
#psk="the phrase I type in
to wpa_passphrase" #which matches the phrase I added as my PSK
to my router.
psk=the magic hex string it creates
}hdparm -d1 /dev/dvd doesn't work to turn on DMA. We get errors like "HDIO_SET_DMA failed: Operation not permitted". combined_mode=libata' after the 'rhgb quiet'
stuff in the grub config file, seems to make the DVD/CD drive work much
'faster'. Well at least both of us experience much better DVD
playback (perfectly watchable to me - no appearant jerkiness and
such). After doing this (and rebooting), my DVD changed from device
'hdc' to sdc0. Which affectively makes the drive act like a SCSI
device. At this point, DMA probably doesn't apply and hadparm
really can't be used to manipulate the drive anymore.make IEEE80211_IGNORE_DUPLICATE=y seems to work fine. I didn't do a make install since I have a few scripts that use the supplied load/unload scripts and the load/unload scripts seem to work in place. _POSIX2_VERSION=199209
before
you run the bin file, the JDK will actually install. Ah, here
is a relevant link.