Перейти к содержанию

gavd

Пользователи
  • Постов

    109
  • Зарегистрирован

  • Посещение

Весь контент gavd

  1. ура, ура, ура.....заработало.... В общем если у кого модем ANY DATA ADU 310, и оператор использует стандарт cdma, то нужно воспользоваться файлами-шаблонами для gprs из папки var/etc/ppp (прошивкаPGI09). В файле peers/gprs расскомментируем и вводим свои логин и пароль, меняем /dev/ttyACM0 или 1, на /dev/ttyUSB0 или 1, и скорость меняем со 115200 на 460800. В файле gprs.chat СТРОЧКУ 'OK' 'AT&f+cgdcont=1,"IP","web.vodafone.de","",0,0' УДАЛЯЕМ СОВСЕМ, а в строчке 'OK' 'ATDT*99***1#'' вместо *99***1# ставим свой номер для "дозвона" (у меня #777) Вот так : 'ABORT' 'ERROR' 'ABORT' 'NO ANSWER' 'ABORT' 'NO CARRIER' 'ABORT' 'NO DIALTONE' 'ABORT' 'Invalid Login' 'ABORT' 'Login incorrect' 'TIMEOUT' '10' # # Modem Init '' 'ATZ' # # 'OK' 'ATM1L1' # # "internet" represents Vodafone's APN, whereas "general.t-mobile.uk" is T-mobiles UK APN address 'OK' 'ATDT#777' 'CONNECT' '' _linenums:0'># GPRS Chat File, contains all parameters that /usr/sbin/chat will pass to the modem to create the GPRS connection### Abort Strings'ABORT' 'BUSY''ABORT' 'ERROR''ABORT' 'NO ANSWER''ABORT' 'NO CARRIER''ABORT' 'NO DIALTONE''ABORT' 'Invalid Login''ABORT' 'Login incorrect''TIMEOUT' '10'## Modem Init'' 'ATZ'##'OK' 'ATM1L1'## "internet" represents Vodafone's APN, whereas "general.t-mobile.uk" is T-mobiles UK APN address'OK' 'ATDT#777''CONNECT' '' в pgi.conf : PPPD_PEER="gprs" USB_MODEM="16d5:6501" всё элементарно :D :D (на всё про всё меньше недели ушло :D )
  2. пробовал я и с помощью этих файлов, подставляя свои логин-пароль-номер для дозвона, по очереди для ttyUSB0, ttyUSB1....пробовал и выложеные сдесь конфиги....результат всегда такой[PGI ~]$ pppd call mts &[PGI ~]$ Script /sbin/chat -v -f /var/etc/ppp/chats/mts.chat finished (pid 868), status = 0x3Connect script failedвот net.log из папки /var/log [net] [20:51:11] started[net] [20:51:11] creating web interface pipe[net] [20:51:11] init USB comms[net] [20:51:12] USB_MODEM is set to 16d5:6501[net] [20:51:12] bringing up interface lo[net] [20:51:12] bringing up interface eth0[net] [20:51:12] checking USB modem[net] [20:51:12] scanning usb connected devices[net] [20:51:18] device directly matching 16d5:6501 is connected[net] [20:51:18] loading usbserial.ko for vendor=0x16d5 product=0x6501[net] [20:51:19] PPPD_PEER peer is set to: mts[net] [20:51:19] detecting serial device in /dev[net] [20:51:19] starting PPP call to mts[net] [20:51:24] setting hostname to [cuberevo][net] [20:51:24] starting inetd[net] [20:51:24] network is ready[net] [20:51:24] Trying to synchronise time with [ntp2.fau.de]Script /sbin/chat -v -f /var/etc/ppp/chats/mts.chat finished (pid 604), status = 0x3Connect script failedError : Name or service not known30 Jan 20:52:37 ntpdate[619]: can't find host ntp2.fau.de30 Jan 20:52:37 ntpdate[619]: no servers can be used, exiting[net] [20:52:37] ntpdate failed, attempt #1/3Error : Name or service not known30 Jan 20:53:19 ntpdate[781]: can't find host ntp2.fau.de30 Jan 20:53:19 ntpdate[781]: no servers can be used, exiting[net] [20:53:19] ntpdate failed, attempt #2/330 Jan 20:53:34 ntpdate[784]: step time server 131.188.3.222 offset 1.446966 sec[net] [20:53:34] samba daemon is enabled, will start now[net] [20:53:34] nfs daemon is enabled, will start now[net] [20:53:35] sending mount request to sbox automounter[net] [20:53:35] finishedвсе ли сдесь в порядке с модемом, переключился ли он в режим данные ?
  3. Всем доброго времени суток Пытаюсь подключить модем "Any Data evdo modem ADU 310". Настройки от првайдера : логин -- net пароль -- rapido номер телефона -- #777 прошивка PGI09. Что я сделал : подключил модем телнетом дал команду lsusb и получил идентификатор модема 16d5:6501 3g.chat прописал только номер для дозвона ABORT BUSY ABORT 'NO CARRIER' ABORT ERROR REPORT CONNECT TIMEOUT 120 "" "AT&F" OK "ATE1" # Is there a PIN set on the SIM? #OK "AT+CPIN?" # What network are we connected to? OK "AT+COPS?" # Next line can be used to get a full list of available # networks, but it takes a long time! #OK "AT+COPS=?" # List what AT commands we can issue to this card. #OK "AT&V" # Prefer UMTS networks over GPRS networks # (but connect to GPRS if UMTS unavailable) OK "AT_OPSYS=3" # Current network signal strength OK "AT+CSQ" # Note the single quotes at the beginning and end, # reversing the quoting (double at ends, single # inside) does NOT work! OK 'AT+CGDCONT=1,"IP","internet"' TIMEOUT 60 OK "ATD#777" CONNECT c в файле 3g в папке peers прописал логин и пароль и пробовал ttyUSB0/1 # If pppd reports this as a non-modem thing, then run the huaweiAktBbo program /dev/ttyUSB1 #Baudrate -- Note that setting this to 384000 yields an error message # about this speed not being supported! 460800 #Idle time for closing connection idle 7200 #Lock the device for this PPPD process use only lock #Use normal handshaking crtscts #Assume it is a modem device and force modem control methods modem #Any user can start the connection noauth #Make the ppp link the default root defaultroute #Username and Password for computer/GlobeTrotter ppp link #Normally ignored. Change if GSM Operator requires it user net password rapido #Change the path to chat if required for your version of Linux connect "/sbin/chat -V -f /var/etc/ppp/3g.chat" #Accept IP address provided by network noipdefault #Detach PPPD from console used to run the program {optional} #updetach #Get DNS addresses from operator usepeerdns #Don't use VJ compression for ppp link novj # Make the connection persistent, and not terminate if/when errors occur. persist maxfail 0 debug kdebug 4 отредактировал pgi.conf редектором nano ####################################################################### ###### # This is main configuration file for the PGI image # The detailed explanation of each parameter is in the README files ############################################################################# ASPECT_RATIO="pillarbox,14:9,panscan,widescreen,cinema" BACKUP_DIR="/media" CARDSERV="no" CI_INIT="no" CRON="no" EPG_DATA_DIR="/media" ETH_ADDR_LOW="auto" HDD_SLEEP="5" MEDIA_CLEAN="no" NFSD="no" NFS_REC="no" NFS_REC_PROTO="tcp" NTP_SYNC="ntp2.fau.de" PPPD_PEER="3g" SAMBA="yes" SKIN="/var/skins/skin_gresino_ML1200_PGI09" USB_MODEM="16d5:6501" WEBTV="yes" HDD_MIN_SIZE="1" HDD_DETECT="force" DEBUG="yes" перезагрузил ресивер и дал команду dsmeg чтоб убедится определилось ли устройство и переключилось ли оно в режим "данные" и загрузился ли драйвер [PGI ~]$ dmesg Linux version 2.6.23.17_stm23_A21-slobbie (bhishma@Waterhouse) (gcc version 4.2.4 (snapshot) (STMicroelectronics/Linux Base 4.2.4-67)) #1 PREEMPT Sun Aug 29 23:08 :44 CEST 2010 Booting machvec: STb7100 Reference board Entering add_active_range(0, 18176, 32768) 0 entries of 1 used Node 0: start_pfn = 0x4700, low = 0x8000 Zone PFN ranges: Normal 18176 -> 32768 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 18176 -> 32768 On node 0 totalpages: 14592 Normal zone: 114 pages used for memmap Normal zone: 0 pages reserved Normal zone: 14478 pages, LIFO batch:3 Movable zone: 0 pages used for memmap STMicroelectronics STb7100 Reference board initialisation STx7109 version 3.x Chip version 3.4 Setting version to 4.0 to match commercial branding Built 1 zonelists in Zone order. Total pages: 14478 Kernel command line: console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysar ea=2000 quiet bpa2: partition 'bigphysarea' created at 0x04b3b000, size 8000 kB (0x007d0000 B) PID hash table entries: 256 (order: 8, 1024 bytes) Using tmu for system timer Using 16.594 MHz high precision timer. Console: colour dummy device 80x25 console [ttyAS1] enabled Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) Memory: 45952k/58368k available (2866k kernel code, 738k data, 100k init) PVR=04061100 CVR=30480000 PRR=00009300 I-cache : n_ways=2 n_sets=256 way_incr=8192 I-cache : entry_mask=0x00001fe0 alias_mask=0x00001000 n_aliases=2 D-cache : n_ways=2 n_sets=512 way_incr=16384 D-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4 Calibrating delay loop... 261.63 BogoMIPS (lpj=130816) Mount-cache hash table entries: 512 CPU: STb7109 NET: Registered protocol family 16 Generic PHY: Registered new driver SCSI subsystem initialized libata version 2.21 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb Time: SuperH clocksource has been installed. NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 2048 (order: 2, 16384 bytes) TCP bind hash table entries: 2048 (order: 1, 8192 bytes) TCP: Hash tables configured (established 2048 bind 2048) TCP reno registered squashfs: version 3.3 (2007/10/31) Phillip Lougher NTFS driver 2.1.28 [Flags: R/O]. JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. io scheduler noop registered io scheduler anticipatory registered (default) io scheduler deadline registered io scheduler cfq registered STMicroelectronics ASC driver initialized stasc.0: ttyAS0 at MMIO 0x18032000 (irq = 121) is a stasc stasc.1: ttyAS1 at MMIO 0x18033000 (irq = 120) is a stasc stmmacphy_dvr_probe: added phy for bus 0 STMMAC driver: platform registration... <7>done! MAC 10/100 eth0 - (dev. name: stmmaceth - id: 0, IRQ #133 IO base addr: 0xb8110000) Registering MDIO bus (id: 0)... calling mdiobus_register stmmac_mdio_reset: called! stmmac_mdio_reset: calling phy_reset mdiobus_register: found PHY and assigning IRQ -1 STMMAC MII Bus: probed calling mdiobus_register done eth0: PHY ID 00008201 at 1 IRQ -1 (0:01) active MDIO bus registered! RTL8201: Registered new driver PPP generic driver version 2.4.2 PPP Deflate Compression module registered NET: Registered protocol family 24 sata_stm version 0.6 sata_stm using hardware scatter/gather sata_stm SATA version 1.00 DMA version 2.02 scsi0 : sata_stm ata1: SATA max UDMA/133 cmd 0xb9209000 ctl 0xb9209820 bmdma 0x00000000 irq 170 ata1: SATA link down (SStatus 0 SControl 300) physmap platform flash device: 02000000 at 00000000 physmap-flash: Found 1 x16 devices at 0x0 in 16-bit bank Amd/Fujitsu Extended Query Table at 0x0040 physmap-flash: CFI does not contain boot bank location. Assuming top. number of CFI chips: 1 cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness. RedBoot partition parsing not available Using physmap partition information Creating 9 MTD partitions on "physmap-flash": 0x00000000-0x00040000 : "nor.boot" 0x00040000-0x00060000 : "nor.config" 0x00060000-0x00260000 : "nor.kernel" 0x00260000-0x01600000 : "nor.root" 0x01600000-0x02000000 : "nor.db" 0x00060000-0x01600000 : "nor.kernel_root" 0x00060000-0x02000000 : "nor.kernel_root_db" 0x00040000-0x02000000 : "nor.all_noboot" 0x00000000-0x02000000 : "nor.all" ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver stm-ehci stm-ehci.0: st-ehci stm-ehci stm-ehci.0: new USB bus registered, assigned bus number 1 stm-ehci stm-ehci.0: irq 169, io mem 0x191ffe00 stm-ehci stm-ehci.0: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected stm-ohci stm-ohci.0: stm-ohci stm-ohci stm-ohci.0: new USB bus registered, assigned bus number 2 stm-ohci stm-ohci.0: irq 168, io mem 0x191ffc00 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected Initializing USB Mass Storage driver... usb 2-1: new full speed USB device using stm-ohci and address 2 usb 2-1: configuration #1 chosen from 1 choice usbcore: registered new interface driver usb-storage USB Mass Storage support registered. i2c /dev entries driver i2c_st40_pio: ST40 PIO based I2C Driver i2c_st40_pio: allocated pin (2,0) for scl (0x84ab4d04) i2c_st40_pio: allocated pin (2,1) for sda (0x84ab4d20) i2c_st40_pio: allocated pin (3,0) for scl (0x84ab4e18) i2c_st40_pio: allocated pin (3,2) for sda (0x84ab4e50) i2c_st40_pio: allocated pin (4,0) for scl (0x84ab4f2c) i2c_st40_pio: allocated pin (4,1) for sda (0x84ab4f48) STMicroelectronics - Coprocessors st231 Init st-coprocessor-0: No RAM reserved st231.0 Coprocessor ------------------------------------------- not configured! --------------------------------------------------------------- st-coprocessor-1: No RAM reserved st231.1 Coprocessor ------------------------------------------- not configured! --------------------------------------------------------------- stm_rng hardware driver 1.0 configured nf_conntrack version 0.5.0 (1024 buckets, 4096 max) ip_tables: © 2000-2006 Netfilter Core Team TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 17 ieee80211: 802.11 data/management/control stack, git-1.1.13 ieee80211: Copyright © 2004-2005 Intel Corporation <[email protected]> ieee80211_crypt: registered algorithm 'NULL' ieee80211_crypt: registered algorithm 'WEP' VFS: Mounted root (squashfs filesystem) readonly. Freeing unused kernel memory: 100k freed Warning: unable to open an initial console. stos_core: no version magic, tainting kernel. stos_core: module license 'ST Microelectronics' taints kernel. Load module stos_core [?] by modprobe (pid 307) stsys_ioctl: no version magic, tainting kernel. Load module stsys_ioctl [253] by modprobe (pid 312) input: Relook IR Keyboard as /class/input/input0 ciio: no version magic, tainting kernel. ciio device driver. ciio_starci2win: i2c_transfer failed.(-121) ciio_starci2win: starci2win_init failed. i2c-adapter i2c-0: Client creation failed at 0x40 (-121) lxload: no version magic, tainting kernel. LXLOAD(video1) : LX loaded => Base=0x04000000 - Last=0x040e2134 - Size=926004 lxload: no version magic, tainting kernel. LXLOAD(audio1) : LX loaded => Base=0x04300000 - Last=0x043ebaa8 - Size=965288 embxshell: no version magic, tainting kernel. embxloopback: no version magic, tainting kernel. embxmailbox: no version magic, tainting kernel. embxshm: no version magic, tainting kernel. mme_host: no version magic, tainting kernel. stmmac_init_phy: trying to attach to 0:01 stmmac_init_phy: eth0: attached to PHY (UID 0x8201) Link = 1 PHY: 0:01 - Link is Up - 100/Full stapi_core: no version magic, tainting kernel. Load module stevt_core [?] by modprobe (pid 455) Load module stcommon_core [?] by modprobe (pid 455) Load module stclkrv_core [?] by modprobe (pid 455) Load module stfdma_core [251] by modprobe (pid 455) Load module stmerge_core [?] by modprobe (pid 455) Load module stavmem_core [?] by modprobe (pid 455) Load module stbuffer_core [?] by modprobe (pid 455) Load module stinject_core [?] by modprobe (pid 455) Load module sti2c_core [?] by modprobe (pid 455) Load module stpio_core [?] by modprobe (pid 455) Load module stdenc_core [?] by modprobe (pid 455) Load module stlayer_core [?] by modprobe (pid 455) Load module stvout_core [?] by modprobe (pid 455) Load module stvtg_core [?] by modprobe (pid 455) Load module stvid_core [?] by modprobe (pid 455) Load module stvmix_core [?] by modprobe (pid 455) Load module stgxobj_core [?] by modprobe (pid 455) Load module staudlx_core [250] by modprobe (pid 455) Load module stblit_core [?] by modprobe (pid 455) Load module stsubt_core [249] by modprobe (pid 455) Load module sthdmi_core [?] by modprobe (pid 455) Load module stpti4_core [?] by modprobe (pid 455) stapi_ioctl: no version magic, tainting kernel. Load module stevt_ioctl [248] by modprobe (pid 569) Load module stcommon_ioctl [247] by modprobe (pid 569) usbserial: no version magic, tainting kernel. Load module stfdma_ioctl [245] by modprobe (pid 569) Load module stmerge_ioctl [244] by modprobe (pid 569) Load module stavmem_ioctl [243] by modprobe (pid 569) Load module stbuffer_ioctl [242] by modprobe (pid 569) Load module stinject_ioctl [241] by modprobe (pid 569) Load module sti2c_ioctl [240] by modprobe (pid 569) Load module stpio_ioctl [239] by modprobe (pid 569) usbcore: registered new interface driver usbserial Load module stdenc_ioctl [238] by modprobe (pid 569) drivers/usb/serial/usb-serial.c: USB Serial support registered for generic usbserial_generic 2-1:1.0: generic converter detected Load module stlayer_ioctl [237] by modprobe (pid 569) usb 2-1: generic converter now attached to ttyUSB0 usbserial_generic 2-1:1.1: generic converter detected Load module stvout_ioctl [236] by modprobe (pid 569) usb 2-1: generic converter now attached to ttyUSB1 usbcore: registered new interface driver usbserial_generic drivers/usb/serial/usb-serial.c: USB Serial Driver core вроде пометки ZERO-CD нету и драйвер usb какойто загрузился, я так думаю что мой модем находится в режиме данные....как и нужно в тюнере в папке dev появились устройства ttyUSB0 B ttyUSB1. После редактирования pgi.conf и подачи команды lsusb id устройства не поменялось и моего id нету в папке usb_modeswitch.d что позволило мне сделать вывод что переключение моему модему не нужно, он и так находится в режиме -- "данные". Не ошибаюсь ли я ???? А какой же результат ? НИКАКОГО, ТЮНЕР В ИНТЕРНЕТ НЕ ВЫХОДИТ. пробовал различные варианты редактирования файлов в chat и peers --- и с паролем и без ос юсб0 и юсб1....ничего. В общем вот такая ситуация... кто что может подсказать? Где ошибка ?
  4. У меня на пги0.7.2 во флеше, и на пги0.9 на юсб тоже "ошибка воспроизведения" (тюнер cuberevo 250 hd), хотя раньше на 0.7.2 всё работало.... похоже действительно на ютубе чтото поменялось. Будем надеяться что в пги1 поправят, а может решить проблему можно и не дожидаясь выхода новой прошивки ?
  5. .....я конечно извиняюсь, уважаемый Дядя Федор, но может быть и FavPipу как нибудь получится "уделить внимание", чтоб встроенный был (можно конечно и плагином)..... Вы уже объясняли что ето надо автора плагина просить чтоб адоптировал его под новый PGI, но он гдето далеко а вы рядом, и все умеете :rolleyes:
  6. неа, не забили....я с ним почти все небольшое свободное время провожу... вот вчера например получилось наконец енигму не флешку поставить... радости полные штаны :rolleyes: :rolleyes: :rolleyes:
  7. Это называется -- плагин Favpip.....оччень бы хотелось его видеть встроенным в меню ресивера, как на прошивке pgi7. Присоединяюсь к пожеланию andrey1806.
  8. спасибо...каналы открылись, но лёггие, регулярные затыки остались как и на мжкамде... раздражает, особенно скрипы по звуку....возможно связано с инетом, как д.Фёдор говорит, (пинг большой, в среднем 300мск, но бывает и за 600), попробую из другого места там пинг в среднем 70мск. А интересно можно какнить сервак проверить перегружен или нет ? Вот на всякий случай лог, может из него чтото видно? сам я тут только в общих чертах понимаю..... 2010/09/19 13:05:08 833 p02 ---- ecm_task 2, idx 12, sflag=1, level=12010/09/19 13:05:08 833 p02 casc ecm:2010/09/19 13:05:08 81 70 B4 00 00 01 14 A4 13 50 9B 04 00 AA 55 812010/09/19 13:05:08 21 84 01 00 01 01 02 FF FF 00 E3 9B 7E 0A 0B D62010/09/19 13:05:08 78 4C AF 7E 3E FC 00 00 90 8D C0 02 85 FF 58 A72010/09/19 13:05:08 CA A0 8D BB AB B2 0E 98 5A B5 EB 07 A2 62 41 302010/09/19 13:05:08 A7 54 C5 F0 32 FD 07 C8 CD 18 D5 36 1E D1 AC 012010/09/19 13:05:08 27 94 02 A9 34 B7 3D C6 80 3E 45 9D 04 EB BE 4C2010/09/19 13:05:08 8F 9E 4D 05 2A CB 23 7E 9F CC E0 0D 69 22 87 F92010/09/19 13:05:08 8F 03 11 17 5A 7E 2F 34 35 42 1E 0D EC 9C A1 C82010/09/19 13:05:08 C3 E0 41 70 7F 3E 0E 40 69 57 E5 96 93 4D 9E BC2010/09/19 13:05:08 4E E7 91 4A 13 5C EF D2 CE F0 07 55 55 1A BC 662010/09/19 13:05:08 C0 09 BC C8 F6 F7 8E 53 4C 90 34 06 F4 B3 EA 582010/09/19 13:05:08 71 D3 2E E3 02 E2 FF2010/09/19 13:05:08 833 p02 trying server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:08 833 p02 093B:000000 allowed by server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:08 833 p02 send 195 bytes to remote server2010/09/19 13:05:08 00 C1 00 0C 2B 10 00 00 00 00 00 00 81 70 B4 002010/09/19 13:05:08 00 01 14 A4 13 50 9B 04 00 AA 55 81 21 84 01 002010/09/19 13:05:08 01 01 02 FF FF 00 E3 9B 7E 0A 0B D6 78 4C AF 7E2010/09/19 13:05:08 3E FC 00 00 90 8D C0 02 85 FF 58 A7 CA A0 8D BB2010/09/19 13:05:08 AB B2 0E 98 5A B5 EB 07 A2 62 41 30 A7 54 C5 F02010/09/19 13:05:08 32 FD 07 C8 CD 18 D5 36 1E D1 AC 01 27 94 02 A92010/09/19 13:05:08 34 B7 3D C6 80 3E 45 9D 04 EB BE 4C 8F 9E 4D 052010/09/19 13:05:08 2A CB 23 7E 9F CC E0 0D 69 22 87 F9 8F 03 11 172010/09/19 13:05:08 5A 7E 2F 34 35 42 1E 0D EC 9C A1 C8 C3 E0 41 702010/09/19 13:05:08 7F 3E 0E 40 69 57 E5 96 93 4D 9E BC 4E E7 91 4A2010/09/19 13:05:08 13 5C EF D2 CE F0 07 55 55 1A BC 66 C0 09 BC C82010/09/19 13:05:08 F6 F7 8E 53 4C 90 34 06 F4 B3 EA 58 71 D3 2E E32010/09/19 13:05:08 02 E2 FF2010/09/19 13:05:10 834 c01 anonymous (093B&000000/2B10/B7:DF76): timeout (5116 ms)2010/09/19 13:05:10 834 c01 cw:2010/09/19 13:05:10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 002010/09/19 13:05:10 834 c01 dvbapi: ECM rc: 52010/09/19 13:05:10 834 c01 dvbapi: cw not found2010/09/19 13:05:10 833 p02 select: socket is set2010/09/19 13:05:10 833 p02 nmr(): len=2, errno=02010/09/19 13:05:10 833 p02 nmr: netMsgId=12, from server=11,2010/09/19 13:05:10 833 p02 received 5 bytes from remote server2010/09/19 13:05:10 00 0B 81 00 002010/09/19 13:05:10 833 p02 select: socket is set2010/09/19 13:05:10 833 p02 nmr(): len=2, errno=02010/09/19 13:05:10 833 p02 nmr: netMsgId=12, from server=12,2010/09/19 13:05:10 833 p02 received 21 bytes from remote server2010/09/19 13:05:10 00 0C 81 10 10 00 00 00 00 00 00 00 00 7F 86 292010/09/19 13:05:10 2E 09 97 35 D52010/09/19 13:05:15 834 c01 Read 183 bytes Table-id: 80 CA section length: 1832010/09/19 13:05:15 834 c01 trying reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:15 834 c01 093B:000000 allowed by reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:15 833 p02 select: pipe is set2010/09/19 13:05:15 833 p02 ---- ecm_task 1, idx 13, sflag=1, level=02010/09/19 13:05:15 833 p02 casc ecm:2010/09/19 13:05:15 80 70 B4 00 00 01 14 A4 13 50 A2 04 00 AA 55 812010/09/19 13:05:15 21 84 01 00 01 01 02 FF FF 00 EA 9B 7E 0A 97 882010/09/19 13:05:15 2B 01 3B 5E B8 46 00 00 90 8D C0 02 AB 0C 1A CC2010/09/19 13:05:15 DF 38 EC EB 66 E5 34 B2 B1 F3 7B 0C 76 B4 C1 D62010/09/19 13:05:15 C0 72 E1 EF E1 57 4B A5 70 97 60 E3 A3 17 49 702010/09/19 13:05:15 94 58 C6 2D 40 BF 5D 58 63 82 49 11 20 06 7D 572010/09/19 13:05:15 42 61 2C F0 9B C7 62 8D E6 36 CD 15 40 70 B3 842010/09/19 13:05:15 00 E1 62 96 94 3D 0F 40 0A 27 1E E4 DA 76 88 122010/09/19 13:05:15 74 C9 9B CF 20 93 85 EF E9 12 0E 5A 2A 3F B2 802010/09/19 13:05:15 E5 CC AB CF DA D9 D9 B0 97 14 78 DC BC D4 C0 3D2010/09/19 13:05:15 46 2E 6F CC 18 46 E0 15 17 86 13 23 DB 3B AC 0F2010/09/19 13:05:15 49 56 47 A0 30 3A 512010/09/19 13:05:15 833 p02 trying server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:15 833 p02 093B:000000 allowed by server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:15 833 p02 send 195 bytes to remote server2010/09/19 13:05:15 00 C1 00 0D 2B 10 00 00 00 00 00 00 80 70 B4 002010/09/19 13:05:15 00 01 14 A4 13 50 A2 04 00 AA 55 81 21 84 01 002010/09/19 13:05:15 01 01 02 FF FF 00 EA 9B 7E 0A 97 88 2B 01 3B 5E2010/09/19 13:05:15 B8 46 00 00 90 8D C0 02 AB 0C 1A CC DF 38 EC EB2010/09/19 13:05:15 66 E5 34 B2 B1 F3 7B 0C 76 B4 C1 D6 C0 72 E1 EF2010/09/19 13:05:15 E1 57 4B A5 70 97 60 E3 A3 17 49 70 94 58 C6 2D2010/09/19 13:05:15 40 BF 5D 58 63 82 49 11 20 06 7D 57 42 61 2C F02010/09/19 13:05:15 9B C7 62 8D E6 36 CD 15 40 70 B3 84 00 E1 62 962010/09/19 13:05:15 94 3D 0F 40 0A 27 1E E4 DA 76 88 12 74 C9 9B CF2010/09/19 13:05:15 20 93 85 EF E9 12 0E 5A 2A 3F B2 80 E5 CC AB CF2010/09/19 13:05:15 DA D9 D9 B0 97 14 78 DC BC D4 C0 3D 46 2E 6F CC2010/09/19 13:05:15 18 46 E0 15 17 86 13 23 DB 3B AC 0F 49 56 47 A02010/09/19 13:05:15 30 3A 512010/09/19 13:05:16 833 p02 select: socket is set2010/09/19 13:05:16 833 p02 nmr(): len=2, errno=02010/09/19 13:05:16 833 p02 nmr: netMsgId=13, from server=13,2010/09/19 13:05:16 833 p02 received 21 bytes from remote server2010/09/19 13:05:16 00 0D 80 10 10 E9 2B EF 03 4D 7A BF 86 00 00 002010/09/19 13:05:16 00 00 00 00 002010/09/19 13:05:16 834 c01 anonymous (093B&000000/2B10/B7:FB5A): found (919ms) by sky italia 13e2010/09/19 13:05:16 834 c01 cw:2010/09/19 13:05:16 E9 2B EF 03 4D 7A BF 86 00 00 00 00 00 00 00 002010/09/19 13:05:16 834 c01 dvbapi: ECM rc: 02010/09/19 13:05:16 834 c01 dvbapi: write cw1 index: 02010/09/19 13:05:25 834 c01 Read 183 bytes Table-id: 81 CA section length: 1832010/09/19 13:05:25 834 c01 trying reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:25 834 c01 093B:000000 allowed by reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:25 833 p02 select: pipe is set2010/09/19 13:05:25 833 p02 ---- ecm_task 1, idx 14, sflag=1, level=02010/09/19 13:05:25 833 p02 casc ecm:2010/09/19 13:05:25 81 70 B4 00 00 01 14 A4 13 50 A7 04 00 AA 55 812010/09/19 13:05:25 21 84 01 00 01 01 02 FF FF 00 EF 9B 7E 0A A5 992010/09/19 13:05:25 E9 4A F7 C0 6F 62 00 00 90 8D C0 02 FF EE 9A FD2010/09/19 13:05:25 2C 26 8C BF AC F6 AF 88 D9 DC C4 92 2D D0 19 922010/09/19 13:05:25 02 66 0C A4 AD 62 4E 59 F1 F8 21 42 8C 13 09 6B2010/09/19 13:05:25 26 17 16 07 80 6A CA AD 75 70 AF 8B A9 6B 61 FB2010/09/19 13:05:25 7A 1E 57 AB 5A B6 6E 05 50 98 A4 0B 2A 3D 2F 1A2010/09/19 13:05:25 1E 26 14 E3 B8 B0 D2 C6 E4 ED 2D 5F 45 CC 6B 2E2010/09/19 13:05:25 96 24 6D 74 39 D3 20 59 33 D1 7E CD A8 25 4C F12010/09/19 13:05:25 36 05 8A 7B C1 94 02 B6 E8 D9 27 92 75 46 63 242010/09/19 13:05:25 A2 73 A0 C4 1A 87 1A 2A B9 A3 B9 AC CD BC B4 722010/09/19 13:05:25 EF 53 A3 66 7F BF E62010/09/19 13:05:25 833 p02 trying server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:25 833 p02 093B:000000 allowed by server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:25 833 p02 send 195 bytes to remote server2010/09/19 13:05:25 00 C1 00 0E 2B 10 00 00 00 00 00 00 81 70 B4 002010/09/19 13:05:25 00 01 14 A4 13 50 A7 04 00 AA 55 81 21 84 01 002010/09/19 13:05:25 01 01 02 FF FF 00 EF 9B 7E 0A A5 99 E9 4A F7 C02010/09/19 13:05:25 6F 62 00 00 90 8D C0 02 FF EE 9A FD 2C 26 8C BF2010/09/19 13:05:25 AC F6 AF 88 D9 DC C4 92 2D D0 19 92 02 66 0C A42010/09/19 13:05:25 AD 62 4E 59 F1 F8 21 42 8C 13 09 6B 26 17 16 072010/09/19 13:05:25 80 6A CA AD 75 70 AF 8B A9 6B 61 FB 7A 1E 57 AB2010/09/19 13:05:25 5A B6 6E 05 50 98 A4 0B 2A 3D 2F 1A 1E 26 14 E32010/09/19 13:05:25 B8 B0 D2 C6 E4 ED 2D 5F 45 CC 6B 2E 96 24 6D 742010/09/19 13:05:25 39 D3 20 59 33 D1 7E CD A8 25 4C F1 36 05 8A 7B2010/09/19 13:05:25 C1 94 02 B6 E8 D9 27 92 75 46 63 24 A2 73 A0 C42010/09/19 13:05:25 1A 87 1A 2A B9 A3 B9 AC CD BC B4 72 EF 53 A3 662010/09/19 13:05:25 7F BF E62010/09/19 13:05:26 833 p02 select: socket is set2010/09/19 13:05:26 833 p02 nmr(): len=2, errno=02010/09/19 13:05:26 833 p02 nmr: netMsgId=14, from server=14,2010/09/19 13:05:26 833 p02 received 21 bytes from remote server2010/09/19 13:05:26 00 0E 81 10 10 00 00 00 00 00 00 00 00 BE BB E92010/09/19 13:05:26 62 0E 53 7A DB2010/09/19 13:05:26 834 c01 anonymous (093B&000000/2B10/B7:50FE): found (1005 ms) by sky italia 13e2010/09/19 13:05:26 834 c01 cw:2010/09/19 13:05:26 00 00 00 00 00 00 00 00 BE BB E9 62 0E 53 7A DB2010/09/19 13:05:26 834 c01 dvbapi: ECM rc: 02010/09/19 13:05:26 834 c01 dvbapi: write cw2 index: 02010/09/19 13:05:35 834 c01 Read 183 bytes Table-id: 80 CA section length: 1832010/09/19 13:05:35 834 c01 trying reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:35 834 c01 093B:000000 allowed by reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:35 833 p02 select: pipe is set2010/09/19 13:05:35 833 p02 ---- ecm_task 1, idx 15, sflag=1, level=02010/09/19 13:05:35 833 p02 casc ecm:2010/09/19 13:05:35 80 70 B4 00 00 01 14 A4 13 50 AC 04 00 AA 55 812010/09/19 13:05:35 21 84 01 00 01 01 02 FF FF 00 F4 9B 7E 0A 8B 072010/09/19 13:05:35 33 98 30 9D 45 DB 00 00 90 8D C0 02 70 F4 88 942010/09/19 13:05:35 8B BE 78 0E 06 C4 A8 7F C1 6F 24 16 CC 57 BD 952010/09/19 13:05:35 EC DF 3C D5 55 1E A5 30 0E 1B 85 38 8A E1 6C 972010/09/19 13:05:35 88 86 E0 D2 5D 9F EF 3C CE 33 DB EE F5 17 27 9F2010/09/19 13:05:35 E7 C0 FF B5 C1 7F 52 49 D8 52 64 3A 9D 93 ED 2A2010/09/19 13:05:35 04 23 78 90 D0 D5 20 07 58 43 5E 22 6F FA EC B22010/09/19 13:05:35 49 F0 91 0F B7 3E 6C 36 AD 08 96 7C 09 F5 85 AE2010/09/19 13:05:35 EA 62 DC 2D 97 60 0F 98 5A FF 26 C9 63 55 0B A82010/09/19 13:05:35 A4 F2 2E 81 56 AC 2D 66 74 F3 BE 4C 3A 3E 44 292010/09/19 13:05:35 2B D6 86 E3 CA A5 1B2010/09/19 13:05:35 833 p02 trying server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:35 833 p02 093B:000000 allowed by server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:35 833 p02 send 195 bytes to remote server2010/09/19 13:05:35 00 C1 00 0F 2B 10 00 00 00 00 00 00 80 70 B4 002010/09/19 13:05:35 00 01 14 A4 13 50 AC 04 00 AA 55 81 21 84 01 002010/09/19 13:05:35 01 01 02 FF FF 00 F4 9B 7E 0A 8B 07 33 98 30 9D2010/09/19 13:05:35 45 DB 00 00 90 8D C0 02 70 F4 88 94 8B BE 78 0E2010/09/19 13:05:35 06 C4 A8 7F C1 6F 24 16 CC 57 BD 95 EC DF 3C D52010/09/19 13:05:35 55 1E A5 30 0E 1B 85 38 8A E1 6C 97 88 86 E0 D22010/09/19 13:05:35 5D 9F EF 3C CE 33 DB EE F5 17 27 9F E7 C0 FF B52010/09/19 13:05:35 C1 7F 52 49 D8 52 64 3A 9D 93 ED 2A 04 23 78 902010/09/19 13:05:35 D0 D5 20 07 58 43 5E 22 6F FA EC B2 49 F0 91 0F2010/09/19 13:05:35 B7 3E 6C 36 AD 08 96 7C 09 F5 85 AE EA 62 DC 2D2010/09/19 13:05:35 97 60 0F 98 5A FF 26 C9 63 55 0B A8 A4 F2 2E 812010/09/19 13:05:35 56 AC 2D 66 74 F3 BE 4C 3A 3E 44 29 2B D6 86 E32010/09/19 13:05:35 CA A5 1B2010/09/19 13:05:36 833 p02 select: socket is set2010/09/19 13:05:36 833 p02 nmr(): len=2, errno=02010/09/19 13:05:36 833 p02 nmr: netMsgId=15, from server=15,2010/09/19 13:05:36 833 p02 received 21 bytes from remote server2010/09/19 13:05:36 00 0F 80 10 10 87 AD 5C 90 CD 62 1A 49 00 00 002010/09/19 13:05:36 00 00 00 00 002010/09/19 13:05:36 834 c01 anonymous (093B&000000/2B10/B7:9CB2): found (1079 ms) by sky italia 13e2010/09/19 13:05:36 834 c01 cw:2010/09/19 13:05:36 87 AD 5C 90 CD 62 1A 49 00 00 00 00 00 00 00 002010/09/19 13:05:36 834 c01 dvbapi: ECM rc: 02010/09/19 13:05:36 834 c01 dvbapi: write cw1 index: 02010/09/19 13:05:45 834 c01 Read 183 bytes Table-id: 81 CA section length: 1832010/09/19 13:05:45 834 c01 trying reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:45 834 c01 093B:000000 allowed by reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:45 833 p02 select: pipe is set2010/09/19 13:05:45 833 p02 ---- ecm_task 1, idx 16, sflag=1, level=02010/09/19 13:05:45 833 p02 casc ecm:2010/09/19 13:05:45 81 70 B4 00 00 01 14 A4 13 50 B1 04 00 AA 55 812010/09/19 13:05:45 21 84 01 00 01 01 02 FF FF 00 F9 9B 7E 0A 1A 272010/09/19 13:05:45 49 CD E7 2A EA 8A 00 00 90 8D C0 02 1B 49 C0 C22010/09/19 13:05:45 26 DE FB 68 C2 14 2C 51 84 BE 7E 63 A9 95 21 762010/09/19 13:05:45 E1 68 25 38 B9 A5 59 DC 85 E8 A0 7D 7D 46 22 402010/09/19 13:05:45 50 BA E0 27 7B 88 63 8F FE 9B 48 F2 78 17 D9 712010/09/19 13:05:45 E1 63 2C 81 A2 F9 CD CA FB 50 EA 55 11 70 D5 AF2010/09/19 13:05:45 FC 4A 91 04 FA D2 E1 F0 41 B6 83 2D A5 04 24 6A2010/09/19 13:05:45 1A AD A0 A9 D0 A7 1F 5F F5 2F A5 BD 3E 60 E3 FE2010/09/19 13:05:45 35 69 A0 38 73 A6 E3 84 9F B3 06 E8 C0 FF 69 A02010/09/19 13:05:45 02 D6 4F 28 D2 2F F0 3E D2 46 AD 7A A4 D5 CF BC2010/09/19 13:05:45 B0 34 E3 F5 B4 71 F02010/09/19 13:05:45 833 p02 trying server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:45 833 p02 093B:000000 allowed by server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:45 833 p02 send 195 bytes to remote server2010/09/19 13:05:45 00 C1 00 10 2B 10 00 00 00 00 00 00 81 70 B4 002010/09/19 13:05:45 00 01 14 A4 13 50 B1 04 00 AA 55 81 21 84 01 002010/09/19 13:05:45 01 01 02 FF FF 00 F9 9B 7E 0A 1A 27 49 CD E7 2A2010/09/19 13:05:45 EA 8A 00 00 90 8D C0 02 1B 49 C0 C2 26 DE FB 682010/09/19 13:05:45 C2 14 2C 51 84 BE 7E 63 A9 95 21 76 E1 68 25 382010/09/19 13:05:45 B9 A5 59 DC 85 E8 A0 7D 7D 46 22 40 50 BA E0 272010/09/19 13:05:45 7B 88 63 8F FE 9B 48 F2 78 17 D9 71 E1 63 2C 812010/09/19 13:05:45 A2 F9 CD CA FB 50 EA 55 11 70 D5 AF FC 4A 91 042010/09/19 13:05:45 FA D2 E1 F0 41 B6 83 2D A5 04 24 6A 1A AD A0 A92010/09/19 13:05:45 D0 A7 1F 5F F5 2F A5 BD 3E 60 E3 FE 35 69 A0 382010/09/19 13:05:45 73 A6 E3 84 9F B3 06 E8 C0 FF 69 A0 02 D6 4F 282010/09/19 13:05:45 D2 2F F0 3E D2 46 AD 7A A4 D5 CF BC B0 34 E3 F52010/09/19 13:05:45 B4 71 F02010/09/19 13:05:46 833 p02 select: socket is set2010/09/19 13:05:46 833 p02 nmr(): len=2, errno=02010/09/19 13:05:46 833 p02 nmr: netMsgId=16, from server=16,2010/09/19 13:05:46 833 p02 received 21 bytes from remote server2010/09/19 13:05:46 00 10 81 10 10 00 00 00 00 00 00 00 00 4E 49 A82010/09/19 13:05:46 3F 1A E9 55 582010/09/19 13:05:46 834 c01 anonymous (093B&000000/2B10/B7:8B59): found (1138 ms) by sky italia 13e2010/09/19 13:05:46 834 c01 cw:2010/09/19 13:05:46 00 00 00 00 00 00 00 00 4E 49 A8 3F 1A E9 55 582010/09/19 13:05:46 834 c01 dvbapi: ECM rc: 02010/09/19 13:05:46 834 c01 dvbapi: write cw2 index: 02010/09/19 13:05:55 834 c01 Read 183 bytes Table-id: 80 CA section length: 1832010/09/19 13:05:55 834 c01 trying reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:55 834 c01 093B:000000 allowed by reader 'sky italia 13e' filter 0000:0000002010/09/19 13:05:55 833 p02 select: pipe is set2010/09/19 13:05:55 833 p02 ---- ecm_task 1, idx 17, sflag=1, level=02010/09/19 13:05:55 833 p02 casc ecm:2010/09/19 13:05:55 80 70 B4 00 00 01 14 A4 13 50 B6 04 00 AA 55 812010/09/19 13:05:55 21 84 01 00 01 01 02 FF FF 00 FE 9B 7E 0A AD 732010/09/19 13:05:55 C4 E4 44 A1 BE E8 00 00 90 8D C0 02 31 97 FA 4F2010/09/19 13:05:55 65 E2 62 6E 08 1A BA F4 D1 97 73 3D FD CE E0 A92010/09/19 13:05:55 C8 B3 CC 19 E1 E0 4D 84 B9 E4 3C 30 DB 30 E1 222010/09/19 13:05:55 1D 66 8E A5 03 98 C9 EC DA 17 C7 EF 4C 3F C6 162010/09/19 13:05:55 96 B6 A7 42 23 0B 0E 09 AF FC 7E 79 C8 66 C8 7E2010/09/19 13:05:55 85 91 D8 87 BE E7 78 6F FE 8C F4 54 0C 2B 24 8D2010/09/19 13:05:55 DD 5B 0A 48 53 00 EC F0 E9 3C 51 97 BF 50 75 B22010/09/19 13:05:55 B5 6B 4E 82 EA CE B7 BD FF 9F 91 4A 30 B6 B2 C92010/09/19 13:05:55 E7 CD 3D 4F E9 B5 2D 11 97 80 2E 04 77 5B B6 E62010/09/19 13:05:55 52 96 4B 28 2E 1C CA2010/09/19 13:05:55 833 p02 trying server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:55 833 p02 093B:000000 allowed by server 'keytv.dyndns.tv' filter 093B:0000002010/09/19 13:05:55 833 p02 send 195 bytes to remote server2010/09/19 13:05:55 00 C1 00 11 2B 10 00 00 00 00 00 00 80 70 B4 002010/09/19 13:05:55 00 01 14 A4 13 50 B6 04 00 AA 55 81 21 84 01 002010/09/19 13:05:55 01 01 02 FF FF 00 FE 9B 7E 0A AD 73 C4 E4 44 A12010/09/19 13:05:55 BE E8 00 00 90 8D C0 02 31 97 FA 4F 65 E2 62 6E2010/09/19 13:05:55 08 1A BA F4 D1 97 73 3D FD CE E0 A9 C8 B3 CC 192010/09/19 13:05:55 E1 E0 4D 84 B9 E4 3C 30 DB 30 E1 22 1D 66 8E A52010/09/19 13:05:55 03 98 C9 EC DA 17 C7 EF 4C 3F C6 16 96 B6 A7 422010/09/19 13:05:55 23 0B 0E 09 AF FC 7E 79 C8 66 C8 7E 85 91 D8 872010/09/19 13:05:55 BE E7 78 6F FE 8C F4 54 0C 2B 24 8D DD 5B 0A 482010/09/19 13:05:55 53 00 EC F0 E9 3C 51 97 BF 50 75 B2 B5 6B 4E 822010/09/19 13:05:55 EA CE B7 BD FF 9F 91 4A 30 B6 B2 C9 E7 CD 3D 4F2010/09/19 13:05:55 E9 B5 2D 11 97 80 2E 04 77 5B B6 E6 52 96 4B 282010/09/19 13:05:55 2E 1C CA2010/09/19 13:05:56 833 p02 select: socket is set2010/09/19 13:05:56 833 p02 nmr(): len=2, errno=02010/09/19 13:05:56 833 p02 nmr: netMsgId=17, from server=17,2010/09/19 13:05:56 833 p02 received 21 bytes from remote server2010/09/19 13:05:56 00 11 80 10 10 4F DE 41 6E 0A FE 8E 96 00 00 002010/09/19 13:05:56 00 00 00 00 002010/09/19 13:05:56 834 c01 anonymous (093B&000000/2B10/B7:20DD): found (1032 ms) by sky italia 13e2010/09/19 13:05:56 834 c01 cw:2010/09/19 13:05:56 4F DE 41 6E 0A FE 8E 96 00 00 00 00 00 00 00 002010/09/19 13:05:56 834 c01 dvbapi: ECM rc: 02010/09/19 13:05:56 834 c01 dvbapi: write cw1 index: 0
  9. Д.Фёдор, спасибо за оперативный ответ. Вот пинг сервера.....очень редко ответ приходит позже чем через 600 мск, а затык (еле заметный но раздражает) есть всегда.... Welcome to Cuberevocuberevo login: rootPassword:[PGI ~]$ ping keytv.dyndns.tvPING keytv.dyndns.tv (195.189.246.244): 56 data bytes64 bytes from 195.189.246.244: seq=0 ttl=53 time=286.940 ms64 bytes from 195.189.246.244: seq=1 ttl=53 time=291.757 ms64 bytes from 195.189.246.244: seq=2 ttl=53 time=290.569 ms64 bytes from 195.189.246.244: seq=3 ttl=53 time=291.347 ms64 bytes from 195.189.246.244: seq=4 ttl=53 time=271.634 ms64 bytes from 195.189.246.244: seq=5 ttl=53 time=262.579 ms64 bytes from 195.189.246.244: seq=6 ttl=53 time=282.354 ms64 bytes from 195.189.246.244: seq=7 ttl=53 time=252.459 ms64 bytes from 195.189.246.244: seq=8 ttl=53 time=298.871 ms64 bytes from 195.189.246.244: seq=9 ttl=53 time=283.171 ms64 bytes from 195.189.246.244: seq=10 ttl=53 time=326.341 ms64 bytes from 195.189.246.244: seq=11 ttl=53 time=287.515 ms64 bytes from 195.189.246.244: seq=12 ttl=53 time=274.478 ms64 bytes from 195.189.246.244: seq=13 ttl=53 time=273.258 ms64 bytes from 195.189.246.244: seq=14 ttl=53 time=259.896 ms64 bytes from 195.189.246.244: seq=15 ttl=53 time=347.236 ms64 bytes from 195.189.246.244: seq=16 ttl=53 time=286.063 ms64 bytes from 195.189.246.244: seq=17 ttl=53 time=273.806 ms64 bytes from 195.189.246.244: seq=18 ttl=53 time=284.029 ms64 bytes from 195.189.246.244: seq=19 ttl=53 time=288.823 ms64 bytes from 195.189.246.244: seq=20 ttl=53 time=336.626 ms64 bytes from 195.189.246.244: seq=21 ttl=53 time=286.102 ms64 bytes from 195.189.246.244: seq=22 ttl=53 time=242.692 ms64 bytes from 195.189.246.244: seq=23 ttl=53 time=291.767 ms64 bytes from 195.189.246.244: seq=24 ttl=53 time=290.584 ms64 bytes from 195.189.246.244: seq=25 ttl=53 time=290.565 ms64 bytes from 195.189.246.244: seq=26 ttl=53 time=285.425 ms64 bytes from 195.189.246.244: seq=27 ttl=53 time=259.288 ms64 bytes from 195.189.246.244: seq=28 ttl=53 time=320.409 ms64 bytes from 195.189.246.244: seq=29 ttl=53 time=254.220 ms64 bytes from 195.189.246.244: seq=30 ttl=53 time=284.475 ms64 bytes from 195.189.246.244: seq=31 ttl=53 time=283.313 ms64 bytes from 195.189.246.244: seq=32 ttl=53 time=347.215 ms64 bytes from 195.189.246.244: seq=33 ttl=53 time=287.021 ms64 bytes from 195.189.246.244: seq=34 ttl=53 time=274.997 ms64 bytes from 195.189.246.244: seq=35 ttl=53 time=395.895 ms64 bytes from 195.189.246.244: seq=36 ttl=53 time=241.143 ms64 bytes from 195.189.246.244: seq=37 ttl=53 time=341.943 ms64 bytes from 195.189.246.244: seq=38 ttl=53 time=257.040 ms64 bytes from 195.189.246.244: seq=39 ttl=53 time=397.791 ms64 bytes from 195.189.246.244: seq=40 ttl=53 time=283.735 ms64 bytes from 195.189.246.244: seq=41 ttl=53 time=284.621 ms64 bytes from 195.189.246.244: seq=42 ttl=53 time=293.743 ms64 bytes from 195.189.246.244: seq=43 ttl=53 time=280.919 ms64 bytes from 195.189.246.244: seq=44 ttl=53 time=301.539 ms64 bytes from 195.189.246.244: seq=45 ttl=53 time=342.645 ms64 bytes from 195.189.246.244: seq=46 ttl=53 time=288.363 ms64 bytes from 195.189.246.244: seq=47 ttl=53 time=248.401 ms64 bytes from 195.189.246.244: seq=48 ttl=53 time=875.314 ms64 bytes from 195.189.246.244: seq=49 ttl=53 time=322.898 ms64 bytes from 195.189.246.244: seq=50 ttl=53 time=266.071 ms64 bytes from 195.189.246.244: seq=51 ttl=53 time=268.139 ms64 bytes from 195.189.246.244: seq=52 ttl=53 time=278.842 ms64 bytes from 195.189.246.244: seq=53 ttl=53 time=256.907 ms64 bytes from 195.189.246.244: seq=54 ttl=53 time=272.080 ms64 bytes from 195.189.246.244: seq=55 ttl=53 time=283.991 ms64 bytes from 195.189.246.244: seq=56 ttl=53 time=959.178 ms64 bytes from 195.189.246.244: seq=57 ttl=53 time=384.223 ms64 bytes from 195.189.246.244: seq=58 ttl=53 time=408.837 ms64 bytes from 195.189.246.244: seq=59 ttl=53 time=570.687 ms64 bytes from 195.189.246.244: seq=60 ttl=53 time=523.636 ms64 bytes from 195.189.246.244: seq=61 ttl=53 time=1101.472 ms64 bytes from 195.189.246.244: seq=62 ttl=53 time=344.548 ms64 bytes from 195.189.246.244: seq=63 ttl=53 time=317.449 ms64 bytes from 195.189.246.244: seq=64 ttl=53 time=605.513 ms64 bytes from 195.189.246.244: seq=65 ttl=53 time=254.039 ms64 bytes from 195.189.246.244: seq=66 ttl=53 time=390.184 ms64 bytes from 195.189.246.244: seq=67 ttl=53 time=429.434 ms64 bytes from 195.189.246.244: seq=68 ttl=53 time=283.329 ms64 bytes from 195.189.246.244: seq=69 ttl=53 time=331.379 ms64 bytes from 195.189.246.244: seq=70 ttl=53 time=582.239 ms64 bytes from 195.189.246.244: seq=71 ttl=53 time=296.200 ms64 bytes from 195.189.246.244: seq=72 ttl=53 time=415.667 ms64 bytes from 195.189.246.244: seq=73 ttl=53 time=419.910 ms64 bytes from 195.189.246.244: seq=74 ttl=53 time=361.254 ms64 bytes from 195.189.246.244: seq=75 ttl=53 time=426.181 ms64 bytes from 195.189.246.244: seq=76 ttl=53 time=274.168 ms64 bytes from 195.189.246.244: seq=77 ttl=53 time=341.658 ms64 bytes from 195.189.246.244: seq=78 ttl=53 time=254.425 ms64 bytes from 195.189.246.244: seq=79 ttl=53 time=288.762 ms64 bytes from 195.189.246.244: seq=80 ttl=53 time=257.681 ms64 bytes from 195.189.246.244: seq=81 ttl=53 time=268.644 ms64 bytes from 195.189.246.244: seq=82 ttl=53 time=254.429 ms64 bytes from 195.189.246.244: seq=83 ttl=53 time=303.082 ms64 bytes from 195.189.246.244: seq=84 ttl=53 time=257.597 ms64 bytes from 195.189.246.244: seq=85 ttl=53 time=303.592 ms64 bytes from 195.189.246.244: seq=86 ttl=53 time=279.254 ms64 bytes from 195.189.246.244: seq=87 ttl=53 time=297.375 ms64 bytes from 195.189.246.244: seq=88 ttl=53 time=285.210 ms64 bytes from 195.189.246.244: seq=89 ttl=53 time=284.815 ms64 bytes from 195.189.246.244: seq=90 ttl=53 time=296.311 ms64 bytes from 195.189.246.244: seq=91 ttl=53 time=249.931 ms64 bytes from 195.189.246.244: seq=92 ttl=53 time=288.307 ms64 bytes from 195.189.246.244: seq=93 ttl=53 time=265.966 ms64 bytes from 195.189.246.244: seq=94 ttl=53 time=323.702 ms64 bytes from 195.189.246.244: seq=95 ttl=53 time=279.004 ms64 bytes from 195.189.246.244: seq=96 ttl=53 time=297.601 ms64 bytes from 195.189.246.244: seq=97 ttl=53 time=280.763 ms64 bytes from 195.189.246.244: seq=98 ttl=53 time=290.946 ms64 bytes from 195.189.246.244: seq=99 ttl=53 time=294.656 ms64 bytes from 195.189.246.244: seq=100 ttl=53 time=276.531 ms64 bytes from 195.189.246.244: seq=101 ttl=53 time=274.416 ms64 bytes from 195.189.246.244: seq=102 ttl=53 time=330.455 ms64 bytes from 195.189.246.244: seq=103 ttl=53 time=286.515 ms64 bytes from 195.189.246.244: seq=104 ttl=53 time=319.450 ms64 bytes from 195.189.246.244: seq=105 ttl=53 time=285.935 ms64 bytes from 195.189.246.244: seq=106 ttl=53 time=298.364 ms64 bytes from 195.189.246.244: seq=107 ttl=53 time=415.765 ms64 bytes from 195.189.246.244: seq=108 ttl=53 time=278.410 ms64 bytes from 195.189.246.244: seq=109 ttl=53 time=285.049 ms64 bytes from 195.189.246.244: seq=110 ttl=53 time=284.023 ms64 bytes from 195.189.246.244: seq=111 ttl=53 time=302.494 ms64 bytes from 195.189.246.244: seq=112 ttl=53 time=352.128 ms64 bytes from 195.189.246.244: seq=113 ttl=53 time=271.544 ms64 bytes from 195.189.246.244: seq=114 ttl=53 time=287.265 ms64 bytes from 195.189.246.244: seq=115 ttl=53 time=276.245 ms64 bytes from 195.189.246.244: seq=116 ttl=53 time=279.618 ms64 bytes from 195.189.246.244: seq=117 ttl=53 time=302.609 ms64 bytes from 195.189.246.244: seq=118 ttl=53 time=282.342 ms64 bytes from 195.189.246.244: seq=119 ttl=53 time=278.670 ms64 bytes from 195.189.246.244: seq=120 ttl=53 time=309.997 ms64 bytes from 195.189.246.244: seq=121 ttl=53 time=296.705 ms64 bytes from 195.189.246.244: seq=122 ttl=53 time=305.371 ms64 bytes from 195.189.246.244: seq=123 ttl=53 time=281.676 ms64 bytes from 195.189.246.244: seq=124 ttl=53 time=300.711 ms64 bytes from 195.189.246.244: seq=125 ttl=53 time=286.784 ms64 bytes from 195.189.246.244: seq=126 ttl=53 time=265.334 ms64 bytes from 195.189.246.244: seq=127 ttl=53 time=306.569 ms64 bytes from 195.189.246.244: seq=128 ttl=53 time=297.197 ms64 bytes from 195.189.246.244: seq=129 ttl=53 time=302.086 ms64 bytes from 195.189.246.244: seq=130 ttl=53 time=285.942 ms64 bytes from 195.189.246.244: seq=131 ttl=53 time=269.724 ms64 bytes from 195.189.246.244: seq=132 ttl=53 time=288.985 ms64 bytes from 195.189.246.244: seq=133 ttl=53 time=321.042 ms64 bytes from 195.189.246.244: seq=134 ttl=53 time=276.360 ms64 bytes from 195.189.246.244: seq=135 ttl=53 time=260.940 ms64 bytes from 195.189.246.244: seq=136 ttl=53 time=309.490 ms64 bytes from 195.189.246.244: seq=137 ttl=53 time=258.577 ms64 bytes from 195.189.246.244: seq=138 ttl=53 time=286.598 ms64 bytes from 195.189.246.244: seq=139 ttl=53 time=283.038 ms64 bytes from 195.189.246.244: seq=140 ttl=53 time=295.415 ms64 bytes from 195.189.246.244: seq=141 ttl=53 time=311.264 ms64 bytes from 195.189.246.244: seq=142 ttl=53 time=271.290 ms64 bytes from 195.189.246.244: seq=143 ttl=53 time=282.266 ms64 bytes from 195.189.246.244: seq=144 ttl=53 time=295.243 ms64 bytes from 195.189.246.244: seq=145 ttl=53 time=261.324 ms64 bytes from 195.189.246.244: seq=146 ttl=53 time=310.774 ms64 bytes from 195.189.246.244: seq=147 ttl=53 time=263.556 ms64 bytes from 195.189.246.244: seq=148 ttl=53 time=338.197 ms64 bytes from 195.189.246.244: seq=149 ttl=53 time=260.314 ms64 bytes from 195.189.246.244: seq=150 ttl=53 time=308.089 ms64 bytes from 195.189.246.244: seq=151 ttl=53 time=293.597 ms64 bytes from 195.189.246.244: seq=152 ttl=53 time=300.579 ms64 bytes from 195.189.246.244: seq=153 ttl=53 time=353.531 ms64 bytes from 195.189.246.244: seq=154 ttl=53 time=291.930 ms64 bytes from 195.189.246.244: seq=155 ttl=53 time=268.210 ms64 bytes from 195.189.246.244: seq=156 ttl=53 time=252.784 ms64 bytes from 195.189.246.244: seq=157 ttl=53 time=293.638 ms64 bytes from 195.189.246.244: seq=158 ttl=53 time=377.616 ms64 bytes from 195.189.246.244: seq=159 ttl=53 time=281.583 ms64 bytes from 195.189.246.244: seq=160 ttl=53 time=285.577 ms64 bytes from 195.189.246.244: seq=161 ttl=53 time=343.469 ms64 bytes from 195.189.246.244: seq=162 ttl=53 time=278.496 ms64 bytes from 195.189.246.244: seq=163 ttl=53 time=271.519 ms64 bytes from 195.189.246.244: seq=164 ttl=53 time=282.359 ms64 bytes from 195.189.246.244: seq=165 ttl=53 time=264.084 ms64 bytes from 195.189.246.244: seq=166 ttl=53 time=268.748 ms64 bytes from 195.189.246.244: seq=167 ttl=53 time=277.445 ms64 bytes from 195.189.246.244: seq=168 ttl=53 time=288.213 ms64 bytes from 195.189.246.244: seq=169 ttl=53 time=254.157 ms64 bytes from 195.189.246.244: seq=170 ttl=53 time=281.999 ms64 bytes from 195.189.246.244: seq=171 ttl=53 time=241.000 ms64 bytes from 195.189.246.244: seq=172 ttl=53 time=318.117 ms64 bytes from 195.189.246.244: seq=173 ttl=53 time=316.289 ms64 bytes from 195.189.246.244: seq=174 ttl=53 time=277.136 ms64 bytes from 195.189.246.244: seq=175 ttl=53 time=303.405 ms64 bytes from 195.189.246.244: seq=176 ttl=53 time=282.736 ms64 bytes from 195.189.246.244: seq=177 ttl=53 time=262.069 ms64 bytes from 195.189.246.244: seq=178 ttl=53 time=245.476 ms64 bytes from 195.189.246.244: seq=179 ttl=53 time=286.377 ms64 bytes from 195.189.246.244: seq=180 ttl=53 time=297.522 ms64 bytes from 195.189.246.244: seq=181 ttl=53 time=268.339 ms64 bytes from 195.189.246.244: seq=182 ttl=53 time=364.235 ms64 bytes from 195.189.246.244: seq=183 ttl=53 time=293.502 ms64 bytes from 195.189.246.244: seq=184 ttl=53 time=298.334 ms64 bytes from 195.189.246.244: seq=185 ttl=53 time=274.171 ms64 bytes from 195.189.246.244: seq=186 ttl=53 time=285.114 ms64 bytes from 195.189.246.244: seq=187 ttl=53 time=306.282 ms64 bytes from 195.189.246.244: seq=188 ttl=53 time=258.984 ms64 bytes from 195.189.246.244: seq=189 ttl=53 time=300.362 ms64 bytes from 195.189.246.244: seq=190 ttl=53 time=292.325 ms64 bytes from 195.189.246.244: seq=191 ttl=53 time=257.121 ms64 bytes from 195.189.246.244: seq=192 ttl=53 time=276.981 ms64 bytes from 195.189.246.244: seq=193 ttl=53 time=238.924 ms64 bytes from 195.189.246.244: seq=194 ttl=53 time=381.720 ms64 bytes from 195.189.246.244: seq=195 ttl=53 time=291.668 ms64 bytes from 195.189.246.244: seq=196 ttl=53 time=308.578 ms64 bytes from 195.189.246.244: seq=197 ttl=53 time=267.290 ms64 bytes from 195.189.246.244: seq=198 ttl=53 time=265.353 ms64 bytes from 195.189.246.244: seq=199 ttl=53 time=352.633 ms64 bytes from 195.189.246.244: seq=200 ttl=53 time=290.488 ms64 bytes from 195.189.246.244: seq=201 ttl=53 time=285.344 ms64 bytes from 195.189.246.244: seq=202 ttl=53 time=264.409 ms64 bytes from 195.189.246.244: seq=203 ttl=53 time=279.402 ms64 bytes from 195.189.246.244: seq=204 ttl=53 time=357.429 ms64 bytes from 195.189.246.244: seq=205 ttl=53 time=290.371 ms64 bytes from 195.189.246.244: seq=206 ttl=53 time=253.536 ms64 bytes from 195.189.246.244: seq=207 ttl=53 time=270.212 ms64 bytes from 195.189.246.244: seq=208 ttl=53 time=272.052 ms64 bytes from 195.189.246.244: seq=209 ttl=53 time=300.168 ms64 bytes from 195.189.246.244: seq=210 ttl=53 time=290.112 ms64 bytes from 195.189.246.244: seq=211 ttl=53 time=263.102 ms64 bytes from 195.189.246.244: seq=212 ttl=53 time=274.655 ms64 bytes from 195.189.246.244: seq=213 ttl=53 time=284.522 ms64 bytes from 195.189.246.244: seq=214 ttl=53 time=298.680 ms64 bytes from 195.189.246.244: seq=215 ttl=53 time=278.505 ms64 bytes from 195.189.246.244: seq=216 ttl=53 time=299.486 ms64 bytes from 195.189.246.244: seq=217 ttl=53 time=306.548 ms64 bytes from 195.189.246.244: seq=218 ttl=53 time=292.397 ms64 bytes from 195.189.246.244: seq=219 ttl=53 time=260.403 ms64 bytes from 195.189.246.244: seq=220 ttl=53 time=281.703 ms64 bytes from 195.189.246.244: seq=221 ttl=53 time=302.995 ms64 bytes from 195.189.246.244: seq=222 ttl=53 time=314.406 ms64 bytes from 195.189.246.244: seq=223 ttl=53 time=401.880 ms64 bytes from 195.189.246.244: seq=224 ttl=53 time=293.256 ms64 bytes from 195.189.246.244: seq=225 ttl=53 time=274.039 ms64 bytes from 195.189.246.244: seq=226 ttl=53 time=314.237 ms64 bytes from 195.189.246.244: seq=227 ttl=53 time=288.164 ms64 bytes from 195.189.246.244: seq=228 ttl=53 time=272.779 ms64 bytes from 195.189.246.244: seq=229 ttl=53 time=261.100 ms64 bytes from 195.189.246.244: seq=230 ttl=53 time=291.979 ms64 bytes from 195.189.246.244: seq=231 ttl=53 time=288.770 ms64 bytes from 195.189.246.244: seq=232 ttl=53 time=284.749 ms64 bytes from 195.189.246.244: seq=233 ttl=53 time=314.801 ms64 bytes from 195.189.246.244: seq=234 ttl=53 time=292.690 ms64 bytes from 195.189.246.244: seq=235 ttl=53 time=282.316 ms64 bytes from 195.189.246.244: seq=236 ttl=53 time=310.081 ms64 bytes from 195.189.246.244: seq=237 ttl=53 time=249.623 ms64 bytes from 195.189.246.244: seq=238 ttl=53 time=307.472 ms64 bytes from 195.189.246.244: seq=239 ttl=53 time=291.379 ms64 bytes from 195.189.246.244: seq=240 ttl=53 time=318.002 ms64 bytes from 195.189.246.244: seq=241 ttl=53 time=278.225 ms в общем хотелось бы посмотреть как с oscam будет, профи---кто может, выложите oscam.pids для sky ialia, заранее спасибо.
  10. Доброе время суток. У кого нибудь есть oscam.pids для sky italia, и sky uk. Хотелось бы проверить как oscam будет с етими пакетами работать. На mgcamd при промотре sky italia каждые секунд 8-10, видимо при смене ключа, небольшой затычек типа едва заметного передёргивания, но всё равно раздражает. Самостоятельно сделать ети файлики не смогу, хоть выше и описано как можно сделать...
×
×
  • Создать...