LinuxTV:Help desk: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
(12 intermediate revisions by 5 users not shown)
Line 8: Line 8:
* Please sign with <nowiki>--~~~~</nowiki>.
* Please sign with <nowiki>--~~~~</nowiki>.


[[Category:Help]]


<!-- Questions below this line -->
<!-- Questions below this line -->
----
----

== How can I use ATSC DTV receiver on PowerPC? ==
== How can I use ATSC DTV receiver on PowerPC? ==


Line 23: Line 23:


* What Kernel configuration need on or can I get kernel config file that succeeded on PS3?
* What Kernel configuration need on or can I get kernel config file that succeeded on PS3?
* is Kernel hacking needed?
* Is Kernel hacking needed?
* Can I get firmware file for receiver or device driver?
* Can I get firmware file for receiver or device driver?
If I can get it, please let me know where it is.
If I can get it, please let me know where it is.
* Can I get source code of firmware for bluebird?


At last, I put the ax in the helve by myself.
==Cannot upload images==
I will send cxusb_fix_up mail to mailing-list.
I tried to upload pictures I took of my [[Twinhan VP-1030C]] but it failed with the following error:<br><pre>
Internal error
From LinuxTVWiki
Could not copy file "/tmp/phpASqZa6" to "/var/www/wiki/images/temp/4/46/20050310231202!Twinhan_VP-1030C_Front.jpg".</pre>
----
==Twinhan / Brooktree 1020a with Debian Sid and Kernel 2.6.14==
I tried to install my DVB-S card on Linux: I set up my kernel with the needed modules and restart, but the kernel hangs up<br>
if the card was recognized.<br>
Output of lspci -v (only bt878 relevant devices)<pre>
0000:01:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
Subsystem: Unknown device fefe:0001
Flags: bus master, medium devsel, latency 64, IRQ 5
Memory at cfffe000 (32-bit, prefetchable) [size=4K]
Capabilities: <available only to root>



0000:01:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
== How do the LinuxTV changes migrate into the kernel? ==
Subsystem: Unknown device fefe:0001
It seems the [http://linuxtv.org/repo/ HG tree] will soon support the new kind of [[TerraTec Cinergy 1200 DVB-C]].[http://www.mail-archive.com/linux-dvb@linuxtv.org/msg23007.html] When can I expect this support to be in the kernel? The latest stable kernel is 2.6.20.7 and the latest prepatch is 2.6.21-rc7, so is it reasonable to expect the card to work out of the box with 2.6.22? (I'd like to add this information to [[TerraTec Cinergy 1200 DVB-C|the page]]) --[[User:Lakefall|Lakefall]] 17:19, 18 April 2007 (CEST)
Flags: bus master, medium devsel, latency 64, IRQ 5

Memory at cffff000 (32-bit, prefetchable) [size=4K]
:Yep, provided nothing comes up, then 2.6.22 would be the target. In the meantime, users can grab the Hg sources.
Capabilities: <available only to root>
:
</pre>
:When a new stable patch level kernel is released (i.e 2.6.20 ... and not the dot releases i.e 2.6.20.1 etc), there is a two week inclusion window for new drivers and features etc to make it into the next stable patch level kernel (i.e 2.6.21). After that window closes, the only other things that make it into the following stable dot release kernels (i.e. 2.6.20.1 --> 2.6.20.7 ...) and that next stable patch level kernel (i.e 2.6.21) are bug fixes. Only in extraordinary circumstances would something "new" be introduced outside that inclusion window -- it would need to be deemed essential.
Which settings I need for this card? (maybe any service is the actuator for the kernel hangup)
:Anyway, a typical cycle would be i) patch submission to a developer tree ii) after testing, pulled to Hg main line iii) in next inclusion window, added to stable kernel....things can be pulled earlier from Hg, but they will only be added to the non-stable kernels

== Firmware for DVB-T unfetchable? ==
It seems that the firmware for the DVB-T card:
http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1110

is no longer available. The script:
http://parker1.co.uk/myth/get_dvb_firmware

