Network Adapter: Centrino Advanced-N + WiMAX 6250 / Works out of the box monitor mode & all.
USB ports: Works out of box
SD card reader: Works out of box
CD/DVD player: Works out of box
HDMI In/Out: Have not tested
Audio: Works with edited file.
Video (
AMD 6990m): Works by disabling the onboard intel graphics & downloading/installing AMD drivers.
Everything I've tested works fine out of box except the Audio, and Video. The video has a problem with there being 2 cards, the onboard intel & the AMD. Below is how I resolved both issues.
AudioDriver:
With Backtrack 5 r3 I had to go to System-Preferences-Startup Applications.
Click PulseAudio Sound System, click edit.
Change Command to
Code:
/usr/bin/pulseaudio
Then edit
/etc/modprobe.d/alsa-base.conf
I'm using gnome Backtrack, so I open terminal and type:
Code:
gedit /etc/modprobe.d/alsa-base.conf
add the following line at the very bottom:
Code:
options snd-hda-intel model=dell-m6-amic
save & reboot.
Once you've rebooted click the speaker icon, go to Sound Preferences.
Click Output tab, make sure Internal Audio Analog Stero is selected, and Connector is Analog Speakers. Click hardware tab, select Internal Audio, profile should be Analog Stereo Duplex.
Video Drivers:
The easiest way for me to get the AMD card working, was to disable the intel card, so only the AMD card is active. This isn't an option with the normal BIOS from alienware, so you have to download a custom bios in windows, flash it, then you can boot into your custom bios, and disable the intel card.
Custom bios attached here
http://forum.techinferno.com/alienwa...-bios-a09.html
There may be another way, but when I tried installing ati drivers while the intel card was still enabled I would get the no screens found error.
After you've disabled intel card, visit
http://support.amd.com/us/gpudownload/Pages/index.aspx fill out the information & download current drivers. (Mine is Notebook Graphics-Radeon HD Series-Radeon HD 6xxxM Series-Linux x86_64)
I saved to desktop. Double click to open with archive mounter, then open the mounted zip file. Click the .run file and drag it out onto Desktop, or wherever you downloaded to.
Right click the .run file, properties, Permissions tab, check the box "Allow executing file as program" & click close.
Open terminal, and CD to the directory of your .run file.
mine is on desktop, so I type:
Type ./NameOfFile.run mine is
Code:
./amd-driver-installer-8.982-x86.x86_64.run
The AMD Installer should pop up, just continue through everything, don't change any settings.
Exit, delete the files you downloaded/extracted & reboot.
You should have working sound & video!