Linux - Kernel This forum is for all discussion relating to the Linux kernel. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-22-2010, 08:41 AM
|
#1
|
LQ Newbie
Registered: Jul 2009
Distribution: debian, ubuntu
Posts: 22
Rep:
|
DVB adapter driver DVB-C DVB-T switching - Linux DVB API V5
I'm developing a DVB adapter driver (kernel module) which supports DVB-C and DVB-T reception. I want to use the Linux DVB API V5 (linuxtv.org).
Is it possible to do a API call which will switch between DVB-C and DVB-T?
Which call is this? FE_SET_PROPERTY? Which property?
Or is this impossible what is best practice for doing this switch?
Hope you can help,
Regards,
Rob
|
|
|
04-27-2010, 03:14 AM
|
#2
|
LQ Newbie
Registered: Jul 2009
Distribution: debian, ubuntu
Posts: 22
Original Poster
Rep:
|
Not possilble via API
Via the linux media mailing list i got this reply.
Thanks Markus
--------- Linux Media Mailing List reply -----------------------------
The current way is to register 2 frontends when doing it with the kernel drivers.
One for DVB-C and another one for DVB-T, Applications currently cannot handle a single frontend node with both features.
Best Regards,
Markus
|
|
|
08-05-2010, 08:42 AM
|
#3
|
LQ Newbie
Registered: Jul 2009
Distribution: debian, ubuntu
Posts: 22
Original Poster
Rep:
|
Solved
A multi frontend approach as described by the mailing list is implemented. It made the driver somewhat complicated because a device that is opened in DVB-C mode can not be used for DVB-T mode, but it is working now.
|
|
|
02-16-2012, 03:50 AM
|
#4
|
LQ Newbie
Registered: Feb 2012
Posts: 1
Rep: 
|
Quote:
Originally Posted by robvoo
A multi frontend approach as described by the mailing list is implemented. It made the driver somewhat complicated because a device that is opened in DVB-C mode can not be used for DVB-T mode, but it is working now.
|
hi are you ready i want contact you in pm
|
|
|
All times are GMT -5. The time now is 03:05 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|