All, or at least most of the OpenELEC/dvb-firmware files already were in my firmware directory.
Here I found that dmesg - this man has got a MSI VOS TV as as well:
em28xx-video.c: requesting em2880-dvb!
em28xx #0: V4L2 VBI device registered as /dev/vbi0
em28xx #0: V4L2 device registered as /dev/video0
em2880-dvb.c: DVB Init
Loading base firmware: xc3028_8MHz_init0.i2c.fw
Loading default dtv settings: xc3028_DTV8_2633.i2c.fw
xc3028-tuner.c: sending extra call for DVB-T
When looking for it, there seem to be plenty of xc3028 on my rasbpi:
find /lib/firmware/ -name xc3028
/lib/firmware/xc3028-v27.fw
/lib/firmware/xc3028-v24.fw
/lib/firmware/xc3028L-v36.fw
But another problem more and more comes to my mind:
Whenever I boot the rasbpi, no em28xx related messages occur in dmesg. I always unplug and replug the stick, then the messages come. Can the firmware only be loaded at boot time?
I consider, whether this is a power problem. But the dvb stick is at a powered hub, so should not cause problems.
I tried to remove my USB hard disk and power the DVB stick directly by the rasbpi. It seems not to work any better:
http://paste.osmc.io/husifoquyo
When trying to install firmware-linux-nonfree, I get these messages:
sudo apt-get install firmware-linux-nonfree
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen… Fertig
Vorgeschlagene Pakete:
initramfs-tools
Die folgenden NEUEN Pakete werden installiert:
firmware-linux-nonfree
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 2 nicht aktualisiert.
Es müssen noch 0 B von 1.386 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 5.128 kB Plattenplatz zusätzlich benutzt.
(Lese Datenbank … 38189 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von …/firmware-linux-nonfree_0.43_all.deb …
Entpacken von firmware-linux-nonfree (0.43) …
dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/firmware-linux-nonfree_0.43_all.deb (–unpack):
Versuch, »/lib/firmware/v4l-cx25840.fw« zu überschreiben, welches auch in Paket dvb-firmware-osmc 1.0.1 ist
dpkg-deb: Fehler: Unterprozess einfügen wurde durch Signal (Datenübergabe unterbrochen (broken pipe)) getötet
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/firmware-linux-nonfree_0.43_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Removing /lib/firmware/v4l-cx25840.fw does not help.
Still a little out ouf clou…