Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

em28xx on Nslu2 – OpenWrt

svn checkout svn://svn.openwrt.org/openwrt/trunk kamikaze

or svn checkout svn://svn.openwrt.org/openwrt/branches/8.09 8.09.2
cd kamikaze

./scripts/feeds update

edit ./package/kernel/modules/video.mk adding these lines:
————-
define KernelPackage/video-em28xx
SUBMENU:=$(VIDEO_MENU)
TITLE:=Em28xx support
DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core
KCONFIG:=CONFIG_VIDEO_EM28XX
FILES:=$(LINUX_DIR)/drivers/media/video/em28xx/em28xx.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,em28xx)
endef

define KernelPackage/video-em28xx/description
Kernel modules for supporting Empia video capture devices.
endef

$(eval $(call KernelPackage,video-em28xx))
—————

make menuconfig (choose option needed by us)

make

then you have to load on nslu2 the new kernel and this modules:

tveeprom.ko
videobuf-core.ko
videobuf-vmalloc.ko
input-core.ko
ir-common.ko

and em28xx load correctly!

Now i’m working on build a package for this…

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

  

  

  

*