Project

General

Profile

Avermedia m115 not recognized

Added by Luca Del Mestre over 11 years ago

First of all, hello to all people!

Second, I'm not a expert user of ubuntu or linux systems.
I'm a software developer in c# on Windows, but linux is new for me. I used unix about 25 years ago, but I can't remember all... I'm sorry and afraid of this...

And now let's go to my problem...

I installed Ubuntu 12.10 on my old acer aspire 5650. It has a avermedia tv card.
I want use tvheadend as backend for xbmc.
Ubuntu "seems" (i'm not expert...) the card but the website of tvheadend in configuration -> tv adapters the dropdown is empty.

dmesg says:

ldelmestre@LDM:~$ dmesg | grep saa
[ 10.947861] saa7130/34: v4l2 driver version 0, 2, 17 loaded
[ 10.947915] saa7134 0000:06:02.0: enabling device (0000 -> 0002)
[ 10.947942] saa71330: found at 0000:06:02.0, rev: 209, irq: 22, latency: 0, mmio: 0xf0401800
[ 10.947951] saa7134 0000:06:02.0: setting latency timer to 64
[ 10.947957] saa71330: subsystem: 1461:a836, board: Avermedia M115 [card=138,insmod option]
[ 10.947974] saa71330: board init: gpio is a400000
[ 11.132669] saa71330: i2c eeprom 00: 61 14 36 a8 00 00 00 00 00 00 00 00 00 00 00 00
[ 11.132688] saa71330: i2c eeprom 10: ff ff ff ff ff 20 ff ff ff ff ff ff ff ff ff ff
[ 11.132704] saa71330: i2c eeprom 20: 01 40 01 02 02 01 01 03 08 ff 00 c0 ff ff ff ff
[ 11.132719] saa71330: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132735] saa71330: i2c eeprom 40: ff 65 00 ff c2 1e ff ff ff ff ff ff ff ff ff ff
[ 11.132751] saa71330: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132766] saa71330: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132782] saa71330: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132797] saa71330: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132812] saa71330: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132828] saa71330: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132843] saa71330: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132859] saa71330: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132875] saa71330: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132890] saa71330: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 11.132906] saa71330: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[ 12.140833] saa71330: registered device video0 [v4l2]
[ 12.141469] saa71330: registered device vbi0
[ 12.491450] saa7134 ALSA driver for DMA sound loaded
[ 12.491490] saa71330/alsa: saa71330 at 0xf0401800 irq 22 registered as card -2

so I think ubuntu knows my card.

I think I forget something in some place...
Where is I fault?

Reading on google I found I must change options in /etc/modprobe.d/options, but only if my card is not visible/identifed by OS. I think Ok knows my card...

Thansk for any suggestions you have.

If you need other ifnos, or printouts or anything else say me what you need.

Bye

LDM