I have dual Xeon 2.4 GHz on Supermicro X5DAL-G motherboard 
(Intel SE7505 chipset), NVidia GeForce3 Ti200, SoundBlaster
Live! and Iomega BUZ card. Input source is DirecTV S-Video.

OS is RH8.0 with custom 2.4.20 kernel. I installed xawtv-3.85 
and driver-zoran-0.9.1. I'm loading required modules with a 
script - below is the script; the lsmod; and the dmesg output.

xawtv shows the screen on first boot, but screen goes all
black shortly thereafter. EXCEPT - I can see a narrow band,
which is part of the TV screen, at the top of the xawtv
black screen. 

Also, I can't figure out how to get the TV audio out. The
sound card itself is working, but not with TV signal.

Ideas appreciated - Thx, Randy 

# cat Insmod_BUZ.sh
#!/bin/sh

insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/i2c/i2c-core.o i2c_debug=1
insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/i2c/i2c-dev.o
insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/i2c/i2c-algo-bit.o bit_test 1
bit_scan 1 i2c_debug 1

insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/media/video/videodev.o
insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/media/video/v4l2-common.o
insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/media/video/v4l1-compat.o debug 1
insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/media/video/videocodec.o debug 1
insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/media/video/zr36060.o
low_bitrate=1
insmod /lib/modules/2.4.21-pre4-ac4/kernel/drivers/media/video/zoran.o card=7
default_input=1 default_norm=1 lock_norm=2

# lsmod
Module                  Size  Used by    Tainted: PF
saa7111                 4860   1  (autoclean)
saa7185                 4476   1  (autoclean)
zoran                 127472   4
zr36060                 9736   1
videocodec              7156   2  [zoran zr36060]
v4l1-compat            12740   0  (unused)
v4l2-common             3872   0  (unused)
videodev                8128   1  [zoran]
i2c-algo-bit            8744   1  [zoran]
i2c-dev                 5700   0  (unused)
i2c-core               17764   0  [saa7111 saa7185 zoran i2c-algo-bit i2c-dev]
emu10k1                73288   0  (autoclean)
sound                  73196   0  (autoclean) [emu10k1]
ac97_codec             13416   0  (autoclean) [emu10k1]
soundcore               6212   7  (autoclean) [emu10k1 sound]
nvidia               1592896  13  (autoclean)
vmnet                  26752   4
vmmon                  25396   0  (unused)
vpnmod                194304  -1  (unused)
e1000                  51904   1
ide-scsi               12272   0

# dmesg
etc
etc


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to