Portál AbcLinuxu, 26. dubna 2024 13:32


Dotaz: OpenWrt a DVB-T

21.9.2017 20:31 Luky
OpenWrt a DVB-T
Přečteno: 1886×
Odpovědět | Admin
Zdravím, nevíte někdo o nějakém zaručeném návodu, jak na OpenWrt (TP-Link TL-1043ND) rozchodit Tvheadend s USB DVB-T (aktuálně mám Realtek Semiconductor Corp. RTL2838 DVB-T, ale můžu koupit na Ali případě jiný). Nebo pokud máte nějaké zkušenosti, sem s nimi prosím :-)

Řešení dotazu:


Nástroje: Začni sledovat (0) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

Jendа avatar 21.9.2017 22:03 Jendа | skóre: 78 | blog: Jenda | JO70FB
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Odpovědět | | Sbalit | Link | Blokovat | Admin
To je rtl-sdr? Na OpenWrt nevím, ale obecně potřebuješ jaderné moduly dvb_usb_rtl28xxu rtl2830 rtl2832.
Já to s tou denacifikací Slovenska myslel vážně.
22.9.2017 01:38 Petr Šobáň | skóre: 80 | blog: soban | Olomouc
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Odpovědět | | Sbalit | Link | Blokovat | Admin
A kde je problém?

Nainstaluji příslušný balíček a nastavím.....

V LEDE je normálně balíček tvheadend. Welcome to the LEDE Project

Takže pouze pohledat zda je tam podpora příslušného HW DVB-T.
25.9.2017 19:36 Luky
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
nainstaloval jsem z důvodu velikosti zkušebně nějaký balíček tvheadend 3.1. Tvheadend funguje. Teď ještě ale musím rozchodit ten tuner. Na to stačí ty moduly? Nemůžu je nikde ale najít.
26.9.2017 11:39 Petr Šobáň | skóre: 80 | blog: soban | Olomouc
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Nemám potuchy.....

Prostě ten HW nemám pohledej v balíčcích názvy jako firmware DVB-T atd....
Řešení 1× (Georgo10)
26.9.2017 12:16 Luky
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Tak vyřešeno bez kompilace jádra. Největší problém byl v tom, najít správné moduly atd. Hodím se večer když tak krátký návod s odkazy.
26.9.2017 19:29 Luky
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Takže tak nějak. Snad to někomu pomůže:
Update na FW OpenWrt od EkoOne.pl pro TL-WR1043ND >>>> v1 <<<< POZOR NA HW VERZI
http://dl.eko.one.pl/chaos_calmer/ar71xx/openwrt-15.05-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin

# vytvoření hesla pro přístup přes ssh
telnet
telnet> open 192.168.1.1
passwd
exit

# přístup přes ssh
ssh root@192.168.1.1

# moduly
http://dl.eko.one.pl/chaos_calmer/ar71xx/media-3.18.45/

## pro info: zjištění závislostí modulu
# strings /lib/modules/3.18.45/rc-core.ko | grep depends

# zachovat pořadí
opkg update
opkg install kmod-i2c-mux kmod-input-core
insmod dvb-core
insmod input-core
insmod rc-core
insmod rtl2832
insmod dvb_usb_v2
insmod rtl2830
insmod dvb-usb-rtl28xxu
insmod r820t
# pokud byly moduly uspěsně zavedeny, můžeme vytvořit soubor "dvb" s moduly a nakopírovat do /etc/modules.d - pro autmatické zavedení po startu


# zvětšení interního úložiště na USB disk (extroot)
# flashku naformátovat na ext4

mount /dev/sda1 /mnt ; tar -C /overlay -cvf - . | tar -C /mnt -xf - ; umount /mnt

block detect > /etc/config/fstab; \
   sed -i s/option$'\t'enabled$'\t'\'0\'/option$'\t'enabled$'\t'\'1\'/ /etc/config/fstab; \
   sed -i s#/mnt/sda1#/overlay# /etc/config/fstab; \
   cat /etc/config/fstab;

echo option force_space >> /etc/opkg.conf

# instalace tvheadend
opkg update
opkg install tvheadend

# instalace web rozhraní Luci pro openwrt
opkg update
opkg install luci

# na závěr zkušebně rebootneme:)

# tvheadend webinterface
# http://ip_serveru:9981
27.9.2017 00:22 Petr Šobáň | skóre: 80 | blog: soban | Olomouc
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Nějak nechápu proč používáš stránku http://dl.eko.one.pl ????

Aktuální verze jsou na stránkách projektu LEDE.
27.9.2017 08:27 Luky
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Protože jsem pro konkrétní verzi LEDE nenašel moduly pro můj DVB-T tuner.
27.9.2017 15:37 Petr Šobáň | skóre: 80 | blog: soban | Olomouc
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Je tam novější jádro a že by to vyhodily...... se mi nezdá možná se modul jmenuje jinak...

Ale dík za vysvětlení....
28.7.2019 18:22 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Odpovědět | | Sbalit | Link | Blokovat | Admin
Podařilo se ještě někomu zprovoznit TV kartu pod OpenWRT? Mám Pinnacle PCTV Hybrid Pro Stick 340e, ale fakt se mi to neporařilo. Dělal jsem to taky podlě těch Poláků (http://eko.one.pl/), ale nikdy se mi to nepodařilo úspěšně dokončit. Kartu sice vidím přes lsusb, ale to je asi tak všechno.
28.7.2019 21:15 NN
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Jak jsi postupoval? Jaky je aktulani vystup detekce karty?
29.7.2019 09:59 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T

root@OpenWrt:~# lsusb Bus 001 Device 006: ID 2304:023d Pinnacle Systems, Inc. PCTV 340e

 

root@OpenWrt:~# lsusb -v

Bus 001 Device 006: ID 2304:023d Pinnacle Systems, Inc. PCTV 340e
Device Descriptor:
bLength                18
bDescriptorType         1
bcdUSB               2.00
bDeviceClass            0 (Defined at Interface level)
bDeviceSubClass         0
bDeviceProtocol         0
bMaxPacketSize0        64
idVendor           0x2304 Pinnacle Systems, Inc.
idProduct          0x023d PCTV 340e
bcdDevice            1.00
iManufacturer           1 YUANRD
iProduct                2 PCTV 340e
iSerial                 3 050116ACAD
bNumConfigurations      1
Configuration Descriptor:
bLength                 9
bDescriptorType         2
wTotalLength           46
bNumInterfaces          1
bConfigurationValue     1
iConfiguration          0
bmAttributes         0xa0
(Bus Powered)
Remote Wakeup
MaxPower              500mA
Interface Descriptor:
bLength                 9
bDescriptorType         4
bInterfaceNumber        0
bAlternateSetting       0
bNumEndpoints           4
bInterfaceClass       255 Vendor Specific Class
bInterfaceSubClass      0
bInterfaceProtocol      0
iInterface              0
Endpoint Descriptor:
bLength                 7
bDescriptorType         5
bEndpointAddress     0x01  EP 1 OUT
bmAttributes            2
Transfer Type            Bulk
Synch Type               None
Usage Type               Data
wMaxPacketSize     0x0200  1x 512 bytes
bInterval               1
Endpoint Descriptor:
bLength                 7
bDescriptorType         5
bEndpointAddress     0x81  EP 1 IN
bmAttributes            2
Transfer Type            Bulk
Synch Type               None
Usage Type               Data
wMaxPacketSize     0x0200  1x 512 bytes
bInterval               1
Endpoint Descriptor:
bLength                 7
bDescriptorType         5
bEndpointAddress     0x82  EP 2 IN
bmAttributes            2
Transfer Type            Bulk
Synch Type               None
Usage Type               Data
wMaxPacketSize     0x0200  1x 512 bytes
bInterval               1
Endpoint Descriptor:
bLength                 7
bDescriptorType         5
bEndpointAddress     0x83  EP 3 IN
bmAttributes            2
Transfer Type            Bulk
Synch Type               None
Usage Type               Data
wMaxPacketSize     0x0200  1x 512 bytes
bInterval               1
Device Qualifier (for other device speed):
bLength                10
bDescriptorType         6
bcdUSB               2.00
bDeviceClass            0 (Defined at Interface level)
bDeviceSubClass         0
bDeviceProtocol         0
bMaxPacketSize0        64
bNumConfigurations      1
Device Status:     0x0000
(Bus Powered)

 

root@OpenWrt:~# ls -lR /dev/dvb/
ls: /dev/dvb/: No such file or directory

 

A teď trochu zmatku z DMESG, zkoušel jsem i ještě jinou kartu, proto jsou tam moduly také pro DVB-T2 a taky jsem zkoušel jestli třeba nějaké jiné moduly jako rc-pinnacle-color.ko zázrakem nepomůžou. Jo a ten ostatní zmatek je tam, protože dost často s OpenWrt experimentuju, tj. nainstaluji, co se dá :-)

 

