Wednesday, February 24, 2010

Getting started with Mythbuntu 9.10

After I have re-formatted my PC and started a clean installation of Mythbuntu 9.10 32-bit, now is the time for our quest to make this thing work with our new TV card.

Download the driver here.

Then you will find a H826D_Installer_x86_0.10-Beta_091126.tar.gz file.

Untar it

$ tar -xvf H826D_Installer_x86_0.10-Beta_091126.tar.gz

Then

$ cd H826D_Installer_x86_0.10-Beta

You will find an INSTALL.txt inside

AVerTV Volar HX/AX/MAX Driver Install Howto


1. Launch command terminal
2. Act as root to install driver. There are two ways to do this.

(1) Use sudo. Recommended for Ubuntu Linux users. You need to type your own
password:

$ sudo ./AVERMEDIA-Linux-x86-H826D-0.10-beta.sh
Password:"Type your password here"

(2) Use su. Recommended for most users. You need to type root password:

$ su
Password:"Type root password here"
# ./AVERMEDIA-Linux-x86-H826D-0.10-beta.sh

Then run the script. Make sure you are within the same directory of the script. If not, include the path of the script.

bitto@bitto:~$ ./AVERMEDIA-Linux-x64-H826D-0.10-beta.sh

After successfully running the script, just like I've described in the previous post.

Then unplug and plug your USB card
12 12:11:52 bitto kernel: [ 7.832640] Linux video capture interface: v2.00
Feb 12 12:11:52 bitto kernel: [ 7.926196] AVerMedia USB Wrapper for H826D version 0.28 loaded
Feb 12 12:11:52 bitto kernel: [ 7.942119] h826d: module license 'AVerMedia TECHNOLOGIES, Inc.' taints kernel.
Feb 12 12:11:52 bitto kernel: [ 7.942123] Disabling lock debugging due to kernel taint
Feb 12 12:11:52 bitto kernel: [ 7.956350] AVerTV Volar HX AX MAX version 0.10 loaded
Feb 12 12:11:52 bitto kernel: [ 8.254918] EXT4-fs (sda1): internal journal on sda1:8
Feb 12 12:11:52 bitto kernel: [ 8.494350] RPC: Registered udp transport module.
Feb 12 12:11:52 bitto kernel: [ 8.494353] RPC: Registered tcp transport module.
Feb 12 12:11:52 bitto kernel: [ 9.016091] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Feb 12 12:11:52 bitto kernel: [ 9.205696] type=1505 audit(1265947912.292:11): operation="profile_replace" pid=860 name=/sbin/dhclient3
Feb 12 12:11:52 bitto kernel: [ 9.841778] A827 registered V4L2 device video0[video]
Feb 12 12:11:52 bitto kernel: [ 9.841804] A827 registered V4L2 device vbi0[vbi]
Feb 12 12:11:52 bitto kernel: [ 9.841824] A827 registered V4L2 device radio0[radio]
Feb 12 12:11:52 bitto kernel: [ 9.842077] A827 registered ALSA sound card 1
Feb 12 12:11:52 bitto kernel: [ 9.842097] usbcore: registered new interface driver AVerTV Volar HX AX MAX

You will find these in your dmesg.

Well, the card is detected in this new platform.



3 comments:

dr_rude said...

hi and good day ummu,

just like to know what is tv card that ur using? i'm like to give a try at my ubuntu lucid.

bitto said...

dr rude: right now i am using Hauppauge WinTV-PVR 150. u need to buy it online i think..

dr_rude said...

thank you ummu. :)

Post a Comment