cargabsj175 / openwrt-on-dir-320-b1

Automatically exported from code.google.com/p/openwrt-on-dir-320-b1
0 stars 0 forks source link

Не получается установить/пользоваться kmod-video-core #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Прошивка: openwrt-BB-std-01.06.2013.bin

Репозиторий не менял
src/gz custompackages 
http://openwrt-on-dir-320-b1.googlecode.com/svn/trunk/bin/ramips/packages

При попытке установить получаю следующее:

opkg install kmod-video-core
Installing kmod-video-core (3.8.12-1) to root...
Downloading 
http://openwrt-on-dir-320-b1.googlecode.com/svn/trunk/bin/ramips/packages/kmod-v
ideo-core_3.8.12-1_ramips_24kec.ipk.
Collected errors:
 * opkg_install_pkg: Package kmod-video-core md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
 * opkg_install_cmd: Cannot install package kmod-video-core.

Руками ставится, но при подключении камеры 
в логах ошибки
[153183.160000] videodev: Unknown symbol i2c_unregister_device (err 0)
[153183.210000] v4l2_common: Unknown symbol i2c_new_device (err 0)
[153183.220000] v4l2_common: Unknown symbol v4l2_subdev_init (err 0)
[153183.230000] v4l2_common: Unknown symbol v4l2_device_register_subdev (err 0)
[153183.250000] v4l2_common: Unknown symbol i2c_unregister_device (err 0)
[153183.260000] v4l2_common: Unknown symbol v4l2_ctrl_get_menu (err 0)
[153183.270000] v4l2_common: Unknown symbol i2c_new_probed_device (err 0)
[153183.280000] v4l2_common: Unknown symbol v4l2_ctrl_fill (err 0)
[243452.610000] videodev: Unknown symbol i2c_unregister_device (err 0)
[243452.700000] v4l2_common: Unknown symbol i2c_new_device (err 0)
[243452.710000] v4l2_common: Unknown symbol v4l2_subdev_init (err 0)
[243452.720000] v4l2_common: Unknown symbol v4l2_device_register_subdev (err 0)
[243452.740000] v4l2_common: Unknown symbol i2c_unregister_device (err 0)
[243452.750000] v4l2_common: Unknown symbol v4l2_ctrl_get_menu (err 0)
[243452.770000] v4l2_common: Unknown symbol i2c_new_probed_device (err 0)
[243452.780000] v4l2_common: Unknown symbol v4l2_ctrl_fill (err 0)

и /dev/video - не появляется

с пакетом kmod-video-gspca-core - то же самое

может репозиторий не тот ...
хотя usbutils установился нормально

root@OpenWrt:~# opkg install usbutils
Installing usbutils (006-1) to root...
Downloading 
http://downloads.openwrt.org/snapshots/trunk/ramips/packages/usbutils_006-1_rami
ps.ipk.
Multiple packages (librt and librt) providing same name marked HOLD or PREFER. 
Using latest.
Multiple packages (libpthread and libpthread) providing same name marked HOLD 
or PREFER. Using latest.
Configuring usbutils.

Original issue reported on code.google.com by Dofer.m...@gmail.com on 4 Jun 2013 at 8:23

GoogleCodeExporter commented 8 years ago
Если ставите руками, надо kmod-i2c-core, 
kmod-video-videobuf2, kmod-video-core, kmod-video-uvc

Original comment by xakep6...@gmail.com on 6 Jun 2013 at 8:47

GoogleCodeExporter commented 8 years ago
та же ошибка для пакетов kmod-i2c-core, kmod-video-videobuf2

Залил прошивку openwrt-AA-std-18.03.2013.bin,
но и тут при попытке установить kmod-i2c-core 
ошибки

root@OpenWrt:~# opkg install 
http://openwrt-on-dir-320-b1.googlecode.com/svn/branches/attitude_adjustment/bin
/ramips/packages/kmod-i2c-core_3.3.8-1_ramips.
ipk
Downloading 
http://openwrt-on-dir-320-b1.googlecode.com/svn/branches/attitude_adjustment/bin
/ramips/packages/kmod-i2c-core_3.3.8-1_ramips.ipk.
Installing kmod-i2c-core (3.3.8-1) to root...
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-i2c-core:
 *      kernel (= 3.3.8-1-4dbc27e5e09007428e1b773d4b2a6651) * 
 * opkg_install_cmd: Cannot install package kmod-i2c-core.

Original comment by Dofer.m...@gmail.com on 9 Jun 2013 at 8:25

GoogleCodeExporter commented 8 years ago
Получилось установить используя

opkg install --force-depends kmod-i2c-core kmod-video-videobuf2 kmod-video-core 
kmod-video-gspca-core kmod-video-gspca-spca561

после перезагрузки появляется /dev/video0, и в 
dmesg ошибок нет

Original comment by Dofer.m...@gmail.com on 11 Jun 2013 at 12:32

GoogleCodeExporter commented 8 years ago
с новой прошивкой openwrt-AA-std-12.06.2013.bin всё 
прошло вообще без проблем

opkg install kmod-i2c-core kmod-video-videobuf2 kmod-video-core 
kmod-video-gspca-core kmod-video-gspca-spca561
Package kmod-i2c-core (3.3.8-1) installed in root is up to date.
Package kmod-video-videobuf2 (3.3.8-1) installed in root is up to date.
Package kmod-video-core (3.3.8-1) installed in root is up to date.
Package kmod-video-gspca-core (3.3.8-1) installed in root is up to date.
Installing kmod-video-gspca-spca561 (3.3.8-1) to root...
Downloading 
http://openwrt-on-dir-320-b1.googlecode.com/svn/branches/attitude_adjustment/bin
/ramips/packages/kmod-video-gspca-spca561_3.3.8-1_ramips.ipk.
Configuring kmod-video-gspca-spca561.

так что тикет можно закрывать, спасибо

Original comment by Dofer.m...@gmail.com on 12 Jun 2013 at 8:52

GoogleCodeExporter commented 8 years ago

Original comment by xakep6...@gmail.com on 13 Jun 2013 at 3:28