cannot fetch the zip archive:
tt_budget_217g.zip
from the TechnoTrend website, which should contain the file:
dvb-fe-tda10046.fw
Could someone provide a new link pointing to this file and put this link in the page:
[http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1110]
Thanks!

--chepotenza

== Playing Mpeg4-streams as used in Norway ==
I've managed to tune in to the new DVB-T network here in Norway, but have troubles decoding the content. See [[user:ZorroIII|here]] for details. Anyone got any clues? [[User:ZorroIII|ZorroIII]] 12:51, 30 September 2007 (CEST)


:Hi Zorrolll, you should post the question to the mailing list. This section is a relic and will be closed down in the future -- the mailing list is much more suited for user support then the wiki (and has a much broader audience). Please also point towards your patch and channels.conf too, as other users may find them useful.--[[User:CityK|CityK]] 23:02, 30 September 2007 (CEST)

[[Category:Help]]

Revision as of 21:02, 30 September 2007

Welcome

new and old LinuxTV wikians. You have questions how to help with LinuxTV Wiki? Question about the articles or there meaning? Then this is the right place to ask. Ask your question, others will answer.

Please follow the following guidelines

  • Put new questions at the end.
  • Please give every question a headline (==Title of the question==).
  • If the question refers to a certain article a [[link]] there would be helpful.
  • Please sign with --~~~~.



How can I use ATSC DTV receiver on PowerPC?

I test below enviroment on PS3

* OS : Yellow Dog Linux 5.0
* receiver : DIVICO FusionHDTV gold usb
 - This receiver doing well on X86 linux(fedora 5 core)    

Question :

* What Kernel configuration need on or can I get kernel config file that succeeded on PS3?
* Is Kernel hacking needed?
* Can I get firmware file for receiver or device driver?
  If I can get it, please let me know where it is.
* Can I get source code of firmware for bluebird?

At last, I put the ax in the helve by myself. I will send cxusb_fix_up mail to mailing-list.


How do the LinuxTV changes migrate into the kernel?

It seems the HG tree will soon support the new kind of TerraTec Cinergy 1200 DVB-C.[1] When can I expect this support to be in the kernel? The latest stable kernel is 2.6.20.7 and the latest prepatch is 2.6.21-rc7, so is it reasonable to expect the card to work out of the box with 2.6.22? (I'd like to add this information to the page) --Lakefall 17:19, 18 April 2007 (CEST)

Yep, provided nothing comes up, then 2.6.22 would be the target. In the meantime, users can grab the Hg sources.
When a new stable patch level kernel is released (i.e 2.6.20 ... and not the dot releases i.e 2.6.20.1 etc), there is a two week inclusion window for new drivers and features etc to make it into the next stable patch level kernel (i.e 2.6.21). After that window closes, the only other things that make it into the following stable dot release kernels (i.e. 2.6.20.1 --> 2.6.20.7 ...) and that next stable patch level kernel (i.e 2.6.21) are bug fixes. Only in extraordinary circumstances would something "new" be introduced outside that inclusion window -- it would need to be deemed essential.
Anyway, a typical cycle would be i) patch submission to a developer tree ii) after testing, pulled to Hg main line iii) in next inclusion window, added to stable kernel....things can be pulled earlier from Hg, but they will only be added to the non-stable kernels

Firmware for DVB-T unfetchable?

It seems that the firmware for the DVB-T card: http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1110

is no longer available. The script: http://parker1.co.uk/myth/get_dvb_firmware

cannot fetch the zip archive: tt_budget_217g.zip from the TechnoTrend website, which should contain the file: dvb-fe-tda10046.fw Could someone provide a new link pointing to this file and put this link in the page: [2] Thanks!

--chepotenza

Playing Mpeg4-streams as used in Norway

I've managed to tune in to the new DVB-T network here in Norway, but have troubles decoding the content. See here for details. Anyone got any clues? ZorroIII 12:51, 30 September 2007 (CEST)


Hi Zorrolll, you should post the question to the mailing list. This section is a relic and will be closed down in the future -- the mailing list is much more suited for user support then the wiki (and has a much broader audience). Please also point towards your patch and channels.conf too, as other users may find them useful.--CityK 23:02, 30 September 2007 (CEST)