#format wiki #language en = MythTV Hardware Support = <> ||<>|| Current testing is for Feisty, due for release in April 2007. We would appreciate if you could download a daily live disk and test to see if your hardware is properly recognized and functional after installing the necessary drivers. You won't have to erase your operating system, or do anything to harm your backend. All testing will only be for the session that you are booted up. == TV Cards == These cards should all be supported by Ubuntu Feisty. If you have one of these cards and can verify it working, please fill it out below. Testing procedures for each of the cards are listed below as well. || '''Make''' || '''Card''' || '''Works''' || '''Comments''' || '''dmesg output''' || '''Date Tested''' || '''Tested By''' || '''Launchpad Bug Link*''' || || Hauppauge || PVR-150 || YES || nice :) || [[attachment:pvr150.txt]] || 28feb2007 || lazka || [n/a] || || Hauppauge || PVR-150 MCE || YES || bright, clear pic and sound- 2/15 daily i386|| [[attachment:pvr150mce.txt]] || 16feb2007 || majoridiot || [n/a] || || Hauppauge || PVR-250 || [] || [] || [[attachment:pvr250.txt]] || [] || [] || [n/a] || || Hauppauge || PVR-250 MCE || YES || just works (herd 5) || [[attachment:pvr250mce.txt]] || 13mar2007 || jaredgreenwald || [n/a] || || Hauppauge || PVR-350 || YES/NO || easy install, clear feed - herd 4, all updates, 64-bit, tvout not working the saa7127 kernel module are missing || [[attachment:pvr350.txt]] || 1Mar2007 || juanhunglow || [n/a] || || Hauppauge || PVR-500 || [] || [] || [[attachment:pvr500.txt]] || [] || [] || [n/a] || || Hauppauge || PVR-550 MCE || [] || [] || [[attachment:pvr550mce.txt]] || [] || [] || [n/a] || || PCHDTV || HD2000 || [] || [] || [[attachment:hd2000.txt]] || [] || [] || [n/a] || || PCHDTV || HD3000 || [] || [] || [[attachment:hd3000.txt]] || [] || [] || [n/a] || || PCHDTV || HD5500 || [] || [] || [[attachment:hd5500.txt]] || [] || [] || [n/a] || || Air2PC || HD5000 || [] || [] || [[attachment:hd5000.txt]] || [] || [] || [n/a] || || ATI HDTV Wonder || HDTV Wonder || [] || [] || [[attachment:hdwonder.txt]] || [] || [] || [n/a] || || Leadtek || LR6650 || [] || [] || [[attachment:lr6650.txt]] || [] || [] || [n/a] || || AverMedia || A180 || [] || [] || [[attachment:a180.txt]] || [] || [] || [n/a] || || AverMedia || M179 || YES || works however in order to get composite sound to work I had to add modprobe ivtv and ivtvctrl -v input=1,output=1 into the /etc/rc.local file || [[attachment:M79.txt]] || 26mar2007 ||fenian || [n/a] || || Adaptec || AVC-2410 || YES || works well out of the box || [[attachment:a2410.txt]] || 1Mar2007 || jaymode || [n/a] || * link if applicable. == Testing Procedure: IVTV Supported Cards == 1. Download and burn a daily live disk. Be sure this daily comes after December 26th, 2006. Note: The Herd 1 Release doesn't include support {{{ http://cdimage.ubuntu.com/daily-live/current/ }}} 2. Boot up the live disk. Make sure that your important hardware is working (mouse, keyboard, video, sound). If you boot up to the Ubuntu Desktop and hear the login sound, your good to go. 3. Collect your dmesg output about the ivtv card from a console. {{{ dmesg | tac | sed -n '/=\ \ END INIT IVTV\ \ =/,/= START INIT IVTV =/p;/= START INIT IVTV =/q' | tac > ivtv.txt }}} 5. Attempt a test recording. Run the following command for about 10-20 seconds and then press CTRL-C. {{{ cat /dev/video0 > test.mpg }}} 6. Test the playback of the video. The installed media player, totem will be able to handle this for you, once the mpeg plugin is installed-- after launching the following command, you will be prompted to install the needed codec pack. {{{ totem test.mpg }}} 6. Report your results back to this wiki page. Please list the date of your test and your name and whether the card worked or not. Also, attach your dmesg text output file above. If your card didn't work, please file a bug in Launchpad using the following command in a terminal: {{{ ubuntu-bug -p linux }}} == Testing Procedure: ATI HDTV Wonder == 1. Download and burn a daily live disk. {{{ http://cdimage.ubuntu.com/daily-live/current/ }}} 2. Boot up the live disk. Make sure that your important hardware is working (mouse, keyboard, video, sound). If you boot up to the Ubuntu Desktop and hear the login sound, your good to go. 3. Unload any loaded modules for this card {{{ sudo rmmod cx88-dvb }}} 4. Obtain the firmware for the card and load the driver. Directions to do this are at the MythTV wiki pages: https://help.ubuntu.com/community/MythTV_Edgy_hardware#head-83dbca2c20a36470fee58f582d0f9c274c1da43d 5. Install dvb-utils. This will require you to enable multiverse/universe first. {{{ sudo apt-get install dvb-utils }}} 6. Test the scanning function using {{{scan}}}. Scan requires some initial data to get going. Localized initial data is provided in {{{/usr/share/doc/dvb-utils/examples}}} 7. Install mplayer and attempt to use the resultant channels.conf from your scan to tune a station. {{{ sudo apt-get install mplayer mplayer dvb://0 }}} 6. Report your results back to this wiki page. Please list the date of your test and your name and whether the card worked or not. Also, attach your dmesg text output file above. If your card didn't work (but you used scan properly), please file a bug on launchpad using the following link. If you are having trouble following these directions, but want to help, please join #ubuntu-mythtv for further assistance. == Testing Procedure: PCHDTV 2k/3k/5500 == 1. Download and burn a daily live disk. {{{ http://cdimage.ubuntu.com/daily-live/current/ }}} 2. Boot up the live disk. Make sure that your important hardware is working (mouse, keyboard, video, sound). If you boot up to the Ubuntu Desktop and hear the login sound, your good to go. 3. Unload any loaded modules for this card 4. Obtain the firmware for the card and load the driver. Directions to do this are at the MythTV wiki pages: https://help.ubuntu.com/community/MythTV_Edgy_hardware#head-43314dc866ad48e396578e5e246021a55b9ad700 5. Install dvb-utils. This will require you to enable multiverse/universe first. {{{ sudo apt-get install dvb-utils }}} 6. Test the scanning function using {{{scan}}}. Scan requires some initial data to get going. Localized initial data is provided in {{{/usr/share/doc/dvb-utils/examples}}} 7. Install mplayer and attempt to use the resultant channels.conf from your scan to tune a station. {{{ sudo apt-get install mplayer mplayer dvb://0 }}} 6. Report your results back to this wiki page. Please list the date of your test and your name and whether the card worked or not. Also, attach your dmesg text output file below. If your card didn't work (but you used scan properly), please file a bug on launchpad using the following link. If you are having trouble following these directions, but want to help, please join #ubuntu-mythtv for further assistance. == Testing Procedure: Air2PC 5000 == 1. Download and burn a daily live disk. {{{ http://cdimage.ubuntu.com/daily-live/current/ }}} 2. Boot up the live disk. Make sure that your important hardware is working (mouse, keyboard, video, sound). If you boot up to the Ubuntu Desktop and hear the login sound, your good to go. 3. Install dvb-utils. This will require you to enable multiverse/universe first. {{{ sudo apt-get install dvb-utils }}} 4. Test the scanning function using {{{scan}}}. Scan requires some initial data to get going. Localized initial data is provided in {{{/usr/share/doc/dvb-utils/examples}}} 5. Install mplayer and attempt to use the resultant channels.conf from your scan to tune a station. {{{ sudo apt-get install mplayer mplayer dvb://0 }}} 6. Report your results back to this wiki page. Please list the date of your test and your name and whether the card worked or not. Also, attach your dmesg text output file above. If your card didn't work (but you used scan properly), please file a bug on launchpad using the following link. If you are having trouble following these directions, but want to help, please join #ubuntu-mythtv for further assistance. ---- [[CategoryMythTV]]