root@OpenWrt:~# dmesg
[    0.000000] Linux version 4.14.131 (buildbot@c2c312384f99) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7808-ef686b7292)) #0 Thu Jun 27 12:18:52 2019
[    0.000000] CPU0 revision is: 00029029 (Broadcom BMIPS3300)
[    0.000000] bcm47xx: Using ssb bus
[    0.000000] ssb: Found chip with id 0x5354, rev 0x03 and package 0x00
[    0.000000] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x14, vendor 0x4243)
[    0.000000] ssb: Core 1 found: Fast Ethernet (cc 0x806, rev 0x09, vendor 0x4243)
[    0.000000] ssb: Core 2 found: MIPS 3302 (cc 0x816, rev 0x08, vendor 0x4243)
[    0.000000] ssb: Core 3 found: USB 2.0 Host (cc 0x819, rev 0x02, vendor 0x4243)
[    0.000000] ssb: Core 4 found: MEMC SDRAM (cc 0x80F, rev 0x04, vendor 0x4243)
[    0.000000] ssb: Core 5 found: IEEE 802.11 (cc 0x812, rev 0x0D, vendor 0x4243)
[    0.000000] ssb: Core 6 found: Roboswitch (cc 0x81C, rev 0x02, vendor 0x4243)
[    0.000000] ssb: chipcommon status is 0x0
[    0.000000] ssb: Found rev 0 PMU (capabilities 0x04A63400)
[    0.000000] ssb: Initializing MIPS core...
[    0.000000] ssb: set_irq: core 0x0806, irq 4 => 4
[    0.000000] ssb: set_irq: core 0x0816, irq 5 => 2
[    0.000000] ssb: set_irq: core 0x0812, irq 2 => 5
[    0.000000] ssb: after irq reconfiguration
[    0.000000] ssb: core 0x0800, irq : 2(S)  3* 4  5  6  D  I
[    0.000000] ssb: core 0x0806, irq : 2(S)  3  4* 5  6  D  I
[    0.000000] ssb: core 0x0816, irq : 2(S)* 3  4  5  6  D  I
[    0.000000] ssb: core 0x0819, irq : 2(S)  3  4  5  6* D  I
[    0.000000] ssb: core 0x080f, irq : 2(S)  3  4  5  6  D  I*
[    0.000000] ssb: core 0x0812, irq : 2(S)  3  4  5* 6  D  I
[    0.000000] ssb: core 0x081c, irq : 2(S)  3  4  5  6  D  I*
[    0.000000] ssb: Sonics Silicon Backplane found at address 0x18000000
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 02000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 16 bytes.
[    0.000000] Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] On node 0 totalpages: 8192
[    0.000000] free_area_init_node: node 0, pgdat 8043b0b0, node_mem_map 81000020
[    0.000000]   Normal zone: 64 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 8192 pages, LIFO batch:0
[    0.000000] random: get_random_bytes called from 0x8043e738 with crng_init=0
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line: noinitrd console=ttyS0,115200
[    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
[    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Memory: 27600K/32768K available (3742K kernel code, 156K rwdata, 436K rodata, 200K init, 279K bss, 5168K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 128
[    0.000000] MIPS: machine is Asus WL500GP V2
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 15927170388 ns
[    0.000028] sched_clock: 32 bits at 120MHz, resolution 8ns, wraps every 17895697403ns
[    0.000179] Calibrating delay loop... 239.61 BogoMIPS (lpj=1198080)
[    0.070153] pid_max: default: 32768 minimum: 301
[    0.070967] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.071094] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.080003] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.080235] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.083249] NET: Registered protocol family 16
[    0.163093] clocksource: Switched to clocksource MIPS
[    0.171389] NET: Registered protocol family 2
[    0.174574] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.174735] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.174869] TCP: Hash tables configured (established 1024 bind 1024)
[    0.175779] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.175933] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.176770] NET: Registered protocol family 1
[    0.176938] PCI: CLS 0 bytes, default 16
[    0.202681] Crashlog allocated RAM at address 0x1f00000
[    0.212179] workingset: timestamp_bits=30 max_order=13 bucket_order=0
[    0.233366] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.233426] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.286017] io scheduler noop registered
[    0.286079] io scheduler deadline registered (default)
[    0.287036] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.296347] console [ttyS0] disabled
[    0.316743] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 3, base_baud = 1562500) is a U6_16550A
[    0.668684] console [ttyS0] enabled
[    0.693764] serial8250.0: ttyS1 at MMIO 0xb8000400 (irq = 3, base_baud = 1562500) is a U6_16550A
[    0.706066] physmap platform flash device: 02000001 at 1c000000
[    0.712462] physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
[    0.723304] physmap-flash.0: Found an alias at 0x800000 for the chip at 0x0
[    0.723338] physmap-flash.0: Found an alias at 0x1000000 for the chip at 0x0
[    0.723366] physmap-flash.0: Found an alias at 0x1800000 for the chip at 0x0
[    0.723414] Amd/Fujitsu Extended Query Table at 0x0040
[    0.728768]   Amd/Fujitsu Extended Query version 1.1.
[    0.734160] number of CFI chips: 1
[    0.760735] 3 bcm47xxpart partitions found on MTD device physmap-flash.0
[    0.767848] Creating 3 MTD partitions on "physmap-flash.0":
[    0.773832] 0x000000000000-0x000000020000 : "boot"
[    0.794767] 0x000000020000-0x0000007f0000 : "firmware"
[    0.803025] 3 trx partitions found on MTD device firmware
[    0.808831] Creating 3 MTD partitions on "firmware":
[    0.814174] 0x00000000001c-0x000000000948 : "loader"
[    0.830295] 0x000000000948-0x00000016c000 : "linux"
[    0.841660] 0x00000016c000-0x0000007d0000 : "rootfs"
[    0.849764] mtd: device 4 (rootfs) set to be root filesystem
[    0.855895] 1 squashfs-split partitions found on MTD device rootfs
[    0.862353] 0x000000400000-0x0000007d0000 : "rootfs_data"
[    0.880285] 0x0000007f0000-0x000000800000 : "nvram"
[    0.904781] libphy: Fixed MDIO Bus: probed
[    0.909443] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
[    0.926858] libphy: b44_eth_mii: probed
[    1.049089] b53_common: found switch: BCM5325, rev 0
[    1.054483] Broadcom B53 (1) 1:1e: attached PHY driver [Broadcom B53 (1)] (mii_bus:phy_addr=1:1e, irq=POLL)
[    1.064735] b44 ssb0:0 eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver bc:ae:c5:c3:4f:9e
[    1.074871] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
[    1.084700] GPIO_WDT: failed to register misc device
[    1.093759] NET: Registered protocol family 10
[    1.113912] Segment Routing with IPv6
[    1.118016] NET: Registered protocol family 17
[    1.122834] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.136423] 8021q: 802.1Q VLAN Support v1.8
[    1.158424] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[    1.169554] Freeing unused kernel memory: 200K
[    1.174353] This architecture does not have kernel memory protection.
[    2.231912] init: Console is alive
[    2.236441] init: - watchdog -
[    2.533185] random: fast init done
[    3.846131] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.950414] usbcore: registered new interface driver usbfs
[    3.956632] usbcore: registered new interface driver hub
[    3.962558] usbcore: registered new device driver usb
[    3.989150] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.001178] ehci-platform: EHCI generic platform driver
[    4.007109] ehci-platform ehci-platform.0: EHCI Host Controller
[    4.013553] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[    4.022539] ehci-platform ehci-platform.0: irq 6, io mem 0x18003800
[    4.053264] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[    4.063445] hub 1-0:1.0: USB hub found
[    4.068830] hub 1-0:1.0: 2 ports detected
[    4.086405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.096534] ohci-platform: OHCI generic platform driver
[    4.102229] ohci-platform ohci-platform.0: Generic Platform OHCI controller
[    4.109761] ohci-platform ohci-platform.0: new USB bus registered, assigned bus number 2
[    4.118559] ohci-platform ohci-platform.0: irq 6, io mem 0x18003000
[    4.200399] hub 2-0:1.0: USB hub found
[    4.205942] hub 2-0:1.0: 2 ports detected
[    4.225071] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    4.244005] init: - preinit -
[    4.582486] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    4.869325] hub 1-1:1.0: USB hub found
[    4.910289] hub 1-1:1.0: 2 ports detected
[    5.055523] random: procd: uninitialized urandom read (4 bytes read)
[    5.286407] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
[    5.488735] hub 1-1.1:1.0: USB hub found
[    5.493958] hub 1-1.1:1.0: 4 ports detected
[    5.893302] usb 1-1.1.1: new high-speed USB device number 4 using ehci-platform
[    6.193305] usb 1-1.1.3: new high-speed USB device number 5 using ehci-platform
[    6.499499] random: jshn: uninitialized urandom read (4 bytes read)
[    6.700946] random: jshn: uninitialized urandom read (4 bytes read)
[    6.962282] random: jshn: uninitialized urandom read (4 bytes read)
[    7.669826] b44 ssb0:0 eth0: Link is up at 100 Mbps, half duplex
[    7.676261] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
[    7.686934] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.696342] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
[    7.703490] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
[    8.723259] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    8.731027] b44 ssb0:0 eth0: Link is Up - 100Mbps/Full - flow control off
[   11.454545] jffs2: notice: (401) jffs2_build_xattr_subsystem: complete building xattr subsystem, 7 of xdatum (3 unchecked, 4 orphan) and 50 of xref (11 dead, 0 orphan) found.
[   11.478196] mount_root: loading kmods from internal overlay
[   11.818669] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   12.714793] SCSI subsystem initialized
[   12.794780] uhci_hcd: USB Universal Host Controller Interface driver
[   12.854783] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[   12.865252] scsi host0: usb-storage 1-1.1.3:1.0
[   12.871833] usbcore: registered new interface driver usb-storage
[   12.883254] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   13.055466] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[   13.067468] block: extroot: device not present, retrying in 5 seconds
[   13.925401] scsi 0:0:0:0: Direct-Access     Generic  Mass-Storage     1.11 PQ: 0 ANSI: 2
[   13.944525] sd 0:0:0:0: [sda] 3932160 512-byte logical blocks: (2.01 GB/1.88 GiB)
[   13.954697] sd 0:0:0:0: [sda] Write Protect is off
[   13.959799] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
[   13.961522] sd 0:0:0:0: [sda] No Caching mode page found
[   13.967252] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   13.987134]  sda: sda1 sda2
[   14.002300] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   18.930013] EXT4-fs (sda1): recovery complete
[   18.936891] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
[   19.032527] mount_root: switched to extroot
[   19.048941] urandom-seed: Seeding with /etc/urandom.seed
[   19.242498] b44 ssb0:0 eth0: powering down PHY
[   19.305516] procd: - early -
[   19.308934] procd: - watchdog -
[   20.228464] procd: - watchdog -
[   20.233026] procd: - ubus -
[   20.243433] b44 ssb0:0 eth0: Link is Down
[   20.339306] Adding 108540k swap on /dev/sda2.  Priority:-2 extents:1 across:108540k
[   20.533718] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.557487] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.573766] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.597774] procd: - init -
[   23.400036] kmodloader: invalid endianess: 2
[   23.413651] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib0070.ko
[   23.436644] kmodloader: invalid endianess: 2
[   23.441494] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib0090.ko
[   23.477516] kmodloader: invalid endianess: 2
[   23.482499] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib3000mc.ko
[   23.517769] kmodloader: invalid endianess: 2
[   23.522759] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib7000m.ko
[   23.559089] kmodloader: invalid endianess: 2
[   23.570933] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib9000.ko
[   23.599506] kmodloader: invalid endianess: 2
[   23.604530] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dibx000_common.ko
[   23.622800] kmodloader: invalid endianess: 2
[   23.627803] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-core.ko
[   23.646445] kmodloader: invalid endianess: 2
[   23.651407] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb-dib0700.ko
[   23.665648] kmodloader: invalid endianess: 2
[   23.670588] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb-rtl28xxu.ko
[   23.685029] kmodloader: invalid endianess: 2
[   23.689951] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb.ko
[   23.703512] kmodloader: invalid endianess: 2
[   23.708433] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb_usb_v2.ko
[   23.815778] kmodloader: invalid endianess: 2
[   23.820703] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/r820t.ko
[   23.834276] kmodloader: invalid endianess: 2
[   23.839212] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-core.ko
[   23.851605] kmodloader: invalid endianess: 2
[   23.856579] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pctv-sedna.ko
[   23.869350] kmodloader: invalid endianess: 2
[   23.874371] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-color.ko
[   23.887602] kmodloader: invalid endianess: 2
[   23.892527] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-grey.ko
[   23.905726] kmodloader: invalid endianess: 2
[   23.910652] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-pctv-hd.ko
[   23.937152] kmodloader: invalid endianess: 2
[   23.942008] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2830.ko
[   23.955153] kmodloader: invalid endianess: 2
[   23.960077] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2832.ko
[   23.973847] kmodloader: invalid endianess: 2
[   23.978765] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2832_sdr.ko
[   24.105161] kmodloader: invalid endianess: 2
[   24.110084] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/xc4000.ko
[   32.194655] random: crng init done
[   32.198323] random: 3 urandom warning(s) missed due to ratelimiting
[   42.717374] b44 ssb0:0 eth0: Link is up at 100 Mbps, full duplex
[   42.723837] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
[   42.732397] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   42.917427] br-lan: port 1(eth0.1) entered blocking state
[   42.923249] br-lan: port 1(eth0.1) entered disabled state
[   42.932017] device eth0.1 entered promiscuous mode
[   42.937216] device eth0 entered promiscuous mode
[   43.043411] br-lan: port 1(eth0.1) entered blocking state
[   43.049048] br-lan: port 1(eth0.1) entered forwarding state
[   43.055584] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   43.763369] b44 ssb0:0 eth0: Link is Up - 100Mbps/Full - flow control off
[   43.770551] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   43.779061] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   65.850209] do_page_fault(): sending SIGSEGV to asterisk for invalid read access from 36366164
[   65.859391] epc = 77f832f0 in libc.so[77f10000+93000]
[   65.864944] ra  = 004f64bc in asterisk[400000+1d9000]
[57879.542998] usb 1-1.1.4: new high-speed USB device number 6 using ehci-platform

