Forums/Bluecherry BC- series driver support/Hardware compression MPEG-4 / H.264 driver

Answered

insmod: error inserting 'solo6x10.ko': -1 Unknown symbol in module

Roman Gaufman
asked this on June 16, 2011 07:05

Got the latest driver from git: https://github.com/bluecherrydvr/solo6x10 - ran make && make install, rebooted and... nothing.

When I try to insmod I get:

# insmod solo6x10.ko 
insmod: error inserting 'solo6x10.ko': -1 Unknown symbol in module 

Dmesg shows:

[ 388.140780] solo6x10: Unknown symbol videobuf_to_dma_contig (err 0) 
[ 388.141272] solo6x10: Unknown symbol videobuf_queue_dma_contig_init (err 0) 
[ 388.141617] solo6x10: Unknown symbol videobuf_dma_contig_free (err 0) 

I'm using:

# uname -a 
Linux demo1 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux 
# cat /etc/issue U
buntu 11.04 \n \l 

Please advice

Also posted this issue on github: https://github.com/bluecherrydvr/solo6x10/issues/1

 

Comments

User photo
Curtis Hall
Bluecherry
Ajax_loader_small Answer

You need to run sudo depmod -a. Also, don't use insmod, use modprobe

June 16, 2011 07:09