TvHeadend webinterface issues
Added by Mark Gora over 8 years ago
Hallo,
I'm trying to get tvheadend running on my bananaPi using bananian (based on wheezy). I used this tutorial (https://tvheadend.org/projects/tvheadend/wiki/AptRepository) to install tvheadend. First everything went fine but when I try to connect to the webinterface, I'm always getting this error message: ERR_CONNECTION_REFUSED.
Do you have any ideas what went wrong?
Greeting
Mark
Replies (13)
RE: TvHeadend webinterface issues - Added by Mark Clarkstone over 8 years ago
Is Tvheadend actually running on the system?
ps -ef | grep tvheadend
Have you started it?
systemctl start tvheadend or service tvheadend start
If it fails to start try the following.
systemctl disable tvheadend systemctl enable tvheadend or update-rc.d tvheadend defaults service tvheadend restart
And if none of those work try..
sudo -u hts /usr/bin/tvheadend -c /home/hts/.hts/tvheadend --nobackup --noacl
Also check /var/log/daemon.log for any tvheadend messages.
RE: TvHeadend webinterface issues - Added by Mark Gora over 8 years ago
Hi,
thanks for your answer.
I think tvheadend is running
<root@bananapi ~ # ps -ef | grep tvheadend
root 6160 1908 0 12:18 pts/0 00:00:00 grep --color=auto tvheadend>
Here are the last tvheadend messages from .log
<Apr 23 1:21:34 bananapi tvheadend6176: main: Log started
Apr 23 12:21:34 bananapi tvheadend6176: config: backup: migrating config from unknown (running 4.0.8-3~gc870eb9~wheezy)
Apr 23 12:21:34 bananapi tvheadend6176: config: backup: running, output file /home/hts/.hts/tvheadend/backup/unknown.tar.bz2
Apr 23 12:21:34 bananapi tvheadend6176: spawn: Executing "/bin/tar"
Apr 23 12:21:34 bananapi tvheadend6176: spawn: tar (child): bzip2: Cannot exec: No such file or directory
Apr 23 12:21:34 bananapi tvheadend6176: spawn: tar (child): Error is not recoverable: exiting now
Apr 23 12:21:34 bananapi tvheadend6176: spawn: /bin/tar: Child returned status 2
Apr 23 12:21:34 bananapi tvheadend6176: spawn: /bin/tar: Error is not recoverable: exiting now>
RE: TvHeadend webinterface issues - Added by Mark Clarkstone over 8 years ago
Mark Gora wrote:
Hi,
thanks for your answer.
I think tvheadend is running
<root@bananapi ~ # ps -ef | grep tvheadend
root 6160 1908 0 12:18 pts/0 00:00:00 grep --color=auto tvheadend>Here are the last tvheadend messages from .log
<Apr 23 1:21:34 bananapi tvheadend6176: main: Log started
Apr 23 12:21:34 bananapi tvheadend6176: config: backup: migrating config from unknown (running 4.0.8-3~gc870eb9~wheezy)
Apr 23 12:21:34 bananapi tvheadend6176: config: backup: running, output file /home/hts/.hts/tvheadend/backup/unknown.tar.bz2
Apr 23 12:21:34 bananapi tvheadend6176: spawn: Executing "/bin/tar"
Apr 23 12:21:34 bananapi tvheadend6176: spawn: tar (child): bzip2: Cannot exec: No such file or directory
Apr 23 12:21:34 bananapi tvheadend6176: spawn: tar (child): Error is not recoverable: exiting now
Apr 23 12:21:34 bananapi tvheadend6176: spawn: /bin/tar: Child returned status 2
Apr 23 12:21:34 bananapi tvheadend6176: spawn: /bin/tar: Error is not recoverable: exiting now>
grep --color=auto tvheadend
That's the command you just ran, not tvheadend. Looks like you're missing a package, tvheadend is failing to create a backup.
do
apt-get update; apt-get install bzip2 service tvheadend restart
Hopefully when you do
ps -ef | grep tvheadendyou should now see:
hts 8209 1 2 Apr21 ? 00:58:32 /usr/bin/tvheadend -f -u hts -g video mark 11738 11719 0 14:06 pts/0 00:00:00 grep tvheadend
Also checkout armbian.com, I use the OS on my BananaPiM1
RE: TvHeadend webinterface issues - Added by Mark Gora over 8 years ago
finally it works
thank you so much
RE: TvHeadend webinterface issues - Added by Mark Gora over 8 years ago
okay...next problem.
tvheadend can't find my usb dvb-c stick (Edision Optimuss DVB-C/T/T2 USB Tuner Combo Stick).
I've downloaded this firmware: http://dvbsky.net/download/linux/dvbsky-firmware.tar.gz and extracted it to /lib/firmware. I'm using an active usb-hub.
bananian already found the stick:
root@bananapi ~ # dmesg | grep DVB
[ 3.059616] usb 1-1.4: Product: DVB-T2/C USB-Stick
root@bananapi ~ # lsusb
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 003 Device 002: ID 152d:2329 JMicron Technology Corp. / JMicron USA Technology Corp. JM20329 SATA Bridge
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0572:0320 Conexant Systems (Rockwell), Inc.
Again..any ideas?
RE: TvHeadend webinterface issues - Added by Mark Clarkstone over 8 years ago
Mark Gora wrote:
okay...next problem.
tvheadend can't find my usb dvb-c stick (Edision Optimuss DVB-C/T/T2 USB Tuner Combo Stick).
I've downloaded this firmware: http://dvbsky.net/download/linux/dvbsky-firmware.tar.gz and extracted it to /lib/firmware. I'm using an active usb-hub.bananian already found the stick:
root@bananapi ~ # dmesg | grep DVB
[ 3.059616] usb 1-1.4: Product: DVB-T2/C USB-Stickroot@bananapi ~ # lsusb
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 003 Device 002: ID 152d:2329 JMicron Technology Corp. / JMicron USA Technology Corp. JM20329 SATA Bridge
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0572:0320 Conexant Systems (Rockwell), Inc.Again..any ideas?
What does dmesg say?
RE: TvHeadend webinterface issues - Added by Mark Gora over 8 years ago
well, it says a lot
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.104-bananian (root@bananapi) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Mon Apr 6 18:25:40 UTC 2015
[ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: sun7i
[ 0.000000] Memory Reserved:
[ 0.000000] SYS : 0x43000000 - 0x4300ffff ( 64 kB)
[ 0.000000] LCD : 0x44000000 - 0x45ffffff ( 32 MB)
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] sunxi: Allwinner A20 (AW1651/sun7i) detected.
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] free_area_init_node: node 0, pgdat c08f4580, node_mem_map d0000000
[ 0.000000] DMA zone: 512 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 65024 pages, LIFO batch:15
[ 0.000000] Normal zone: 1008 pages used for memmap
[ 0.000000] Normal zone: 128016 pages, LIFO batch:31
[ 0.000000] HighMem zone: 528 pages used for memmap
[ 0.000000] HighMem zone: 67056 pages, LIFO batch:15
[ 0.000000] PERCPU: Embedded 7 pages/cpu @d0808000 s7680 r8192 d12800 u32768
[ 0.000000] pcpu-alloc: s7680 r8192 d12800 u32768 alloc=8*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
[ 0.000000] Kernel command line: console=ttyS0,115200 console=tty0 sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 disp.screen0_output_mode=EDID:1280x720p50 hdmi.audio=EDID:0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] allocated 2097152 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 1024MB = 1024MB total
[ 0.000000] Memory: 993556k/993556k available, 55020k reserved, 270336K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc084efd4 (8476 kB)
[ 0.000000] .init : 0xc084f000 - 0xc0887e00 ( 228 kB)
[ 0.000000] .data : 0xc0888000 - 0xc08fbcd8 ( 464 kB)
[ 0.000000] .bss : 0xc08fbcfc - 0xc0acb5a0 (1855 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] NR_IRQS:192
[ 0.000000] Architected local timer running at 24.00MHz.
[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[ 0.000000] start_kernel(): bug: interrupts were enabled early
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty0] enabled
[ 0.013698] Calibrating delay loop... 1908.73 BogoMIPS (lpj=9543680)
[ 0.075989] pid_max: default: 32768 minimum: 301
[ 0.079663] Mount-cache hash table entries: 512
[ 0.083876] Initializing cgroup subsys cpuacct
[ 0.087214] Initializing cgroup subsys memory
[ 0.090648] Initializing cgroup subsys devices
[ 0.094093] Initializing cgroup subsys freezer
[ 0.097328] Initializing cgroup subsys blkio
[ 0.101012] Initializing cgroup subsys perf_event
[ 0.104596] CPU: Testing write buffer coherency: ok
[ 0.109786] CPU0: thread 1, cpu 0, socket 0, mpidr 80000000> 3300 mV at 3000 mV
[ 0.116903] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available
[ 0.122454] Setting up static identity map for 0x405c2f38 - 0x405c2f90
[ 0.238389] CPU1: Booted secondary processor
[ 0.297336] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.299335] Brought up 2 CPUs
[ 0.304674] SMP: Total of 2 processors activated (3824.02 BogoMIPS).
[ 0.307895] devtmpfs: initialized
[ 0.313292] dummy:
[ 0.316977] NET: Registered protocol family 16
[ 0.323272] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.330998] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.335888] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.339055] [ccu-inf] aw clock manager init
[ 0.341335] [ccu-inf] aw_ccu_init
[ 0.345302] [ccu-inf] script config pll3 to 297MHz
[ 0.349066] [ccu-inf] script config pll4 to 300MHz
[ 0.352825] [ccu-inf] script config pll6 to 600MHz
[ 0.356598] [ccu-inf] script config pll7 to 297MHz
[ 0.360356] [ccu-inf] script config pll8 to 336MHz
[ 0.363127] Init eGon pin module V2.0
[ 0.372351] bio: create slab <bio-0> at 0
[ 0.375898] sunxi_gpio driver init ver 1.3
[ 0.382214] gpiochip_add: registered GPIOs 1 to 88 on device: A1X_GPIO
[ 0.385336] SCSI subsystem initialized
[ 0.388191] libata version 3.00 loaded.
[ 0.392874] usbcore: registered new interface driver usbfs
[ 0.397215] usbcore: registered new interface driver hub
[ 0.401387] usbcore: registered new device driver usb
[ 0.404548] Linux media interface: v0.10
[ 0.408178] Linux video capture interface: v2.00
[ 0.413884] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.418823] Switching to clocksource arch_sys_counter
[ 0.420913] FS-Cache: Loaded
[ 0.423105] CacheFiles: Loaded
[ 0.435921] WRN:L287:ERR: det_vbus pin is invaild
[ 0.443238] WRN:L426:ERR: check_usb_board_info failed
[ 0.450935] WRN:L480:ERR: get_usb_cfg failed
[ 0.457158] NET: Registered protocol family 2
[ 0.473584] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.480502] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.487959] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[ 0.494519] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.496721] TCP: reno registered
[ 0.501606] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.506971] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.510605] NET: Registered protocol family 1
[ 0.515941] RPC: Registered named UNIX socket transport module.
[ 0.519622] RPC: Registered udp transport module.
[ 0.523339] RPC: Registered tcp transport module.
[ 0.528742] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.534330] audit: initializing netlink socket (disabled)
[ 0.538072] type=2000 audit(0.510:1): initialized
[ 0.542284] highmem bounce pool size: 64 pages
[ 0.553645] VFS: Disk quotas dquot_6.5.2
[ 0.559121] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.566119] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.570720] NFS: Registering the id_resolver key type
[ 0.575290] NTFS driver 2.1.30 [Flags: R/W].
[ 0.578762] fuse init (API version 7.18)
[ 0.582269] msgmni has been set to 1412
[ 0.589270] alg: No test for stdrng (krng)
[ 0.596012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.598921] io scheduler noop registered
[ 0.603076] io scheduler deadline registered (default)
[ 0.605909] io scheduler cfq registered
[ 0.610673] sunxi disp driver loaded (/dev/disp api 1.0)
[ 0.616340] Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
[ 0.624399] [uart]: used uart info.: 0x8d
[ 0.629111] [uart]: serial probe 0 irq 33 mapbase 0x01c28000
[ 0.655382] sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a U6_16550A
[ 1.259642] console [ttyS0] enabled
[ 1.268015] [uart]: serial probe 2 irq 35 mapbase 0x01c28800
[ 1.299858] sunxi-uart.2: ttyS1 at MMIO 0x1c28800 (irq = 35) is a U6_16550A
[ 1.311669] [uart]: serial probe 3 irq 36 mapbase 0x01c28c00
[ 1.343479] sunxi-uart.3: ttyS2 at MMIO 0x1c28c00 (irq = 36) is a U6_16550A
[ 1.355301] [uart]: serial probe 7 irq 52 mapbase 0x01c29c00
[ 1.387114] sunxi-uart.7: ttyS3 at MMIO 0x1c29c00 (irq = 52) is a U6_16550A
[ 1.396626] G2D: drv_g2d_init
[ 1.399974] G2D: Module initialized.major:250
[ 1.413033] brd: module loaded
[ 1.421739] loop: module loaded
[ 1.428720] gpio count < =0 ,gpio_count is: 0
[ 1.439047] sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP
[ 1.450292] sw_ahci sw_ahci.0: forcing PORTS_IMPL to 0x1
[ 1.463061] sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 1.477958] sw_ahci sw_ahci.0: flags: ncq sntf pm led clo only pio slum part ccc
[ 1.488700] scsi0 : sw_ahci_platform
[ 1.499496] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 88
[ 1.511517] Fixed MDIO Bus: probed
[ 1.519575] eth%d: device MAC address 02:50:05:02:83:3d
[ 1.527803] gmac_para gpio count is 18
[ 1.533024] [gmac]: sun6i_gmac platform driver registration completed
[ 1.536324] PPP generic driver version 2.4.2
[ 1.544525] PPP BSD Compression module registered
[ 1.553267] PPP Deflate Compression module registered
[ 1.561719] NET: Registered protocol family 24
[ 1.571943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.583700] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.592291] [sw-ehci1]: open clock
[ 1.614917] [sw-ehci1]: Set USB Power ON
[ 1.621353] sw-ehci sw-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.635100] sw-ehci sw-ehci.1: new USB bus registered, assigned bus number 1
[ 1.646546] sw-ehci sw-ehci.1: irq 71, io mem 0x01c14000
[ 1.673258] sw-ehci sw-ehci.1: USB 2.0 started, EHCI 1.00
[ 1.681278] ehci_irq: port change detect
[ 1.687018] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.699966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.713605] usb usb1: Product: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.726290] usb usb1: Manufacturer: Linux 3.4.104-bananian ehci_hcd
[ 1.735677] usb usb1: SerialNumber: sw-ehci
[ 1.743032] hub 1-0:1.0: USB hub found
[ 1.749679] hub 1-0:1.0: 1 port detected
[ 1.756189] [sw-ohci1]: open clock
[ 1.782305] sw-ohci sw-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.795654] sw-ohci sw-ohci.1: new USB bus registered, assigned bus number 2
[ 1.807022] sw-ohci sw-ohci.1: irq 96, io mem 0x01c14400
[ 1.863270] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.878703] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.891688] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.905016] usb usb2: Product: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.917381] usb usb2: Manufacturer: Linux 3.4.104-bananian ohci_hcd
[ 1.926795] usb usb2: SerialNumber: sw-ohci
[ 1.934182] hub 2-0:1.0: USB hub found
[ 1.940824] hub 2-0:1.0: 1 port detected
[ 1.947341] [sw-ehci2]: open clock
[ 1.970028] [sw-ehci2]: Set USB Power ON
[ 1.976478] sw-ehci sw-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.990231] sw-ehci sw-ehci.2: new USB bus registered, assigned bus number 3
[ 2.001681] sw-ehci sw-ehci.2: irq 72, io mem 0x01c1c000
[ 2.074325] usb 1-1: new high-speed USB device number 2 using sw-ehci
[ 2.093264] sw-ehci sw-ehci.2: USB 2.0 started, EHCI 1.00
[ 2.101283] ehci_irq: port change detect
[ 2.107151] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.120133] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.133800] usb usb3: Product: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.146513] usb usb3: Manufacturer: Linux 3.4.104-bananian ehci_hcd
[ 2.155925] usb usb3: SerialNumber: sw-ehci
[ 2.163335] hub 3-0:1.0: USB hub found
[ 2.169976] hub 3-0:1.0: 1 port detected
[ 2.176486] [sw-ohci2]: open clock
[ 2.202580] sw-ohci sw-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 2.215980] sw-ohci sw-ohci.2: new USB bus registered, assigned bus number 4
[ 2.227359] sw-ohci sw-ohci.2: irq 97, io mem 0x01c1c400
[ 2.245192] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
[ 2.258000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.268113] usb 1-1: Product: USB 2.0 Hub
[ 2.275500] hub 1-1:1.0: USB hub found
[ 2.282379] hub 1-1:1.0: 4 ports detected
[ 2.298716] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.311706] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.325036] usb usb4: Product: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 2.337399] usb usb4: Manufacturer: Linux 3.4.104-bananian ohci_hcd
[ 2.346811] usb usb4: SerialNumber: sw-ohci
[ 2.354177] hub 4-0:1.0: USB hub found
[ 2.360818] hub 4-0:1.0: 1 port detected
[ 2.368939] Initializing USB Mass Storage driver...
[ 2.379016] usbcore: registered new interface driver usb-storage
[ 2.388677] USB Mass Storage support registered.
[ 2.398351] mousedev: PS/2 mouse device common for all mice
[ 2.409018] input: sunxi-ir as /devices/virtual/input/input0
[ 2.416200] IR Initial OK
[ 2.421169] sunxi-rtc sunxi-rtc: Warning: RTC time is wrong!
[ 2.432145] sunxi-rtc sunxi-rtc: rtc core: registered rtc as rtc0
[ 2.440755] i2c /dev entries driver
[ 2.448046] config i2c gpio with gpio_config api
[ 2.453644] axp_mfd 0-0034: AXP (CHIP ID: 0x41) detected
[ 2.464837] axp_mfd 0-0034: AXP internal temperature monitoring enabled
[ 2.476647] [AXP]axp driver uning configuration failed(342)
[ 2.478574] [AXP]power_start = 0
[ 2.481635] I2C: i2c-0: AW16XX I2C adapter
[ 2.489145] config i2c gpio with gpio_config api
[ 2.494540] usb 3-1: new high-speed USB device number 2 using sw-ehci
[ 2.504442] I2C: i2c-1: AW16XX I2C adapter
[ 2.511915] config i2c gpio with gpio_config api
[ 2.515249] I2C: i2c-2: AW16XX I2C adapter
[ 2.522751] config i2c gpio with gpio_config api
[ 2.526044] I2C: i2c-3: AW16XX I2C adapter
[ 2.531953] [ace_drv] start!!!
[ 2.534322] [ace_drv] init end!!!
[ 2.535988] [pa_drv] start!!!
[ 2.538195] [pa_drv] init end!!!
[ 2.542287] Driver for 1-wire Dallas network protocol.
[ 2.551662] invalid gpio pin in fex configuration : -1
[ 2.559208] axp20_ldo1: 1300 mV
[ 2.567629] axp20_ldo2: 1800 <-
[ 2.577962] axp20_ldo3: 700 <--> 3500 mV at 2800 mV
[ 2.588078] axp20_ldo4: 1250 <--> 3300 mV at 2800 mV
[ 2.598477] axp20_buck2: 700 <--> 2275 mV at 1450 mV
[ 2.610018] somebody is trying to set dcdc3 range to (1300000, 1300000) uV
[ 2.621934] but we keep dcdc3 = 1300000 uV from the bootloader
[ 2.632058] axp20_buck3: 700 <--> 3500 mV at 1300 mV
[ 2.641989] axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV
[ 2.656758] input: axp20-supplyer as /devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input1
[ 2.673716] usb 3-1: New USB device found, idVendor=152d, idProduct=2329
[ 2.686535] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 2.690973] axp20_ldo2: Failed to create debugfs directory
[ 2.707129] device-mapper: uevent: version 1.0.3
[ 2.715877] usb 3-1: Product: USB to ATA/ATAPI bridge
[ 2.723263] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
[ 2.739765] cpuidle: using governor ladder
[ 2.746723] cpuidle: using governor menu
[ 2.752900] [mmc-msg] sw_mci_init
[ 2.761848] [mmc-msg] MMC host used card: 0x1, boot card: 0x0, io_card 0
[ 2.773412] [mmc-msg] sdc0 set round clock 400000, src 24000000
[ 2.787309] [mmc-msg] sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY dt B
[ 2.803466] [mmc-msg] sdc0 Probe: base:0xf0154000 irq:64 sg_cpu:f0156000(4fc00000) ret 0.
[ 2.816153] [mmc_pm]: failed to fetch sdio card configuration!
[ 2.819279] usb 3-1: Manufacturer: JMicron
[ 2.821633] sunxi_leds driver init
[ 2.832846] Registered led device: green:ph24:led1
[ 2.836357] usb 3-1: SerialNumber: C095007FFFFF
[ 2.841322] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.856345] usbcore: registered new interface driver usbhid
[ 2.864691] usbhid: USB HID core driver
[ 2.870609] ashmem: initialized
[ 2.877219] logger: created 256K log 'log_main'
[ 2.885390] logger: created 256K log 'log_events'
[ 2.893649] logger: created 256K log 'log_radio'
[ 2.901907] logger: created 256K log 'log_system'
[ 2.909734] IPv4 over IPv4 tunneling driver
[ 2.916002] TCP: bic registered
[ 2.921395] TCP: cubic registered
[ 2.927223] TCP: westwood registered
[ 2.933393] TCP: highspeed registered
[ 2.939308] TCP: hybla registered
[ 2.944790] TCP: htcp registered
[ 2.950265] TCP: vegas registered
[ 2.955746] TCP: veno registered
[ 2.961481] TCP: scalable registered
[ 2.967049] TCP: lp registered
[ 2.972264] TCP: yeah registered
[ 2.978005] TCP: illinois registered
[ 2.984780] Initializing XFRM netlink socket
[ 2.992430] NET: Registered protocol family 10
[ 3.000257] NET: Registered protocol family 17
[ 3.008083] NET: Registered protocol family 15
[ 3.017121] [mmc_pm]: No sdio card, please check your config !!
[ 3.020818] Registering the dns_resolver key type
[ 3.027784] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
[ 3.041254] usb-storage 3-1:1.0: Quirks match for vid 152d pid 2329: 8020
[ 3.055593] scsi1 : usb-storage 3-1:1.0
[ 3.063408] Registering SWP/SWPB emulation handler
[ 3.072812] axp20_buck2: Failed to create debugfs directory
[ 3.084552] [cpu_freq] INF:-------------------V-F Table-------------------
[ 3.096571] [cpu_freq] INF: voltage = 1450mv frequency = 1008MHz
[ 3.107723] [cpu_freq] INF: voltage = 1425mv frequency = 912MHz
[ 3.118910] [cpu_freq] INF: voltage = 1350mv frequency = 864MHz
[ 3.130063] [cpu_freq] INF: voltage = 1250mv frequency = 720MHz
[ 3.141210] [cpu_freq] INF: voltage = 1150mv frequency = 528MHz
[ 3.152355] [cpu_freq] INF: voltage = 1100mv frequency = 312MHz
[ 3.164049] usb 1-1.4: new high-speed USB device number 3 using sw-ehci
[ 3.169093] [cpu_freq] INF: voltage = 1050mv frequency = 144MHz
[ 3.180738] [cpu_freq] INF: voltage = 1000mv frequency = 0MHz
[ 3.192634] [cpu_freq] INF:-----------------------------------------------
[ 3.208435] [cpu_freq] INF:sunxi_cpufreq_initcall, get cpu frequency from sysconfig, max freq: 912MHz, min freq: 720MHz
[ 3.218340] registered taskstats version 1
[ 3.231993] I2C: i2c-4: HDMI I2C adapter
[ 3.355621] usb 1-1.4: New USB device found, idVendor=0572, idProduct=0320
[ 3.368782] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.379896] usb 1-1.4: Product: DVB-T2/C USB-Stick
[ 3.388352] usb 1-1.4: Manufacturer: Bestunar Inc
[ 3.396372] usb 1-1.4: SerialNumber: 20140126
[ 3.717793] [mmc-msg] mmc 0 detect change, present 1
[ 4.037273] scsi 1:0:0:0: Direct-Access Hitachi HDS5C1010CLA382 PQ: 0 ANSI: 2 CCS
[ 4.055207] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 4.067579] sd 1:0:0:0: [sda] Write Protect is off
[ 4.076400] sd 1:0:0:0: [sda] Mode Sense: 28 00 00 00
[ 4.081469] sd 1:0:0:0: [sda] No Caching mode page found
[ 4.091867] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 4.104964] sd 1:0:0:0: [sda] No Caching mode page found
[ 4.115356] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 4.196989] sda: sda1 sda2
[ 4.207461] sd 1:0:0:0: [sda] No Caching mode page found
[ 4.217845] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 4.231828] [mmc-msg] sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY dt B
[ 4.243218] [mmc-msg] sdc0 power on
[ 4.250304] sd 1:0:0:0: [sda] Attached SCSI disk
[ 4.267245] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY dt B
[ 4.281572] [mmc-msg] sdc0 set round clock 400000, src 24000000
[ 4.364534] [mmc-err] smc 0 err, cmd 52, RTO
[ 4.373041] [mmc-err] smc 0 err, cmd 52, RTO
[ 4.385752] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY dt B
[ 4.405877] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY dt B
[ 4.420624] [mmc-err] smc 0 err, cmd 5, RTO
[ 4.428954] [mmc-err] smc 0 err, cmd 5, RTO
[ 4.437279] [mmc-err] smc 0 err, cmd 5, RTO
[ 4.445604] [mmc-err] smc 0 err, cmd 5, RTO
[ 4.458873] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY dt B
[ 4.476625] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY dt B
[ 4.496742] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY dt B
[ 4.539451] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS dt B
[ 4.557200] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS dt B
[ 4.571841] [mmc-msg] sdc0 set round clock 42857143, src 600000000
[ 4.637356] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS dt B
[ 4.651299] mmc0: new high speed SDHC card at address b368
[ 4.660633] mmcblk0: mmc0:b368 USD 7.45 GiB
[ 4.667878] mmcblk0: p1 p2
[ 13.261859] Timeout waiting for EDID info
[ 13.272250] disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 2x 0
[ 13.804424] Console: switching to colour frame buffer device 160x45
[ 13.837170] axp20_buck3: incomplete constraints, leaving on
[ 13.847786] axp20_buck2: incomplete constraints, leaving on
[ 13.858284] axp20_ldo4: incomplete constraints, leaving on
[ 13.868690] axp20_ldo3: incomplete constraints, leaving on
[ 13.879086] axp20_ldo2: incomplete constraints, leaving on
[ 13.889493] axp20_ldo1: incomplete constraints, leaving on
[ 13.898146] console [netcon0] enabled
[ 13.905451] netconsole: network logging started
[ 13.914329] otg_wakelock_init: No USB transceiver found
[ 13.927249] sunxi-rtc sunxi-rtc: setting system clock to 2010-01-01 00:00:00 UTC (1262304000)
[ 13.943635] ALSA device list:
[ 13.955505] #0: sunxi-CODEC Audio Codec
[ 13.971435] md: Waiting for all devices to be available before autodetect
[ 13.988759] md: If you don't use raid, use raid=noautodetect
[ 14.004070] md: Autodetecting RAID arrays.
[ 14.017281] md: Scanned 0 and added 0 devices.
[ 14.029137] md: autorun ...
[ 14.039939] md: ... autorun DONE.
[ 14.068850] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[ 14.087519] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 14.113341] devtmpfs: mounted
[ 14.125279] Freeing init memory: 224K
[ 14.982875] udevd169: starting version 175
[ 17.337618] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 17.836058] 8021q: 802.1Q VLAN Support v1.8
[ 19.927871] Adding 524284k swap on /swapfile1. Priority:-1 extents:6 across:745468k SS
[ 21.767807] GMAC gpio_power_hd:gpio_direction_output
[ 22.045424] eth0: device MAC address 02:50:05:02:83:3d
[ 22.075047] sunxi_gmac: probed
[ 22.089945] eth0: PHY ID 001cc915 at 0 IRQ 0 (sunxi_gmac-0:00) active
[ 22.107603] eth0: PHY ID 001cc915 at 1 IRQ 0 (sunxi_gmac-0:01)
[ 27.122116] PHY: sunxi_gmac-0:00 - Link is Up - 1000/Full
[ 31.747377] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 33.011894] eth0: no IPv6 routers present
RE: TvHeadend webinterface issues - Added by Mark Clarkstone over 8 years ago
Mark Gora wrote:
well, it says a lot
[ 3.355621] usb 1-1.4: New USB device found, idVendor=0572, idProduct=0320
[ 3.368782] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.379896] usb 1-1.4: Product: DVB-T2/C USB-Stick
[ 3.388352] usb 1-1.4: Manufacturer: Bestunar Inc
[ 3.396372] usb 1-1.4: SerialNumber: 20140126
Your kernel has no driver for that stick..
If it did you'd see something like:
[ 7.689789] dvb-usb: found a 'Mygica T230 DVB-T/T2/C' in warm state. [ 8.009303] si2168 1-0064: Silicon Labs Si2168 successfully attached
You need to use a newer kernel, my Bpi is running
Linux bananapim1 4.4.3-sunxi #19 SMP Tue Mar 1 21:34:52 CET 2016 armv7l GNU/Linux
See: http://cateee.net/lkddb/web-lkddb/DVB_USB_DVBSKY.html
Notice that kernels 3.19 and newer have support for product ID "0572:0320".
RE: TvHeadend webinterface issues - Added by Mark Gora over 8 years ago
thank you for your answer.
I upgraded the kernel to 4.4.3 and installed the fw again.
Now I can find the dvb-t adapter in the tvheadend config. Dvb-c is still missing :/
dmesg
[ 6.709980] usb 1-1.4: Product: DVB-T2/C USB-Stick
[ 6.718581] usb 1-1.4: Manufacturer: Bestunar Inc
[ 6.727064] usb 1-1.4: SerialNumber: 20140126
[ 6.977204] usb 1-1.4: dvb_usb_v2: found a 'DVBSky T330' in warm state
[ 6.996291] usb 1-1.4: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 7.028120] DVB: registering new adapter (DVBSky T330)
[ 7.045943] usb 1-1.4: dvb_usb_v2: MAC address: 00:cc:10:a5:33:0c
[ 7.085131] i2c i2c-2: Added multiplexed i2c bus 3
[ 7.101528] si2168 2-0064: Silicon Labs Si2168 successfully attached
[ 7.135461] si2157 3-0060: Silicon Labs Si2147/2148/2157/2158 successfully attached
[ 7.165944] usb 1-1.4: DVB: registering adapter 0 frontend 0 (Silicon Labs Si2168)...
[ 7.197850] Registered IR keymap rc-dvbsky
[ 7.214992] input: DVBSky T330 as /devices/platform/soc@01c00000/1c14000.usb/usb1/1-1/1-1.4/rc/rc0/input1
[ 7.248816] rc0: DVBSky T330 as /devices/platform/soc@01c00000/1c14000.usb/usb1/1-1/1-1.4/rc/rc0
[ 7.281271] usb 1-1.4: dvb_usb_v2: schedule remote query interval to 300 msecs
[ 7.300822] usb 1-1.4: dvb_usb_v2: 'DVBSky T330' successfully initialized and connected
[ 7.321634] usbcore: registered new interface driver dvb_usb_dvbsky
[ 8.435669] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[ 8.459751] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 9.221389] Adding 524284k swap on /swapfile1. Priority:-1 extents:6 across:745468k SSFS
[ 11.338763] RX IPC Checksum Offload disabled
[ 11.350865] No MAC Management Counters available
[ 16.327559] sun7i-dwmac 1c50000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 21.572426] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 23.158480] si2168 2-0064: found a 'Silicon Labs Si2168-B40'
[ 23.166989] si2168 2-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw'
[ 23.512663] random: nonblocking pool is initialized
[ 23.726846] si2168 2-0064: firmware version: 4.0.4
[ 23.742716] si2157 3-0060: found a 'Silicon Labs Si2157-A30'
[ 23.775836] si2157 3-0060: firmware version: 3.0.5
do you have any ideas?
RE: TvHeadend webinterface issues - Added by Mark Clarkstone over 8 years ago
You're not seeing this in Tvheadend, just dvb-t?
RE: TvHeadend webinterface issues - Added by a dg over 8 years ago
Hello,
I ve got an Edision Optimuss Combo Stick DVB-T/T2/C
and i want it to use on my Synology DS112j NAS (Kirkwood CPU ARM I guess).
Stick is recognized from DSM System (5.2 and 6.0) as DVBSky T330 which is good as Optimuss is a clone to T330
TVHEADEND dont show it in ADAPTERS, I tried Version 3.4 and 4.0 for Synology :-(
.. there is nothing shown below TV-Adapters
I would like to use it with cable (DVB-C) to record TV Program on my NAS
Stick works with DVBLogics DVB-Link-Server and DVB-Link-TV-Source, so I know Hardware is fine.
Does anyone know how to make it work with TVHEADEND and DVB-C on Synology ?
thanks in advance
RE: TvHeadend webinterface issues - Added by john janardhan about 8 years ago
I m having ERR_CONNECTION_REFUSED problem in my pc
RE: TvHeadend webinterface issues - Added by john janardhan about 8 years ago
Here’s the mail I got recently when I get this problem again.
Check the proxy settings for IE and Chrome to make sure they are similarly set, i.e. both set to use it or not use it as required.
Chrome - settings - advanced settings - network [change proxy settings]
IE - tools - internet options - connections tab - [ Lan settings ]
Can you ping a site by IP address and by url?
i.e. from a command prompt use the ping command.