[Анонс] ArVDR 0.1RC2

  • Цитата

    Со слов пользователя Арраы
    Меню-система-команда-выключить работает? Выключается?


    кажется тоже не работала..


    шас проверю..

  • ..не идет..:( мигнул..и дальше..


    вот лог


    Jul 15 12:04:08 arvdr vdr[2884]: executing command '/bin/busybox poweroff'
    Jul 15 12:04:08 arvdr vdr[2912]: Text2Skin: menu display update thread ended (pid=2912, tid=262152)
    Jul 15 12:04:10 arvdr vdr[2898]: changing transponder data of channel 1 from S13.0E:12597:V:27500:9 to S13.0E:12597:v:27500:3

  • Цитата

    Со слов пользователя Balaganoff
    посмотри /etc/vdr/config/vdr.conf


    должна быть строчка


    METOD="ACPI" или NVRAM (по вкусу)


    PLUGINLIST="dvd image vcd mp3 mplayer sc text2skin femon console dvd burn"
    USE_INTERNAL_IR="no"
    METOD="acpi"
    START_FBTV="no"
    START_BT8XX="no"
    START_VDR="yes"

  • Цитата

    Со слов пользователя bomsch
    ..сегодня после упдате появилось..



    arvdr:~# /etc/init.d/runvdr stop
    ERROR: Module dvb_dibusb does not exist in /proc/modules


    А ты в логи заглядывал?


    Jul 15 22:13:33 arvdr kernel: usbcore: registered new driver Technisat/B2C2 FlexCop II/IIb/III USB
    Jul 15 22:13:33 arvdr kernel: usbcore: registered new driver cinergyT2

  • Как отключить питание LNB на SS2 через конфиги ?


    У драйвера нет функции отключения питания..


    на самом деле эта возможность присутствует.


    lnbp21_set_voltage(struct dvb_frontend* fe,fe_sec_voltage_t voltage)


    switch(voltage) {
    case SEC_VOLTAGE_13:
    buf = (buf & 0xf7) | 0x04;
    break;
    case SEC_VOLTAGE_18:
    buf = (buf & 0xf7) | 0x0c;
    break;
    case SEC_VOLTAGE_OFF:
    buf = buf & 0xf0;
    break;
    }


    т.е. 2 и 3 бит отвечают за питание
    01 - 13 вольт
    11 - 18 вольт
    00 - 0 вольт


    Спалить сей Budget Device очень не хочется..

  • Кто уже пробовал устанавливать RC 2 на CF card? Устанавливаеться всё без проблем только не бутует! Хотя пробовал RC1 всё работает! Кто знает как можно установить?

  • Не знаю наверняка, но кажется в инсталлере ничего не менялось. Может там та-же проблема, что и у LinVDR была когда-то (активация раздела)?

  • Так дошло до меня на конец-то. :D Оказываеться ВДРу надо 470МВ на плате! хотя как ISO всего лишь 90МВ.А CF-card у меня 256 МВ придёться 512 МВ заказывать!

  • Кто хочет может проапдейтится до версии 1.3.28 :rab: :rab: :rab:
    The changes since version 1.3.27:


    - Added a sleep in cDvbPlayer::Action() in case there is no data to send to the
    device, which avoids a busy loop on very fast machines (thanks to Martin Wache).
    - Modified the description of cDevice::Poll() to avoid misunderstandings.
    - Updated Croatian language texts (thanks to Drazen Dupor).
    - cDvbPlayer::Goto() now appends a Sequence End Code to get the image shown
    immediately with softdevices (thanks to Reinhard Nissl).
    - Reactivated cVideoRepacker in remux.c after some fixes (thanks to Reinhard Nissl).
    - Removed the fix for handling VPS timers, so that they only record if the event
    they are assigned to actually has the given VPS time. This has caused repeating
    VPS timers to stop recording prematurely.
    - Avoiding duplicate components in EPG events when reading epg.data or in the
    PUTE SVDRP command (thanks to Olaf Titz for reporting this one).
    - Added the command line options '--lirc', '--rcu' and '--no-kbd' to allow setting
    the remote control at runtime (based on a patch by Darren Salt).
    - Now checking whether timers or channels are currently being edited via the menu
    before making changes through SVDRP (thanks to Andreas Brugger for reporting a
    problem with this).
    - Files and directories are now created with rights according to the shell's
    umask settings (thanks to Andreas Brachold).
    - Fixed the cChannel copy constructor (thanks to Marcel Wiesweg for pointing out
    a problem with it).
    - Fixed an out-of-bounds memory access with audio language ids (thanks to
    Matthias Lenk for reporting, and Udo Richter for suggesting a fix).
    - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
    - Added missing storing of the MenuScrollPage parameter (thanks to Frank Krцmmelbein).
    - Added cRemux::SetTimeouts() for better use of cRemux in a single thread (thanks
    to Udo Richter for reporting a problem with this).
    - Modified cEITScanner::Process() so that it uses the primary device if it is
    replaying and is the only device that provides the given transponder, and that
    a forced EPG scan works even if EPG scan timeout is set to 0 (thanks to
    Bernhard Stegmaier for reporting a problem with this).
    - Fixed cDvbSpuBitmap::putPixel() (thanks to Reinhard Nissl).
    - Fixed setting system time to avoid time jumps in case of faulty data (thanks
    to Andreas Bцttger).
    - Fixed a memory leak in the SVDRP command LSTE (thanks to Stefan Huelswitt).

  • Цитата

    Со слов пользователя free-x
    Кто хочет может проапдейтится до версии 1.3.28 :rab: :rab: :rab:


    Отдохнул-бы хоть от отпуска...

  • Цитата

    Со слов пользователя free-x
    Кто хочет может проапдейтится до версии 1.3.28 :rab: :rab: :rab:


    Вчера синсталировал ArVDR RC2, залил поверх 1.3.28.
    В меню на TV не нашел sc плугин.
    В plugin-библиотеке переименовал 1.3.28 на 1.3.27, все пошло.


    Вопрос: Ist das OK или мне все-таки удалось одеть штаны через голову?
    :rolleyes:

  • Цитата

    Со слов пользователя schpuntik
    Так дошло до меня на конец-то. :D Оказываеться ВДРу надо 470МВ на плате! хотя как ISO всего лишь 90МВ.А CF-card у меня 256 МВ придёться 512 МВ заказывать!


    =)
    У меня бегает RC2 на CF card, без проблем.
    Распознается как первая IDE-Festplate и далее как обычно.

  • Цитата

    Со слов пользователя privet
    А есть место в этом форуме для фантастических идей, типа АрВДР и управление голосом (Sprachsteuerung)?
    :D


    Потом ещё чтоб по рекламе типа "Смотрите в воскресенье на канале ххх" свой таймер сам программировал? :)

  • Измени пожалуйста в runvdr
    fbtv -t 10 2>/dev/null >/dev/null &
    на
    fbtv -t 10 -q 2>/dev/null >/dev/null &
    А то на экране стоит
    Framebuffer TV - ???