LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   asus tv fm tuner (https://www.linuxquestions.org/questions/linux-software-2/asus-tv-fm-tuner-367514/)

sathia 09-27-2005 10:31 AM

asus tv fm tuner
 
Hi all, need help!
this is the actual situation:

root@bestione:/home/sathia# uname -r
Code:

2.6.13.2
Linux distribution:
Slackware

root@bestione:/home/sathia# lspci -vv
Code:

00:0d.0 Multimedia controller: Philips Semiconductors SAA7133 Video
Broadcast Decoder (rev f0)
      Subsystem: ASUSTeK Computer Inc.: Unknown device 4845
      Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR+ FastB2B-
      Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR-
      Latency: 64 (21000ns min, 8000ns max)
      Interrupt: pin A routed to IRQ 21
      Region 0: Memory at f9c00000 (32-bit, non-prefetchable) [size=2K]
      Capabilities: [40] Power Management version 2
              Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
              Status: D0 PME-Enable- DSel=0 DScale=1 PME-

root@bestione:/home/sathia# lsmod
Code:


Module                  Size  Used by
tuner                  36968  0
saa7134              109140  0
bttv                  157392  0
i2c_algo_bit            9288  1 bttv
btcx_risc              4360  1 bttv
tveeprom              10896  1 bttv
tda9887                12496  0
video_buf              18116  2 saa7134,bttv
v4l2_common            5184  0
i2c_core              18048  6 tuner,saa7134,bttv,i2c_algo_bit,tveeprom,tda9887
ir_common              7300  1 saa7134
nvidia              3709032  12

i think that my card is reachable by modprobe saa7134 card=25

from dmesg:
Code:


saa7133[0]: subsystem: 1043:4845, board: ASUS TV-FM 7133 [card=25,insmod option]

or card=53
Code:


saa7133[0]: subsystem: 1043:4845, board: ASUS TV-FM 7135 [card=53,insmod option]

anyway, i wrote this little script but i had no success:
Code:


#/bin/sh
MAXTUNER=66
i=1
while [ $i -lt $MAXTUNER ];
do
          rmmod  saa7134 tuner
                      modprobe saa7134 card=25 tuner=$i
                      dmesg
                      echo "Actual tuner is:" $i
                      tvtime
                      i=$(($i+1))

done

all i get is a "no signal" from tvtime or tvtime-scanner, i ran this
script with card=25 and card=53, can anybody help me?

thank you very much


All times are GMT -5. The time now is 03:33 AM.