LinHES Forums http://forums.linhes.org/ |
|
R5E50 on Asus P5B-E, Core 2 Duo, Media LAB IR/VFD http://forums.linhes.org/viewtopic.php?f=9&t=14524 |
Page 1 of 1 |
Author: | ryanau [ Fri Mar 09, 2007 10:30 pm ] |
Post subject: | R5E50 on Asus P5B-E, Core 2 Duo, Media LAB IR/VFD |
Shiny single MythTV box to sit under the TV, mostly easy, a few tiny edits and compiles and a couple of remaining small issues. I've only been using MythTV and KnoppMyth for about 1 month, but Linux for many years: # Location: Western Australia (Perth) # Video type: HDTV + SDTV (DVB-T) # Type of system: combined front- and back-end # Noise level: I can barely hear it from 5 feet away # CASE: Thermaltake Mozart SX HTPC with Media LAB http://www.thermaltake.com/product/Chas ... vc7001.asp # PSU: Thermaltake 430W (supplied with case) # MOTHERBOARD: Asus P5B-E http://www.asus.com/products4.aspx?l1=3 ... odelmenu=1 # CPU: Intel Core 2 Duo 1.80GHz # RAM: 2 x 512MB Kingston 800MHz DDR2 # CPU HEATSINK: Zalman CNPS8000 (running on slowest setting) http://www.zalman.co.kr/usa/product/vie ... 3&code=009 # NORTHBRIDGE HEATSINK: ASUS onboard fanless # CD/DVD-RW: Pioneer DL DVD PATA # HDD: WD 400GB SATA # GRAPHICS CARD: Gibabyte 7300GT 256MB Fanless http://www.gigabyte.com.tw/Products/VGA ... uctID=2282 # SOUNDCARD: Onboard Intel ICH8 (ADI1988) # TUNER CARD: DViCO Fusion HDTV http://www.fusionhdtv.co.kr/eng/Products/DVBTPlus.aspx # REMOTE CONTROL AND VFD/LCD: Media LAB (SoundGraph iMON PAD) PCI Code: 00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02) 00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02) 00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller (rev 02) 01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1) 02:00.0 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02) 02:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02) 03:00.0 Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0) 05:01.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05) 05:01.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05) 05:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) USB Code: Bus 003 Device 002: ID 15c2:ffdc SoundGraph Inc. iMON PAD Remote Controller ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() /etc/init.d/imon Code: #!/bin/sh echo -e "Configuring iMon remote and VFD hardware ... \c" modprobe lirc_imon echo "done." I then had to change the rc.d orders a little so that the lirc module was loaded first, then the lirc load script, then the LCDd script. After "update-rc.d -f remove lirc" and the same with LCDd, I then added them back in after my script for example: "update-rc.d lirc start 22 2 3 4 5 ." such that I now have this order: Code: lrwxrwxrwx 1 root root 17 Mar 9 12:27 S21imon.sh -> ../init.d/imon.sh lrwxrwxrwx 1 root root 14 Mar 9 12:27 S22lirc -> ../init.d/lirc lrwxrwxrwx 1 root root 14 Mar 9 12:27 S23LCDd -> ../init.d/LCD Now, when the box boots up, the IR/VFD module loads, lirc loads up, then LCDd loads and displays its server status on the VFD. Shortly after, X loads up and mythfrontend takes over control of the VFD. If the VFD setup is not as above before mythfrontend loads, mythlcdserver will start and hang around stopping anything else from working, so it needs to be killed or the box rebooted once the VFD and LCDd init stuff is all working as planned. When you shutdown the box, it will leave the lcdproc goodbye message on the screen, sometimes you don't want this, so I modified the LCDd script, under the "stop)" section, I added the following after the start-stop-daemon line: Code: sleep 1
echo -e " \c" > /dev/lcd0 The remote was configured in /etc/lircd/hardware.conf with DEVICE="/dev/lirc0" and MODULES="" (no module specified). http://venky.ws/projects/imon/ has the lircd.conf file that works and my lircrc file I forget where I got it from, so you can find it on my server here: http://slowest.net/lircrc I have not patched lirc to get the mousepad working on the remote as yet as I don't really need it, and there is a lot of talk of it being troublesome, so I might try this later. Thanks to all who have made KnoppMyth and MythTV what it is! I hope I can help someone out with a similar config at some point ![]() |
Author: | ryanau [ Mon Mar 12, 2007 4:25 am ] |
Post subject: | |
![]() Can put a command at boot to use ethtool to turn it off, or edit and recompile the driver, which is what I've done. Now to sort out the audio! |
Author: | ryanau [ Mon Mar 12, 2007 9:23 am ] |
Post subject: | |
![]() |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |