Difference between revisions of "Low Power Workstation"

From WTFwiki
Jump to navigation Jump to search
Line 35: Line 35:
 
==Custom Stuff==
 
==Custom Stuff==
 
* Knowplex and Ekiga don't play nice together unless /etc/asound.conf is added so that dmix works
 
* Knowplex and Ekiga don't play nice together unless /etc/asound.conf is added so that dmix works
 +
 +
* Sample /etc/asound.conf
 +
 +
  pcm.snd_card {
 +
        type hw
 +
        card 0
 +
}
 +
pcm.dmixer {
 +
        type dmix
 +
        ipc_key 1024
 +
        slave.pcm "snd_card"
 +
        slave {
 +
                period_size 256
 +
                buffer_size 2048
 +
                rate 44100
 +
        }
 +
}
 +
pcm.dsnooper {
 +
        type dsnoop
 +
        ipc_key 2048
 +
        slave.pcm "snd_card"
 +
        slave {
 +
                period_size 256
 +
buffer_size 2048
 +
                rate 44100
 +
        }
 +
}
 +
pcm.duplex {
 +
        type asym
 +
        playback.pcm "dmixer"
 +
        capture.pcm "dsnooper"
 +
}
 +
pcm.!default {
 +
        type plug
 +
        slave.pcm "duplex"
 +
}
  
 
==Power Consumption Tuning==
 
==Power Consumption Tuning==

Revision as of 10:41, 11 May 2008

Low Power Workstations

  • Motherboard: Via Epia SN18000G
  • RAM: 2gb
  • Storage: Compact Flash
  • Case: VoomPC Automotive Mini-ITX Case
  • OS: Ubuntu 8.04 (with gnome)

General

  • Jumpers for power switch are second two in from the right on the back row, with the rows of jumpers away from you
  • Press F11 during POST to select boot device

To Do

*Set-up:

  • Network user profiles

*Add:

  • Java
  • gedit

*Fix:

  • Boot on PS/2 mouse and USB keyboard
  • Solder power LED on prototype

*Check on:

  • User/global config files for Ekiga to avoid sound device being set to "Default" on first run


Custom Stuff

  • Knowplex and Ekiga don't play nice together unless /etc/asound.conf is added so that dmix works
  • Sample /etc/asound.conf
  pcm.snd_card {
       type hw
       card 0
}
pcm.dmixer {
       type dmix
       ipc_key 1024
       slave.pcm "snd_card"
       slave {
               period_size 256
               buffer_size 2048
               rate 44100
       }
}
pcm.dsnooper {
       type dsnoop
       ipc_key 2048
       slave.pcm "snd_card"
       slave {
               period_size 256
buffer_size 2048
               rate 44100
       }
}
pcm.duplex {
       type asym
       playback.pcm "dmixer"
       capture.pcm "dsnooper"
}
pcm.!default {
       type plug
       slave.pcm "duplex"
}

Power Consumption Tuning

  • Consumes 2watts when plugged in and off
  • PWM2 fan in BIOS controls cpu fan after boot
  • PWM1 fan in BIOS seems to control fan before/during boot
  • http://www.heatsink-guide.com/ awesome cooling info