Arch Linux on MSI Nettop 100

Finally got sound working in everything, got it to work in aplay, but wasn’t working in vlc. Might be easier if your not using XFCE, but if your using xfce do the below as root. Also I’m using alsa, you can read on their wiki how to set that up.

Add the following to /etc/modprobe.d/modprobe.conf:

options snd-hda-intel model=3stack-dig
 
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

You might only need the first line though.

pacman -S gstreamer0.10-plugins

Type y when it asks “install whole content?”.

pacman -S audacious-plugins

That might actually be what fixed it. So you can try only installing that before gstreamer-plugins.

You also have to unmute stuff in alsamixer or you can use amixer. I unmuted “Master”, “Front”, “PCM”. You might be able to use the mixer thing in xfce.

Oh yeah and I got my video working at 1280×768, was trying to display at 1366×768, but doesn’t look right. I made a shell script with the below in it, and added it to xfce startup applications.

xrandr --newmode "1280x768_60.00"   79.50  1280 1344 1472 1664  768 771 781 798 -hsync +vsync
xrandr --addmode VGA 1280x768_60.00
xrandr -s 1280x768

You can get correct modeline by doing “cvt 1280 768 60″, replace 60 with the refresh rate.

IMG_1003

Share and Enjoy:
  • Digg
  • Reddit
  • del.icio.us
  • Google Bookmarks
  • Facebook
  • MySpace
  • Add to favorites
  • StumbleUpon
  • Twitter
  • Yahoo! Bookmarks

Related posts:

  1. Arch linux is fun
  2. Arch linux
  3. Sabayon linux on mac mini
  4. Broke linux
  5. Vector linux on laptop
This entry was posted in linux and tagged . Bookmark the permalink.



Comments are closed.