Issues
Sound
For HDA intel sound
- apt-get install build-essential
- apt-get install libncurses5-dev
Go to: http://www.alsa-project.org/ and dowload latest alsa-driver, alsa-lib, alsa-utils archive.
- tar xjvf alsa-driver-*
- tar xjvf alsa-lib-*
- tar xjvf alsa-utils-*
- cd alsa-driver-*
- ./configure --with-card=hda-intel
- make
- sudo make install
- cd ../alsa-lib-*
- ./configure
- make
- sudo make install
- cd ../alsa-utils-*
- ./configure
- sudo make install
Currently Only the back sound output port is working properly. The front audio port does not output at full volume.
Video
There are lots of artifacts. Using ATI drivers. During boot, the splash screen has a bunch of white flickering pixels.