I managed to do it with some copies & adapts. Compile is ok and the stick is mounted (see log below).
My problem is that it cannot see channels. I think it comes from the fact that bandwidth=0, but channel is ok when I check logs in debug mode.
I've tried tvheadend, but it sees nothing. w-scan idem. Kaffeine cannot see the stick.
If I could force default bandwidth to 8Mhz I think it would solve the problem. How can I do that ?
+rtl2832_set_parameters frequency = 482000000 , bandwidth = 0
Tuning parameters are OK. bandwidth=0 means 8MHz in the DVBv3 API, so that's fine with kernels older than 3.3.
The problem is that, for some reason, the driver can't get a lock on the given frequency.
Thank you !
In fact it came from the fact that the RPi doesn't give enough power. I have to use a powered usb hub.
I also have to double check if it works on both usb ports because I've just finished my test and on one port it didn't work.
Thank you again.