beardedwonder
Posts: 7
Joined: Wed Jan 30, 2013 11:50 am

V4L DVB-T on Raspbmc

Wed Jan 30, 2013 11:55 am

I've been trying to get a DVB-T stick running on Raspbmc. I managed to get the stick working on Ubuntu.

I have got all the dependencies to clone, build and make, I have also installed headers (3.6.11 headers don't seem to be available).

After running 'sudo make kernel-links', which completed fine. I ran ./build and got the following error:

Code: Select all

Preparing to compile for kernel version 3.6.11
You appear to have loadable modules turned off in your kernel.  You can
not compile the v4l-dvb drivers, as modules, and use them with a kernel
that has modules disabled.

If you want to compile these drivers into your kernel, you should
use 'make kernel-links' to link the source for these drivers into
your kernel tree.  Then configure and compile the kernel.
make[1]: *** [allyesconfig] Error 255
make[1]: Leaving directory `/home/pi/temp/media_build/v4l'
make: *** [allyesconfig] Error 2
can't select all drivers at ./build line 451.
Does anyone know how I can get passed this error?

HarryL
Posts: 27
Joined: Mon Oct 01, 2012 12:12 pm
Location: Denmark

Re: V4L DVB-T on Raspbmc

Wed Jan 30, 2013 1:21 pm

yes you need the kernel headers..

cd /usr/src
git clone https://github.com/raspberrypi/linux.git
and an symlink for build..(will get back on that when got clone is done).

im in the process to do the same right now.. dvb_2382u module

deltas take a lot off time ;-)=-

i'll get back to you
2 Model B 256MB / 2 Model B 512MB / Gertboard / HDhomerun,Anysee E30 C Plus DVB-C Tuner

beardedwonder
Posts: 7
Joined: Wed Jan 30, 2013 11:50 am

Re: V4L DVB-T on Raspbmc

Wed Jan 30, 2013 2:53 pm

I have run clone now, what do I have to do next?

sblaster
Posts: 3
Joined: Thu Sep 13, 2012 8:31 am

Re: V4L DVB-T on Raspbmc

Sat Feb 02, 2013 3:27 pm

Same on.

The main problem is to find the right headers. I've tried the 3.6.11+ headers, but actually i could not insmod the module...

What should I do ? try to upgrade kernel to 3.6.11+, which will compromise xbmc, or compile 3.6.11 (but i don t have enough space on my SD Card).

beardedwonder
Posts: 7
Joined: Wed Jan 30, 2013 11:50 am

Re: V4L DVB-T on Raspbmc

Sat Feb 02, 2013 10:20 pm

I'm still struggling with this and haven't managed to get any further. The new version of Raspbmc might be out tomorrow, will that be of any help here?

sblaster
Posts: 3
Joined: Thu Sep 13, 2012 8:31 am

Re: V4L DVB-T on Raspbmc

Sun Feb 03, 2013 8:44 am

No, but next Openelec seems because in kernel 3.7, there is support for the new Terratec Dongle... We'll see

Spid
Posts: 525
Joined: Sat Jan 19, 2013 12:47 pm

Re: V4L DVB-T on Raspbmc

Sun Feb 03, 2013 9:15 am

OpenELEC Testing - Raspberry Pi ARM Version:2.99.2 (3.0 RC 2) was released 29/01/2013

http://openelec.tv/get-openelec/viewcat ... -pi-builds

http://wiki.openelec.tv/index.php?title ... spberry_Pi
I will always assume you are running Raspbian for desktop and Raspbmc for XMBC !

sblaster
Posts: 3
Joined: Thu Sep 13, 2012 8:31 am

Re: V4L DVB-T on Raspbmc

Sun Feb 03, 2013 9:30 am

Yep but still 3.6.11. I've seen some hints that next one will be 3.7.4

beardedwonder
Posts: 7
Joined: Wed Jan 30, 2013 11:50 am

Re: V4L DVB-T on Raspbmc

Tue Mar 26, 2013 1:46 am

Still haven't been able to get this stick to work. Hoping someone will be able to help.
lsusb:

Code: Select all

Bus 001 Device 004: ID 15a4:1001 Afatech Technologies, Inc. AF9015/AF9035 DVB-T stick
dmesg:

Code: Select all

dvb-usb: found a 'Afatech AF9035 reference design' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Afatech AF9035 reference design)
af9035: tuner ID=2e not supported, please report!
dvb-usb: MAC address: 00:00:00:00:00:00
af9033: firmware version: LINK=11.5.9.0 OFDM=5.17.9.1
DVB: registering adapter 0 frontend 0 (Afatech AF9033 (DVB-T))...
Registered IR keymap rc-empty
input: IR-receiver inside an USB DVB receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/rc/rc0/input1
rc0: IR-receiver inside an USB DVB receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/rc/rc0
dvb-usb: Afatech AF9035 reference design successfully initialized and connected.
usbcore: registered new interface driver dvb_usb_af9035

tvjon
Posts: 854
Joined: Mon Jan 07, 2013 9:11 am

Re: V4L DVB-T on Raspbmc

Wed Feb 05, 2014 6:35 pm

HarryL wrote:yes you need the kernel headers..

cd /usr/src
git clone https://github.com/raspberrypi/linux.git......
deltas take a lot off time ;-)=-

i'll get back to you
Yes, deltas did, but sadly this is the result:

Cloning into 'linux'...
remote: Reusing existing pack: 3393260, done.
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 3393265 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (3393265/3393265), 920.25 MiB | 1.39 MiB/s, done.
error: index-pack died of signal 999996)
fatal: index-pack failed

Return to “Media centres”