Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] dvb-kernel AirStar (SkyStar2) question



Hello,
I am trying to make an AirStar DVB-T PCI (REV: 1.0) card  working.
This card has the MT352 chip in the frontend.

Yesterday I got the CVS snapshot of dvb-kernel and built the build-2.4 
directory. Then I tried to do:

# insmod ./dvb-core.o
# insmod ./mt352.o
# insmod ./skystar2.o

and after this, dmesg reports the follow:

# dmesg
PCI: Guessed IRQ 11 for device 00:0c.0
PCI: Sharing IRQ 11 with 00:0f.0
skystar2.c: FlexCopIIB(rev.195) chip found
skystar2.c: the chip has 38 hardware filters
DVB: registering new adapter (Technisat SkyStar2 driver).
mt352_read_register: readreg error (ret == -121)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

As you can see in the last line there is an error.
Looks like there is some problem with i2c.

Am I missing something? Any suggestion?

Thnx very much.
Antonio

Here some info about my system:
=============================

# lspci
00:00.0 Host bridge: Cyrix Corporation PCI Master
00:0c.0 Network controller: Techsan Electronics Co Ltd B2C2 Sky2PC PCI 
[SkyStar2] (rev 02)
00:0d.0 Network controller: Globespan Semiconductor Inc.: Unknown device d002 
(rev 01)
00:0f.0 Multimedia controller: Sigma Designs, Inc.: Unknown device 8471 (rev 
03)
00:10.0 Ethernet controller: National Semiconductor Corporation DP83815 
(MacPhyter) Ethernet Controller
00:12.0 ISA bridge: National Semiconductor Corporation SCx200 Bridge
00:12.1 Bridge: National Semiconductor Corporation SCx200 SMI
00:12.2 IDE interface: National Semiconductor Corporation SCx200 IDE (rev 01)
00:12.3 Multimedia audio controller: National Semiconductor Corporation SCx200 
Audio
00:12.4 VGA compatible controller: National Semiconductor Corporation SCx200 
Video (rev 01)
00:12.5 Bridge: National Semiconductor Corporation SCx200 XBus
00:13.0 USB Controller: Compaq Computer Corporation ZFMicro Chipset USB (rev 
08)

# lsmod
Module                  Size  Used by    Tainted: P
skystar2               20200   0  (unused)
mt352                   3892   0  (unused)
dvb-core               70324   0  [skystar2 mt352]
udf                    91168   0  (unused)
supermount             78496   0  (unused)
v4l_compat              8660   0  (unused)
videodevX              19496   0  [v4l_compat]
i2c-nscacb             10124   0  (unused)
binfmt_aout             5084   0
bridge                 22540   0  (unused)
crc32                   3648   0  (unused)
loop                   11036   0  (unused)
rtc                     7900   0  (unused)
isofs                  27924   0  (unused)
zlib_deflate           20952   0  (unused)
zlib_inflate           21380   0  [isofs]
mousedev                5140   0  (unused)
keybdev                 2656   0  (unused)
evdev                   5408   0  (unused)
i2o_proc               45756   0  (unused)
i2o_config              8776   0  (unused)
i2o_core               39984   0  [i2o_proc i2o_config]
scx200_i2c              2372   0  (unused)
scx200_gpio             2920   0  (unused)
scx200                  2532   0  [scx200_i2c scx200_gpio]
i2c-algo-pcf            6076   0  (unused)
i2c-proc                8848   0  (unused)
i2c-dev                 5572   0  (unused)
i2c-algo-bit            8168   1  [scx200_i2c]
i2c-core               18308   0  [i2c-nscacb i2c-algo-pcf i2c-proc i2c-dev 
i2c-algo-bit]
stb                     6036   0
realmagichwl_kernelland_snd   14568   0  (unused)
realmagichwl_kernelland  959356   0  [realmagichwl_kernelland_snd]
cx5530                 19560   0  (unused)
soundcore               6148   4  [realmagichwl_kernelland_snd cx5530]
natsemi                18400   1
gp                    287322   1


# ls -la /dev/dvb/adapter0/
drwxr-xr-x    1 root     0               0 Jan  1  1970 .
drwxr-xr-x    1 root     0               0 Jan  1  1970 ..
crw-------    1 root     0        250,   4 Jan  1  1970 demux0
crw-------    1 root     0        250,   5 Jan  1  1970 dvr0
crw-------    1 root     0        250,   7 Jan  1  1970 net0



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index