Comment 3 for bug 240072

Revision history for this message
Christoph Loesch (mmil) wrote :

hi,
while googling for gstreamer-error "Error tuning channel: Invalid argument", i found this bug here and seems that im affected too:

$ uname -a
Linux panda 3.5.0-222-omap4 #33-Ubuntu SMP PREEMPT Thu Mar 28 16:37:09 UTC 2013 armv7l armv7l armv7l GNU/Linux
$ lsusb | grep Pinnacle
Bus 001 Device 004: ID 2013:0251 Unknown (Pinnacle?)
(pctv 520e usb dvb-c adapter)
$ lsmod | grep em28xx
em28xx_rc 6610 0
rc_core 17449 3 rc_pinnacle_pctv_hd,em28xx_rc
em28xx_dvb 14539 0
dvb_core 97644 1 em28xx_dvb
em28xx 88075 2 em28xx_rc,em28xx_dvb
videobuf_vmalloc 6087 1 em28xx
videobuf_core 22058 2 em28xx,videobuf_vmalloc
tveeprom 11155 1 em28xx
$ ls /dev/video*
/dev/video0
$ ls /dev/dvb/*
demux0 dvr0 frontend0 net0

$ dvbstream -c 0 -quam 256 -f 330000000 -s 6900000 -o
dvbstream v0.7 - (C) Dave Chapman 2001-2004
Released under the GPL.
Latest version available from http://www.linuxstb.org/
Tuning to 330000000 Hz
Using DVB card "DRXK DVB-C DVB-T", freq=330000000
tuning DVB-C to 330000000, srate=-1689934592
ERROR tuning channel
: Invalid argument
dvbstream will stop after -1 seconds (71582788 minutes)
Output to stdout
Streaming 2 streams

(watching tv works fine in other players like mplayer,kaffeine,vlc)
hth