29.7.2019 09:28 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
V zásadě jsem postupoval podle návodu v odkazu https://eko.one.pl/?p=openwrt-dvb

S tím, že když jsem to naposled zkoušel (cca před 14 dny). Tak jsem si nainstaloval na exroot (router) poslední OpenWRT (Firmware Version OpenWrt 18.06.4 r7808-ef686b7292 / LuCI openwrt-18.06 branch (git-19.170.32094-4d6d8bc) , Kernel Version 4.14.131). A jel jsem podle návodu, tj. našel jsem si jaké moduly potřebuji pro svojí kartu, atd. A když jsem zadal v terminálu rmmod dvb_usb_dib0700 tak mi to napsalo "module is not loaded" a dál jsem se nedostal. Nevím, co s tím dělat. Pokoušel jsem se to kdysi cca 3 roky zpět rozjed na OpenWRT 15.05, dále na LEDE 17.01 a nikdy jsem neuspěl.

Je fakt, že já linuxu nerozumím a jen tupě kopíruji příkazy :-( a hledám návody přes Goodle. Linux jsem se kdysi podle návodů z netu naučil nainstalovat na PC v dual boot (Win+Ubuntu) a podobně OpenWRT/LEDE, ale fakticky nevím, co dělám. Jsem totiž počítačový Neználek :-)
29.7.2019 09:49 NN
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
..když jsem zadal v terminálu rmmod dvb_usb_dib0700 tak mi to napsalo "module is not loaded"..
To znamena, ze modul se neodstranil protoze ani nebyl zavedeny. Dalsi postup by byl zavest modul rucne:
insmod dvb_usb_dib0700
Zapojit tuner a zkontrolovat vypis v dmesg a pripadne pokracovat dal. Ten vypis by se fakt hodil.
29.7.2019 10:01 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T

