Hi Sioux,
Am Mittwoch, den 12.12.2007, 22:16 +0100 schrieb sioux:
> Hi Hermann,
>
> I have been a little busy... but I did the test as you said.
>
> Before to procede with the test and install the patch I have cleared
> my sys as follow:
>
> 1. Cleared all previous files under /src/usr/v4l-dvb following:
> sudo make clean
> sudo make distclean
>
> 2. Cleared aliases with sudo gedit /etc/modprobe.d/aliases to the
> origin as:
> alias char-major-81 * videodev
> alias char-major-81-* saa7134
>
> 3. Cleared the modprobe option with sudo gedit /etc/modprobe.d/options
> to the origin as:
> # Enable double-buffering so gstreamer et. al. work
> options quickcam compatible=2
>
> # Default hostap to managed mode
> options hostap_pci iw_mode=2
> options hostap_cs iw_mode=2
>
> 4. Cleared the previous saa7134 script under /etc/modprobe.d with sudo
> rm saa*
>
> 5. Cleared all the dir V4l-dvb and v4l-app under /usr/src
>
> 6. Rebooted the sys...
>
> and this is the virgin dmesg of my Twinhan:
>
> [EMAIL PROTECTED]:~$ dmesg | grep saa
> [ 37.551793] saa7130/34: v4l2 driver version 0.2.14 loaded
> [ 37.553908] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 18,
> latency: 32, mmio: 0xed000000
> [ 37.553917] saa7133[0]: subsystem: 1822:0022, board:
> UNKNOWN/GENERIC [card=0,autodetected]
> [ 37.553934] saa7133[0]: board init: gpio is 40000
> [ 37.751425] saa7133[0]: i2c eeprom 00: 22 18 22 00 54 20 1c 00 43
> 43 a9 1c 55 d2 b2 92
> [ 37.751443] saa7133[0]: i2c eeprom 10: 00 01 fb 00 ff 20 ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751458] saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08
> ff 00 10 ff ff ff ff
> [ 37.751472] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751486] saa7133[0]: i2c eeprom 40: ff 21 00 c2 84 10 03 32 15
> 50 ff ff ff ff ff ff
> [ 37.751501] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751515] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751530] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751544] saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751558] saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751573] saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751587] saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751602] saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751616] saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751630] saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.751645] saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 37.753643] saa7133[0]: registered device video0 [v4l2]
> [ 37.753880] saa7133[0]: registered device vbi0
> [ 38.044982] saa7134 ALSA driver for DMA sound loaded
> [ 38.045031] saa7133[0]/alsa: saa7133[0] at 0xed000000 irq 18
> registered as card -2
> [EMAIL PROTECTED]:~$
>
> Fine,
> soon after I tested the Hermann-Sioux collaboration patch as follow:
>
> 1. Reinstalled virgin v4l-dvb and dvb-app with HG clone
> 2. copied the patch in /usr/src/v4l-dvb and renamed it as sioux.patch
> 3. launched the command: sudo patch --dry-run -p1 < sioux.patch (see
> below the rsults)
>
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$ sudo patch --dry-run -p1 <
> sioux.patch
> patching file linux/drivers/media/video/saa7134/saa7134-cards.c
> Hunk #1 succeeded at 3601 (offset 1 line).
> Hunk #2 succeeded at 4400 (offset 1 line).
> Hunk #3 succeeded at 4820 (offset 2 lines).
> patching file linux/drivers/media/video/saa7134/saa7134-dvb.c
> Hunk #1 succeeded at 779 (offset 1 line).
> Hunk #2 succeeded at 1059 (offset 1 line).
> patching file linux/drivers/media/video/saa7134/saa7134.h
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$
>
> Ok, I diden't see errors... than I made this command: sudo patch -p1 <
> sioux.patch (see below the rsults)
>
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$ sudo patch -p1 < sioux.patch
> patching file linux/drivers/media/video/saa7134/saa7134-cards.c
> Hunk #1 succeeded at 3601 (offset 1 line).
> Hunk #2 succeeded at 4400 (offset 1 line).
> Hunk #3 succeeded at 4820 (offset 2 lines).
> patching file linux/drivers/media/video/saa7134/saa7134-dvb.c
> Hunk #1 succeeded at 779 (offset 1 line).
> Hunk #2 succeeded at 1059 (offset 1 line).
> patching file linux/drivers/media/video/saa7134/saa7134.h
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$
>
>
> I made some check in saa7134.h, saa7134-cards.c, saa7134-dvb.c with
> gedit and searching for 3056... and this is what I sow:
>
> saa7134.h
> starting row 250
> #define SAA7134_BOARD_TWINHAN_DTV_DVB_3056 118
>
> _____________
>
> saa7134-cards.c
> starting row 3604
>
> [SAA7134_BOARD_TWINHAN_DTV_DVB_3056] = {
> .name = "Twinhan Hybrid DTV-DVB 3056 PCI",
> .audio_clock = 0x00187de7,
> .tuner_type = TUNER_PHILIPS_TDA8290,
> .radio_type = UNSET,
> .tuner_addr = ADDR_UNSET,
> .radio_addr = ADDR_UNSET,
> .tuner_config = 2,
> .mpeg = SAA7134_MPEG_DVB,
> .gpiomask = 0x0200000,
> .inputs = {{
> .name = name_tv,
> .vmux = 1,
> .amux = TV,
> .tv = 1,
> }, {
> .name = name_comp1,
> .vmux = 3,
> .amux = LINE1,
> }, {
> .name = name_svideo,
> .vmux = 8,
> .amux = LINE1,
> } },
> .radio = {
> .name = name_radio,
> .amux = TV,
> .gpio = 0x0200000,
> },
> },
>
>
> starting row 4404
>
> }, {
> .vendor = PCI_VENDOR_ID_PHILIPS,
> .device = PCI_DEVICE_ID_PHILIPS_SAA7133,
> .subvendor = 0x1822, /*Twinhan Technology Co. Ltd*/
> .subdevice = 0x0022,
> .driver_data = SAA7134_BOARD_TWINHAN_DTV_DVB_3056,
>
> starting row 4823
>
> case SAA7134_BOARD_TWINHAN_DTV_DVB_3056:
> /* this is a hybrid board, initialize to analog mode
> * and configure firmware eeprom address
> */
> {
> u8 data[] = { 0x3c, 0x33, 0x60};
> struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len =
> sizeof(data)};
> i2c_transfer(&dev->i2c_adap, &msg, 1);
> }
>
> _________________
>
> saa7134-dvb.c
> starting row 782
>
> static struct tda1004x_config twinhan_dtv_dvb_3056_config = {
> .demod_address = 0x08,
> .invert = 1,
> .invert_oclk = 0,
> .xtal_freq = TDA10046_XTAL_16M,
> .agc_config = TDA10046_AGC_TDA827X,
> .gpio_config = TDA10046_GP01_I,
> .if_freq = TDA10046_FREQ_045,
> .i2c_gate = 0x42,
> .tuner_address = 0x61,
> .tuner_config = 2,
> .antenna_switch = 1,
> .request_firmware = philips_tda1004x_request_firmware
> };
>
>
> starting row 1062
>
> case SAA7134_BOARD_TWINHAN_DTV_DVB_3056:
> configure_tda827x_fe(dev, &twinhan_dtv_dvb_3056_config);
> default:
> wprintk("Huh? unknown DVB card?\n");
> break;
> }
>
>
> ________________
>
>
> Well the patch appear to be installed ok!
>
> Than I made: sudo make but some errors cames up... see below:
>
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$ sudo make
> .....
> /usr/src/v4l-dvb/v4l/saa7134-core.c: In function 'saa7134_resume':
> /usr/src/v4l-dvb/v4l/saa7134-core.c:1352: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/saa7134-core.c:1366: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/saa7134-video.c: In function
> 'saa7134_s_fmt_overlay':
> /usr/src/v4l-dvb/v4l/saa7134-video.c:1674: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/saa7134-video.c:1677: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/zoran_driver.c: In function
> 'zoran_close_end_session':
> /usr/src/v4l-dvb/v4l/zoran_driver.c:1246: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/zoran_driver.c:1251: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/zoran_driver.c: In function 'zoran_do_ioctl':
> /usr/src/v4l-dvb/v4l/zoran_driver.c:3519: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/zoran_driver.c:3521: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/zoran_driver.c: In function 'zoran_vm_close':
> /usr/src/v4l-dvb/v4l/zoran_driver.c:4459: warning: comparison of
> distinct pointer types lacks a cast
> /usr/src/v4l-dvb/v4l/zoran_driver.c:4465: warning: comparison of
> distinct pointer types lacks a cast
> ......
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$
>
> I don't know what it does means, In any case I tried to og on as
> follow:
>
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$ sudo make rmmod
> make -C /usr/src/v4l-dvb/v4l rmmod
> make[1]: Entering directory `/usr/src/v4l-dvb/v4l'
> scripts/rmmod.pl unload
> found 222 modules
> /sbin/rmmod saa7134_alsa
> /sbin/rmmod saa7134
> /sbin/rmmod videodev
> /sbin/rmmod videobuf_dma_sg
> /sbin/rmmod ir_kbd_i2c
> /sbin/rmmod compat_ioctl32
> /sbin/rmmod v4l1_compat
> /sbin/rmmod v4l2_common
> /sbin/rmmod videobuf_core
> /sbin/rmmod tveeprom
> /sbin/rmmod ir_common
> make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$
>
> Than I sent same comand again (as your info):
>
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$ sudo make rmmod
> make -C /usr/src/v4l-dvb/v4l rmmod
> make[1]: Entering directory `/usr/src/v4l-dvb/v4l'
> scripts/rmmod.pl unload
> found 222 modules
> make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$
>
> Than I sent:
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$ sudo make install
>
> and no error cames up.
>
> Than I sent
>
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$ sudo modprobe -v saa7134
> insmod /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/tveeprom.ko
> insmod /lib/modules/2.6.22-14-rt/kernel/drivers/media/common/ir-common.ko
> insmod /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/ir-kbd-i2c.ko
> insmod /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/videobuf-core.ko
> insmod
> /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/videobuf-dma-sg.ko
> insmod /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/v4l2-common.ko
> insmod /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/compat_ioctl32.ko
> insmod /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/v4l1-compat.ko
> insmod /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/videodev.ko
> install /sbin/modprobe --ignore-install saa7134 && { /sbin/modprobe
> -Qb saa7134-alsa ; : ; }
> insmod
> /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/saa7134/saa7134.ko
> insmod
> /lib/modules/2.6.22-14-rt/kernel/drivers/media/video/saa7134/saa7134-alsa.ko
> index=-2
> [EMAIL PROTECTED]:/usr/src/v4l-dvb$
>
> To me appeared all ok and than I rebooted the sys.
>
> After the reboot here is the new dmesg:
>
> [EMAIL PROTECTED]:~$ dmesg | grep saa
> [ 34.751584] saa7130/34: v4l2 driver version 0.2.14 loaded
> [ 34.753693] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 17,
> latency: 32, mmio: 0xed000000
> [ 34.753702] saa7133[0]: subsystem: 1822:0022, board: Twinhan Hybrid
> DTV-DVB 3056 PCI [card=118,autodetected]
> [ 34.753722] saa7133[0]: board init: gpio is 40000
> [ 34.952513] saa7133[0]: i2c eeprom 00: 22 18 22 00 54 20 1c 00 43
> 43 a9 1c 55 d2 b2 92
> [ 34.952531] saa7133[0]: i2c eeprom 10: 00 01 fb 00 ff 20 ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952546] saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08
> ff 00 10 ff ff ff ff
> [ 34.952561] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952576] saa7133[0]: i2c eeprom 40: ff 21 00 c2 84 10 03 32 15
> 50 ff ff ff ff ff ff
> [ 34.952590] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952605] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952620] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952635] saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952650] saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952664] saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952679] saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952694] saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952708] saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952723] saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 34.952738] saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 35.219758] tuner' 0-0042: chip found @ 0x84 (saa7133[0])
> [ 36.312517] saa7133[0]: registered device video0 [v4l2]
> [ 36.312761] saa7133[0]: registered device vbi0
> [ 36.313050] saa7133[0]: registered device radio0
> [ 36.478770] saa7134 ALSA driver for DMA sound loaded
> [ 36.478817] saa7133[0]/alsa: saa7133[0] at 0xed000000 irq 17
> registered as card -2
> [ 36.522709] saa7133[0]/dvb: Huh? unknown DVB card?
> [ 36.522719] DVB: registering new adapter (saa7133[0])
> [EMAIL PROTECTED]:~$
>
> To me seems to see an error in saa7133[0]/dvb: Huh? unknown DVB card?
>
> So I checked if the dvb module was been loaded:
>
> [EMAIL PROTECTED]:~$ lsmod | grep saa
> saa7134_dvb 16908 0
> saa7134_alsa 15776 0
> videobuf_dvb 7812 1 saa7134_dvb
> tda1004x 17028 2 saa7134_dvb
> snd_pcm 81284 3 saa7134_alsa,snd_cmipci,snd_pcm_oss
> saa7134 134096 2 saa7134_dvb,saa7134_alsa
> videodev 29568 1 saa7134
> compat_ioctl32 2304 1 saa7134
> snd 57092 16
> saa7134_alsa,snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
> v4l2_common 19200 3 tuner,saa7134,videodev
> videobuf_dma_sg 14852 4
> saa7134_dvb,saa7134_alsa,videobuf_dvb,saa7134
> videobuf_core 18692 3 videobuf_dvb,saa7134,videobuf_dma_sg
> ir_kbd_i2c 11152 1 saa7134
> ir_common 36100 2 saa7134,ir_kbd_i2c
> tveeprom 16912 1 saa7134
> i2c_core 26880 17
> saa7134_dvb,tda1004x,tuner,tea5767,tda8290,tda18271,tda827x,tuner_xc2028,tda9887,tuner_simple,mt20xx,tea5761,saa7134,nvidia,v4l2_common,ir_kbd_i2c,tveeprom
> [EMAIL PROTECTED]:~$
>
> DVB module is loaded!
>
> Mah! I don't know I go on with testing analog TV:
>
> in one terminal I ran the command: sox -r 32000 -w -t alsa hw:1,0 -t
> alsa hw:0,0 for the audio output
> in another terminal kdetv:
>
> [EMAIL PROTECTED]:~$ kdetv
> DCOPClient::attachInternal. Attach failed Could not open network
> socket
> kbuildsycoca running...
> Creating vbi proxy client, rev.
> $Id: proxy-client.c,v 1.12 2006/05/31 03:54:28 mschimek Exp $
> proxy_msg: connect: error 2, Nessun file o directory
> kdetv: WARNING: VBIDecoder: vbi_capture_proxy_new error: Connessione
> via socket fallita, server non attivo.
> Try to open V4L2 0.20 VBI device, libzvbi interface rev.
> $Id: io-v4l2.c,v 1.33 2006/05/22 09:00:47 mschimek Exp $
> Opened /dev/vbi0
> libzvbi:capture_v4l2k_new: Try to open V4L2 2.6 VBI device, libzvbi
> interface rev.
> $Id: io-v4l2k.c,v 1.42 2006/09/24 03:10:04 mschimek Exp $.
> libzvbi:capture_v4l2k_new: Opened /dev/vbi0.
> libzvbi:capture_v4l2k_new: /dev/vbi0 (Twinhan Hybrid DTV-DVB 3056 PCI)
> is a v4l2 vbi device,
> driver saa7134, version 0x0000020e.
> libzvbi:capture_v4l2k_new: Using streaming interface.
> libzvbi:v4l2_get_videostd: Current scanning system is 625.
> libzvbi:v4l2_update_services: Querying current vbi parameters...
> libzvbi:v4l2_update_services: ...success.
> libzvbi:print_vfmt: VBI capture parameters supported: format 59455247
> [GREY], 27000000 Hz, 2048 bpl, offs 256, F1 7...22, F2 319...334,
> flags 00000000.
> libzvbi:print_vfmt: VBI capture parameters granted: format 59455247
> [GREY], 27000000 Hz, 2048 bpl, offs 256, F1 7...22, F2 319...334,
> flags 00000000.
> libzvbi:print_vfmt: Fixes applied: format 59455247 [GREY], 27000000
> Hz, 2048 bpl, offs 256, F1 7...22, F2 320...335, flags 00000000.
> libzvbi:vbi3_raw_decoder_add_services: No services to add.
> libzvbi:v4l2_update_services: Nyquist check passed.
> libzvbi:v4l2_update_services: Request decoding of services 0x60000c7f,
> strict level -1.
> libzvbi:_vbi_sampling_par_permit_service: Service 0x00000020 (Closed
> Caption 525, field 1) requires videostd_set 0x2, have 0x0.
> libzvbi:_vbi_sampling_par_permit_service: Service 0x00000040 (Closed
> Caption 525, field 2) requires videostd_set 0x2, have 0x0.
> libzvbi:v4l2_update_services: Will capture services 0x0000041f, added
> 0x41f commit=1.
> libzvbi:v4l2_stream_alloc: Requesting 16 streaming i/o buffers.
> libzvbi:v4l2_stream_alloc: Mapping 16 streaming i/o buffers.
> libzvbi:capture_v4l2k_new: Successfully opened /dev/vbi0 (Twinhan
> Hybrid DTV-DVB 3056 PCI).
> kdetv: WARNING: MainWindow::setupInfraRed(): Lirc not available
> kdetv: WARNING: SaverControl: Error in DCOP communication. Unable to
> disable KDE Screensaver.
> kdetv: WARNING: V4L2Dev::enqueueBuffer(): buffer already queued: 0
> V4L2Grabber::~V4L2Grabber(): wait().
> V4L2Grabber::~V4L2Grabber(): deleted.
> kdetv: WARNING: V4L2Dev: VIDIOC_DQBUF failed: Argomento non valido
> kdetv: WARNING: V4L2Dev::enqueueBuffer(): buffer already queued: 0
> libzvbi:v4l2_stream_stop: Suspending stream.
> [EMAIL PROTECTED]:~$
>
> all OK. Analog TV is ok, I also changed chs with no problems.
>
> So for Anlog TV here is my
> Signed-off: by sioux - [EMAIL PROTECTED]
>
> Well I procede with radio:
>
> [EMAIL PROTECTED]:~$ kradio
> kbuildsycoca running...
> initializing kradio lirc plugin
> kradio: bad file format, /home/sioux/.lircrc:2
> Initializing kradio lirc plugin failed
> KRadioApp::CreatePlugin : total: 5.17934236
> ( 15) avg: 0.34528949 min: 0.13890061 max: 0.92140102
> KRadioApp::CreatePlugin - AlsaSoundDevice : total: 0.92137662
> ( 1) avg: 0.92137662 min: 0.92137662 max: 0.92137662
> KRadioApp::CreatePlugin - ErrorLog : total: 0.26339191
> ( 1) avg: 0.26339191 min: 0.26339191 max: 0.26339191
> KRadioApp::CreatePlugin - LircSupport : total: 0.15119964
> ( 1) avg: 0.15119964 min: 0.15119964 max: 0.15119964
> KRadioApp::CreatePlugin - OSSSoundDevice : total: 0.13886266
> ( 1) avg: 0.13886266 min: 0.13886266 max: 0.13886266
> KRadioApp::CreatePlugin - QuickBar : total: 0.35842211
> ( 1) avg: 0.35842211 min: 0.35842211 max: 0.35842211
> KRadioApp::CreatePlugin - Radio : total: 0.22086298
> ( 1) avg: 0.22086298 min: 0.22086298 max: 0.22086298
> KRadioApp::CreatePlugin - RadioDocking : total: 0.36967409
> ( 1) avg: 0.36967409 min: 0.36967409 max: 0.36967409
> KRadioApp::CreatePlugin - RadioView : total: 0.87075468
> ( 1) avg: 0.87075468 min: 0.87075468 max: 0.87075468
> KRadioApp::CreatePlugin - Recording : total: 0.26082639
> ( 1) avg: 0.26082639 min: 0.26082639 max: 0.26082639
> KRadioApp::CreatePlugin - RecordingMonitor : total: 0.24715845
> ( 1) avg: 0.24715845 min: 0.24715845 max: 0.24715845
> KRadioApp::CreatePlugin - SoundServer : total: 0.24636277
> ( 1) avg: 0.24636277 min: 0.24636277 max: 0.24636277
> KRadioApp::CreatePlugin - StreamingDevice : total: 0.27978917
> ( 1) avg: 0.27978917 min: 0.27978917 max: 0.27978917
> KRadioApp::CreatePlugin - TimeControl : total: 0.27414224
> ( 1) avg: 0.27414224 min: 0.27414224 max: 0.27414224
> KRadioApp::CreatePlugin - TimeShifter : total: 0.24128511
> ( 1) avg: 0.24128511 min: 0.24128511 max: 0.24128511
> KRadioApp::CreatePlugin - V4LRadio : total: 0.33456606
> ( 1) avg: 0.33456606 min: 0.33456606 max: 0.33456606
> KRadioApp::CreatePlugin - create : total: 0.39142528
> ( 15) avg: 0.02609502 min: 0.00026349 max: 0.21767426
> KRadioApp::CreatePlugin - insert : total: 4.78591575
> ( 15) avg: 0.31906105 min: 0.13806540 max: 0.91061735
> KRadioApp::LoadLibrary : total: 0.35544782
> ( 14) avg: 0.02538913 min: 0.00433337 max: 0.05166761
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libalsa-sound.so : total:
> 0.05164772 ( 1) avg: 0.05164772 min: 0.05164772 max:
> 0.05164772
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libdocking-menu.so : total:
> 0.02764007 ( 1) avg: 0.02764007 min: 0.02764007 max:
> 0.02764007
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/liberror-log.so : total:
> 0.00582184 ( 1) avg: 0.00582184 min: 0.00582184 max:
> 0.00582184
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/liblirc.so : total:
> 0.03703246 ( 1) avg: 0.03703246 min: 0.03703246 max:
> 0.03703246
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/liboss-sound.so : total:
> 0.02674625 ( 1) avg: 0.02674625 min: 0.02674625 max:
> 0.02674625
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libquickbar.so : total:
> 0.01529776 ( 1) avg: 0.01529776 min: 0.01529776 max:
> 0.01529776
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libradio.so : total:
> 0.02988565 ( 1) avg: 0.02988565 min: 0.02988565 max:
> 0.02988565
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/librecording.so : total:
> 0.03864010 ( 1) avg: 0.03864010 min: 0.03864010 max:
> 0.03864010
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libsoundserver.so : total:
> 0.00428257 ( 1) avg: 0.00428257 min: 0.00428257 max:
> 0.00428257
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libstandard-display.so : total:
> 0.02970352 ( 1) avg: 0.02970352 min: 0.02970352 max:
> 0.02970352
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libstreaming.so : total:
> 0.02111053 ( 1) avg: 0.02111053 min: 0.02111053 max:
> 0.02111053
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libtimecontrol.so : total:
> 0.01634670 ( 1) avg: 0.01634670 min: 0.01634670 max:
> 0.01634670
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libtimeshifter.so : total:
> 0.01953945 ( 1) avg: 0.01953945 min: 0.01953945 max:
> 0.01953945
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libv4lradio.so : total:
> 0.03107678 ( 1) avg: 0.03107678 min: 0.03107678 max:
> 0.03107678
> KRadioApp::createNewInstance : total: 0.54790069
> ( 1) avg: 0.54790069 min: 0.54790069 max: 0.54790069
> KRadioApp::restoreState - loadLibraries : total: 0.35650638
> ( 1) avg: 0.35650638 min: 0.35650638 max: 0.35650638
> KRadioApp::restoreState - restore : total: 6.48383943
> ( 1) avg: 6.48383943 min: 6.48383943 max: 6.48383943
> PluginManager::insertPlugin : total: 5.19746508
> ( 17) avg: 0.30573324 min: 0.02827255 max: 0.91059361
> PluginManager::insertPlugin - about/config : total: 2.53626824
> ( 17) avg: 0.14919225 min: 0.00000815 max: 0.89964785
> PluginManager::insertPlugin - connect : total: 0.04543441
> ( 17) avg: 0.00267261 min: 0.00001472 max: 0.02764962
> PluginManager::insertPlugin - notifywidgets : total: 2.61262253
> ( 17) avg: 0.15368368 min: 0.00181381 max: 0.31414188
> PluginManager::restoreState : total: 5.93582843
> ( 1) avg: 5.93582843 min: 5.93582843 max: 5.93582843
> PluginManager::restoreState - plugins : total: 0.67958555
> ( 1) avg: 0.67958555 min: 0.67958555 max: 0.67958555
> PluginManager::restoreState - AlsaSoundDevice : total: 0.10480346
> ( 1) avg: 0.10480346 min: 0.10480346 max: 0.10480346
> PluginManager::restoreState - ErrorLog : total: 0.00087651
> ( 1) avg: 0.00087651 min: 0.00087651 max: 0.00087651
> PluginManager::restoreState - KRadioAbout : total: 0.00072715
> ( 1) avg: 0.00072715 min: 0.00072715 max: 0.00072715
> PluginManager::restoreState - LircSupport : total: 0.03193944
> ( 1) avg: 0.03193944 min: 0.03193944 max: 0.03193944
> PluginManager::restoreState - OSSSoundDevice : total: 0.00554211
> ( 1) avg: 0.00554211 min: 0.00554211 max: 0.00554211
> PluginManager::restoreState -
> PluginConfigurationDialog : total: 0.00116521 (
> 1) avg: 0.00116521 min: 0.00116521 max: 0.00116521
> PluginManager::restoreState - QuickBar : total: 0.00446858
> ( 1) avg: 0.00446858 min: 0.00446858 max: 0.00446858
> PluginManager::restoreState - Radio : total: 0.30969650
> ( 1) avg: 0.30969650 min: 0.30969650 max: 0.30969650
> PluginManager::restoreState - RadioDocking : total: 0.19775121
> ( 1) avg: 0.19775121 min: 0.19775121 max: 0.19775121
> PluginManager::restoreState - RadioView : total: 0.00122040
> ( 1) avg: 0.00122040 min: 0.00122040 max: 0.00122040
> PluginManager::restoreState - Recording : total: 0.00128392
> ( 1) avg: 0.00128392 min: 0.00128392 max: 0.00128392
> PluginManager::restoreState - RecordingMonitor : total: 0.00082040
> ( 1) avg: 0.00082040 min: 0.00082040 max: 0.00082040
> PluginManager::restoreState - SoundServer : total: 0.00074552
> ( 1) avg: 0.00074552 min: 0.00074552 max: 0.00074552
> PluginManager::restoreState - StreamingDevice : total: 0.00339060
> ( 1) avg: 0.00339060 min: 0.00339060 max: 0.00339060
> PluginManager::restoreState - TimeControl : total: 0.00183694
> ( 1) avg: 0.00183694 min: 0.00183694 max: 0.00183694
> PluginManager::restoreState - TimeShifter : total: 0.00120642
> ( 1) avg: 0.00120642 min: 0.00120642 max: 0.00120642
> PluginManager::restoreState - V4LRadio : total: 0.00904814
> ( 1) avg: 0.00904814 min: 0.00904814 max: 0.00904814
> V4LRadio::restoreState : total: 0.00867912
> ( 1) avg: 0.00867912 min: 0.00867912 max: 0.00867912
> V4LRadio::restoreState2 : total: 0.00672259
> ( 1) avg: 0.00672259 min: 0.00672259 max: 0.00672259
> V4LRadio::restoreState3 : total: 0.00464561
> ( 1) avg: 0.00464561 min: 0.00464561 max: 0.00464561
> main::KRadioApp : total: 0.82030556
> ( 1) avg: 0.82030556 min: 0.82030556 max: 0.82030556
> main::aboutdata : total: 0.00019116
> ( 1) avg: 0.00019116 min: 0.00019116 max: 0.00019116
> main::restore : total: 10.71263518
> ( 1) avg: 10.71263518 min: 10.71263518 max: 10.71263518
> KRadioApp::CreatePlugin : total: 0.00000000
> ( 15) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - AlsaSoundDevice : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - ErrorLog : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - LircSupport : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - OSSSoundDevice : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - QuickBar : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - Radio : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - RadioDocking : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - RadioView : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - Recording : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - RecordingMonitor : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - SoundServer : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - StreamingDevice : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - TimeControl : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - TimeShifter : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - V4LRadio : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - create : total: 0.00000000
> ( 15) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::CreatePlugin - insert : total: 0.00000000
> ( 15) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::LoadLibrary : total: 0.00000000
> ( 14) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libalsa-sound.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libdocking-menu.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/liberror-log.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/liblirc.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/liboss-sound.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libquickbar.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libradio.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/librecording.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libsoundserver.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libstandard-display.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libstreaming.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libtimecontrol.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libtimeshifter.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::LoadLibrary
> - /usr/lib/kradio/plugins/libv4lradio.so : total:
> 0.00000000 ( 1) avg: 0.00000000 min: 0.00000000 max:
> 0.00000000
> KRadioApp::createNewInstance : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::restoreState - loadLibraries : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> KRadioApp::restoreState - restore : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::insertPlugin : total: 0.00000000
> ( 17) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::insertPlugin - about/config : total: 0.00000000
> ( 17) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::insertPlugin - connect : total: 0.00000000
> ( 17) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::insertPlugin - notifywidgets : total: 0.00000000
> ( 17) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - plugins : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - AlsaSoundDevice : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - ErrorLog : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - KRadioAbout : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - LircSupport : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - OSSSoundDevice : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState -
> PluginConfigurationDialog : total: 0.00000000 (
> 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - QuickBar : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - Radio : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - RadioDocking : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - RadioView : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - Recording : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - RecordingMonitor : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - SoundServer : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - StreamingDevice : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - TimeControl : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - TimeShifter : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> PluginManager::restoreState - V4LRadio : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> V4LRadio::restoreState : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> V4LRadio::restoreState2 : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> V4LRadio::restoreState3 : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> main::KRadioApp : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> main::aboutdata : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> main::restore : total: 0.00000000
> ( 1) avg: 0.00000000 min: 0.00000000 max: 0.00000000
> [EMAIL PROTECTED]:~$ ICE default IO error handler doing an exit(),
> pid = 6093, errno = 0
>
> I really don't know what all above means... but the radio too was OK,
> I changed chs and scanned a little... all was OK
>
> So again for radio here is my
> Signed-off: by sioux - [EMAIL PROTECTED]
>
>
> Finally I tested the DVB-T with kaffeine:
>
> [EMAIL PROTECTED]:~$ kaffeine
> kbuildsycoca running...
> 0
> /dev/dvb/adapter0/frontend0 : opened ( Philips TDA10046H DVB-T )
> /dev/dvb/0/frontend1 : : Nessun file o directory
> Loaded epg data : 1 events (2 msecs)
> [EMAIL PROTECTED]:~$ Tuning to: Canale 5 / autocount: 0
> DvbCam::probe(): /dev/dvb/adapter0/ca0: : Nessun file o directory
> Using DVB device 0:0 "Philips TDA10046H DVB-T"
> tuning DVB-T to 762000000 Hz
> inv:2 bw:0 fecH:2 fecL:9 mod:3 tm:1 gi:0 hier:4
> ....... LOCKED.
> NOUT: 1
> dvbEvents 0:0 started
> Tuning delay: 1502 ms
> pipe opened
> demux_wavpack: (open_wv_file:129) open_wv_file: non-seekable inputs
> aren't supported yet.
> xine pipe opened /home/sioux/.kaxtv.ts
> AFD changed from -2 to -1
> Asked to stop
> pipe closed
> Live stopped
> dvbstream::run() end
> dvbEvents 0:0 ended
> fdDvr closed
> Frontend closed
> Tuning to: RaiUno / autocount: 1
> Using DVB device 0:0 "Philips TDA10046H DVB-T"
> tuning DVB-T to 698000000 Hz
> inv:2 bw:0 fecH:2 fecL:9 mod:3 tm:1 gi:0 hier:4
> ........ LOCKED.
> NOUT: 1
> dvbEvents 0:0 started
> Tuning delay: 1367 ms
> demux_wavpack: (open_wv_file:129) open_wv_file: non-seekable inputs
> aren't supported yet.
> pipe opened
> xine pipe opened /home/sioux/.kaxtv1.ts
> AFD changed from -2 to -1
> Asked to stop
> pipe closed
> Live stopped
> dvbstream::run() end
> dvbEvents 0:0 ended
> fdDvr closed
> Frontend closed
> Tuning to: All Music / autocount: 2
> Using DVB device 0:0 "Philips TDA10046H DVB-T"
> tuning DVB-T to 714000000 Hz
> inv:2 bw:0 fecH:2 fecL:9 mod:3 tm:1 gi:0 hier:4
> ..... LOCKED.
> NOUT: 1
> dvbEvents 0:0 started
> Tuning delay: 1024 ms
> pipe opened
> demux_wavpack: (open_wv_file:129) open_wv_file: non-seekable inputs
> aren't supported yet.
> xine pipe opened /home/sioux/.kaxtv.ts
> AFD changed from -2 to -1
> Asked to stop
> pipe closed
> Live stopped
> dvbstream::run() end
> dvbEvents 0:0 ended
> fdDvr closed
> Frontend closed
> Tuning to: RaiTre / autocount: 3
> Using DVB device 0:0 "Philips TDA10046H DVB-T"
> tuning DVB-T to 698000000 Hz
> inv:2 bw:0 fecH:2 fecL:9 mod:3 tm:1 gi:0 hier:4
> ...... LOCKED.
> NOUT: 1
> dvbEvents 0:0 started
> Tuning delay: 1132 ms
> pipe opened
> demux_wavpack: (open_wv_file:129) open_wv_file: non-seekable inputs
> aren't supported yet.
> xine pipe opened /home/sioux/.kaxtv1.ts
> AFD changed from -2 to -1
> Asked to stop
> pipe closed
> Live stopped
> dvbstream::run() end
> dvbEvents 0:0 ended
> fdDvr closed
> Frontend closed
> Saved epg data : 18 events (7 msecs)
>
> [EMAIL PROTECTED]:~$
>
> No problem at all... all works... and I was very surprised becouse in
> dmesg I did see something of abnormal... so I tried to give a new look
> in dmesg:
>
>
> [EMAIL PROTECTED]:~$ dmesg | grep saa
> [ 43.200689] saa7130/34: v4l2 driver version 0.2.14 loaded
> [ 43.203091] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 21,
> latency: 32, mmio: 0xed000000
> [ 43.203100] saa7133[0]: subsystem: 1822:0022, board: Twinhan Hybrid
> DTV-DVB 3056 PCI [card=118,autodetected]
> [ 43.203114] saa7133[0]: board init: gpio is 40000
> [ 43.409253] saa7133[0]: i2c eeprom 00: 22 18 22 00 54 20 1c 00 43
> 43 a9 1c 55 d2 b2 92
> [ 43.409271] saa7133[0]: i2c eeprom 10: 00 01 fb 00 ff 20 ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409286] saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08
> ff 00 10 ff ff ff ff
> [ 43.409300] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409313] saa7133[0]: i2c eeprom 40: ff 21 00 c2 84 10 03 32 15
> 50 ff ff ff ff ff ff
> [ 43.409327] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409342] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409357] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409371] saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409385] saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409399] saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409413] saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409427] saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409441] saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409455] saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.409469] saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [ 43.630878] tuner' 0-0042: chip found @ 0x84 (saa7133[0])
> [ 44.720628] saa7133[0]: registered device video0 [v4l2]
> [ 44.720863] saa7133[0]: registered device vbi0
> [ 44.721136] saa7133[0]: registered device radio0
> [ 44.929725] saa7133[0]/dvb: Huh? unknown DVB card?
> [ 44.929732] DVB: registering new adapter (saa7133[0])
> [ 44.954679] saa7134 ALSA driver for DMA sound loaded
> [ 44.954737] saa7133[0]/alsa: saa7133[0] at 0xed000000 irq 21
> registered as card -2
> [EMAIL PROTECTED]:~$
>
> Mah! I don't know... I remember before (with tiger-s emulation) some
> infos about eprom firmare loads... now seems no more.
>
> In any case the fact is Kaffeine DVB-T is OK all... it works.
>
> So another time again for DVB-T here is my:
> Signed-off: by sioux - [EMAIL PROTECTED]
>
> Well, Hermann... what say! I met some strange things (for my
> understanding) in all the above process... but the facts are:
>
> 1. Analog TV showing with Kdetv is ok
> 2. Radio with kradio is ok
> 3. Digital TV (DVB-T) with kaffeine is ok
>
> In coming days I will test analog capture from composite source and I
> will let you know.
>
> Let me know your feedback.
>
> Ciao.
>
> Sioux.
>
it seems to be wild, what all can come up.
But I think we are already on very safe ground.
Let's see what could be left.
Thanks for going straight forward on it!
Ciao,
Hermann
--
... previous is on the lists
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb