Archives
Categories
Author Archives: todd
xorg.conf for ASUS PC with SIS Video
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the … Continue reading
Posted in MythTV
Leave a comment
IMDB # Prompt in Video Manager
I followed the 'make it disappear fix' at https://bugs.launchpad.net/mythbuntu/+bug/339880, which comments out the enterimdb section at video-ui.xml at /usr/share/mythtv/themes//video-ui.xml…. Run: find /usr/share/mythtv/themes/ -name "video-ui.xml" -print | xargs sudo sed -i 's/enterimdb/entertmdb/g'
Posted in MythTV
Leave a comment
Sound Blaster 1080 in Ubuntu 9.10
Set up ALSA for these settings Edit the ALSA config files using your favorite editor. For example: $ sudo nano /etc/asound.conf And edit it to match this: pcm.!default { type hw card 1 device 1 } MythTV Setup http://www.mythtv.org/wiki?title=AllensDigitalAudioHowto#Set_Myth_up_for_digital_sound
Posted in MythTV
Leave a comment
Channel(/dev/video0)::Open(): Can’t open video device, error “Permission denied”
Quick fix until next reboot: sudo chown root:mythtv /dev/video*
Posted in MythTV
Leave a comment
Pentaho Data Integration Installation Notes – Windows
These are my installation notes for installing Pentaho Data Integration (PDI) so I can repeat it if necessary. Download, unzip and copy pdi-ce-4.X.0 to it's target location For SQL Server native JDBC, download the latest version of sqljdbc from Microsoft … Continue reading
Java Apps as Windows Service
I was looking for an easy and cheap way to setup a java application (in this case Pentaho's Carte) to run as a Windows service. After reviewing a few options I went with "Yet Another Java Service Wrapper" (YAJSW) … Continue reading
Synergy Software Keyboard/Video Switch
I have a pretty typically computer environment at home with a personal and a work computer (both laptops in my case). I frequently work from home and find myself going back forth between them. With laptops this isn't the end … Continue reading
SME Kernel and/or VirtualBox Update
Initial install done using great How To on Contribs.org. After the initial installation if you want to upgrade VirtualBox or the SME kernel is upgraded you need to rebuild VirtualBox against the SME kernel. Get the VirtualBox rpm you need … Continue reading
VirtualBox Guest Additions Stopped Working for Ubuntu Guest
After a kernel update the vboxsf mounts would no longer mount. Error message: Device not found Solution: sudo apt-get install dkms
Password Management – KeePass
I reluctantly gave up on Iiumsoft's eWallet for password management. After over the years buying/running it on Windows, Palm, PocketPC, Smartphone, iPhone and Android when in stopped working under Wine for Linux I decided it was time for a change. … Continue reading