Hardware:
* Case: Silverstone ML03B
* Hard Drive: Corsair Force Series 3 60GB SATA III (SSD)
* Motherboard: ASUS E35M1-M PRO Fusion AMD E-350 APU (1.6GHz, Dual-Core) Micro ATX
* Memory: Crucial 4GB (2 x 2GB) 240-Pin DDR3 SDRAM DDR3 1066
* Power Supply: picoPSU-160 w/100 Watt Brick from http://www.logicsupply.com
* TV Tuner: pcHDTV tuner from http://pchdtv.com/
* Remote: Windows MCE remote (mine doesn't require lirc and uses a usb IR dongle)
My intent was to build a totally fanless build, but after sensing the CPU getting too hot, I gave in and installed the fan that came with the motherboard. Before installing the fan, I did remove the pretty "Asus" label that sat on top of the heatsink for better airflow. Also the ML03 has a mesh opening right above the CPU heatsink.
Difficulties:
HDMI video out was not working.
Resolution:
- Connected the motherboard to a monitor via VGA cable.
- Ran apt-get update ; apt-get upgrade
- Ran proprietary drivers applet from the menu (jockey-gtk from the CLI), enabled the "AMD/ FGLRX" driver.
- Shutdown the computer.
- Disconnected the VGA cable.
- With the HDMI cable connected to my receiver and the right input selected on my receiver, I turned on the computer, and video out worked fine.
(In Ubuntu 12.04 this can be enabled in the audio control panel, without the below steps.)
Resolution:
- Ran lspci -l
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0] Subdevices: 0/1 Subdevice #0: subdevice #0
Since the HDMI audio device is card 0 and device 3:
- Created a previously non-existent /etc/asound.conf
- Added the following:
pcm.!default { type hw card 0 device 3 }
- Ran alsamixer -c 0 and pressed m to unmute S/PDIF
- Rebooted the computer
I now had both sound and video coming out of the HDMI port.
MythFrontend would hang while viewing Live TV
Resolution:
- on the server side, I set /etc/exports to
/NetworkBackup/MythTV `allowed IP`(async,rw,no_subtree_check)
- on the client side, I set /etc/fstab to
`NFS Server`:/NetworkBackup/MythTV /MythTV nfs rw,async,nfsvers=3,actimeo=0,tcp,soft 0 0
Pictures
No comments:
Post a Comment