Talk:AVerMedia A828: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:


ColdSun
ColdSun

----

Hi,
does not work with Mythbuntu with Kernel "MythtvNatty-VM 2.6.38-8-generic" due to a change in semaphore.h
In file included from /A828-expert-install/aver/averusb-mod.c:128:0:
/A828-expert-install/aver/osdep.c: In function ‘AVerA828_SysSemInit’:
/A828-expert-install/aver/osdep.c:435:3: error: implicit declaration of function ‘init_MUTEX’
/A828-expert-install/aver/osdep.c:439:3: error: implicit declaration of function ‘init_MUTEX_LOCKED’
make[3]: *** [/A828-expert-install/aver/averusb-mod.o] Error 1
make[2]: *** [_module_/A828-expert-install] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic'
make: *** [default] Error 2

Any help would be appreciated

Greetings
MrMr

Revision as of 04:15, 10 May 2011

Hi.

This isn't working on openSUSE 11.4 with kernel 2.6.37.1, 32 bits. Everything compiles OK, but when inserting a828.ko I have the following error message if I use the installer.sh script (generated in /tmp/vm-install when you run sh AVERMEDIA-Linux-x86-A828-0.28-beta.sh):

  FATAL: Error inserting a828 (/lib/modules/2.6.37.1-1.2-desktop/kernel/drivers/media/dvb/dvb-usb/a828.ko):
  Invalid argument

or the next one if I run it from the console:

  insmod: error inserting './a828.ko': -1 Invalid parameters

Greetings.



Hi,

Could you try again, and show what this command returns :

  dmesg

Greetings,

ColdSun