Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] init dvbd
- To: linux-dvb@linuxtv.org
- Subject: [linux-dvb] init dvbd
- From: Jordacijevic Serz <jordacijevic@serz.at>
- Date: Sat, 29 Dec 2001 16:50:40 +0100
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii; format=flowed
- Delivered-To: mhonarc@limes.convergence.de
- Sender: linux-dvb-bounce@linuxtv.org
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2
Hi,
Because english is not my native language, please excuse my bad english.
Where should i start?
I'm using Debian, and the kernel source from kernel.org.
$ uname -r
2.4.17
And the sources for the card siemens_dvb-0.9.3.tar.gz
I can watch TV very well, but not use the dvb network function.
I have two important hosts
1. my Server: connected with ipppd to the internet (MASQ with iptabels).
2. my Client: with the dvbs card. and a 100baseT connection to the server.
I try to run my Hauppauge WinTV DVB-s with my EON account.
I reed the Sat-HOWTO.
At the point "6.3 dvbd daemon" is writing how to change the dvbd.h.(for
eth0 or i*ppp0)
So i download the dvbrouter and the dvbd3 package from linuxtv.org
I can watch TV very well, but my problem is: I can not start the dvbd.
Every time i try to run it, I got the error code 22 back.
# ./dvbd
# echo $?
22
If i try do make the bin new:
# cd /usr/src/dvbd3
# make
rm -f dvbd *.o *~
gcc -c -O2 -m486 -Wall -Wshadow -Wcast-qual -Wcast-align
-Wnested-externs dvbd.c
dvbd.c:59: ../DVB/driver/dvb_v4l.h: No such file or directory
make: *** [dvbd.o] Error 1
# find /usr/src -name dvb_v4l.h
/usr/src/dvbrouter/driver/dvb_v4l.h
# cp -ia /usr/src/dvbrouter/driver/* /usr/src/DVB/driver/
# make
rm -f dvbd *.o *~
gcc -c -O2 -m486 -Wall -Wshadow -Wcast-qual -Wcast-align
-Wnested-externs dvbd.c
dvbd.c: In function `main':
dvbd.c:91: structure has no member named `channel_flags'
dvbd.c:91: `DVB_CHANNEL_FTA' undeclared (first use in this function)
dvbd.c:91: (Each undeclared identifier is reported only once
dvbd.c:91: for each function it appears in.)
make: *** [dvbd.o] Error 1
my question: under Windows I can not watch TV and use the network
function at the same time.
I think the module is not loaded!???
# ls -al /proc/sys/net/ipv4/conf/
total 0
dr-xr-xr-x 6 root root 0 Dec 29 16:17 ./
dr-xr-xr-x 5 root root 0 Dec 29 15:31 ../
dr-xr-xr-x 2 root root 0 Dec 29 16:17 all/
dr-xr-xr-x 2 root root 0 Dec 29 16:17 default/
dr-xr-xr-x 2 root root 0 Dec 29 16:17 eth0/
dr-xr-xr-x 2 root root 0 Dec 29 16:17 lo/
but
# lsmod
Module Size Used by Tainted: P
dvb 241216 0
dvb_demux 11808 1 [dvb]
saa7146_v4l 14724 0 (unused)
saa7146_core 13312 0 [dvb saa7146_v4l]
tuner 4036 1
stv0299 2528 0 (unused)
tda8083 1824 0 (unused)
L64781 2688 0 (unused)
VES1820 3200 0 (unused)
VES1893 3168 1
dmxdev 7364 1 [dvb]
dvb_filter 6912 0 [dvb]
videodev 4672 1 [dvb]
dvbdev 1632 1 [dvb]
usb-uhci 21412 0 (unused)
usbcore 29152 0 [usb-uhci]
lp 6016 0 (autoclean)
nls_iso8859-1 2848 1 (autoclean)
nls_cp437 4384 1 (autoclean)
NVdriver 820096 14
dvb_net 2592 0 [dvb]
vfat 9500 1
fat 29752 0 [vfat]
reiserfs 240352 0 (unused)
emu10k1 55360 0 (unused)
ac97_codec 9696 0 [emu10k1]
sound 54444 0 [emu10k1]
soundcore 3588 7 [emu10k1 sound]
sg 24036 0 (unused)
parport_pc 12580 1
parport 14208 1 [lp parport_pc]
8139too 13184 1
I can see I load the dvb_net module. (this can be the network
implimentation?)
Do I need the dvbd3 package, to use the network funktion?
Do I need the dvbrouter package, to use the network function?
Do I need a lower kernel (2.4.13 or 14)?
Do I need something else package, to use the network function?
How can I use the NETWORK without lessening the n.tv sound.
I am should, I have to load other modules else for watching TV (not all
the modules).
I hope somebody can help me.
Mit freundlichen Gruessen,
Serz
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index