![]() |
2010-11-15
, 10:55
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#2
|
![]() |
2010-11-15
, 11:09
|
Posts: 55 |
Thanked: 5 times |
Joined on Sep 2010
|
#3
|
![]() |
2010-11-15
, 11:22
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#4
|
![]() |
2010-11-15
, 11:27
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#5
|
The Following User Says Thank You to Bernard For This Useful Post: | ||
![]() |
2010-11-15
, 12:17
|
Posts: 55 |
Thanked: 5 times |
Joined on Sep 2010
|
#6
|
unencrypted DVB-H from a DVB-H test in Berlin worked on a N810, so should also be possible on the N900. But DVB-H is available in much less countries, and mostly use encryption on the streams.
![]() |
2010-11-17
, 04:54
|
|
Posts: 220 |
Thanked: 66 times |
Joined on Aug 2010
@ Melbourne, Australia
|
#7
|
![]() |
2010-12-06
, 16:49
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#8
|
svn checkout http://openee.googlecode.com/svn/trunk/ openee hg clone http://linuxtv.org/hg/v4l-dvb cp openee/recipes/v4l-dvb/files/v4l-dvb-as102.patch v4l-dvb/v4l-dvb-as102.patch cd v4l-dvb patch -p1 -i v4l-dvb-as102.patch sudo make menuconfig sudo gedit v4l/.config CHANGE CONFIG_DVB_FIREDTV=m to CONFIG_DVB_FIREDTV=n make sudo make install sudo tar -v -x -f openee/recipes/v4l-dvb/files/v4l-dvb-firmwares.tar.gz -C /lib/firmware
![]() |
2010-12-06
, 16:54
|
Posts: 304 |
Thanked: 176 times |
Joined on Oct 2009
|
#9
|
![]() |
2010-12-06
, 17:29
|
Posts: 961 |
Thanked: 565 times |
Joined on Jul 2007
@ Tyneside, North East England
|
#10
|
Does anybody know how I could easily compile a new version of v4l on the N900? If I can figure out how to do that I can add support for my DVB-T stick.
I tried installing some developer tools on my n900, but I have a lot of problems compiling because of a lack of space.
I assume compiling in scratchbox doesn't have this limitation, but how do I make an installable package out of the new v4l instead of using "make install". I tried things like checkinstall, but that doesn't even work in ubuntu (probably because these are rather low-level files).
Step by step, on ubuntu I would clone a copy of the latest v4l trunk, apply a patch to add support for my PCTV Picostick, compile, install and copy the firmware.
Surely something similar can be made to work on Maemo and the N900?Code:svn checkout http://openee.googlecode.com/svn/trunk/ openee hg clone http://linuxtv.org/hg/v4l-dvb cp openee/recipes/v4l-dvb/files/v4l-dvb-as102.patch v4l-dvb/v4l-dvb-as102.patch cd v4l-dvb patch -p1 -i v4l-dvb-as102.patch sudo make menuconfig sudo gedit v4l/.config CHANGE CONFIG_DVB_FIREDTV=m to CONFIG_DVB_FIREDTV=n make sudo make install sudo tar -v -x -f openee/recipes/v4l-dvb/files/v4l-dvb-firmwares.tar.gz -C /lib/firmware
anybody a suggestion on how to do that and install the result on my n900?
I'm an active motorcyclist and sometimes I miss TV for news etc. and a connection is too bad for internet services but, at the same time terrestial signals seems to be just fine.
I could have more power from my bike's battery, so using an USB hub with a power supply wouldn't be a problem. I'm not a specialist under the hood of Maemo, so, what it would require to do this?