
- Shadow etuner install install#
- Shadow etuner install drivers#
- Shadow etuner install manual#
- Shadow etuner install tv#
You can also run autoscanningĪnother very often problem is missed sound. To do that in Channel management select Disable signal detection. If your reception is bad you may try to remove signal detection. Channels that aren't received still shows "No signal". The with arrow keys increase volume label and choose channel. Select Channel Management/Frequency table/.
Shadow etuner install install#
Just download latest version from, build and install it.Īfter start tvtime will show you "No signal", thus select Input configuration/Television Standart/, for example Secam. You can also use mplayer or xawtv or whatever you like.
Shadow etuner install tv#
In that case you should return to compilation stage and try to fix that problem.įor tv watching I prefer tvtime. Probably other messages are pointing you that you have troubles with drivers. Nov 15 14:39:20 shadow kernel: saa7134/audio: audio carrier scan failed, using 5.500 MHz Nov 15 14:39:18 shadow kernel: saa7134: registered device radio0 Nov 15 14:39:18 shadow kernel: saa7134: registered device vbi0 Nov 15 14:39:18 shadow kernel: saa7134: registered device video0 Nov 15 14:39:18 shadow kernel: tda: chip found 0x86 Nov 15 14:39:18 shadow kernel: tuner: type set to 51 (Philips PAL/SECAM_D (FM 1256 I-H3)) by saa7134

Nov 15 14:39:18 shadow kernel: tuner: chip found at addr 0xc2 i2c-bus saa7134 Nov 15 14:39:18 shadow kernel: saa7134: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Nov 15 14:39:18 shadow kernel: saa7134: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Nov 15 14:39:18 shadow kernel: saa7134: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Nov 15 14:39:18 shadow kernel: saa7134: i2c eeprom 00: 61 14 15 97 ff ff ff ff ff ff ff ff ff ff ff ff Nov 15 14:39:18 shadow kernel: saa7134: registered input device for IR Nov 15 14:39:18 shadow kernel: saa7134: board init: gpio is 0 When you run command dmesg, it should have lines like:
Shadow etuner install drivers#
Then you need to check that drivers are loaded properly. The old oss=1 parameter isn't needed anymore. If you'd like to get sound directly off the card (DMA transfer), load either the saa7134-alsa or the saa7134-oss module separately. For instance, tda9887 users may want to experiment with secam and pal options to correcly pass tvnorm to tuner and port options that may affect reception quality
Shadow etuner install manual#
Some cards and tuners may require manual configuration.

Monitor your dmesg file on the next boot to verify that all cards are configured correctly. In Red Hat type systems, use the /etc/modules.d directory:Įcho "options saa7134 i2c_scan=1" > /etc/modules.d/nfĪnd run modules-update. In Debian-based systems running the 2.6 kernel, add the option information to a file (typically called saa7134) in /etc/modprobe.d, for instance by issuing the following:Įcho "options saa7134 i2c_scan=1" > /etc/modprobe.d/nf If this produces the desired result, add it to your modules configuration setup to make it permanent. Load the module with the following option: If not, recent kernels can use the i2c bus to improve hardware detection. This may be enough for the card to be deteced automatically. You should have the following lines in nf To make remote work properly, please check that you have event interface enabled, it's enabled in most distributions by default.ĭevice Drivers => Input device support => Event interface As a result the modules required like saa7134.ko will be copied to /lib/modules/your_kernel_version/drivers/media/video/. Then you should run make install command from root.

Every trouble is often easily solvable moreover if you are familar with C.

For example, you may miss kernel development headers and need to install kernel-devel package or you Here, you can just receive latest tarball from web. It's actually more stable than kernel version. I would recommend you to use latest kernel like 2.6.16 or build mercurial development tree. Now it's a bit more complicated, but I suspect it should not stop you in theīeginning. In old good days it was very easy - you ought to checkout cvs, make and make install.
