Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] dvbtune / dvbstream with recent CVS



Hi again :)

Has anyone else noticed that dvbtune 0.5 is broken with the v4l 
All-in-one patch on 2.6.10-rc1 at least?

$ strace dvbtune -f 754167
execve("./dvbtune", ["./dvbtune", "-f", "754167", "2"], [/* 16 vars */]) = 0
uname({sys="Linux", node="eddie", ...}) = 0
brk(0)                                  = 0x8050000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=33528, ...}) = 0
old_mmap(NULL, 33528, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fe4000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\30\222"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=1153784, ...}) = 0
old_mmap(NULL, 1166560, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7ec7000
mprotect(0xb7fda000, 40160, PROT_NONE)  = 0
old_mmap(0xb7fda000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x113000) = 0xb7fda000
old_mmap(0xb7fe0000, 15584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fe0000
close(3)                                = 0
munmap(0xb7fe4000, 33528)               = 0
open("/dev/dvb/adapter0/dvr0", O_RDONLY|O_NONBLOCK) = 3
open("/dev/dvb/adapter0/frontend0", O_RDONLY) = 4
open("/dev/dvb/adapter0/demux0", O_RDWR|O_NONBLOCK) = 5
open("/dev/dvb/adapter0/demux0", O_RDWR) = 6
open("/dev/dvb/adapter0/demux0", O_RDWR) = 7
open("/dev/dvb/adapter0/demux0", O_RDWR) = 8
open("/dev/dvb/adapter0/demux0", O_RDWR) = 9
open("/dev/dvb/adapter0/demux0", O_RDWR|O_NONBLOCK) = 10
ioctl(7, 0x6f2a, 0)                     = 0
ioctl(6, 0x6f2a, 0)                     = 0
ioctl(8, 0x6f2a, 0)                     = 0
ioctl(4, 0x80a86f3d, 0xbffff968)        = 0
write(2, "Using DVB card \"cx22702 demod\"\n", 31Using DVB card "cx22702 demod"
) = 31
write(2, "tuning DVB-T (in United Kingdom)"..., 49tuning DVB-T (in United Kingdom) to 754167000 Hz
) = 49
nanosleep({0, 100000000}, NULL)         = 0
ioctl(4, 0x40246f4c, 0xbffffa10)        = -1 EPERM (Operation not permitted)
write(2, "ERROR tuning channel\n: Operation"..., 47ERROR tuning channel
: Operation not permitted
) = 47
_exit(-1)                               = ?

Yet the 0.5 version of 'dvbstream' is unaffected and tunes OK, and both 
have an identical 'tune.c' - I really don't understand what's going 
wrong :/

Cheers,
Gavin.





Home | Main Index | Thread Index