Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] firmaware with kernel 2.6.2
hi
i have build kernel 2.6.2 with
CONFIG_DVB=y
CONFIG_DVB_CORE=m
#
# Supported Frontend Modules
#
# CONFIG_DVB_TWINHAN_DST is not set
# CONFIG_DVB_STV0299 is not set
# CONFIG_DVB_SP887X is not set
# CONFIG_DVB_ALPS_TDLB7 is not set
# CONFIG_DVB_ALPS_TDMB7 is not set
# CONFIG_DVB_ATMEL_AT76C651 is not set
# CONFIG_DVB_CX24110 is not set
# CONFIG_DVB_GRUNDIG_29504_491 is not set
# CONFIG_DVB_GRUNDIG_29504_401 is not set
# CONFIG_DVB_MT312 is not set
# CONFIG_DVB_VES1820 is not set
CONFIG_DVB_VES1X93=m
#
# Supported SAA7146 based PCI Adapters
#
CONFIG_DVB_AV7110=m
CONFIG_DVB_AV7110_OSD=y
# CONFIG_DVB_BUDGET is not set
# CONFIG_DVB_BUDGET_CI is not set
# CONFIG_DVB_BUDGET_AV is not set
#
# Supported USB Adapters
#
# CONFIG_DVB_TTUSB_BUDGET is not set
# CONFIG_DVB_TTUSB_DEC is not set
#
# Supported FlexCopII (B2C2) Adapters
#
# CONFIG_DVB_B2C2_SKYSTAR is not set
with lspci
00:0b.0 Multimedia controller: Philips Semiconductors
SAA7146 (rev 01)
in modules.conf
## DVB-1.1.0 ##
probeall /dev/dvb dvb-ttpci
alias /dev/dvb/* /dev/dvb
add below dvb-ttpci ves1x93
i use this script for load dvb-ttpci
#!/bin/bash
#
/sbin/modprobe dvb-ttpci
echo 180 > /sys/class/firmware/timeout
export DEVDIR=/sys/class/firmware/0000\:00\:0b.0
echo 1 > $DEVDIR/loading
cat /usr/local/dvb/lib/dvb-ttpci-01.fw > $DEVDIR/data
echo 0 > $DEVDIR/loading
with load this script !
line 6: /sys/class/firmware/0000:00:0b.0/loading: No
such file or directory
line 7: /sys/class/firmware/0000:00:0b.0/data: No such
file or directory
line 8: /sys/class/firmware/0000:00:0b.0/loading: No
such file or directory
with command line
dir /sys/class/firmware/
i have only the file "timeout" without "0000:00:0b.0"
!! like linux-2.6.2/Documentation/dvb/firmware.txt
cat /sys/class/firmware/timeout
180
root@zss:~# find /sys -iname 0000\:00\:0b.0
/sys/bus/pci/devices/0000:00:0b.0
/sys/devices/pci0000:00/0000:00:0b.0
with xawtv
root@zss:~# xawtv -c /dev/video1
This is xawtv-3.90, running on Linux/i686 (2.6.2)
can't open /dev/video1: No such device
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/video1: No such device
v4l2: open /dev/video1: No such device
v4l: open /dev/video1: No such device
no video grabber device available
root@zss:~# ls -l /dev/video*
lrwxrwxrwx 1 root root 11 2004-02-09
21:27 /dev/video -> /dev/video0
crw-rw-rw- 1 root root 81, 0 2003-11-14
18:43 /dev/video0
crw-rw-rw- 1 root root 81, 1 2003-11-14
18:43 /dev/video1
crw-rw-rw- 1 root root 81, 2 2003-11-14
18:43 /dev/video2
crw-rw-rw- 1 root root 81, 3 2003-11-14
18:43 /dev/video3
root@zss:~# ls -R /dev/dvb/
/dev/dvb/:
adapter0/ adapter1/ adapter2/ adapter3/
/dev/dvb/adapter0:
audio0 ca0 demux0 dvr0 frontend0 net0 osd0
video0
/dev/dvb/adapter1:
audio0 ca0 demux0 dvr0 frontend0 net0 osd0
video0
/dev/dvb/adapter2:
audio0 ca0 demux0 dvr0 frontend0 net0 osd0
video0
/dev/dvb/adapter3:
audio0 ca0 demux0 dvr0 frontend0 net0 osd0
video0
with lsmodModule Size Used by
dvb_ttpci 80204 0
ves1x93 7300 0
dvb_core 58624 2 dvb_ttpci,ves1x93
saa7146_vv 48960 1 dvb_ttpci
video_buf 19200 1 saa7146_vv
saa7146 16792 2 dvb_ttpci,saa7146_vv
v4l1_compat 13760 1 saa7146_vv
v4l2_common 5952 1 saa7146_vv
firmware_class 7296 1 dvb_ttpci
ttpci_eeprom 2496 1 dvb_ttpci
evdev 7488 0
zr36060 10240 1
adv7175 5824 0
saa7110 7680 0
zr36067 126128 0
i2c_algo_bit 9416 1 zr36067
i2c_core 21568 3
adv7175,saa7110,i2c_algo_bit
videocodec 7812 4 zr36060,zr36067
videodev 7936 2 saa7146_vv,zr36067
my dvb pci is technisat sky star1 fronted ves1893
with kernel-2.4.22 and linuxtv-dvb-1.0.1 work perfect
!
please help
thanx
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index