LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-19-2006, 10:30 AM   #1
alankingsley
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
Linux beginner getting Leadtek DTV1000 T working under FC4 & MythTV


I have been trying to get my "Leadtek WinFast DTV1000 T" TV tuner card to work in MythTV using FC4. I have very little Linux experience, and I am finding it much more difficult than I expected.

After some excessive goggleing, I have read several reports of other people who managed to get the same card working under Linux, but they have all reported that kernel version 2.6.15-rc1 was the first version to support this particular card.

Unfortunately, yum does not update to such a recent (potentially unstable?) version of the kernel. I tried compiling my own, but I found the process very confusing. I have since downloaded an RPM containing kernel version 2.6.15-1 from the Fedora Core website which was marked 'testing'.

The kernel seems fairly stable, but MythTV still doesn't seem to be able to detect my TV Tuner card (or more than likely I am making a mistake somewhere). I am not even sure if the card is being detected by the OS.

The card has two large ICs marked:
Conexant
DVB-T 2K/8K
CX22702-15
...
and
Conexant
Broadcast Decoder
CX23883-19
...

I have also included my lspci output:
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev c1)
02:00.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 8b)
02:0a.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
02:0a.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)

I am making an educated guess that the last section of the lspci is relevant, but I don't understand what it actually means.

Any help would be very much appreciated.
 
Old 01-19-2006, 03:51 PM   #2
ssfrstlstnm
Member
 
Registered: Dec 2004
Location: IN, USA
Distribution: debian etch
Posts: 402

Rep: Reputation: 30
Probably the driver for the card is not loaded. Modules (aka drivers) in the kernel can either be compiled into the kernel (in which case they do not need to be loaded) or compiled as modules (in which case they do need to be loaded). Most modules such as this one are compiled as modules and need to be loaded using modprobe (or adding the module name to /etc/modules so it loads at boot time). You need to find out what the name of the module (driver) for your card is. You can get a list of modules that are currently loaded by doing lsmod.
 
Old 01-20-2006, 12:10 AM   #3
alankingsley
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Original Poster
Rep: Reputation: 0
I can get mythtv to recognise that the card exists by running the commands:
modprobe videodev
modprobe cx8800
modprobe cx88-dvb
However, I come up with a permission denied message if I am not running mythtv as root.

How do I get the kernel modules to load automatically at bootup? I am having some difficulty understanding the /etc/modprobe.conf file.

How do I change the permissions so that I can use the card as an ordinary user?

Thanks for pointing me in the right direction so far.
 
Old 01-20-2006, 01:13 PM   #4
ssfrstlstnm
Member
 
Registered: Dec 2004
Location: IN, USA
Distribution: debian etch
Posts: 402

Rep: Reputation: 30
To load the modules at boot, you should be able to just put them in /etc/modules. What exactly does the permission denied message say? Can you log into mysql as the mythtv user? I think the permissions issue may be with mysql or mythtv and not the card itself.
Code:
mysql -u mythtv -p
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Boot Windows XP & FC4 with FC4 already installed kt8993 Linux - General 8 10-18-2006 04:26 PM
how to get a hp scanner working in linux fc4 newusermike Linux - Newbie 2 09-05-2005 03:20 PM
Tv w/ leadtek pvr2000 w/mythtv SHERB142 Fedora 0 07-02-2005 05:22 PM
MythTV & mySQL mykrob Linux - Software 14 01-28-2005 01:13 PM
Beginner Q : Macromedia & Photoshop on Slackware Linux ? Cryptor69 Linux - Newbie 13 03-27-2004 04:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration