ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sharavin Sergey <sharavin@sibmail.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Дравер linuxtv-dvb-apps 1.1 .0 - alt3 в ALC-3.0
Date: Mon, 13 Feb 2006 23:05:34 +0600
Message-ID: <200602132305.34846.sharavin@sibmail.ru> (raw)
In-Reply-To: <43F0B3B4.2070603@mail.ru>


>
> Приаттачил скрип по созданию девайсов
> Посмотри какая у тебя группа есть или video или audio не принципиально
> подредактируй скрипт и включи юзера в эту группу

Таких групп у меня нет.

> Покаж как грузишь  модули

Да скриптом

#!/bin/sh
    DIR=/usr/bin	
    PID=7000 
    DEV_NAME=dvb0_0
    IP_ADDR=192.168.38.81
   MAC_ADDR=**:**:**:**:**:** 

    cd $DIR/

    case "$1" in

    start)

    $DIR/szap -c /etc/channels.conf -n 1 -x
    $DIR/dvbnet -p $PID
    ifconfig dvb0_0 192.168.38.81 netmask 255.255.255.0 hw ether 
00:d0:d7:0d:14:67
    ifconfig ppp0:1 192.168.38.81 netmask 255.255.255.255
    echo 0 > /proc/sys/net/ipv4/conf/dvb0_0/rp_filter
    ;;

    stop)
    /sbin/ifconfig $DEV_NAME down
    $DIR/dvbnet -d 0
    modprobe -r skystar2
    modprobe -r stv0299
    modprobe -r dvb-core
    ;;
    restart)
    $0 stop
    $0 start
    ;;
    *)
    echo "Usage: `basename $0` start | stop | restart"
    ;;
    esac 


Вот его работа
# ./ss start
reading channels from file '/etc/channels.conf'
zapping to 1 'am22':
sat 0, frequency = 10974 MHz V, symbolrate 29207000, vpid = 0x1b58, apid = 
0x1b58
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 01 | signal 9363 | snr 7527 | ber 0000fff0 | unc 00000000 |
status 1f | signal b3ab | snr ae8d | ber 00004d21 | unc 00000000 | FE_HAS_LOCK

DVB Network Interface Manager
Version 1.1.0-TVF (Build Mon Sep 19 20:02:48 2005)
Copyright (C) 2003, TV Files S.p.A

Device: /dev/dvb/adapter0/net0
Status: device dvb0_0 for pid 7000 created successfully.



  reply	other threads:[~2006-02-13 17:05 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-12  7:08 [Comm] Драйвер linuxtv-dvb-apps 1.1.0 " Sharavin Sergey
2006-02-13  5:56 ` [Comm] äÒÁÊ×ÅÒ linuxtv-dvb-apps 1.1.0 - alt3 × ALC-3.0 Игорь
2006-02-13  6:24   ` [Comm] äÒÁÊ×ÅÒ linuxtv-dvb-apps 1.1 .0 " sharavin
2006-02-13  6:39     ` Игорь
2006-02-13  7:21       ` sharavin
2006-02-13 13:18       ` [Comm] Дравер linuxtv-dvb-apps 1.1 .0 - alt3 в ALC-3.0 Sharavin Sergey
2006-02-13 14:57         ` [Comm] äÒÁ×ÅÒ linuxtv-dvb-apps 1.1 .0 - alt3 × ALC-3.0 Игорь
2006-02-13 15:28           ` Sharavin Sergey
2006-02-13 16:07             ` [Comm] Дравер linuxtv-dvb-apps 1.1 .0 - alt3 в ALC-3.0 Игорь
2006-02-13 16:15               ` Sharavin Sergey
2006-02-13 16:28                 ` Игорь
2006-02-13 17:05                   ` Sharavin Sergey [this message]
2006-02-14  5:56                     ` Игорь
2006-02-14 18:07                       ` Sharavin Sergey
2006-02-15 11:23                         ` [Comm] äÒÁ×ÅÒ linuxtv-dvb-apps 1.1 .0 - alt3 × ALC-3.0 Игорь
2006-02-15 12:34                           ` Sharavin Sergey
2006-02-15 13:33                             ` [Comm] Дравер linuxtv-dvb-apps 1.1 .0 - alt3 в ALC-3.0 Игорь
2006-02-15 16:27                           ` [Comm] äÒÁ×ÅÒ linuxtv-dvb-apps 1.1 .0 - alt3 × ALC-3.0 Sharavin Sergey
2006-02-16  5:17                             ` [Comm] Дравер linuxtv-dvb-apps 1.1 .0 - alt3 в ALC-3.0 Игорь
2006-02-16  7:33                               ` sharavin
2006-02-16  8:02                                 ` Игорь
2006-02-16  8:47                                   ` sharavin
2006-02-16  9:44                                     ` Игорь
2006-02-16 11:02                                   ` Вячеслав Диконов
2006-02-16 13:52                                     ` Sharavin Sergey
2006-02-16 18:34                                 ` Sergey Lizogub
2006-02-13 15:15         ` Вячеслав Диконов
2006-02-13 12:17 ` [Comm] Драйвер linuxtv-dvb-apps 1.1.0 " Vladimir V. Kamarzin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200602132305.34846.sharavin@sibmail.ru \
    --to=sharavin@sibmail.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git