| Video | Quadro NVS 110M 128MB dedicated |
Works out of the box with x.org 'nv' driver. Graphical installer works well too. (compiz/'Desktop Affects' required tweaks) |
| CPU | Intel CPU T2500 @ 2.00GHz | Works |
| LCD | 15.4" WUXGA 1920 x 1200 |
Works out of the box at 1920x1200 resolution |
| Hard Drive | Hitachi HTS721010G9SA00 100 GB 7200RPM 8MB SATA/150 |
um...works! |
| Sound | Intel Corporation 82801G (ICH7 Family) High Definition
Audio Controller SigmaTel STAC9200 |
Works out of the box |
| Wireless | Intel PRO/Wireless 3945ABG | works (required tweaks) |
| Ethernet | Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express |
Works out of the box |
| DVD RW | NEC DVD +/- RW ND-6650A | CD seems OK -- DVD & Write tests still pending |
| IRDA | Do not know (not sure I care) | |
| Modem | Do not Know (not sure I care) | |
| Touchpad | AlpsPS/2 ALPS GlidePoint | Works out of the box |
| Keyboard | Works out of the box |
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 4597
10241437+ 83 Linux
/dev/sda4
4598 12161
60757830 5 Extended
/dev/sda5
4598 7147
20482843+ 83 Linux
/dev/sda6
7148 8422
10241406 83 Linux
/dev/sda7
8423
8677 2048256 82 Linux swap /
Solaris
/dev/sda8
8678 12161
27985198+ 83 Linuxtelinit 3. sh NVIDIA-Linux-x86-1.0-9746-pkg1.run. telinit 5. Option "RenderAccel" "True". These options seem to be an important ingridient.gconftool-2 --recursive-unset /apps/compiz
as suggested by some random forum posting. Well this had no
apparent affect, Furthermore, inspecting that section with
'Configure Editor' (gconf-editor) seemed to suggest that nothing really
happened. I gave up for a bit....gnome-window-decorator,
which is reponsible for the window borders, isn't running.
I can get borders to reappear simply but using the enable 'Desktop
Effects' applet to stop and start compiz. Any ideas on this?make install'
in the core ipw3945-x.x.x directory. I just build ('make') the
.o's and .ko's and leave them in the current directory.make clean; make.
#!/bin/bashIPW3945_HOME=/root/ipw3945Stuff/ipw3945-1.1.3dhc_PID=`ps -C dhclient -o pid=`if [ -n "$dhc_PID" ] ;then echo " releasing old lease on IP address (if one exists)...." dhclient -r eth1 sleep 5 echo "killing old dhclient at PID = $dhc_PID (it should be dead already)" kill -9 $dhc_PIDfiwpa_PID=`ps -C wpa_supplicant -o pid=`if [ -n "$wpa_PID" ] ;then echo "killing old wpa_supplicant at PID = $wpa_PID and cleaning up...." kill -9 $wpa_PID rm -rf /var/run/wpa_supplicantfisleep 1cd $IPW3945_HOME./unloadsleep 2./loadsleep 5echo "bringing down eth1 just in case (it was started by ipw3945 driver load)....."ifdown eth1sleep 4echo "reconfiguring eth1....."iwconfig eth1 essid "blahblahblah" channel xxsleep 3echo "restarting wpa_supplicant....."wpa_supplicant -B -ieth1 -c
/etc/wpa_supplicant/my_wpa_supplicant.conf -D wext
2>/tmp/wpa_supplicant-err.log >/tmp/wpa_supplicant-out.logsleep 8echo "starting DHClient"dhclient eth1echo ".....should be DONE!!!!"
system-config-network
did not have any sort of listing for ipw3945 when I tried to create a
new eth1 device. I wasn't too concerned about this, because I
remeber creating a dummy one under FC5 for something or other that I
don't recall. On a whim, without an 'eth1' device defined, I
fired off a script like the above (after the driver was built, of
course). Despite complaining about missing eth1 device here and
there, it eventually associated with a network and got an IP.
Nifty! system-config-network, 'saw' a ipw3945 card.