SiliconDust - HDHomeRun 4DC - Xubuntu

Device info on main page.

Work log

2016-03-12: f4 - sdb2 - install hdhomerun software, try this guide: add repository

tingo@kg-f4:~$ sudo add-apt-repository ppa:tfylliv/dvbhdhomerun
 Ubuntu packages of the linux dvb driver (http://sourceforge.net/projects/dvbhdhomerun/) for the HDHomeRun.
 More info: https://launchpad.net/~tfylliv/+archive/ubuntu/dvbhdhomerun
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmp_b0o9udv/secring.gpg' created
gpg: keyring `/tmp/tmp_b0o9udv/pubring.gpg' created
gpg: requesting key 1FA11754 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp_b0o9udv/trustdb.gpg: trustdb created
gpg: key 1FA11754: public key "Launchpad PPA for Villy Thomsen" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

update

tingo@kg-f4:~$ sudo apt-get update
[...]
W: Failed to fetch http://ppa.launchpad.net/tfylliv/dvbhdhomerun/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/tfylliv/dvbhdhomerun/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

ok, don't bother.

2016-03-12: f4 - sdb2 - the machine got upgraded to Xubuntu 14.04.4 LTS.

tingo@kg-f4:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 14.04.4 LTS
Release:    14.04
Codename:    trusty

with a 3.13 kernel

tingo@kg-f4:~$ uname -a
Linux kg-f4 3.13.0-79-generic #123-Ubuntu SMP Fri Feb 19 14:27:58 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

from dmesg output I need to upgrade / reinstall dvbhdhomerun software:

tingo@kg-f4:~$ dmesg | grep hdhom
[   17.213501] dvb_hdhomerun_core: disagrees about version of symbol module_layout
[   17.239007] init: dvbhdhomerun-utils pre-start process (1129) terminated with status 1

check

tingo@kg-f4:~$ sudo dpkg-query -l dvbhdhomerun*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                    Version          Architecture     Description
+++-=======================-================-================-===================================================
ii  dvbhdhomerun-dkms       0.0.16~precise   all              Source for the dvbhdhomerun kernel driver.
un  dvbhdhomerun-source     <none>           <none>           (no description available)
ii  dvbhdhomerun-utils      0.0.16~precise   amd64            User space application that talks with the HDHomeRu

reinstall

tingo@kg-f4:~$ sudo apt-get reinstall dvbhdhomerun-dkms dvbhdhomerun-utils
E: Invalid operation reinstall

ok, upgrade

tingo@kg-f4:~$ sudo apt-get upgrade dvbhdhomerun-dkms dvbhdhomerun-utils
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Calculating upgrade... Done
dvbhdhomerun-dkms is already the newest version.
dvbhdhomerun-utils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

no? Remove, then install

tingo@kg-f4:~$ sudo apt-get remove dvbhdhomerun-dkms dvbhdhomerun-utils
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following package was automatically installed and is no longer required:
  dkms
Use 'apt-get autoremove' to remove it.
The following packages will be REMOVED:
  dvbhdhomerun-dkms dvbhdhomerun-utils
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 263 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 213878 files and directories currently installed.)
Removing dvbhdhomerun-utils (0.0.16~precise) ...
Removing dvbhdhomerun-dkms (0.0.16~precise) ...

-------- Uninstall Beginning --------
Module:  dvbhdhomerun
Version: 0.0.16~precise
Kernel:  3.13.0-79-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

dvb_hdhomerun.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-79-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_core.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-79-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_fe.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-79-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module:  dvbhdhomerun
Version: 0.0.16~precise
Kernel:  3.2.0-70-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

dvb_hdhomerun.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_core.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_fe.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

------------------------------
Deleting module version: 0.0.16~precise
completely from the DKMS tree.
------------------------------
Done.
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot

install

tingo@kg-f4:~$ sudo apt-get install dvbhdhomerun-dkms dvbhdhomerun-utils
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package dvbhdhomerun-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package dvbhdhomerun-dkms is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'dvbhdhomerun-dkms' has no installation candidate
E: Package 'dvbhdhomerun-utils' has no installation candidate

funny.

tingo@kg-f4:~$ sudo apt-cache search dvbhdhomerun

crap.

2015-11-22: f4 - sdb2 - I upgraded firmware on my HDHR3-DC, so I need to restart the dvbhdhomrun service and tvheadend:

tingo@kg-f4:~$ sudo service dvbhdhomerun-utils restart
dvbhdhomerun-utils stop/waiting
dvbhdhomerun-utils start/running, process 18767
tingo@kg-f4:~$ sudo service tvheadend restart
tvheadend stop/waiting
tvheadend start/running, process 18797

that's it.

2014-11-16: f4 - sdb2 - then start the service:

tingo@kg-f4:~$ sudo service dvbhdhomerun-utils status
dvbhdhomerun-utils stop/waiting
tingo@kg-f4:~$ sudo service dvbhdhomerun-utils start
dvbhdhomerun-utils start/running, process 5978
tingo@kg-f4:~$ sudo service dvbhdhomerun-utils status
dvbhdhomerun-utils start/running, process 5978

looks better now. Finally, restart tvheadend:

tingo@kg-f4:~$ sudo service tvheadend status
tvheadend start/running, process 1298
tingo@kg-f4:~$ sudo service tvheadend restart
tvheadend stop/waiting
tvheadend start/running, process 6046

will it work now? Yes, it works better now.

2014-11-16: f4 - sdb2 - the machine got a new kernel, so I need to fix dvbhdhomerun again. kernel:

tingo@kg-f4:~$ uname -a
Linux kg-f4 3.2.0-70-generic #105-Ubuntu SMP Wed Sep 24 19:49:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

fix dvbhdhhomerun:

tingo@kg-f4:~$ sudo dpkg-reconfigure dvbhdhomerun-dkms dvbhdhomerun-utils

-------- Uninstall Beginning --------
Module:  dvbhdhomerun
Version: 0.0.16~precise
Kernel:  3.2.0-60-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

dvb_hdhomerun.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_core.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_fe.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module:  dvbhdhomerun
Version: 0.0.16~precise
Kernel:  3.2.0-70-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

dvb_hdhomerun.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_core.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_fe.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.

------------------------------
Deleting module version: 0.0.16~precise
completely from the DKMS tree.
------------------------------
Done.
Loading new dvbhdhomerun-0.0.16~precise DKMS files...
Building only for 3.2.0-70-generic
Building initial module for 3.2.0-70-generic
Done.

dvb_hdhomerun:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-70-generic/updates/dkms/

dvb_hdhomerun_core.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-70-generic/updates/dkms/

dvb_hdhomerun_fe.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-70-generic/updates/dkms/

depmod....

DKMS: install completed.

-------- Uninstall Beginning --------
Module:  dvbhdhomerun
Version: 0.0.16~precise
Kernel:  3.2.0-70-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

dvb_hdhomerun.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_core.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_fe.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-70-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

------------------------------
Deleting module version: 0.0.16~precise
completely from the DKMS tree.
------------------------------
Done.
Loading new dvbhdhomerun-0.0.16~precise DKMS files...
Building only for 3.2.0-70-generic
Building initial module for 3.2.0-70-generic
Done.

dvb_hdhomerun:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-70-generic/updates/dkms/

dvb_hdhomerun_core.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-70-generic/updates/dkms/

dvb_hdhomerun_fe.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-70-generic/updates/dkms/

depmod....

DKMS: install completed.

done.

2014-03-27: f4 - sdb2 - after a restart of tvheadend, the new adapters are detected. Yay! From the tvheadend log:

Mar 27 00:35:27.053 dvb: Adapter "HDHomeRun DVB-C 14102B7B-3" Enabled
Mar 27 00:35:27.124 dvb: Adapter /dev/dvb/adapter4 will run in full mux mode
Mar 27 00:35:36.273 dvb: Adapter "HDHomeRun DVB-C 14102B7B-2" Enabled
Mar 27 00:35:36.406 dvb: Adapter /dev/dvb/adapter3 will run in full mux mode
Mar 27 00:35:46.239 dvb: Adapter "HDHomeRun DVB-C 14102B7B-1" Enabled
Mar 27 00:35:46.391 dvb: Adapter /dev/dvb/adapter2 will run in full mux mode

(the first adapter (0) is currently running w_scan)

2014-03-26: f4 - sdb2 - hdhomerun - retry w_scan:

tingo@kg-f4:~$ w_scan -fc -c NO -C ISO8859-1 -a 1
w_scan version 20111203 (compiled for DVB API 5.4)
using settings for NORWAY
DVB cable
DVB-C
frontend_type DVB-C, channellist 7
output format vdr-1.6
output charset 'ISO-8859-1'
-_-_-_-_ Getting frontend capabilities-_-_-_-_
Using DVB API 5.4
frontend 'HDHomeRun DVB-C 14102B7B-0' supports
INVERSION_AUTO
QAM_AUTO
FEC_AUTO
FREQ (51.00MHz ... 858.00MHz)
SRATE (0.452MBd ... 7.230MBd)
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

yes, that's more like it.

2014-03-26: f4 - sdb2 - hdhomerun - after a reboot /var/log/syslog shows:

Mar 27 00:22:47 kg-f4 kernel: [   10.492698] hdhomerun: userhdhomerun connected
Mar 27 00:22:47 kg-f4 kernel: [   10.492740] hdhomerun: userhdhomerun connected
Mar 27 00:22:47 kg-f4 kernel: [   10.492760] hdhomerun: creating dvb device for 14102B7B-0
Mar 27 00:22:47 kg-f4 kernel: [   10.492915] DVB: registering new adapter (HDHomeRun)
Mar 27 00:22:47 kg-f4 kernel: [   10.501185] DVB: registering adapter 1 frontend 0 (HDHomeRun DVB-C 14102B7B-0)...
Mar 27 00:22:47 kg-f4 kernel: [   10.501322] HDHomeRun0: DVB Frontend registered
Mar 27 00:22:47 kg-f4 kernel: [   10.501326] HDHomeRun0: Registered DVB adapter1
Mar 27 00:22:47 kg-f4 kernel: [   10.501399] hdhomerun: device /dev/hdhomerun_data0 created
Mar 27 00:22:47 kg-f4 kernel: [   10.501623] hdhomerun: userhdhomerun connected
Mar 27 00:22:47 kg-f4 kernel: [   10.501632] hdhomerun: creating dvb device for 14102B7B-1
Mar 27 00:22:47 kg-f4 kernel: [   10.501706] DVB: registering new adapter (HDHomeRun)
Mar 27 00:22:47 kg-f4 kernel: [   10.502142] DVB: registering adapter 2 frontend 0 (HDHomeRun DVB-C 14102B7B-1)...
Mar 27 00:22:47 kg-f4 kernel: [   10.502206] HDHomeRun1: DVB Frontend registered
Mar 27 00:22:47 kg-f4 kernel: [   10.502210] HDHomeRun1: Registered DVB adapter2
Mar 27 00:22:47 kg-f4 kernel: [   10.502269] hdhomerun: device /dev/hdhomerun_data1 created
Mar 27 00:22:47 kg-f4 kernel: [   10.502422] hdhomerun: userhdhomerun connected
Mar 27 00:22:47 kg-f4 kernel: [   10.502430] hdhomerun: creating dvb device for 14102B7B-2
Mar 27 00:22:47 kg-f4 kernel: [   10.502493] DVB: registering new adapter (HDHomeRun)
Mar 27 00:22:47 kg-f4 kernel: [   10.502915] DVB: registering adapter 3 frontend 0 (HDHomeRun DVB-C 14102B7B-2)...
Mar 27 00:22:47 kg-f4 kernel: [   10.502977] HDHomeRun2: DVB Frontend registered
Mar 27 00:22:47 kg-f4 kernel: [   10.502981] HDHomeRun2: Registered DVB adapter3
Mar 27 00:22:47 kg-f4 kernel: [   10.503040] hdhomerun: device /dev/hdhomerun_data2 created
Mar 27 00:22:47 kg-f4 kernel: [   10.503184] hdhomerun: userhdhomerun connected
Mar 27 00:22:47 kg-f4 kernel: [   10.503191] hdhomerun: creating dvb device for 14102B7B-3
Mar 27 00:22:47 kg-f4 kernel: [   10.503254] DVB: registering new adapter (HDHomeRun)
Mar 27 00:22:47 kg-f4 kernel: [   10.503685] DVB: registering adapter 4 frontend 0 (HDHomeRun DVB-C 14102B7B-3)...
Mar 27 00:22:47 kg-f4 kernel: [   10.503749] HDHomeRun3: DVB Frontend registered
Mar 27 00:22:47 kg-f4 kernel: [   10.503753] HDHomeRun3: Registered DVB adapter4
Mar 27 00:22:47 kg-f4 kernel: [   10.503807] hdhomerun: device /dev/hdhomerun_data3 created
Mar 27 00:22:47 kg-f4 kernel: [   10.504161] hdhomerun: userhdhomerun connected

which is interesting. Try a new scan with w_scan.

2014-03-26: f4 - sdb2 - hdhomerun - retry w_scan:

tingo@kg-f4:~$ w_scan -fc -c NO -C ISO8859-1 -a 1
w_scan version 20111203 (compiled for DVB API 5.4)
using settings for NORWAY
DVB cable
DVB-C
frontend_type DVB-C, channellist 7
output format vdr-1.6
output charset 'ISO-8859-1'
-_-_-_-_ Getting frontend capabilities-_-_-_-_
Using DVB API 5.4
frontend 'HDHomeRun ATSC' supports
INVERSION_AUTO
8VSB
16VSB
QAM_64
QAM_256
FREQ (54.00MHz ... 858.00MHz)
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
main:3281: FATAL: Frontend 'HDHomeRun ATSC'(ATSC) doesnt support your choosen scan type 'DVB-C'

Ok, try a reboot.

2014-03-26: f4 - sdb2 - hdhomerun - probe with hdhomerun_config:

tingo@kg-f4:~$ hdhomerun_config
Usage:
    hdhomerun_config discover
    hdhomerun_config <id> get help
    hdhomerun_config <id> get <item>
    hdhomerun_config <id> set <item> <value>
    hdhomerun_config <id> scan <tuner> [<filename>]
    hdhomerun_config <id> save <tuner> <filename>
    hdhomerun_config <id> upgrade <filename>
tingo@kg-f4:~$ hdhomerun_config discover
hdhomerun device 14102B7B found at 10.1.161.17
tingo@kg-f4:~$ hdhomerun_config 14102B7B get help
Supported configuration options:
/lineup/location <countrycode>:<postcode>
/lineup/scan
/sys/copyright
/sys/dvbc_modulation
/sys/debug
/sys/features
/sys/hwmodel
/sys/model
/sys/restart <resource>
/sys/version
/tuner<n>/channel <modulation>:<freq|ch>
/tuner<n>/channelmap <channelmap>
/tuner<n>/debug
/tuner<n>/filter "0x<nnnn>-0x<nnnn> [...]"
/tuner<n>/lockkey
/tuner<n>/program <program number>
/tuner<n>/streaminfo
/tuner<n>/status
/tuner<n>/target <ip>:<port>
/tuner<n>/vchannel <vchannel>

features

tingo@kg-f4:~$ hdhomerun_config 14102B7B get /sys/features
channelmap: eu-cable au-cable tw-cable
modulation: a8qam256-* a8qam128-* a8qam64-* a7qam256-* a7qam128-* a7qam64-* a6qam256-* a6qam128-* a6qam64-*
auto-modulation: auto auto8c auto7c auto6c

try to set channel map?

tingo@kg-f4:~$ hdhomerun_config 14102B7B get /tuner0/channelmap
eu-cable
tingo@kg-f4:~$ hdhomerun_config 14102B7B get /tuner1/channelmap
eu-cable
tingo@kg-f4:~$ hdhomerun_config 14102B7B get /tuner2/channelmap
eu-cable
tingo@kg-f4:~$ hdhomerun_config 14102B7B get /tuner3/channelmap
eu-cable

Nope, that is already correct. Next, editing /etc/dvbhdhomerun file:

[14102B7B-0]
tuner_type=DVB-C
use_full_name=true

[14102B7B-1]
tuner_type=DVB-C
use_full_name=true

[14102B7B-2]
tuner_type=DVB-C
use_full_name=true

[14102B7B-3]
tuner_type=DVB-C
use_full_name=true

and restart dvbhdhomerun-utils service:

tingo@kg-f4:~$ sudo service dvbhdhomerun-utils restart
dvbhdhomerun-utils stop/waiting
dvbhdhomerun-utils start/running, process 5983

check log file - looks good.

2014-03-26: f4 - sdb2 - hdhomerun - using w_scan for testing.

tingo@kg-f4:~$ w_scan -fc -c NO -C ISO8859-1 -a 1
w_scan version 20111203 (compiled for DVB API 5.4)
using settings for NORWAY
DVB cable
DVB-C
frontend_type DVB-C, channellist 7
output format vdr-1.6
output charset 'ISO-8859-1'
-_-_-_-_ Getting frontend capabilities-_-_-_-_
Using DVB API 5.4
frontend 'HDHomeRun ATSC' supports
INVERSION_AUTO
8VSB
16VSB
QAM_64
QAM_256
FREQ (54.00MHz ... 858.00MHz)
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
main:3281: FATAL: Frontend 'HDHomeRun ATSC'(ATSC) doesnt support your choosen scan type 'DVB-C'

interesting.

2014-03-26: f4 - sdb2 - hdhomerun - the control devices are created too:

tingo@kg-f4:~$ ls -l /dev/hdh*
crw-rw---- 1 root video  10, 57 Mar 26 23:25 /dev/hdhomerun_control
crw-rw---- 1 root video 249,  0 Mar 26 23:25 /dev/hdhomerun_data0
crw-rw---- 1 root video 249,  1 Mar 26 23:25 /dev/hdhomerun_data1
crw-rw---- 1 root video 249,  2 Mar 26 23:25 /dev/hdhomerun_data2
crw-rw---- 1 root video 249,  3 Mar 26 23:25 /dev/hdhomerun_data3

I wish I knew what the problem is.

2014-03-26: f4 - sdb2 - tvheadend - let's try to stop it, verify that it is stopped and start it again:

tingo@kg-f4:~$ sudo service tvheadend stop
tvheadend stop/waiting
tingo@kg-f4:~$ sudo service tvheadend status
tvheadend stop/waiting
tingo@kg-f4:~$ sudo service tvheadend start
tvheadend start/running, process 5882

and check web interface again. Nope, no new adapters there. Darn.

2014-03-26: f4 - sdb2 - after update-manager installed a new kernel, I need to fix dvbhdhomerun again:

tingo@kg-f4:~$ sudo dpkg-reconfigure dvbhdhomerun-dkms dvbhdhomerun-utils
[sudo] password for tingo:

-------- Uninstall Beginning --------
Module:  dvbhdhomerun
Version: 0.0.16~precise
Kernel:  3.2.0-58-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

dvb_hdhomerun.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-58-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_core.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-58-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_fe.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-58-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module:  dvbhdhomerun
Version: 0.0.16~precise
Kernel:  3.2.0-60-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

dvb_hdhomerun.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_core.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_fe.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.

------------------------------
Deleting module version: 0.0.16~precise
completely from the DKMS tree.
------------------------------
Done.
Loading new dvbhdhomerun-0.0.16~precise DKMS files...
Building only for 3.2.0-60-generic
Building initial module for 3.2.0-60-generic
Done.

dvb_hdhomerun:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-60-generic/updates/dkms/

dvb_hdhomerun_core.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-60-generic/updates/dkms/

dvb_hdhomerun_fe.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-60-generic/updates/dkms/

depmod....

DKMS: install completed.

-------- Uninstall Beginning --------
Module:  dvbhdhomerun
Version: 0.0.16~precise
Kernel:  3.2.0-60-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

dvb_hdhomerun.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_core.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


dvb_hdhomerun_fe.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

------------------------------
Deleting module version: 0.0.16~precise
completely from the DKMS tree.
------------------------------
Done.
Loading new dvbhdhomerun-0.0.16~precise DKMS files...
Building only for 3.2.0-60-generic
Building initial module for 3.2.0-60-generic
Done.

dvb_hdhomerun:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-60-generic/updates/dkms/

dvb_hdhomerun_core.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-60-generic/updates/dkms/

dvb_hdhomerun_fe.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-60-generic/updates/dkms/

depmod....

DKMS: install completed.

and restart

tingo@kg-f4:~$ sudo service dvbhdhomerun-utils restart
stop: Unknown instance:
dvbhdhomerun-utils start/running, process 5807

did it help?

tingo@kg-f4:~$ ll /dev/dvb
total 0
drwxr-xr-x  7 root root  140 Mar 26 23:25 ./
drwxr-xr-x 17 root root 4480 Mar 26 23:25 ../
drwxr-xr-x  2 root root  140 Mar 26 22:55 adapter0/
drwxr-xr-x  2 root root  100 Mar 26 23:25 adapter1/
drwxr-xr-x  2 root root  100 Mar 26 23:25 adapter2/
drwxr-xr-x  2 root root  100 Mar 26 23:25 adapter3/
drwxr-xr-x  2 root root  100 Mar 26 23:25 adapter4/

looks like it.

2014-03-26: f4 - sdb2 - tvheadend restart it, and see if it gets the new adapters:

tingo@kg-f4:~$ sudo service tvheadend restart
tvheadend stop/waiting
tvheadend start/running, process 8884

check the web interface for the new tuners - nope, not detected.

2014-03-26: f4 - sdb2 - DVB adapters. did that get me any new adapters?

tingo@kg-f4:~$ ls -l /dev/dvb/adapter[1234]
/dev/dvb/adapter1:
total 0
crw-rw----+ 1 root video 212, 5 Mar 26 22:13 demux0
crw-rw----+ 1 root video 212, 6 Mar 26 22:13 dvr0
crw-rw----+ 1 root video 212, 7 Mar 26 22:13 frontend0

/dev/dvb/adapter2:
total 0
crw-rw----+ 1 root video 212,  8 Mar 26 22:13 demux0
crw-rw----+ 1 root video 212,  9 Mar 26 22:13 dvr0
crw-rw----+ 1 root video 212, 10 Mar 26 22:13 frontend0

/dev/dvb/adapter3:
total 0
crw-rw----+ 1 root video 212, 11 Mar 26 22:13 demux0
crw-rw----+ 1 root video 212, 12 Mar 26 22:13 dvr0
crw-rw----+ 1 root video 212, 13 Mar 26 22:13 frontend0

/dev/dvb/adapter4:
total 0
crw-rw----+ 1 root video 212, 14 Mar 26 22:13 demux0
crw-rw----+ 1 root video 212, 15 Mar 26 22:13 dvr0
crw-rw----+ 1 root video 212, 16 Mar 26 22:13 frontend0

looks like it. Log files:

tingo@kg-f4:~$ ls -l /var/log/dvb*
-rw-r--r-- 1 root root 1620 Mar 26 22:13 /var/log/dvbhdhomerun.log
-rw-r--r-- 1 root root    0 Mar 26 22:13 /var/log/dvbhdhomerun_stderr.log
-rw-r--r-- 1 root root    0 Mar 26 22:13 /var/log/dvbhdhomerun_stdout.log
tingo@kg-f4:~$ more /var/log/dvbhdhomerun.log
Wed Mar 26 22:13:36 2014 Num of devices = 1
Wed Mar 26 22:13:36 2014
Wed Mar 26 22:13:36 2014 Device 14102b7b is type 1 and has 4 tuners
Wed Mar 26 22:13:36 2014
Wed Mar 26 22:13:36 2014 Name of device: 14102B7B-0
Wed Mar 26 22:13:36 2014 Auto detecting tuner type
Wed Mar 26 22:13:36 2014 Type of device: hdhomerun3_dvbc
Wed Mar 26 22:13:36 2014 Tuner: 0
Wed Mar 26 22:13:36 2014 Set initial pass-all filter for tuner: 1
Wed Mar 26 22:13:36 2014
Wed Mar 26 22:13:36 2014 Name of device: 14102B7B-1
Wed Mar 26 22:13:36 2014 Auto detecting tuner type
Wed Mar 26 22:13:36 2014 Type of device: hdhomerun3_dvbc
Wed Mar 26 22:13:36 2014 Tuner: 1
Wed Mar 26 22:13:36 2014 Set initial pass-all filter for tuner: 1
Wed Mar 26 22:13:36 2014
Wed Mar 26 22:13:36 2014 Name of device: 14102B7B-2
Wed Mar 26 22:13:36 2014 Auto detecting tuner type
Wed Mar 26 22:13:36 2014 Type of device: hdhomerun3_dvbc
Wed Mar 26 22:13:36 2014 Tuner: 2
Wed Mar 26 22:13:36 2014 Set initial pass-all filter for tuner: 1
Wed Mar 26 22:13:36 2014
Wed Mar 26 22:13:36 2014 Name of device: 14102B7B-3
Wed Mar 26 22:13:36 2014 Auto detecting tuner type
Wed Mar 26 22:13:36 2014 Type of device: hdhomerun3_dvbc
Wed Mar 26 22:13:36 2014 Tuner: 3
Wed Mar 26 22:13:36 2014 Set initial pass-all filter for tuner: 1
Wed Mar 26 22:13:36 2014
Wed Mar 26 22:13:36 2014 Registered tuner, id from kernel: 0 name: 14102B7B-0
Wed Mar 26 22:13:36 2014 Registered tuner, id from kernel: 1 name: 14102B7B-1
Wed Mar 26 22:13:36 2014 Registered tuner, id from kernel: 2 name: 14102B7B-2
Wed Mar 26 22:13:36 2014 Registered tuner, id from kernel: 3 name: 14102B7B-3

good.

2014-03-26: f4 - sdb2 - I installed HDHomeRun support in Xubuntu (following this guide):

tingo@kg-f4:~$ uname -a
Linux kg-f4 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
tingo@kg-f4:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.4 LTS
Release:    12.04
Codename:    precise

install

tingo@kg-f4:~$ sudo apt-get install hdhomerun-config hdhomerun-config-gui
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following package was automatically installed and is no longer required:
  python-kde4
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  liba52-0.7.4 libaacs0 libass4 libavformat53 libbluray1 libcddb2 libcrystalhd3 libdc1394-22 libdca0 libdirac-encoder0 libdvbpsi7 libebml3
  libenca0 libhdhomerun1 libkate1 liblircclient0 libmatroska5 libmpeg2-4 libmtp-common libmtp-runtime libmtp9 libresid-builder0c2a
  libsdl-image1.2 libsidplay2 libswscale2 libtar0 libtwolame0 libupnp3 libva-x11-1 libvlc5 libvlccore5 libx264-120 libxcb-composite0
  libxcb-keysyms1 libxcb-randr0 libzvbi-common libzvbi0 vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
Suggested packages:
  libbluray-bdj lirc videolan-doc
The following NEW packages will be installed:
  hdhomerun-config hdhomerun-config-gui liba52-0.7.4 libaacs0 libass4 libavformat53 libbluray1 libcddb2 libcrystalhd3 libdc1394-22 libdca0
  libdirac-encoder0 libdvbpsi7 libebml3 libenca0 libhdhomerun1 libkate1 liblircclient0 libmatroska5 libmpeg2-4 libmtp-common libmtp-runtime
  libmtp9 libresid-builder0c2a libsdl-image1.2 libsidplay2 libswscale2 libtar0 libtwolame0 libupnp3 libva-x11-1 libvlc5 libvlccore5
  libx264-120 libxcb-composite0 libxcb-keysyms1 libxcb-randr0 libzvbi-common libzvbi0 vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
0 upgraded, 44 newly installed, 0 to remove and 52 not upgraded.
Need to get 18.1 MB of archives.
After this operation, 54.7 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://no.archive.ubuntu.com/ubuntu/ precise/universe libaacs0 amd64 0.3.0-4 [38.6 kB]
Get:2 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main libavformat53 amd64 4:0.8.10-0ubuntu0.12.04.1 [497 kB]
Get:3 http://no.archive.ubuntu.com/ubuntu/ precise/universe libbluray1 amd64 1:0.2.1+git20111208.63e308d-3 [83.8 kB]
Get:4 http://no.archive.ubuntu.com/ubuntu/ precise/universe libebml3 amd64 1.2.2-2 [50.7 kB]
Get:5 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main libmtp-common all 1.1.3-1ubuntu0.1 [44.6 kB]
Get:6 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main libmtp9 amd64 1.1.3-1ubuntu0.1 [144 kB]
Get:7 http://no.archive.ubuntu.com/ubuntu/ precise/universe libsdl-image1.2 amd64 1.2.10-3 [29.4 kB]
Get:8 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main libswscale2 amd64 4:0.8.10-0ubuntu0.12.04.1 [92.2 kB]
Get:9 http://no.archive.ubuntu.com/ubuntu/ precise/main libva-x11-1 amd64 1.0.15-4 [16.1 kB]
Get:10 http://no.archive.ubuntu.com/ubuntu/ precise/universe libx264-120 amd64 2:0.120.2151+gita3f4407-2 [431 kB]
Get:11 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-composite0 amd64 1.8.1-1ubuntu0.2 [5,476 B]
Get:12 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-randr0 amd64 1.8.1-1ubuntu0.2 [14.5 kB]
Get:13 http://no.archive.ubuntu.com/ubuntu/ precise/main libenca0 amd64 1.13-4 [68.3 kB]
Get:14 http://no.archive.ubuntu.com/ubuntu/ precise/universe libass4 amd64 0.10.0-3 [56.2 kB]
Get:15 http://no.archive.ubuntu.com/ubuntu/ precise/main libdc1394-22 amd64 2.2.0-2 [89.5 kB]
Get:16 http://no.archive.ubuntu.com/ubuntu/ precise/universe hdhomerun-config amd64 20120128-1 [33.3 kB]
Get:17 http://no.archive.ubuntu.com/ubuntu/ precise/universe libhdhomerun1 amd64 20120128-1 [31.3 kB]
Get:18 http://no.archive.ubuntu.com/ubuntu/ precise/universe liba52-0.7.4 amd64 0.7.4-16build1 [31.7 kB]
Get:19 http://no.archive.ubuntu.com/ubuntu/ precise/universe libcddb2 amd64 1.3.2-3fakesync1 [38.8 kB]
Get:20 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe libcrystalhd3 amd64 1:0.0~git20110715.fdd2f19-4.1 [51.1 kB]
Get:21 http://no.archive.ubuntu.com/ubuntu/ precise/universe libdca0 amd64 0.0.5-5 [109 kB]
Get:22 http://no.archive.ubuntu.com/ubuntu/ precise/universe libdirac-encoder0 amd64 1.0.2-4build1 [243 kB]
Get:23 http://no.archive.ubuntu.com/ubuntu/ precise/universe libdvbpsi7 amd64 0.2.2-1 [36.8 kB]
Get:24 http://no.archive.ubuntu.com/ubuntu/ precise/universe libkate1 amd64 0.4.1-1 [42.7 kB]
Get:25 http://no.archive.ubuntu.com/ubuntu/ precise/main liblircclient0 amd64 0.9.0-0ubuntu1 [16.4 kB]
Get:26 http://no.archive.ubuntu.com/ubuntu/ precise/universe libmatroska5 amd64 1.3.0-1 [151 kB]
Get:27 http://no.archive.ubuntu.com/ubuntu/ precise/universe libmpeg2-4 amd64 0.4.1-3 [54.1 kB]
Get:28 http://no.archive.ubuntu.com/ubuntu/ precise/universe libresid-builder0c2a amd64 2.1.1-12 [34.1 kB]
Get:29 http://no.archive.ubuntu.com/ubuntu/ precise/universe libsidplay2 amd64 2.1.1-12 [103 kB]
Get:30 http://no.archive.ubuntu.com/ubuntu/ precise/universe libtwolame0 amd64 0.3.13-1build1 [56.6 kB]
Get:31 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe libupnp3 amd64 1:1.6.6-5.1ubuntu0.12.04.1 [129 kB]
Get:32 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe vlc-data all 2.0.8-0ubuntu0.12.04.1 [10.3 MB]
Get:33 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe libvlccore5 amd64 2.0.8-0ubuntu0.12.04.1 [418 kB]
Get:34 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe libvlc5 amd64 2.0.8-0ubuntu0.12.04.1 [45.2 kB]
Get:35 http://no.archive.ubuntu.com/ubuntu/ precise/universe libzvbi-common all 0.2.33-4 [35.7 kB]
Get:36 http://no.archive.ubuntu.com/ubuntu/ precise/universe libzvbi0 amd64 0.2.33-4 [273 kB]
Get:37 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe vlc-nox amd64 2.0.8-0ubuntu0.12.04.1 [2,827 kB]
Get:38 http://no.archive.ubuntu.com/ubuntu/ precise/universe libtar0 amd64 1.2.11-8 [19.3 kB]
Get:39 http://no.archive.ubuntu.com/ubuntu/ precise/universe libxcb-keysyms1 amd64 0.3.8-1build1 [8,200 B]
Get:40 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe vlc amd64 2.0.8-0ubuntu0.12.04.1 [1,375 kB]
Get:41 http://no.archive.ubuntu.com/ubuntu/ precise/universe hdhomerun-config-gui amd64 20120128-0ubuntu1 [27.1 kB]
Get:42 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main libmtp-runtime amd64 1.1.3-1ubuntu0.1 [4,774 B]
Get:43 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe vlc-plugin-notify amd64 2.0.8-0ubuntu0.12.04.1 [6,146 B]
Get:44 http://no.archive.ubuntu.com/ubuntu/ precise-updates/universe vlc-plugin-pulse amd64 2.0.8-0ubuntu0.12.04.1 [22.5 kB]
Fetched 18.1 MB in 4s (4,521 kB/s)           
Extracting templates from packages: 100%
Selecting previously unselected package libaacs0.
(Reading database ... 249560 files and directories currently installed.)
Unpacking libaacs0 (from .../libaacs0_0.3.0-4_amd64.deb) ...
Selecting previously unselected package libavformat53.
Unpacking libavformat53 (from .../libavformat53_4%3a0.8.10-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package libbluray1.
Unpacking libbluray1 (from .../libbluray1_1%3a0.2.1+git20111208.63e308d-3_amd64.deb) ...
Selecting previously unselected package libebml3.
Unpacking libebml3 (from .../libebml3_1.2.2-2_amd64.deb) ...
Selecting previously unselected package libmtp-common.
Unpacking libmtp-common (from .../libmtp-common_1.1.3-1ubuntu0.1_all.deb) ...
Selecting previously unselected package libmtp9.
Unpacking libmtp9 (from .../libmtp9_1.1.3-1ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libsdl-image1.2.
Unpacking libsdl-image1.2 (from .../libsdl-image1.2_1.2.10-3_amd64.deb) ...
Selecting previously unselected package libswscale2.
Unpacking libswscale2 (from .../libswscale2_4%3a0.8.10-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package libva-x11-1.
Unpacking libva-x11-1 (from .../libva-x11-1_1.0.15-4_amd64.deb) ...
Selecting previously unselected package libx264-120.
Unpacking libx264-120 (from .../libx264-120_2%3a0.120.2151+gita3f4407-2_amd64.deb) ...
Selecting previously unselected package libxcb-composite0.
Unpacking libxcb-composite0 (from .../libxcb-composite0_1.8.1-1ubuntu0.2_amd64.deb) ...
Selecting previously unselected package libxcb-randr0.
Unpacking libxcb-randr0 (from .../libxcb-randr0_1.8.1-1ubuntu0.2_amd64.deb) ...
Selecting previously unselected package libenca0.
Unpacking libenca0 (from .../libenca0_1.13-4_amd64.deb) ...
Selecting previously unselected package libass4.
Unpacking libass4 (from .../libass4_0.10.0-3_amd64.deb) ...
Selecting previously unselected package libdc1394-22.
Unpacking libdc1394-22 (from .../libdc1394-22_2.2.0-2_amd64.deb) ...
Selecting previously unselected package hdhomerun-config.
Unpacking hdhomerun-config (from .../hdhomerun-config_20120128-1_amd64.deb) ...
Selecting previously unselected package libhdhomerun1.
Unpacking libhdhomerun1 (from .../libhdhomerun1_20120128-1_amd64.deb) ...
Selecting previously unselected package liba52-0.7.4.
Unpacking liba52-0.7.4 (from .../liba52-0.7.4_0.7.4-16build1_amd64.deb) ...
Selecting previously unselected package libcddb2.
Unpacking libcddb2 (from .../libcddb2_1.3.2-3fakesync1_amd64.deb) ...
Selecting previously unselected package libcrystalhd3.
Unpacking libcrystalhd3 (from .../libcrystalhd3_1%3a0.0~git20110715.fdd2f19-4.1_amd64.deb) ...
Selecting previously unselected package libdca0.
Unpacking libdca0 (from .../libdca0_0.0.5-5_amd64.deb) ...
Selecting previously unselected package libdirac-encoder0.
Unpacking libdirac-encoder0 (from .../libdirac-encoder0_1.0.2-4build1_amd64.deb) ...
Selecting previously unselected package libdvbpsi7.
Unpacking libdvbpsi7 (from .../libdvbpsi7_0.2.2-1_amd64.deb) ...
Selecting previously unselected package libkate1.
Unpacking libkate1 (from .../libkate1_0.4.1-1_amd64.deb) ...
Selecting previously unselected package liblircclient0.
Unpacking liblircclient0 (from .../liblircclient0_0.9.0-0ubuntu1_amd64.deb) ...
Selecting previously unselected package libmatroska5.
Unpacking libmatroska5 (from .../libmatroska5_1.3.0-1_amd64.deb) ...
Selecting previously unselected package libmpeg2-4.
Unpacking libmpeg2-4 (from .../libmpeg2-4_0.4.1-3_amd64.deb) ...
Selecting previously unselected package libresid-builder0c2a.
Unpacking libresid-builder0c2a (from .../libresid-builder0c2a_2.1.1-12_amd64.deb) ...
Selecting previously unselected package libsidplay2.
Unpacking libsidplay2 (from .../libsidplay2_2.1.1-12_amd64.deb) ...
Selecting previously unselected package libtwolame0.
Unpacking libtwolame0 (from .../libtwolame0_0.3.13-1build1_amd64.deb) ...
Selecting previously unselected package libupnp3.
Unpacking libupnp3 (from .../libupnp3_1%3a1.6.6-5.1ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package vlc-data.
Unpacking vlc-data (from .../vlc-data_2.0.8-0ubuntu0.12.04.1_all.deb) ...
Selecting previously unselected package libvlccore5.
Unpacking libvlccore5 (from .../libvlccore5_2.0.8-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package libvlc5.
Unpacking libvlc5 (from .../libvlc5_2.0.8-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package libzvbi-common.
Unpacking libzvbi-common (from .../libzvbi-common_0.2.33-4_all.deb) ...
Selecting previously unselected package libzvbi0.
Unpacking libzvbi0 (from .../libzvbi0_0.2.33-4_amd64.deb) ...
Selecting previously unselected package vlc-nox.
Unpacking vlc-nox (from .../vlc-nox_2.0.8-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package libtar0.
Unpacking libtar0 (from .../libtar0_1.2.11-8_amd64.deb) ...
Selecting previously unselected package libxcb-keysyms1.
Unpacking libxcb-keysyms1 (from .../libxcb-keysyms1_0.3.8-1build1_amd64.deb) ...
Selecting previously unselected package vlc.
Unpacking vlc (from .../vlc_2.0.8-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package hdhomerun-config-gui.
Unpacking hdhomerun-config-gui (from .../hdhomerun-config-gui_20120128-0ubuntu1_amd64.deb) ...
Selecting previously unselected package libmtp-runtime.
Unpacking libmtp-runtime (from .../libmtp-runtime_1.1.3-1ubuntu0.1_amd64.deb) ...
Selecting previously unselected package vlc-plugin-notify.
Unpacking vlc-plugin-notify (from .../vlc-plugin-notify_2.0.8-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package vlc-plugin-pulse.
Unpacking vlc-plugin-pulse (from .../vlc-plugin-pulse_2.0.8-0ubuntu0.12.04.1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Setting up libaacs0 (0.3.0-4) ...
Setting up libavformat53 (4:0.8.10-0ubuntu0.12.04.1) ...
Setting up libbluray1 (1:0.2.1+git20111208.63e308d-3) ...
Setting up libebml3 (1.2.2-2) ...
Setting up libmtp-common (1.1.3-1ubuntu0.1) ...
Setting up libmtp9 (1.1.3-1ubuntu0.1) ...
Setting up libsdl-image1.2 (1.2.10-3) ...
Setting up libswscale2 (4:0.8.10-0ubuntu0.12.04.1) ...
Setting up libva-x11-1 (1.0.15-4) ...
Setting up libx264-120 (2:0.120.2151+gita3f4407-2) ...
Setting up libxcb-composite0 (1.8.1-1ubuntu0.2) ...
Setting up libxcb-randr0 (1.8.1-1ubuntu0.2) ...
Setting up libenca0 (1.13-4) ...
Setting up libass4 (0.10.0-3) ...
Setting up libdc1394-22 (2.2.0-2) ...
Setting up hdhomerun-config (20120128-1) ...
Setting up libhdhomerun1 (20120128-1) ...
Setting up liba52-0.7.4 (0.7.4-16build1) ...
Setting up libcddb2 (1.3.2-3fakesync1) ...
Setting up libcrystalhd3 (1:0.0~git20110715.fdd2f19-4.1) ...
Setting up libdca0 (0.0.5-5) ...
Setting up libdirac-encoder0 (1.0.2-4build1) ...
Setting up libdvbpsi7 (0.2.2-1) ...
Setting up libkate1 (0.4.1-1) ...
Setting up liblircclient0 (0.9.0-0ubuntu1) ...
Setting up libmatroska5 (1.3.0-1) ...
Setting up libmpeg2-4 (0.4.1-3) ...
Setting up libresid-builder0c2a (2.1.1-12) ...
Setting up libsidplay2 (2.1.1-12) ...
Setting up libtwolame0 (0.3.13-1build1) ...
Setting up libupnp3 (1:1.6.6-5.1ubuntu0.12.04.1) ...
Setting up vlc-data (2.0.8-0ubuntu0.12.04.1) ...
Setting up libvlccore5 (2.0.8-0ubuntu0.12.04.1) ...
Setting up libvlc5 (2.0.8-0ubuntu0.12.04.1) ...
Setting up libzvbi-common (0.2.33-4) ...
Setting up libzvbi0 (0.2.33-4) ...
Setting up vlc-nox (2.0.8-0ubuntu0.12.04.1) ...
Setting up libtar0 (1.2.11-8) ...
Setting up libxcb-keysyms1 (0.3.8-1build1) ...
Setting up vlc (2.0.8-0ubuntu0.12.04.1) ...
Setting up hdhomerun-config-gui (20120128-0ubuntu1) ...
Setting up libmtp-runtime (1.1.3-1ubuntu0.1) ...
Setting up vlc-plugin-notify (2.0.8-0ubuntu0.12.04.1) ...
Setting up vlc-plugin-pulse (2.0.8-0ubuntu0.12.04.1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

install HDHomeRun add-ons

tingo@kg-f4:~$ sudo apt-get install python-software-properties
Reading package lists... Done
Building dependency tree      
Reading state information... Done
python-software-properties is already the newest version.
The following package was automatically installed and is no longer required:
  python-kde4
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 52 not upgraded.
tingo@kg-f4:~$ sudo add-apt-repository ppa:tfylliv/dvbhdhomerun
You are about to add the following PPA to your system:
 Ubuntu packages of the linux dvb driver (http://sourceforge.net/projects/dvbhdhomerun/) for the HDHomeRun.
 More info: https://launchpad.net/~tfylliv/+archive/dvbhdhomerun
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpIl3yX2/secring.gpg' created
gpg: keyring `/tmp/tmpIl3yX2/pubring.gpg' created
gpg: requesting key 1FA11754 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpIl3yX2/trustdb.gpg: trustdb created
gpg: key 1FA11754: public key "Launchpad PPA for Villy Thomsen" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
tingo@kg-f4:~$ sudo apt-get update
Hit http://no.archive.ubuntu.com precise Release.gpg
Hit http://no.archive.ubuntu.com precise-updates Release.gpg                                                                                  
Hit http://no.archive.ubuntu.com precise-backports Release.gpg                                                                                
Hit http://no.archive.ubuntu.com precise Release                                                                                              
Hit http://no.archive.ubuntu.com precise-updates Release                                                                                      
Hit http://apt.tvheadend.org precise Release.gpg                                                                                              
Hit http://no.archive.ubuntu.com precise-backports Release                                                                                    
Hit http://extras.ubuntu.com precise Release.gpg                                                                                              
Hit http://apt.tvheadend.org precise Release                                                                                                  
Hit http://no.archive.ubuntu.com precise/main Sources                                                                                         
Hit http://no.archive.ubuntu.com precise/restricted Sources                                                                                   
Hit http://no.archive.ubuntu.com precise/universe Sources                                                                                     
Hit http://no.archive.ubuntu.com precise/multiverse Sources                                                                                   
Hit http://no.archive.ubuntu.com precise/main amd64 Packages                                                                                  
Hit http://no.archive.ubuntu.com precise/restricted amd64 Packages                                                                            
Hit http://no.archive.ubuntu.com precise/universe amd64 Packages                                                                              
Hit http://no.archive.ubuntu.com precise/multiverse amd64 Packages                                                                            
Hit http://no.archive.ubuntu.com precise/main i386 Packages                                                                                   
Hit http://no.archive.ubuntu.com precise/restricted i386 Packages                                                                             
Get:1 http://ppa.launchpad.net precise Release.gpg [316 B]                                                                                    
Hit http://no.archive.ubuntu.com precise/universe i386 Packages                                                                               
Hit http://no.archive.ubuntu.com precise/multiverse i386 Packages                                                      
Hit http://no.archive.ubuntu.com precise/main TranslationIndex                                                  
Hit http://no.archive.ubuntu.com precise/multiverse TranslationIndex                                            
Hit http://no.archive.ubuntu.com precise/restricted TranslationIndex                                            
Hit http://extras.ubuntu.com precise Release                                                                    
Hit http://no.archive.ubuntu.com precise/universe TranslationIndex                                               
Hit http://no.archive.ubuntu.com precise-updates/main Sources                             
Hit http://no.archive.ubuntu.com precise-updates/restricted Sources                       
Hit http://no.archive.ubuntu.com precise-updates/universe Sources                         
Hit http://no.archive.ubuntu.com precise-updates/multiverse Sources                       
Hit http://apt.tvheadend.org precise/main Sources                                                               
Get:2 http://ppa.launchpad.net precise Release [11.9 kB]                                                        
Hit http://no.archive.ubuntu.com precise-updates/main amd64 Packages                                                      
Hit http://no.archive.ubuntu.com precise-updates/restricted amd64 Packages                 
Hit http://no.archive.ubuntu.com precise-updates/universe amd64 Packages                                         
Hit http://no.archive.ubuntu.com precise-updates/multiverse amd64 Packages                                       
Hit http://no.archive.ubuntu.com precise-updates/main i386 Packages                                              
Hit http://apt.tvheadend.org precise/main amd64 Packages                                                         
Hit http://extras.ubuntu.com precise/main Sources                                                                
Hit http://apt.tvheadend.org precise/main i386 Packages                                    
Ign http://apt.tvheadend.org precise/main TranslationIndex                                 
Hit http://no.archive.ubuntu.com precise-updates/restricted i386 Packages                  
Hit http://no.archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://no.archive.ubuntu.com precise-updates/multiverse i386 Packages
Hit http://no.archive.ubuntu.com precise-updates/main TranslationIndex                                           
Hit http://no.archive.ubuntu.com precise-updates/multiverse TranslationIndex                                     
Get:3 http://ppa.launchpad.net precise/main Sources [561 B]                                                      
Hit http://no.archive.ubuntu.com precise-updates/restricted TranslationIndex                                            
Hit http://no.archive.ubuntu.com precise-updates/universe TranslationIndex                 
Hit http://no.archive.ubuntu.com precise-backports/main Sources                            
Hit http://no.archive.ubuntu.com precise-backports/restricted Sources                      
Hit http://no.archive.ubuntu.com precise-backports/universe Sources                        
Hit http://security.ubuntu.com precise-security Release.gpg                                
Hit http://extras.ubuntu.com precise/main amd64 Packages                                                         
Hit http://extras.ubuntu.com precise/main i386 Packages                                                          
Ign http://extras.ubuntu.com precise/main TranslationIndex                                                                             
Hit http://no.archive.ubuntu.com precise-backports/multiverse Sources                                                                  
Hit http://no.archive.ubuntu.com precise-backports/main amd64 Packages                                           
Hit http://no.archive.ubuntu.com precise-backports/restricted amd64 Packages               
Hit http://no.archive.ubuntu.com precise-backports/universe amd64 Packages                 
Hit http://no.archive.ubuntu.com precise-backports/multiverse amd64 Packages               
Hit http://no.archive.ubuntu.com precise-backports/main i386 Packages                                            
Hit http://no.archive.ubuntu.com precise-backports/restricted i386 Packages                                      
Hit http://no.archive.ubuntu.com precise-backports/universe i386 Packages                                        
Hit http://no.archive.ubuntu.com precise-backports/multiverse i386 Packages                                      
Hit http://no.archive.ubuntu.com precise-backports/main TranslationIndex                   
Get:4 http://ppa.launchpad.net precise/main amd64 Packages [1,127 B]                                             
Hit http://no.archive.ubuntu.com precise-backports/multiverse TranslationIndex                                                          
Hit http://no.archive.ubuntu.com precise-backports/restricted TranslationIndex                                                          
Hit http://no.archive.ubuntu.com precise-backports/universe TranslationIndex                                      
Hit http://no.archive.ubuntu.com precise/main Translation-en                                                      
Hit http://no.archive.ubuntu.com precise/multiverse Translation-en                                                    
Get:5 http://ppa.launchpad.net precise/main i386 Packages [1,111 B]                                                   
Ign http://ppa.launchpad.net precise/main TranslationIndex                                                       
Hit http://no.archive.ubuntu.com precise/restricted Translation-en                                                
Hit http://no.archive.ubuntu.com precise/universe Translation-en                                                 
Hit http://no.archive.ubuntu.com precise-updates/main Translation-en                                             
Hit http://no.archive.ubuntu.com precise-updates/multiverse Translation-en                                       
Hit http://no.archive.ubuntu.com precise-updates/restricted Translation-en                 
Hit http://no.archive.ubuntu.com precise-updates/universe Translation-en                   
Hit http://no.archive.ubuntu.com precise-backports/main Translation-en                     
Hit http://no.archive.ubuntu.com precise-backports/multiverse Translation-en               
Hit http://no.archive.ubuntu.com precise-backports/restricted Translation-en                                     
Hit http://no.archive.ubuntu.com precise-backports/universe Translation-en                                       
Hit http://security.ubuntu.com precise-security Release                                    
Hit http://security.ubuntu.com precise-security/main Sources                                
Ign http://apt.tvheadend.org precise/main Translation-en_US          
Hit http://security.ubuntu.com precise-security/restricted Sources   
Hit http://security.ubuntu.com precise-security/universe Sources     
Hit http://security.ubuntu.com precise-security/multiverse Sources                         
Hit http://security.ubuntu.com precise-security/main amd64 Packages                        
Hit http://security.ubuntu.com precise-security/restricted amd64 Packages                  
Hit http://security.ubuntu.com precise-security/universe amd64 Packages                    
Hit http://security.ubuntu.com precise-security/multiverse amd64 Packages                  
Hit http://security.ubuntu.com precise-security/main i386 Packages   
Hit http://security.ubuntu.com precise-security/restricted i386 Packages
Hit http://security.ubuntu.com precise-security/universe i386 Packages
Ign http://apt.tvheadend.org precise/main Translation-en                                   
Ign http://extras.ubuntu.com precise/main Translation-en_US                                
Ign http://extras.ubuntu.com precise/main Translation-en             
Hit http://security.ubuntu.com precise-security/multiverse i386 Packages
Hit http://security.ubuntu.com precise-security/main TranslationIndex
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://security.ubuntu.com precise-security/restricted TranslationIndex
Hit http://security.ubuntu.com precise-security/universe TranslationIndex
Hit http://security.ubuntu.com precise-security/main Translation-en
Hit http://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Hit http://security.ubuntu.com precise-security/universe Translation-en
Fetched 15.0 kB in 1s (11.1 kB/s)
Reading package lists... Done
tingo@kg-f4:~$ sudo apt-get install dvbhdhomerun-dkms dvbhdhomerun-utils
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following package was automatically installed and is no longer required:
  python-kde4
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  build-essential debhelper dh-apparmor dkms dpkg-dev fakeroot g++ g++-4.6 gettext html2text intltool-debian libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libgettextpo0 libmail-sendmail-perl libstdc++6-4.6-dev
  libsys-hostname-long-perl libunistring0 po-debconf
Suggested packages:
  dh-make debian-keyring g++-multilib g++-4.6-multilib gcc-4.6-doc libstdc++6-4.6-dbg gettext-doc libstdc++6-4.6-doc libmail-box-perl
The following NEW packages will be installed:
  build-essential debhelper dh-apparmor dkms dpkg-dev dvbhdhomerun-dkms dvbhdhomerun-utils fakeroot g++ g++-4.6 gettext html2text
  intltool-debian libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libgettextpo0 libmail-sendmail-perl
  libstdc++6-4.6-dev libsys-hostname-long-perl libunistring0 po-debconf
0 upgraded, 23 newly installed, 0 to remove and 52 not upgraded.
Need to get 12.3 MB of archives.
After this operation, 37.1 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://no.archive.ubuntu.com/ubuntu/ precise/main libunistring0 amd64 0.9.3-5 [427 kB]
Get:2 http://ppa.launchpad.net/tfylliv/dvbhdhomerun/ubuntu/ precise/main dvbhdhomerun-dkms all 0.0.16~precise [15.5 kB]
Get:3 http://ppa.launchpad.net/tfylliv/dvbhdhomerun/ubuntu/ precise/main dvbhdhomerun-utils amd64 0.0.16~precise [43.0 kB]
Get:4 http://no.archive.ubuntu.com/ubuntu/ precise/main libgettextpo0 amd64 0.18.1.1-5ubuntu3 [120 kB]
Get:5 http://no.archive.ubuntu.com/ubuntu/ precise/main libstdc++6-4.6-dev amd64 4.6.3-1ubuntu5 [1,660 kB]
Get:6 http://no.archive.ubuntu.com/ubuntu/ precise/main g++-4.6 amd64 4.6.3-1ubuntu5 [6,954 kB]
Get:7 http://no.archive.ubuntu.com/ubuntu/ precise/main g++ amd64 4:4.6.3-1ubuntu5 [1,442 B]
Get:8 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main libdpkg-perl all 1.16.1.2ubuntu7.2 [180 kB]
Get:9 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main dpkg-dev all 1.16.1.2ubuntu7.2 [469 kB]
Get:10 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main build-essential amd64 11.5ubuntu2.1 [5,816 B]
Get:11 http://no.archive.ubuntu.com/ubuntu/ precise/main html2text amd64 1.3.2a-15 [104 kB]
Get:12 http://no.archive.ubuntu.com/ubuntu/ precise/main gettext amd64 0.18.1.1-5ubuntu3 [1,188 kB]
Get:13 http://no.archive.ubuntu.com/ubuntu/ precise/main intltool-debian all 0.35.0+20060710.1 [31.6 kB]
Get:14 http://no.archive.ubuntu.com/ubuntu/ precise/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB]
Get:15 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main dh-apparmor all 2.7.102-0ubuntu3.9 [8,950 B]
Get:16 http://no.archive.ubuntu.com/ubuntu/ precise/main debhelper all 9.20120115ubuntu3 [616 kB]
Get:17 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main dkms all 2.2.0.3-1ubuntu3.2 [72.6 kB]
Get:18 http://no.archive.ubuntu.com/ubuntu/ precise/main fakeroot amd64 1.18.2-1 [87.2 kB]
Get:19 http://no.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-perl all 1.19.02-2 [50.7 kB]
Get:20 http://no.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-xs-perl amd64 0.04-2build2 [12.4 kB]
Get:21 http://no.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
Get:22 http://no.archive.ubuntu.com/ubuntu/ precise/main libsys-hostname-long-perl all 1.4-2 [11.4 kB]
Get:23 http://no.archive.ubuntu.com/ubuntu/ precise/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB]
Fetched 12.3 MB in 4s (2,568 kB/s)               
Selecting previously unselected package libunistring0.
(Reading database ... 250585 files and directories currently installed.)
Unpacking libunistring0 (from .../libunistring0_0.9.3-5_amd64.deb) ...
Selecting previously unselected package libgettextpo0.
Unpacking libgettextpo0 (from .../libgettextpo0_0.18.1.1-5ubuntu3_amd64.deb) ...
Selecting previously unselected package libstdc++6-4.6-dev.
Unpacking libstdc++6-4.6-dev (from .../libstdc++6-4.6-dev_4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package g++-4.6.
Unpacking g++-4.6 (from .../g++-4.6_4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package g++.
Unpacking g++ (from .../g++_4%3a4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package libdpkg-perl.
Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.1.2ubuntu7.2_all.deb) ...
Selecting previously unselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.16.1.2ubuntu7.2_all.deb) ...
Selecting previously unselected package build-essential.
Unpacking build-essential (from .../build-essential_11.5ubuntu2.1_amd64.deb) ...
Selecting previously unselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ...
Selecting previously unselected package gettext.
Unpacking gettext (from .../gettext_0.18.1.1-5ubuntu3_amd64.deb) ...
Selecting previously unselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
Selecting previously unselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2ubuntu1_all.deb) ...
Selecting previously unselected package dh-apparmor.
Unpacking dh-apparmor (from .../dh-apparmor_2.7.102-0ubuntu3.9_all.deb) ...
Selecting previously unselected package debhelper.
Unpacking debhelper (from .../debhelper_9.20120115ubuntu3_all.deb) ...
Selecting previously unselected package dkms.
Unpacking dkms (from .../dkms_2.2.0.3-1ubuntu3.2_all.deb) ...
Selecting previously unselected package fakeroot.
Unpacking fakeroot (from .../fakeroot_1.18.2-1_amd64.deb) ...
Selecting previously unselected package libalgorithm-diff-perl.
Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-2build2_amd64.deb) ...
Selecting previously unselected package libalgorithm-merge-perl.
Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ...
Selecting previously unselected package libsys-hostname-long-perl.
Unpacking libsys-hostname-long-perl (from .../libsys-hostname-long-perl_1.4-2_all.deb) ...
Selecting previously unselected package libmail-sendmail-perl.
Unpacking libmail-sendmail-perl (from .../libmail-sendmail-perl_0.79.16-1_all.deb) ...
Selecting previously unselected package dvbhdhomerun-dkms.
Unpacking dvbhdhomerun-dkms (from .../dvbhdhomerun-dkms_0.0.16~precise_all.deb) ...
Stopping userhdhomerun and rmmod old kernel modules
userhdhomerun: no process found
ERROR: Module dvb_hdhomerun does not exist in /proc/modules
ERROR: Module dvb_hdhomerun_fe does not exist in /proc/modules
ERROR: Module dvb_hdhomerun_core does not exist in /proc/modules
Selecting previously unselected package dvbhdhomerun-utils.
Unpacking dvbhdhomerun-utils (from .../dvbhdhomerun-utils_0.0.16~precise_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Processing triggers for doc-base ...
Processing 1 added doc-base file...
Registering documents with scrollkeeper...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up libunistring0 (0.9.3-5) ...
Setting up libgettextpo0 (0.18.1.1-5ubuntu3) ...
Setting up libdpkg-perl (1.16.1.2ubuntu7.2) ...
Setting up dpkg-dev (1.16.1.2ubuntu7.2) ...
Setting up html2text (1.3.2a-15) ...
Setting up gettext (0.18.1.1-5ubuntu3) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.16+nmu2ubuntu1) ...
Setting up dh-apparmor (2.7.102-0ubuntu3.9) ...
Setting up debhelper (9.20120115ubuntu3) ...
Setting up dkms (2.2.0.3-1ubuntu3.2) ...
Setting up fakeroot (1.18.2-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode.
Setting up libalgorithm-diff-perl (1.19.02-2) ...
Setting up libalgorithm-diff-xs-perl (0.04-2build2) ...
Setting up libalgorithm-merge-perl (0.08-2) ...
Setting up libsys-hostname-long-perl (1.4-2) ...
Setting up libmail-sendmail-perl (0.79.16-1) ...
Setting up libstdc++6-4.6-dev (4.6.3-1ubuntu5) ...
Setting up g++-4.6 (4.6.3-1ubuntu5) ...
Setting up g++ (4:4.6.3-1ubuntu5) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode.
Setting up build-essential (11.5ubuntu2.1) ...
Setting up dvbhdhomerun-dkms (0.0.16~precise) ...
Loading new dvbhdhomerun-0.0.16~precise DKMS files...
First Installation: checking all kernels...
Building only for 3.2.0-58-generic
Building initial module for 3.2.0-58-generic
Done.

dvb_hdhomerun:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-58-generic/updates/dkms/

dvb_hdhomerun_core.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-58-generic/updates/dkms/

dvb_hdhomerun_fe.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.2.0-58-generic/updates/dkms/

depmod.....

DKMS: install completed.
Setting up dvbhdhomerun-utils (0.0.16~precise) ...
dvbhdhomerun-utils start/running, process 8794
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

Done.