Connect and configure the Freesat Hardware
Hardware Details
-
Manufacturer: DVBSky
-
Model: S2
-
Chipset: M88DS3103
System shows as connected
root@testpi:~# lsusb | grep Conexant
Bus 001 Device 004: ID 0572:6831 Conexant Systems (Rockwell), Inc.
Though none of the LEDs on the unit itself are on - the driver also loads a firmware image, so will probably find the power LED doesn't do anything until that point
Activity
2014-11-06 12:09:42
So will need to build the V4L package
2014-11-06 12:31:32
2014-11-06 14:09:02
Get Kernel headers etc
Install Driver
The make takes quite a while to run, so I've left it to it for the time being.
2014-11-06 15:24:22
The first relates to our module, which isn't great. Will let the compile finish and see if it actually causes any issues though.
2014-11-06 16:16:59
Once the box comes back up, there should (hopefully) now be a /dev/dvb
Nuts.....
2014-11-06 16:25:38
Wondered if it was the use of the x86 specific script earlier, but turns out it doesn't do a huge amount.
2014-11-06 16:34:54
Now I need to find something else to do while that runs :)
2014-11-06 17:20:47
Syslog shows
Suggests this compile is going to end in the same result, so have killed it off for the time being
Got the GitHub link by looking for the relevant version in Module.symvers' history (https://github.com/raspberrypi/firmware/commits/master/extra/Module.symvers)
Have done a make clean and just started make again
2014-11-06 17:24:22
2014-11-06 18:20:46
Was fixed previously by running the x86 build script but can't quite see how that could have fixed it as it copies a single module (which we wind up overwriting anyway),
Looking at it though, our make clean blew away the RPi module we copied in earlier
2014-11-06 19:52:05
Will see at the end if it makes any difference (assuming we've fixed the initial issue).
Starting to wish I'd cross-compiled rather than getting the Pi to do it, but it's a good chunk of the way through now.
2014-11-06 19:52:28
2014-11-06 21:25:33
We're good to go :)
2014-11-06 21:25:40
2014-11-06 21:25:40
2014-11-06 21:25:43