New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 12 matches

by bk
29 Mar 2009, 05:39
Forum: Howtos
Topic: Almost running MythTV backend on Bubba Two
Replies: 1
Views: 6456

Almost running MythTV backend on Bubba Two

Disclaimer: I am no great Linux expert and this howto does some hacks to get around apt package conflicts. It also involves the compilation of about a million lines of code on Bubba Two. So if you break anything in the process, don't blame me. This howto explains how I almost got the MythTV backend ...
by bk
18 Mar 2009, 16:58
Forum: B2 & B3 Support
Topic: Time issue on Bubba Two
Replies: 7
Views: 13431

Thanks. According to Wikipedia, UTC also has leapseconds included, wheres TAI does not (http://en.wikipedia.org/wiki/Coordinated_Universal_Time). So it seems to me that there should still be exactly an hour difference. But I am no expert on these matters.
by bk
14 Mar 2009, 15:10
Forum: B2 & B3 Support
Topic: Time issue on Bubba Two
Replies: 7
Views: 13431

Yes that works. Thanks a lot.
by bk
14 Mar 2009, 11:27
Forum: Howtos
Topic: How to use a DVB-T TV capture device with Bubba Two
Replies: 6
Views: 27022

How to use a DVB-T TV capture device with Bubba Two

Disclaimer: I am no great Linux expert and this howto installs new kernel modules. So if you break anything in the process, don't blame me. I have a Hauppauge WinTV NOVA-T-USB2 DVB-T capture device. It is a USB device for capturing TV signals over the air. The device delivers an mpeg2 stream to the ...
by bk
14 Mar 2009, 05:44
Forum: B2 & B3 Support
Topic: Time issue on Bubba Two
Replies: 7
Views: 13431

Time issue on Bubba Two

I have a problem with the time on Bubba Two. Comparing CET and UTC time, I get: bubba:~# date ; date -u Sat Mar 14 10:32:47 CET 2009 Sat Mar 14 09:33:10 UTC 2009 So the local time is 59 minutes and 37 seconds from UTC instead of the expected one hour. It seems that this might be due to some leap sec...
by bk
11 Mar 2009, 18:44
Forum: B2 & B3 Support
Topic: några frågor bara
Replies: 12
Views: 14073

Jeg har lige fået min Bubba Two til at optage to kanalers TV fra et USB DVB-T device på samme tid. Den ene kanal streames til en anden computer mens den anden kanal gemmes på disken. Samtidigt kører der en del mysql aktivitet. Det går fint. Det skal siges at DVB-T device't leverer MPEG2, så de...
by bk
09 Mar 2009, 18:11
Forum: Bubba Server Support
Topic: FTP help
Replies: 2
Views: 6136

The file /etc/proftpd.conf contains one line starting with DeafultRoot. Replace that line with these two: DefaultRoot ~ jaileduser DefaultRoot /home/ !jaileduser Then jaileduser will only have access to his own home. Remember to restart ftp: /etc/init.d/proftpd restart
by bk
08 Mar 2009, 18:21
Forum: B2 & B3 Support
Topic: Symbolic link: /lib/modules/2.6.26.5/build
Replies: 4
Views: 8648

I managed to get the compilation going by getting the files using: wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-.6.26.5.tar.bz2 as done by 6feet5 in the nfs thread ( http://forum.excito.net/viewtopic.php?t=1193&start=15 ) and by using /prog/config.gz as suggested above, also by 6feet5....
by bk
08 Mar 2009, 06:52
Forum: B2 & B3 Support
Topic: Updating SqueezeCenter
Replies: 9
Views: 11494

On my Bubba Two there is apparently no password for the squeezecenter database in mysql.
by bk
07 Mar 2009, 12:57
Forum: B2 & B3 Support
Topic: Symbolic link: /lib/modules/2.6.26.5/build
Replies: 4
Views: 8648

Thanks for the suggestion. It seems that somewhat more is needed though. The build script uses numerous files from the missing directory. Just for comparison, the corresponding directory on my Fedora 10 laptop has almost 9,000 files below it.
by bk
07 Mar 2009, 04:48
Forum: B2 & B3 Support
Topic: Symbolic link: /lib/modules/2.6.26.5/build
Replies: 4
Views: 8648

Doesn't anyone know anything about this? I guess we already have a clue as to wherre the files might be :wink:
by bk
03 Mar 2009, 14:19
Forum: B2 & B3 Support
Topic: Symbolic link: /lib/modules/2.6.26.5/build
Replies: 4
Views: 8648

Symbolic link: /lib/modules/2.6.26.5/build

I am trying to build the V4L-DVB drivers on Bubba Two, but the build does not succeed since it is missing the file /lib/modules/2.6.26.5/build/.config Looking for the file I noticed that the build folder is a symbolic link: bubba:~# ls -l /lib/modules/2.6.26.5/build lrwxrwxrwx 1 root root 50 Feb 27 ...