Posts

Showing posts with the label tuner

Receiving FM radio without an antenna

I've started experimenting with my TV & radio tuners. One of them gets perfect reception on 15 of the 17 nearby FM radio stations in the area. It gives acceptable quality on the remaining two talk radios. It's an Asus 3in1, supporting hybrid PAL/DVB-T/DVB-S/FM. My UHF TV aerial is just a bare wire of proper length at the end of an extension cable. FM reception gets a bit weaker on some channels after disconnecting it. I've tried to disconnect every cable except the display, power and keyboard to no effect. A proposed explanation is coupling through the power lines and/or improper grounding. Three of the broadcasts are high power regional transmitters with nearby origin. The rest are local ones with reduced power that also transmit from the surrounding hills. I made a script that uses fmtools to scan and tune in channels. It also coordinates digital audio capture and playback from the card's ADC. I've also experimented with gnomeradio. Unfortunately, I ha...

PCI DVB tuner fix for timeout waiting for DSP ready

I had a similar problem as described below on Ubuntu 12.04 and found that inserting saa7134-dvb into /etc/modules.conf did the trick for me too. It's interesting though that it has been working fine before. I did recall seeing this issue once or twice, but this time it did not seem to have been resolved by multiple cold booting by itself. http://linuxtv.org/pipermail/linux-dvb/2008-June/026775.html [ 43.162971] tda1004x: timeout waiting for DSP ready [ 43.202914] tda1004x: found firmware revision 0 -- invalid [ 43.202918] tda1004x: waiting for firmware upload... [ 48.675012] tda1004x: Error during firmware upload

Shift key often gets stuck on Ubuntu 10.04

The problem is triggered by me rapidly changing capitalization via shift while typing. I use the two shift keys symmetrically, but it always seems to involve the left shift. It lasts from about 10 to 30 seconds on average, but today it ceased to resolve by itself. So I started to research the issue (IN CAPS), and thankfully found something that seemed to work: CTRL+FN-F1 to switch to a console, then back to Xorg with CTRL+FN-F7, and pressing the left shift right away. Maybe it is indeed related to TVTime usage, I need to concentrate more on the issue. It is said to be caused by automatic periodical screen saver inhibition via stuffing control and shift keypresses using XTest. Ubuntu Bug #588473: shift key get stuck randomly