Добрый день. На мать с архитектурой AMD установил Ubuntu 14.04x32 server из-за плат видеозахвата на Conexant BT-878, которые держат только х32. Также установлена плата видеозахвата на Conexant CX88xx. Настроил video4linux видит все чипы.
ls /dev | grep video*
video0
video1
video2
video3
video4
video5
Однако Avreg ни одной камеры не показывает. Лишь только как-то раз случайно одну из 14 подключенных видеокамер показал.
А сейчас такую канитель выдает
sudo -n tail -n 200 /var/log/syslog | grep avreg | tail -n 50
Nov 23 22:13:03 videoser-avant avregd: critical error: unable to capture any video/audio frames during the last 10 seconds
Nov 23 22:13:04 videoser-avant avregd: cam[12]: mjpg --> ins...@192.168.1.217:53875: have not a source video stream now #10 (resp.status 503)
Nov 23 22:13:04 videoser-avant avregd: cam[7]: mjpg --> ins...@192.168.1.217:53876: have not a source video stream now #9 (resp.status 503)
Nov 23 22:13:04 videoser-avant avregd: cam[8]: mjpg --> ins...@192.168.1.217:53877: have not a source video stream now #8 (resp.status 503)
Nov 23 22:13:04 videoser-avant avregd: cam[9]: mjpg --> ins...@192.168.1.217:53878: have not a source video stream now #7 (resp.status 503)
Nov 23 22:13:04 videoser-avant avregd: cam[10]: mjpg --> ins...@192.168.1.217:53879: have not a source video stream now #6 (resp.status 503)
Nov 23 22:13:04 videoser-avant avregd: cam[11]: mjpg --> ins...@192.168.1.217:53880: have not a source video stream now #5 (resp.status 503)
Nov 23 22:13:07 videoser-avant avregd: cam[7]: mjpg --> ins...@192.168.1.217:53881: have not a source video stream now #6 (resp.status 503)
Nov 23 22:13:07 videoser-avant avregd: cam[8]: mjpg --> ins...@192.168.1.217:53882: have not a source video stream now #5 (resp.status 503)
Nov 23 22:13:07 videoser-avant avregd: cam[9]: mjpg --> ins...@192.168.1.217:53883: have not a source video stream now #8 (resp.status 503)
Nov 23 22:13:07 videoser-avant avregd: cam[10]: mjpg --> ins...@192.168.1.217:53884: have not a source video stream now #7 (resp.status 503)
Nov 23 22:13:07 videoser-avant avregd: cam[11]: mjpg --> ins...@192.168.1.217:53885: have not a source video stream now #6 (resp.status 503)
Nov 23 22:13:07 videoser-avant avregd: cam[12]: mjpg --> ins...@192.168.1.217:53886: have not a source video stream now #5 (resp.status 503)
Nov 23 22:13:23 videoser-avant avregd: critical error: unable to capture any video/audio frames during the last 10 seconds
Такие-же настройки уже ранее на других компах внедрялись
cat /etc/modprobe.d/cardlist.conf
blacklist bttv
blacklist cx88_alsa
blacklist cx8800
blacklist cx88xx
cat /etc/rc.local
/etc/init.d/avreg stop &
sleep 3
modprobe cx88xx
sleep 3
modprobe cx8800
sleep 3
modprobe cx88_alsa
sleep 3
modprobe bttv i2c_scan=0 i2c_hw=-1
sleep 5
/etc/init.d/avreg start
exit0