Difference between revisions of "User:GnEeErKd"
From LinuxMCE
Line 86: | Line 86: | ||
#Reloaded the router and regenerated orbiter if it asked to | #Reloaded the router and regenerated orbiter if it asked to | ||
#Tested each module with the Lights > Floorplan button in MCE | #Tested each module with the Lights > Floorplan button in MCE | ||
− | ==Get | + | ==Get DVDs to play== |
Instructions grabbed [http://wiki.linuxmce.org/index.php/Restricted_Software_Installation_Guide here] | Instructions grabbed [http://wiki.linuxmce.org/index.php/Restricted_Software_Installation_Guide here] | ||
#Open Terminal | #Open Terminal | ||
− | #'sudo apt-get install kubuntu-restricted-extras | + | #'sudo apt-get install -y kubuntu-restricted-extras libdvdread3' |
− | + | ||
#'sudo /usr/share/doc/libdvdread3/install-css.sh' | #'sudo /usr/share/doc/libdvdread3/install-css.sh' | ||
+ | ==Assign Functions to mouse buttons== | ||
+ | Instructions grabbed [http://ubuntuforums.org/showthread.php?t=316441 here] | ||
+ | *BACKUP xorg.conf: 'sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup' | ||
+ | *edit /etc/X11/xorg.conf mouse settings to include | ||
+ | ::Option "Buttons" "7" | ||
+ | ::Option "ButtonMapping" "1 2 3 6 7" | ||
+ | |||
+ | '''/etc/X11/xorg.conf''' | ||
+ | ... | ||
+ | Section "InputDevice" | ||
+ | # generated from default | ||
+ | Identifier "Mouse0" | ||
+ | Driver "mouse" | ||
+ | Option "Protocol" "auto" | ||
+ | Option "Device" "/dev/psaux" | ||
+ | Option "Emulate3Buttons" "no" | ||
+ | Option "ZAxisMapping" "4 5" | ||
+ | Option "Buttons" "7" | ||
+ | Option "ButtonMapping" "1 2 3 6 7" | ||
+ | EndSection | ||
+ | ... | ||
+ | |||
+ | #'sudo apt-get install -y xautomation xbindkeys' | ||
+ | #run 'xev' in terminal and single click each mouse button in the box that appears, paying attention to the output in the terminal to make sure each button number is correct | ||
[[Category:User Setups]] | [[Category:User Setups]] |
Revision as of 05:18, 5 January 2010
Core/MD Hybrid
Hardware
(This is a one network card installation)
- Asus T3-P5945GCX Barebones with 3.00GHz Pentium 4
- Nvidia GeForce 6600 256 MB PCI-E 16x Video Card (DVI Output)
- 2 GB Generic RAM
- 80 GB Seagate ST380215A Hard Drive (for the OS and temporary media storage)
- 1 TB Western Digital 10EAVS External Hard drive (for media storage)
- DVDRAM GSA-4167B
Peripherals and Accessories
- 24 inch Sceptre LCD Monitor (DVI)
- 5.1 Channel Creative Sound System
- Gigaware microphone
- Generic USB 5 Button Wireless Optical Mouse with Scroll Wheel
- Generic Wireless PS/2 keyboard
- Ezonics EZCam USB Webcam
- Microsoft NX-6000 Webcam
- Generic 7-port USB Hub
- USB Bluetooth Dongle with CSR chipset
- HP Deskjet 2545 USB Printer
Software
- LinuxMCE 0810 beta2
X10 Devices
Controlling
- Controller: CM11A
- Remote: KR22A
Controlled
- LM465 is dimmable
- AM466 is not dimmable
- RR501 is not dimmable and is a remote control receiver (Can only be unit code 1 or 9)
Device Code | Module | Description B1 | RR501 | Sound System Power B2 | LM465 | Floor Light B3 | LM465 | Light Tree B4 | LM465 | Desk Light B5 | AM466 | Monitor Power B6 | AM466 | Rope Lights & Strobe Light B7 | AM466 | Fan B8 ------------------------------------------ B9 | RR501 | Black Lights
The Installation
LMCE 0810 beta2 Installation
- Followed the internet installation instructions located here
- Upon reboot, I temporarily hooked the monitor to VGA to go through AVWizard
- Chose DVI output, 1080p, 60 Hz, OpenGL with Alpha Blending, stereo sound, 100% volume, and hit I Agree
- Upon finishing the AVWizard, there was a grey screen with large text displaying each package that was installed
- This continued until it got to the Orbiter Regeneration
- After the orbiter regeneration, I had the infamous grey screen with a cursor
- I used Ctrl+Alt+F2 to get to get to tty2, and logged in
- I edited the /etc/network/interfaces file as such:
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.200.42 netmask 255.255.255.0 gateway 192.168.200.1 auto eth0:1 iface eth0:1 inet static address 192.168.80.1 netmask 255.255.255.0
- After rebooting, I was greeted with the Setup Wizard which stepped me through the rest of the install process
- That's it, after some more big text, MCE started up fine and I was greeted with some Flikr pictures
External Hard Drive
- After plugging in the external hard drive, I was asked if I wanted to use it.
- After selecting "use without modifying" the drive was set up by MCE
- I then went into the web admin > Files & Media > Media Files Sync
- Navigated to the hard drive and resynchronized my Movies folder and Music Folder
Configure 5.1 Channel Sound
selecting stereo in the AVWizard does not enable multi-channel analog audio...this is how to fix it
- Web Admin > Wizard > Devices> Media Directors
- At the bottom of the media director device settings, change the "Audio Settings" Drop-Down menu to "Multi-channel analog"
- Open terminal and run 'sudo alsamixer'
- In alsamixer, use the arrow keys and 'M' to unmute and adjust the volume of surround, center, and LFE (side if you have 7.1)
Auto-start KDE desktop behind MCE on boot
Edit /etc/init.d/linuxmce to contain
- StartService "KDE Desktop" "/usr/pluto/bin/Start_KDE.sh"
after starting the the other services (I don't know if it matters where this line goes in this script)
X10 interface and lighting setup
- Plugged in all of my X10 modules and gave them the unit codes described above
- Plugged in the CM11A controller and hooked it to the only serial port
- Followed the directions here.
- Reloaded the router and regenerated orbiter if it asked to
- Tested each module with the Lights > Floorplan button in MCE
Get DVDs to play
Instructions grabbed here
- Open Terminal
- 'sudo apt-get install -y kubuntu-restricted-extras libdvdread3'
- 'sudo /usr/share/doc/libdvdread3/install-css.sh'
Assign Functions to mouse buttons
Instructions grabbed here
- BACKUP xorg.conf: 'sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup'
- edit /etc/X11/xorg.conf mouse settings to include
- Option "Buttons" "7"
- Option "ButtonMapping" "1 2 3 6 7"
/etc/X11/xorg.conf ... Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" Option "Buttons" "7" Option "ButtonMapping" "1 2 3 6 7" EndSection ...
- 'sudo apt-get install -y xautomation xbindkeys'
- run 'xev' in terminal and single click each mouse button in the box that appears, paying attention to the output in the terminal to make sure each button number is correct