LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-02-2012, 04:30 AM   #1
aliaskeefh
LQ Newbie
 
Registered: Jul 2012
Posts: 7

Rep: Reputation: Disabled
Integrated technology dvb-t tuner dongle doesn't work on PP 3.2 new build?


hi this is my first post. i have just built my precise pangolin 12.04 LTS and wanted to use MythTv to watch digital tv however there was no plug & pray and despite running lsusb which shows it is there it is not found

it9015 & 7 firmware is present, v4l media library applied but i still cannot get it to find it

any help gratefully recieved, but please remember i am a newbie to this

ps i know it is not the dvb-t tuner dongle as that works perfectly on windows

many many thanks in advance for your help
keef
 
Old 07-02-2012, 06:51 PM   #2
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi and welcome,
By what isn't your device found, only MythTv? The most important part is if a /dev/dvb/ device exists.
Seeing you mention lsusb, posting the relevant output would help a lot. Check the dmesg output for any possible errors.

Serafean.
 
Old 07-02-2012, 07:41 PM   #3
aliaskeefh
LQ Newbie
 
Registered: Jul 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
hi thanks for welcome and response

it is not recognised by anything, have tried metv and a few others. not sure how to check /dev/dvb stupid question but what command do i need

thx again
keef
 
Old 07-03-2012, 04:17 AM   #4
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi,

the command neede to check the existence is "ls" just run
Code:
ls /dev/dvb/*
in a console. But since your device isn't found by anything, I'd guess that it doesn't exist.
Could you post the relevant lsusb output? Google hasn't found anything dvb-related using it9015 as a keyword. Would you mind posting a link to your product?
To explain what I'm trying to do here : I'm trying to get enough information about your device to assert whether it is supported under linux or not. The best case scenario is that there will be a perfect match on this page. If not, an usbid match is usually enough. From that page you can also get information about the kernel version your device became supported in.

Serafean
 
Old 07-03-2012, 05:17 AM   #5
aliaskeefh
LQ Newbie
 
Registered: Jul 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hi I have 2 DVB-T tuners and neither work on Linux PP but both work on windows I must be doing something wrong

Here are the details you request from the one I would most like to work
root@craig-desktop:/home/craig# sudo -s
root@craig-desktop:/home/craig# ls /dev/dvb/*
ls: cannot access /dev/dvb/*: No such file or directory
root@craig-desktop:/home/craig# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 05e3:0660 Genesys Logic, Inc. USB 2.0 Hub
Bus 002 Device 003: ID 048d:9135 Integrated Technology Express, Inc. Zolid Mini DVB-T Stick
root@craig-desktop:/home/craig#
it is a mini DVB-T dongle and is pictured on one of the help sites saying it needs firmware it9017

the 2nd is a Yuan HP EC300 express card
root@craig-desktop:/home/craig# ls /dev/dvb/*
/dev/dvb/adapter0:
demux0 dvr0 frontend0 net0

/dev/dvb/adapter1:
demux0 dvr0 frontend0 net0
root@craig-desktop:/home/craig# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 05e3:0660 Genesys Logic, Inc. USB 2.0 Hub
Bus 002 Device 004: ID 10b8:0bc7 DiBcom DiBcom USB2.0 DVB-T reference design (MOD3000P) (warm)

this doesn't seem to work either

alas i'm very new to linux so all help gratefully recieved

thx keef
 
Old 07-03-2012, 08:12 AM   #6
aliaskeefh
LQ Newbie
 
Registered: Jul 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
your link list noted above shows it as Markings Mini DVB T

the pic certainly matches, maybe i don't have the correct it9137.fw firmware, where can i get it from?

thx keef
 
Old 07-03-2012, 08:57 AM   #7
aliaskeefh
LQ Newbie
 
Registered: Jul 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
Update

I've given up with the ITE DVB-T tuner and since it seems to recognise the YUAN EC300 DVB-T tuner card i ran w-scan
which resulted in going thru all the channels and ending with this

802000: (time: 15:00)
810000: (time: 15:18)
818000: (time: 15:35)
826000: (time: 15:53)
834000: (time: 16:11)
842000: (time: 16:29)
850000: (time: 16:47)
858000: (time: 17:05)

ERROR: Sorry - i couldn't get any working frequency/transponder
Nothing to scan!!


HELP: please - what am i doing wrong

keef
 
Old 07-03-2012, 09:49 AM   #8
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi,

First off : make sure which version of the tuner you have; the page specifies that version 2 of the Zolid tuner is only supported since version 3.4; an update might be needed. If you're not sure about the firmware, and in the case you decide for an update, here is a quick guide for it.

For your second tuner : you mentioned you had windows; does it manage to scan something there? Try connecting it to a better antenna.
FYI : specifying which country you are in will shorten the scan period. (w_scan -c <country_code>).

Serafean
 
Old 07-03-2012, 12:19 PM   #9
aliaskeefh
LQ Newbie
 
Registered: Jul 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
hi many thx

TUNER1
on the Zolid tuner i guess it could be version 2, linux doesn't tell me but i have been back to original packaging which alas also doesn't tell me
i did follow the instructions you mention earlier but the it9137.fw firmware instructions don't work

./get_dvb_firmware it9137
says not recognised so is there anywhere else i can get the firmware from?
can i upgrade to 3.4 with ubuntu i wonder?

TUNER2
swapped aerial and added a booster
tried using w_scan -c GB but it still ends with

834000: (time: 48:34)
834167: (time: 48:52)
833833: (time: 49:16)
842000: (time: 49:45)
842167: (time: 50:23)
841833: (time: 50:42)
850000: (time: 51:06)
850167: (time: 51:25)
849833: (time: 51:43)
858000: (time: 52:01)
858167: (time: 52:19)
857833: (time: 52:37)

ERROR: Sorry - i couldn't get any working frequency/transponder
Nothing to scan!!


???? why i wonder, this tuner works perfectly on windows on the same laptop,
yours puzzled

thx keef

PS it does scan channels and works in windows

Last edited by aliaskeefh; 07-03-2012 at 02:00 PM.
 
Old 07-04-2012, 09:58 AM   #10
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi,
Quote:
can i upgrade to 3.4 with ubuntu i wonder?
yes : http://kernel.ubuntu.com/~kernel-ppa/mainline/

Quote:
./get_dvb_firmware it9137
says not recognised so is there anywhere else i can get the firmware from
yes : http://www.ite.com.tw/uploads/firmwa...usb-it9135.zip
The get_dvb_firmware script is only packaged since kernel 3.3, sorry, I missed that part.

the tuner2 not being able to find anything is really weird. Try looking through logs and the module debug info (if you're up to it) to figure out if there is a problem in the driver.

Serafean
 
Old 07-07-2012, 11:18 AM   #11
aliaskeefh
LQ Newbie
 
Registered: Jul 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
thx will try those all and let you know how i get on
keef
 
  


Reply



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
IrDA dongle KingSun KS-959, FC-14, doesn't seem to work kaza Linux - Hardware 0 10-28-2011 03:18 PM
Installed Nvidia 5200, now TV Tuner doesn't work anymore xmrkite Linux - Hardware 1 02-20-2007 06:43 PM
Realtek alc658 integrated soundcard doesn't work californiagirl Linux - Hardware 2 10-01-2006 10:01 PM
belkin bluetooth dongle doesn't work Sammael Linux - Hardware 4 09-29-2006 11:51 AM
Audio capture card tuner - snd_bt87x doesn't work with Debian vharishankar Debian 0 04-08-2006 03:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:57 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