root@OpenWrt:~# insmod dvb_usb_dib0700
Failed to find dvb_usb_dib0700. Maybe it is a built in module

29.7.2019 10:08 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T

root@OpenWrt:~# insmod dvb_usb_dib0700
Failed to find dvb_usb_dib0700. Maybe it is a built in module

 

root@OpenWrt:~# strings /lib/modules/4.14.131/dvb-usb-dib0700.ko | grep depends
depends=dib7000m,dib9000,dibx000_common,dvb-usb,dib0090,dib0070,dib3000mc,usbcore,rc-core

29.7.2019 10:40 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T

S tou kartou, kterou mám byl v Linuxu docela problém. Nejdříve cca rok 2010  (Ubuntu 10.04) šla bez problémů spusti až do Ubuntu 14.04 LTS a když jsem si nainstaloval Ubuntu 16.04 LTS, tak najednou nefungovala a začala zase fungovat od Ubuntu 18.04 LTS. Začala fungovat až na jádru 4.15 (Ubuntu 18.04 LTS).  Možná fungovala dříve, ale o tom nevím (tím dříve myslím třeba na jádru cca 4.12. A proto je možná s ní problém i na OpenWrt s jádrem 4.14.131. Fakt nevím, co s tím.

29.7.2019 11:16 NN
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Jak vypada aktualne vypis po zapojeni karty?(dmesg)
29.7.2019 12:07 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T

tady je

 

root@OpenWrt:~# dmesg
[    0.000000] Linux version 4.14.131 (buildbot@c2c312384f99) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7808-ef686b7292)) #0 Thu Jun 27 12:18:52 2019
[    0.000000] CPU0 revision is: 00029029 (Broadcom BMIPS3300)
[    0.000000] bcm47xx: Using ssb bus
[    0.000000] ssb: Found chip with id 0x5354, rev 0x03 and package 0x00
[    0.000000] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x14, vendor 0x4243)
[    0.000000] ssb: Core 1 found: Fast Ethernet (cc 0x806, rev 0x09, vendor 0x4243)
[    0.000000] ssb: Core 2 found: MIPS 3302 (cc 0x816, rev 0x08, vendor 0x4243)
[    0.000000] ssb: Core 3 found: USB 2.0 Host (cc 0x819, rev 0x02, vendor 0x4243)
[    0.000000] ssb: Core 4 found: MEMC SDRAM (cc 0x80F, rev 0x04, vendor 0x4243)
[    0.000000] ssb: Core 5 found: IEEE 802.11 (cc 0x812, rev 0x0D, vendor 0x4243)
[    0.000000] ssb: Core 6 found: Roboswitch (cc 0x81C, rev 0x02, vendor 0x4243)
[    0.000000] ssb: chipcommon status is 0x0
[    0.000000] ssb: Found rev 0 PMU (capabilities 0x04A63400)
[    0.000000] ssb: Initializing MIPS core...
[    0.000000] ssb: set_irq: core 0x0806, irq 4 => 4
[    0.000000] ssb: set_irq: core 0x0816, irq 5 => 2
[    0.000000] ssb: set_irq: core 0x0812, irq 2 => 5
[    0.000000] ssb: after irq reconfiguration
[    0.000000] ssb: core 0x0800, irq : 2(S)  3* 4  5  6  D  I
[    0.000000] ssb: core 0x0806, irq : 2(S)  3  4* 5  6  D  I
[    0.000000] ssb: core 0x0816, irq : 2(S)* 3  4  5  6  D  I
[    0.000000] ssb: core 0x0819, irq : 2(S)  3  4  5  6* D  I
[    0.000000] ssb: core 0x080f, irq : 2(S)  3  4  5  6  D  I*
[    0.000000] ssb: core 0x0812, irq : 2(S)  3  4  5* 6  D  I
[    0.000000] ssb: core 0x081c, irq : 2(S)  3  4  5  6  D  I*
[    0.000000] ssb: Sonics Silicon Backplane found at address 0x18000000
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 02000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 16 bytes.
[    0.000000] Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] On node 0 totalpages: 8192
[    0.000000] free_area_init_node: node 0, pgdat 8043b0b0, node_mem_map 81000020
[    0.000000]   Normal zone: 64 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 8192 pages, LIFO batch:0
[    0.000000] random: get_random_bytes called from 0x8043e738 with crng_init=0
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line: noinitrd console=ttyS0,115200
[    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
[    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Memory: 27600K/32768K available (3742K kernel code, 156K rwdata, 436K rodata, 200K init, 279K bss, 5168K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 128
[    0.000000] MIPS: machine is Asus WL500GP V2
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 15927170388 ns
[    0.000029] sched_clock: 32 bits at 120MHz, resolution 8ns, wraps every 17895697403ns
[    0.000179] Calibrating delay loop... 239.61 BogoMIPS (lpj=1198080)
[    0.070154] pid_max: default: 32768 minimum: 301
[    0.070967] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.071094] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.080005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.080239] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.083252] NET: Registered protocol family 16
[    0.163526] clocksource: Switched to clocksource MIPS
[    0.171847] NET: Registered protocol family 2
[    0.175008] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.175174] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.175305] TCP: Hash tables configured (established 1024 bind 1024)
[    0.176232] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.176385] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.177221] NET: Registered protocol family 1
[    0.177389] PCI: CLS 0 bytes, default 16
[    0.202657] Crashlog allocated RAM at address 0x1f00000
[    0.212173] workingset: timestamp_bits=30 max_order=13 bucket_order=0
[    0.233206] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.233268] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.286011] io scheduler noop registered
[    0.286073] io scheduler deadline registered (default)
[    0.287030] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.296352] console [ttyS0] disabled
[    0.316748] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 3, base_baud = 1562500) is a U6_16550A
[    0.668563] console [ttyS0] enabled
[    0.693488] serial8250.0: ttyS1 at MMIO 0xb8000400 (irq = 3, base_baud = 1562500) is a U6_16550A
[    0.705925] physmap platform flash device: 02000001 at 1c000000
[    0.712323] physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
[    0.723161] physmap-flash.0: Found an alias at 0x800000 for the chip at 0x0
[    0.723194] physmap-flash.0: Found an alias at 0x1000000 for the chip at 0x0
[    0.723223] physmap-flash.0: Found an alias at 0x1800000 for the chip at 0x0
[    0.723270] Amd/Fujitsu Extended Query Table at 0x0040
[    0.728767]   Amd/Fujitsu Extended Query version 1.1.
[    0.734165] number of CFI chips: 1
[    0.760739] 3 bcm47xxpart partitions found on MTD device physmap-flash.0
[    0.767852] Creating 3 MTD partitions on "physmap-flash.0":
[    0.773836] 0x000000000000-0x000000020000 : "boot"
[    0.794749] 0x000000020000-0x0000007f0000 : "firmware"
[    0.803002] 3 trx partitions found on MTD device firmware
[    0.808805] Creating 3 MTD partitions on "firmware":
[    0.814159] 0x00000000001c-0x000000000948 : "loader"
[    0.830375] 0x000000000948-0x00000016c000 : "linux"
[    0.841723] 0x00000016c000-0x0000007d0000 : "rootfs"
[    0.849833] mtd: device 4 (rootfs) set to be root filesystem
[    0.855962] 1 squashfs-split partitions found on MTD device rootfs
[    0.862418] 0x000000400000-0x0000007d0000 : "rootfs_data"
[    0.880321] 0x0000007f0000-0x000000800000 : "nvram"
[    0.904816] libphy: Fixed MDIO Bus: probed
[    0.909472] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
[    0.926908] libphy: b44_eth_mii: probed
[    1.049516] b53_common: found switch: BCM5325, rev 0
[    1.054908] Broadcom B53 (1) 1:1e: attached PHY driver [Broadcom B53 (1)] (mii_bus:phy_addr=1:1e, irq=POLL)
[    1.065159] b44 ssb0:0 eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver bc:ae:c5:c3:4f:9e
[    1.075283] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
[    1.085137] GPIO_WDT: failed to register misc device
[    1.094198] NET: Registered protocol family 10
[    1.114353] Segment Routing with IPv6
[    1.118458] NET: Registered protocol family 17
[    1.123268] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.136858] 8021q: 802.1Q VLAN Support v1.8
[    1.158869] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[    1.170001] Freeing unused kernel memory: 200K
[    1.174805] This architecture does not have kernel memory protection.
[    2.233866] init: Console is alive
[    2.238242] init: - watchdog -
[    2.524723] random: fast init done
[    3.847382] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.951756] usbcore: registered new interface driver usbfs
[    3.957979] usbcore: registered new interface driver hub
[    3.964060] usbcore: registered new device driver usb
[    3.990635] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.002634] ehci-platform: EHCI generic platform driver
[    4.008563] ehci-platform ehci-platform.0: EHCI Host Controller
[    4.015008] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[    4.024148] ehci-platform ehci-platform.0: irq 6, io mem 0x18003800
[    4.053699] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[    4.063870] hub 1-0:1.0: USB hub found
[    4.069237] hub 1-0:1.0: 2 ports detected
[    4.086796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.096885] ohci-platform: OHCI generic platform driver
[    4.102574] ohci-platform ohci-platform.0: Generic Platform OHCI controller
[    4.110105] ohci-platform ohci-platform.0: new USB bus registered, assigned bus number 2
[    4.118903] ohci-platform ohci-platform.0: irq 6, io mem 0x18003000
[    4.200826] hub 2-0:1.0: USB hub found
[    4.206363] hub 2-0:1.0: 2 ports detected
[    4.225557] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    4.244487] init: - preinit -
[    4.583120] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    4.870159] hub 1-1:1.0: USB hub found
[    4.911222] hub 1-1:1.0: 2 ports detected
[    5.056381] random: procd: uninitialized urandom read (4 bytes read)
[    5.286723] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
[    5.487664] hub 1-1.1:1.0: USB hub found
[    5.492716] hub 1-1.1:1.0: 4 ports detected
[    5.893741] usb 1-1.1.1: new high-speed USB device number 4 using ehci-platform
[    6.193738] usb 1-1.1.3: new high-speed USB device number 5 using ehci-platform
[    6.493830] usb 1-1.1.4: new high-speed USB device number 6 using ehci-platform
[    6.512277] random: jshn: uninitialized urandom read (4 bytes read)
[    6.726924] random: jshn: uninitialized urandom read (4 bytes read)
[    6.988118] random: jshn: uninitialized urandom read (4 bytes read)
[    7.699281] b44 ssb0:0 eth0: Link is up at 100 Mbps, half duplex
[    7.705714] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
[    7.716450] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.725913] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
[    7.732933] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
[    8.723678] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    8.803963] b44 ssb0:0 eth0: Link is Up - 100Mbps/Full - flow control off
[   11.481159] jffs2: notice: (404) jffs2_build_xattr_subsystem: complete building xattr subsystem, 7 of xdatum (3 unchecked, 4 orphan) and 50 of xref (11 dead, 0 orphan) found.
[   11.504726] mount_root: loading kmods from internal overlay
[   11.845366] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   12.742193] SCSI subsystem initialized
[   12.822266] uhci_hcd: USB Universal Host Controller Interface driver
[   12.882337] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[   12.892341] scsi host0: usb-storage 1-1.1.3:1.0
[   12.899419] usbcore: registered new interface driver usb-storage
[   12.911023] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   13.082666] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[   13.094868] block: extroot: device not present, retrying in 5 seconds
[   13.925756] scsi 0:0:0:0: Direct-Access     Generic  Mass-Storage     1.11 PQ: 0 ANSI: 2
[   13.943983] sd 0:0:0:0: [sda] 3932160 512-byte logical blocks: (2.01 GB/1.88 GiB)
[   13.955245] sd 0:0:0:0: [sda] Write Protect is off
[   13.960356] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
[   13.961982] sd 0:0:0:0: [sda] No Caching mode page found
[   13.967718] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   13.987615]  sda: sda1 sda2
[   14.002888] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   18.594381] EXT4-fs (sda1): recovery complete
[   18.686381] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
[   18.779093] mount_root: switched to extroot
[   18.794963] urandom-seed: Seeding with /etc/urandom.seed
[   18.990089] b44 ssb0:0 eth0: powering down PHY
[   19.052540] procd: - early -
[   19.056117] procd: - watchdog -
[   19.203982] b44 ssb0:0 eth0: Link is Down
[   19.983933] procd: - watchdog -
[   19.988512] procd: - ubus -
[   20.090337] Adding 108540k swap on /dev/sda2.  Priority:-2 extents:1 across:108540k
[   20.247188] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.276541] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.294169] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.318334] procd: - init -
[   23.011805] kmodloader: invalid endianess: 2
[   23.024242] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib0070.ko
[   23.049404] kmodloader: invalid endianess: 2
[   23.064206] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib0090.ko
[   23.084939] kmodloader: invalid endianess: 2
[   23.089878] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib3000mc.ko
[   23.117929] kmodloader: invalid endianess: 2
[   23.122876] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib7000m.ko
[   23.158782] kmodloader: invalid endianess: 2
[   23.173949] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib9000.ko
[   23.196879] kmodloader: invalid endianess: 2
[   23.201737] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dibx000_common.ko
[   23.232931] kmodloader: invalid endianess: 2
[   23.240526] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-core.ko
[   23.277003] kmodloader: invalid endianess: 2
[   23.281856] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb-dib0700.ko
[   23.318168] kmodloader: invalid endianess: 2
[   23.323168] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb-rtl28xxu.ko
[   23.347887] kmodloader: invalid endianess: 2
[   23.352814] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb.ko
[   23.377849] kmodloader: invalid endianess: 2
[   23.382698] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb_usb_v2.ko
[   23.531723] kmodloader: invalid endianess: 2
[   23.536752] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/r820t.ko
[   23.550365] kmodloader: invalid endianess: 2
[   23.555386] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-core.ko
[   23.567724] kmodloader: invalid endianess: 2
[   23.572657] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pctv-sedna.ko
[   23.585581] kmodloader: invalid endianess: 2
[   23.590512] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-color.ko
[   23.603814] kmodloader: invalid endianess: 2
[   23.608742] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-grey.ko
[   23.621834] kmodloader: invalid endianess: 2
[   23.626868] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-pctv-hd.ko
[   23.653904] kmodloader: invalid endianess: 2
[   23.658839] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2830.ko
[   23.671850] kmodloader: invalid endianess: 2
[   23.676879] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2832.ko
[   23.690377] kmodloader: invalid endianess: 2
[   23.695407] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2832_sdr.ko
[   23.825257] kmodloader: invalid endianess: 2
[   23.830108] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/xc4000.ko
[   32.061473] random: crng init done
[   32.065208] random: 3 urandom warning(s) missed due to ratelimiting
[   42.581891] b44 ssb0:0 eth0: Link is up at 100 Mbps, full duplex
[   42.588331] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
[   42.597039] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   42.767863] br-lan: port 1(eth0.1) entered blocking state
[   42.773668] br-lan: port 1(eth0.1) entered disabled state
[   42.782379] device eth0.1 entered promiscuous mode
[   42.787598] device eth0 entered promiscuous mode
[   42.907679] br-lan: port 1(eth0.1) entered blocking state
[   42.913318] br-lan: port 1(eth0.1) entered forwarding state
[   42.919884] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   43.604180] b44 ssb0:0 eth0: Link is Up - 100Mbps/Full - flow control off
[   43.611366] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   43.619894] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   65.480663] do_page_fault(): sending SIGSEGV to asterisk for invalid read access from 36366164
[   65.489794] epc = 77f552f0 in libc.so[77ee2000+93000]
[   65.495367] ra  = 004f64bc in asterisk[400000+1d9000]

