Description: The Latitude D600 is designed for users who require maximum performance in a mainstream notebook. Even with its thin & light design, the D600 doesn't skimp on performance offering the ideal blend of power and efficiency using the IntelŪ PentiumŪ M processors and the ATIŪ Mobility Radeon 9000 video chipset. The D600 offers Intel CentrinoTM Mobile Technology featuring the Pentium M processor, the 855 chipset and IntelŪ PRO Wireless MiniPCI card.
Spec Sheet:
http://www.dell.com/downloads/us/products/latit/d600_spec.pdf
***Update*** As of Revision 24775 Sound, network and video all work very well on this machine. You need to tweak the UserBuildConfig script a bit to get it to work so I have included what you need below
Remember to change the values of the HAIKU_IMAGE_DIR and HAIKU_IMAGE_NAME to suit your set up.
---- Cut Below ----
# Quick start file for UserBuildConfig. Copy it and uncomment and edit the
# lines you want. See UserBuildConfig.ReadMe for details.
# Specify image size in MB.
HAIKU_IMAGE_SIZE = 4096 ;
# Install Haiku in directory /Haiku.
#HAIKU_INSTALL_DIR = /Haiku ;
# Install Haiku on device /dev/sda57. Be sure you know what you're doing!
HAIKU_IMAGE_DIR = /dev ;
HAIKU_IMAGE_NAME = sda3 ;
HAIKU_DONT_CLEAR_IMAGE = 1 ;
# Enable debugging for directory src/system/boot/loader recursively.
#SetConfigVar DEBUG : HAIKU_TOP src system boot loader : 1 : global ;
# Add symlink/file (timezone and keymap settings) to the image.
#AddSymlinkToHaikuImage home config settings
# : /boot/beos/etc/timezones/Europe/Paris : timezone ;
#AddFilesToHaikuImage home config settings : US-International
# : Key_map ;
# Copy artwork to the image.
#CopyDirectoryToHaikuImage home Desktop : $(HAIKU_TOP)/data/artwork : : -x .svn ;
# Add the optional package WonderBrush to the image.
AddOptionalHaikuImagePackages Development Firefox ;
# add all GPL software to Haiku Image
INCLUDE_GPL_ADDONS = 1 ;
# Add all available optional packages.
#HAIKU_ADD_ALL_OPTIONAL_PACKAGES = 1 ;
---- Cut Above ----
Make sure you don't install all optional packages because it will install OSS which interferes with the build in AC97 sound driver.
Thanks to umccollough and [Katisu] and #teamhaiku on freenode for helping me get this working.