I was able to resolve this problem myself, it wasn't bug of any kind actually. Indeed problem was in PAL-DK system which didn't appear in XAWTV by default(I've seen only PAL, SECAM and NTSC), but after I've installed Zapping I was able to watch programs with sound on my current kernel (2.6.9) which make me look deeper into documentation on XAW TV, after some looking I've found out that it somehow related to my NVidia card, as when I'm using default kernel video driver I can watch programs with sound and when I install driver sound mistically disappear, after some reading it's become obvious that XawTV pick first video device it could found (in this case it pick my NVIdia card). it's easily solved by executing these commands:
xawtv -hwscan (this one would print list of all available video devices)
for me it gives this one:
Quote:
/dev/video0: OK [ -device /dev/video0 ]
type : v4l2
name : AverMedia 305
flags: overlay capture tuner
|
so next time I run
xawtv -device /dev/video0
everything work like a charm.
hope this info would be useful to someone.