29.7.2019 12:13 Peter Golis | skóre: 64 | blog: Bežné záležitosti | Bratislava
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Odhliadnuc od toho, že si oživil skoro dva roky starú otázku a nevytvoril si relevantn[ t0mu aby sa to nemie3alo. Ale odkiaľ si nahral tie ovládače, z desktopu?
[   23.695407] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2832_sdr.ko
[   23.825257] kmodloader: invalid endianess: 2
29.7.2019 13:05 NN
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Tak naposled. Zapoj tuner do zarizeni a posli JEN radky v dmesg, ktere se vypisou po zapojeni. NEvypisuj cely dmesg a vystup uzavri do tagu [pre]. Nehlede k tomu, ze jsi pravdepodobne nahral moduly pro ar71xx a mas jinou architekturu routeru. Co je to vubec za router? Uplne idelani by bylo zalozit novy dotaz, pokud techto problem chces nejak doresit.
29.7.2019 16:38 PepaHUbuntu
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T

Asi máš pravdu, že mám špatné ovladače. mám Asus WL500GP V2, Architecture Broadcom BCM5354. Na openwrt píšou, že to je nějaký mipsel_mips32 (brcm47xx). Kdyby jsi ty ovladače stahoval, z této stránky http://dl.eko.one.pl/ ,tak z jakého adresáře? Moc těm architekturám nerozumím. Díky. A asi máš pravdu, že ty moduly jsou pro ar71xx

29.7.2019 17:34 NN
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Ja fakt nevim, umis cist? --> Mohl by jsi sem LASKAVE poslat ten vypis po zapojeni toho tuneru? <---- Nemam to jeste pro jistotu zopakovat?? Ani nove vlakno jsi nezalozil..

Mimochodem driver protu kartu pokud se nedivam spatne je jiz nejakou dobu v kernelu, ale vzhledem k tomu ze jsi nic neposlal tak se holt asi nic nedozvime.. geez, to bude tim vedrem, facepalm.
29.7.2019 18:50 PepaHUbuntu
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T

ten výpis jsem již posílal a zdá se mi stále stejný. Je níže.  případně nechceš dmesg ve formě "dmesg" a pak nevím, jaký příkaz fakticky chceš.

 

root@OpenWrt:~# dmesg
[    0.000000] Linux version 4.14.131 (buildbot@c2c312384f99) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7808-ef686b7292)) #0 Thu Jun 27 12:18:52 2019
[    0.000000] CPU0 revision is: 00029029 (Broadcom BMIPS3300)
[    0.000000] bcm47xx: Using ssb bus
[    0.000000] ssb: Found chip with id 0x5354, rev 0x03 and package 0x00
[    0.000000] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x14, vendor 0x4243)
[    0.000000] ssb: Core 1 found: Fast Ethernet (cc 0x806, rev 0x09, vendor 0x4243)
[    0.000000] ssb: Core 2 found: MIPS 3302 (cc 0x816, rev 0x08, vendor 0x4243)
[    0.000000] ssb: Core 3 found: USB 2.0 Host (cc 0x819, rev 0x02, vendor 0x4243)
[    0.000000] ssb: Core 4 found: MEMC SDRAM (cc 0x80F, rev 0x04, vendor 0x4243)
[    0.000000] ssb: Core 5 found: IEEE 802.11 (cc 0x812, rev 0x0D, vendor 0x4243)
[    0.000000] ssb: Core 6 found: Roboswitch (cc 0x81C, rev 0x02, vendor 0x4243)
[    0.000000] ssb: chipcommon status is 0x0
[    0.000000] ssb: Found rev 0 PMU (capabilities 0x04A63400)
[    0.000000] ssb: Initializing MIPS core...
[    0.000000] ssb: set_irq: core 0x0806, irq 4 => 4
[    0.000000] ssb: set_irq: core 0x0816, irq 5 => 2
[    0.000000] ssb: set_irq: core 0x0812, irq 2 => 5
[    0.000000] ssb: after irq reconfiguration
[    0.000000] ssb: core 0x0800, irq : 2(S)  3* 4  5  6  D  I
[    0.000000] ssb: core 0x0806, irq : 2(S)  3  4* 5  6  D  I
[    0.000000] ssb: core 0x0816, irq : 2(S)* 3  4  5  6  D  I
[    0.000000] ssb: core 0x0819, irq : 2(S)  3  4  5  6* D  I
[    0.000000] ssb: core 0x080f, irq : 2(S)  3  4  5  6  D  I*
[    0.000000] ssb: core 0x0812, irq : 2(S)  3  4  5* 6  D  I
[    0.000000] ssb: core 0x081c, irq : 2(S)  3  4  5  6  D  I*
[    0.000000] ssb: Sonics Silicon Backplane found at address 0x18000000
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 02000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 16 bytes.
[    0.000000] Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] On node 0 totalpages: 8192
[    0.000000] free_area_init_node: node 0, pgdat 8043b0b0, node_mem_map 81000020
[    0.000000]   Normal zone: 64 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 8192 pages, LIFO batch:0
[    0.000000] random: get_random_bytes called from 0x8043e738 with crng_init=0
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line: noinitrd console=ttyS0,115200
[    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
[    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Memory: 27600K/32768K available (3742K kernel code, 156K rwdata, 436K rodata, 200K init, 279K bss, 5168K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 128
[    0.000000] MIPS: machine is Asus WL500GP V2
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 15927170388 ns
[    0.000029] sched_clock: 32 bits at 120MHz, resolution 8ns, wraps every 17895697403ns
[    0.000179] Calibrating delay loop... 239.61 BogoMIPS (lpj=1198080)
[    0.070154] pid_max: default: 32768 minimum: 301
[    0.070967] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.071094] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.080005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.080239] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.083252] NET: Registered protocol family 16
[    0.163523] clocksource: Switched to clocksource MIPS
[    0.171846] NET: Registered protocol family 2
[    0.175008] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.175174] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.175305] TCP: Hash tables configured (established 1024 bind 1024)
[    0.176232] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.176385] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.177221] NET: Registered protocol family 1
[    0.177389] PCI: CLS 0 bytes, default 16
[    0.202657] Crashlog allocated RAM at address 0x1f00000
[    0.212173] workingset: timestamp_bits=30 max_order=13 bucket_order=0
[    0.233201] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.233263] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.285998] io scheduler noop registered
[    0.286060] io scheduler deadline registered (default)
[    0.287015] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.296338] console [ttyS0] disabled
[    0.316734] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 3, base_baud = 1562500) is a U6_16550A
[    0.668483] console [ttyS0] enabled
[    0.693409] serial8250.0: ttyS1 at MMIO 0xb8000400 (irq = 3, base_baud = 1562500) is a U6_16550A
[    0.705852] physmap platform flash device: 02000001 at 1c000000
[    0.712252] physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
[    0.723090] physmap-flash.0: Found an alias at 0x800000 for the chip at 0x0
[    0.723123] physmap-flash.0: Found an alias at 0x1000000 for the chip at 0x0
[    0.723152] physmap-flash.0: Found an alias at 0x1800000 for the chip at 0x0
[    0.723199] Amd/Fujitsu Extended Query Table at 0x0040
[    0.728696]   Amd/Fujitsu Extended Query version 1.1.
[    0.734096] number of CFI chips: 1
[    0.760668] 3 bcm47xxpart partitions found on MTD device physmap-flash.0
[    0.767782] Creating 3 MTD partitions on "physmap-flash.0":
[    0.773766] 0x000000000000-0x000000020000 : "boot"
[    0.794683] 0x000000020000-0x0000007f0000 : "firmware"
[    0.802941] 3 trx partitions found on MTD device firmware
[    0.808744] Creating 3 MTD partitions on "firmware":
[    0.814097] 0x00000000001c-0x000000000948 : "loader"
[    0.830316] 0x000000000948-0x00000016c000 : "linux"
[    0.841662] 0x00000016c000-0x0000007d0000 : "rootfs"
[    0.849772] mtd: device 4 (rootfs) set to be root filesystem
[    0.855901] 1 squashfs-split partitions found on MTD device rootfs
[    0.862357] 0x000000400000-0x0000007d0000 : "rootfs_data"
[    0.880261] 0x0000007f0000-0x000000800000 : "nvram"
[    0.904781] libphy: Fixed MDIO Bus: probed
[    0.909437] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
[    0.926889] libphy: b44_eth_mii: probed
[    1.049514] b53_common: found switch: BCM5325, rev 0
[    1.054899] Broadcom B53 (1) 1:1e: attached PHY driver [Broadcom B53 (1)] (mii_bus:phy_addr=1:1e, irq=POLL)
[    1.065151] b44 ssb0:0 eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver bc:ae:c5:c3:4f:9e
[    1.075274] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
[    1.085130] GPIO_WDT: failed to register misc device
[    1.094192] NET: Registered protocol family 10
[    1.114339] Segment Routing with IPv6
[    1.118441] NET: Registered protocol family 17
[    1.123250] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.136841] 8021q: 802.1Q VLAN Support v1.8
[    1.158845] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[    1.169975] Freeing unused kernel memory: 200K
[    1.174780] This architecture does not have kernel memory protection.
[    2.233015] init: Console is alive
[    2.237531] init: - watchdog -
[    2.533609] random: fast init done
[    3.847427] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.948772] usbcore: registered new interface driver usbfs
[    3.954996] usbcore: registered new interface driver hub
[    3.960925] usbcore: registered new device driver usb
[    3.988947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.999782] ehci-platform: EHCI generic platform driver
[    4.005699] ehci-platform ehci-platform.0: EHCI Host Controller
[    4.012059] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[    4.021205] ehci-platform ehci-platform.0: irq 6, io mem 0x18003800
[    4.053694] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[    4.063815] hub 1-0:1.0: USB hub found
[    4.069199] hub 1-0:1.0: 2 ports detected
[    4.086835] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.096981] ohci-platform: OHCI generic platform driver
[    4.102673] ohci-platform ohci-platform.0: Generic Platform OHCI controller
[    4.110205] ohci-platform ohci-platform.0: new USB bus registered, assigned bus number 2
[    4.119003] ohci-platform ohci-platform.0: irq 6, io mem 0x18003000
[    4.200829] hub 2-0:1.0: USB hub found
[    4.206348] hub 2-0:1.0: 2 ports detected
[    4.225533] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    4.244460] init: - preinit -
[    4.583212] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    4.870490] hub 1-1:1.0: USB hub found
[    4.911471] hub 1-1:1.0: 2 ports detected
[    5.004408] random: procd: uninitialized urandom read (4 bytes read)
[    5.280671] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
[    5.487963] hub 1-1.1:1.0: USB hub found
[    5.493055] hub 1-1.1:1.0: 4 ports detected
[    5.893739] usb 1-1.1.1: new high-speed USB device number 4 using ehci-platform
[    6.193738] usb 1-1.1.3: new high-speed USB device number 5 using ehci-platform
[    6.496750] random: jshn: uninitialized urandom read (4 bytes read)
[    6.698875] random: jshn: uninitialized urandom read (4 bytes read)
[    6.959522] random: jshn: uninitialized urandom read (4 bytes read)
[    7.668467] b44 ssb0:0 eth0: Link is up at 100 Mbps, half duplex
[    7.674928] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
[    7.685658] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.695079] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
[    7.702089] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
[    8.723938] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    8.731715] b44 ssb0:0 eth0: Link is Up - 100Mbps/Full - flow control off
[   11.445988] jffs2: notice: (401) jffs2_build_xattr_subsystem: complete building xattr subsystem, 7 of xdatum (3 unchecked, 4 orphan) and 50 of xref (11 dead, 0 orphan) found.
[   11.469612] mount_root: loading kmods from internal overlay
[   11.811012] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   12.707605] SCSI subsystem initialized
[   12.787948] uhci_hcd: USB Universal Host Controller Interface driver
[   12.847777] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[   12.858222] scsi host0: usb-storage 1-1.1.3:1.0
[   12.864979] usbcore: registered new interface driver usb-storage
[   12.876337] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[   13.048775] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[   13.060388] block: extroot: device not present, retrying in 5 seconds
[   13.925690] scsi 0:0:0:0: Direct-Access     Generic  Mass-Storage     1.11 PQ: 0 ANSI: 2
[   14.537347] sd 0:0:0:0: [sda] 3932160 512-byte logical blocks: (2.01 GB/1.88 GiB)
[   14.547054] sd 0:0:0:0: [sda] Write Protect is off
[   14.552079] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
[   14.553939] sd 0:0:0:0: [sda] No Caching mode page found
[   14.559572] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   14.579682]  sda: sda1 sda2
[   14.594970] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   18.728809] EXT4-fs (sda1): recovery complete
[   18.737815] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
[   18.832969] mount_root: switched to extroot
[   18.849382] urandom-seed: Seeding with /etc/urandom.seed
[   19.044413] b44 ssb0:0 eth0: powering down PHY
[   19.107346] procd: - early -
[   19.110763] procd: - watchdog -
[   19.124434] b44 ssb0:0 eth0: Link is Down
[   20.036218] procd: - watchdog -
[   20.040780] procd: - ubus -
[   20.170067] Adding 108540k swap on /dev/sda2.  Priority:-2 extents:1 across:108540k
[   20.302714] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.328881] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.446220] random: ubusd: uninitialized urandom read (4 bytes read)
[   20.469320] procd: - init -
[   23.092043] kmodloader: invalid endianess: 2
[   23.101882] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib0070.ko
[   23.136131] kmodloader: invalid endianess: 2
[   23.141120] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib0090.ko
[   23.167388] kmodloader: invalid endianess: 2
[   23.172233] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib3000mc.ko
[   23.207945] kmodloader: invalid endianess: 2
[   23.212933] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib7000m.ko
[   23.238716] kmodloader: invalid endianess: 2
[   23.249126] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dib9000.ko
[   23.277696] kmodloader: invalid endianess: 2
[   23.282667] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dibx000_common.ko
[   23.312002] kmodloader: invalid endianess: 2
[   23.324243] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-core.ko
[   23.353412] kmodloader: invalid endianess: 2
[   23.364083] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb-dib0700.ko
[   23.388588] kmodloader: invalid endianess: 2
[   23.393439] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb-rtl28xxu.ko
[   23.428313] kmodloader: invalid endianess: 2
[   23.433292] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb-usb.ko
[   23.468593] kmodloader: invalid endianess: 2
[   23.473662] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/dvb_usb_v2.ko
[   23.601687] kmodloader: invalid endianess: 2
[   23.606703] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/r820t.ko
[   23.620074] kmodloader: invalid endianess: 2
[   23.625087] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-core.ko
[   23.637520] kmodloader: invalid endianess: 2
[   23.642440] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pctv-sedna.ko
[   23.655395] kmodloader: invalid endianess: 2
[   23.660308] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-color.ko
[   23.673628] kmodloader: invalid endianess: 2
[   23.678528] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-grey.ko
[   23.691644] kmodloader: invalid endianess: 2
[   23.696689] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rc-pinnacle-pctv-hd.ko
[   23.723212] kmodloader: invalid endianess: 2
[   23.728227] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2830.ko
[   23.741191] kmodloader: invalid endianess: 2
[   23.746204] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2832.ko
[   23.759699] kmodloader: invalid endianess: 2
[   23.764714] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/rtl2832_sdr.ko
[   23.891572] kmodloader: invalid endianess: 2
[   23.896582] kmodloader: failed to load the .modinfo section from /lib/modules/4.14.131/xc4000.ko
[   31.223833] random: crng init done
[   31.227412] random: 3 urandom warning(s) missed due to ratelimiting
[   42.548368] b44 ssb0:0 eth0: Link is up at 100 Mbps, full duplex
[   42.554810] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
[   42.563352] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   42.738046] br-lan: port 1(eth0.1) entered blocking state
[   42.743858] br-lan: port 1(eth0.1) entered disabled state
[   42.752571] device eth0.1 entered promiscuous mode
[   42.757767] device eth0 entered promiscuous mode
[   42.896718] br-lan: port 1(eth0.1) entered blocking state
[   42.902350] br-lan: port 1(eth0.1) entered forwarding state
[   42.908916] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   43.603818] b44 ssb0:0 eth0: Link is Up - 100Mbps/Full - flow control off
[   43.611005] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   43.619517] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   62.412334] do_page_fault(): sending SIGSEGV to asterisk for invalid read access from 36366164
[   62.421472] epc = 77f8f2f0 in libc.so[77f1c000+93000]
[   62.427014] ra  = 004f64bc in asterisk[400000+1d9000]
[ 2050.806689] usb 1-1.1.4: new high-speed USB device number 6 using ehci-platform
[ 9321.407821] usb 1-1.1.4: USB disconnect, device number 6
[ 9324.270013] usb 1-1.1.4: new high-speed USB device number 7 using ehci-platform

29.7.2019 19:35 NN
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Tohle:
[ 2050.806689] usb 1-1.1.4: new high-speed USB device number 6 using ehci-platform
[ 9321.407821] usb 1-1.1.4: USB disconnect, device number 6
[ 9324.270013] usb 1-1.1.4: new high-speed USB device number 7 using ehci-platform
Je zapojeni toho tuneru. Jses si jisty, ze je to vsechno, vice se skutecne nevypsalo? Pockal jsi chvili po zapojeni? Spatne ovladace muzes smazat(vsechny u kterych je "failed to load"). Mas kernel 4.14.131, ktery bude proto zarizeni orezany. Od Polaku neni pouzitelneho nic. Pravdepodobne by jsi si musel vsechno zkompilovat rucne.
k3dAR avatar 29.7.2019 19:36 k3dAR | skóre: 62
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
1. mas 18.06.4 navod je pro 12.09rc1
2. mas jadro 4.14 a navod/soubory jsou pro 3.3.8
3. mas architekturu bcm47xx a navod/soubory jsou pro ar71xx

zaloz nove vlakno...
btw: pro zobrazeni posledni casti dmesg (kdyz neumis uriznout cast souboru/schranky):
dmesg | tail
porad nemam telo, ale uz mam hlavu... nobody
29.7.2019 20:18 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Taky je to nové vlákno

http://www.abclinuxu.cz/poradna/hardware/show/447973
29.7.2019 20:19 PepaHUbuntu | skóre: 4
Rozbalit Rozbalit vše Re: OpenWrt a DVB-T
Taky je to nové vlákno

http://www.abclinuxu.cz/poradna/hardware/show/447973

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.