51

(11 odpowiedzi, napisanych Oprogramowanie / Software)

Dzięki za szybka odpowiedz, może ktoś wrzuci aktualne moduły do tego tunera NotOnlyTV na
http://dl.eko.one.pl
bo ja sobie raczej z tym nie poradzę.

52

(11 odpowiedzi, napisanych Oprogramowanie / Software)

Przydałaby się aktualizacja poradnika DVB
https://eko.one.pl/?p=openwrt-dvb

Próbuję zainstalować ten popularny tuner LV5TDelux na rtl2832u, na najnowszym LEDE ale nawet nie wykrywa.
prawdopodobnie są stare moduły dvb /lib/modules/3.3.8
insmod dvb-core
insmod dvb-usb
insmod dvb-usb-rtl2832u.ko

a na nowym LEDE są: /lib/modules/5.4.128

To wina madplay była,
zamieniłem na mpg123

opkg install mpg123

Teraz czyta dobrze.

#!/bin/sh
CO=$(date +"%H:%M")
wget -q -U "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6" "http://translate.google.com/translate_tts?tl=pl&q=$CO&client=tw-ob" -O - | mpg123  -q -
Cezary napisał/a:

A może po prostu na końcu dodaj kilka spacji czy coś takiego?

Nic to nie daje, sprawdziłem na drugim routerze, jest tak samo czyli ucina,
na openWRT 19 działał ten skrypt:
https://eko.one.pl/?p=openwrt-soundnotify
na openWRT 21 ucina,
niech ktoś potwierdzi jeszcze może trzeba zmienić komendę.

#!/bin/sh
CO=$(date +"%H:%M")
wget -q -U "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6" "http://translate.google.com/translate_tts?tl=pl&q=$CO&client=tw-ob" -O - | madplay -a -7 -q -

Jak dopisać spację albo znak nowej linii tutaj:
CO=$(date +"%H:%M")
aby wydłużyć tekst i nie ucinał?

Zrobiłem aktualizację do najnowszego LEDE 21 i przesiadłem się na wyższy model routera WDR4300 (z WDR3500)
ułamkowy sleep działa.
Teraz mam taki problem - ucina mi końcówkę w czytanej godzinie/dacie np. zamiast siódma czyta siód (ucina 'ma')
Tak samo ucina jak się wpisze dowolny tekst np. say.sh "dzień dobry" utnie "ry"
Nie wiem w czym może być przyczyna, madplay odtwarza mp3 w pełni.
może coś z konfiguracją mpd ale skopiowałem ze starego to powinno być OK.

Cezary napisał/a:

opkg update nie zrobiłeś?

Robiłem, coś mam namieszane z pakietami, i tak musze od nowa zrobić system bo mam stare OpenWRT.

Może mam za stary OpenWRT
OpenWrt 19.07-SNAPSHOT, r11360-ceb8821a3d

albo za stary pakiet
coreutils-sleep (8.30-2)

Zrobię aktualizacje do najnowsze 21 i zobaczę.

Na razie usunąłem pakiet i przy próbie ponownej instalacji wyskakuje:

Unknown package 'coreutils-sleep'.
Collected errors:
 * opkg_install_cmd: Cannot install package coreutils-sleep.
Cezary napisał/a:

Pakiet coreutils-sleep i będziesz mógł.

Mam zainstaloway:

Package coreutils-sleep (8.30-2) installed in root is up to date.

coś innego musi być.

Dzięki, tak właśnie zrobiłem:

CRON:

0 * * * * sh say-time.sh

say-time.sh

#!/bin/sh
if mpc status | grep playing >/dev/nul      # If mpd is playing
then
 mpc toggle -q
 sleep 0.5
 sayt.sh
 sleep 0.5
 mpc toggle -q
else
 sayt.sh
fi

sayt.sh

#!/bin/sh
CO=$(date +"%H:%M")
wget -q -U "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6" "http://translate.google.com/translate_tts?tl=pl&q=$CO&client=tw-ob" -O - | madplay -a -7 -q -

say-time.sh pauzuje MPC jak jest uruchomione (gra muzyka)
sayt.sh czyta aktualną godzinę.

Tylko sleep wywala błąd:

sleep: invalid number '0.5'

nie da się mniej niż sekunda?
a nie ma pakietu usleep.

Hej,
Miałem kiedyś taką fajną appkę na BlackBerry, która o równej godzinie wydawała dźwięk.
Na pewno da się to jakoś oskryptować w OpenWRT.
Kartę muzyczną USB i MPD mam.
Jak mógłby wyglądać skrypt? i gdzie go umieścić?
Można by też zrobić czytanie godziny, ale chce żeby działało też bez połączenia z Internetem.
Macie jakieś sugestie?

Cezary napisał/a:

block: extroot: filesystem f2fs not supported by kernel

Na pewno zainstalowałeś moduły do obsługi f2fs?

tak są:
opkg  list-installed | grep f2fs
f2fsck - 1.8.0-3
kmod-fs-f2fs - 4.4.147-1
libf2fs - 1.8.0-3

Cezary napisał/a:

Zrestartuj go i pokaż

#block info
/dev/mtdblock2: UUID="6671d702-482f23cd-022bbc14-cf627b34" VERSION="4.0" MOUNT="/rom" TYPE="squashfs"
/dev/mtdblock3: MOUNT="/overlay" TYPE="jffs2"
/dev/sda1: UUID="fd476201-bf8b-462d-b433-38a003c86065" VERSION="1.8" TYPE="f2fs"
/dev/sda2: UUID="8a095cc0-ffaa-4b88-ba7b-759ca4d894bf" LABEL="extswap" VERSION="1" TYPE="swap"

#uci show fstab
fstab.@global[0]=global
fstab.@global[0].anon_swap='0'
fstab.@global[0].anon_mount='0'
fstab.@global[0].auto_swap='1'
fstab.@global[0].auto_mount='1'
fstab.@global[0].delay_root='5'
fstab.@global[0].check_fs='1'
fstab.@mount[0]=mount
fstab.@mount[0].uuid='fd476201-bf8b-462d-b433-38a003c86065'
fstab.@mount[0].target='/overlay'
fstab.@mount[0].enabled='1'
fstab.@swap[0]=swap
fstab.@swap[0].uuid='8a095cc0-ffaa-4b88-ba7b-759ca4d894bf'
fstab.@swap[0].enabled='0'

#logread

Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.000000] Linux version 4.4.147 (cezary@eko.one.pl) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3785-ceea0ac) ) #0 Fri Aug 10 20:56:50 2018
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.000000] MyLoader: sysp=7b41295b, boardp=57e0859e, parts=4c41e4f3
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] bootconsole [early0] enabled
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] CPU0 revision is: 0001974c (MIPS 74Kc)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] SoC: Atheros AR9344 rev 2
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Determined physical RAM map:
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000]  memory: 08000000 @ 00000000 (usable)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Initrd not found or empty - disabling initrd
Thu Feb 28 19:27:03 2019 kern.warn kernel: [    0.000000] No valid device tree found, continuing without
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Zone ranges:
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Movable zone start for each node
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Early memory node ranges
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.000000] On node 0 totalpages: 32768
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.000000] free_area_init_node: node 0, pgdat 8043a4b0, node_mem_map 81000000
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.000000]   Normal zone: 256 pages used for memmap
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.000000]   Normal zone: 0 pages reserved
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.000000]   Normal zone: 32768 pages, LIFO batch:7
Thu Feb 28 19:27:03 2019 kern.warn kernel: [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Thu Feb 28 19:27:03 2019 kern.warn kernel: [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.000000] Kernel command line:  board=TL-WDR3500  console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Writing ErrCtl register=00000000
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Readback ErrCtl register=00000000
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Memory: 124880K/131072K available (3132K kernel code, 160K rwdata, 780K rodata, 336K init, 205K bss, 6192K reserved, 0K cma-reserved)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] NR_IRQS:51
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] Clocks: CPU:560.000MHz, DDR:450.000MHz, AHB:225.000MHz, Ref:40.000MHz
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6825930166 ns
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.000009] sched_clock: 32 bits at 280MHz, resolution 3ns, wraps every 7669584382ns
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.008298] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.081137] pid_max: default: 32768 minimum: 301
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.086173] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.093220] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.103201] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.113722] futex hash table entries: 256 (order: -1, 3072 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.121428] NET: Registered protocol family 16
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.127609] MIPS: machine is TP-LINK TL-WDR3500
Thu Feb 28 19:27:03 2019 kern.warn kernel: [    0.135712] registering PCI controller with io_map_base unset
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.595572] PCI host bridge to bus 0000:00
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.599947] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.607308] pci_bus 0000:00: root bus resource [io  0x0000]
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.613236] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.620470] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.628937] pci 0000:00:00.0: [168c:0033] type 00 class 0x028000
Thu Feb 28 19:27:03 2019 kern.err kernel: [    0.628968] pci 0000:00:00.0: invalid calibration data
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.634475] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.634535] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.634605] pci 0000:00:00.0: supports D1
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.634621] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.634854] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.634889] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit]
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.642688] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref]
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.650412] pci 0000:00:00.0: using irq 40 for pin 1
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.656576] clocksource: Switched to clocksource MIPS
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.663312] NET: Registered protocol family 2
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.668872] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.676299] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.683117] TCP: Hash tables configured (established 1024 bind 1024)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.689968] UDP hash table entries: 256 (order: 0, 4096 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.696193] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.703179] NET: Registered protocol family 1
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    0.707936] PCI: CLS 0 bytes, default 32
Thu Feb 28 19:27:03 2019 kern.warn kernel: [    0.712639] Crashlog allocated RAM at address 0x3f00000
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.733146] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.739417] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.752406] io scheduler noop registered
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.756642] io scheduler deadline registered (default)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.762380] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.771929] console [ttyS0] disabled
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.795807] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 2500000) is a 16550A
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.804998] console [ttyS0] enabled
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.812424] bootconsole [early0] disabled
Thu Feb 28 19:27:03 2019 kern.warn kernel: [    0.825864] m25p80 spi0.0: found s25fl064k, expected m25p80
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.831586] m25p80 spi0.0: s25fl064k (8192 Kbytes)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.837588] 5 tp-link partitions found on MTD device spi0.0
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.843247] Creating 5 MTD partitions on "spi0.0":
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.848151] 0x000000000000-0x000000020000 : "u-boot"
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.854572] 0x000000020000-0x00000016f300 : "kernel"
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.861254] 0x00000016f300-0x0000007f0000 : "rootfs"
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.867912] mtd: device 2 (rootfs) set to be root filesystem
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.873688] 1 squashfs-split partitions found on MTD device rootfs
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.880017] 0x000000610000-0x0000007f0000 : "rootfs_data"
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.887153] 0x0000007f0000-0x000000800000 : "art"
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    0.893547] 0x000000020000-0x0000007f0000 : "firmware"
Thu Feb 28 19:27:03 2019 kern.info kernel: [    0.916373] libphy: ag71xx_mdio: probed
Thu Feb 28 19:27:03 2019 kern.info kernel: [    1.508456] ag71xx-mdio.1: Found an AR934X built-in switch
Thu Feb 28 19:27:03 2019 kern.info kernel: [    1.550730] eth0: Atheros AG71xx at 0xba000000, irq 5, mode:GMII
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.148652] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.1:04 [uid=004dd042, driver=Generic PHY]
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.158615] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode:MII
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.166899] NET: Registered protocol family 10
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.175335] NET: Registered protocol family 17
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.179982] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.192911] 8021q: 802.1Q VLAN Support v1.8
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.198991] hctosys: unable to open rtc device (rtc0)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.208164] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Thu Feb 28 19:27:03 2019 kern.info kernel: [    2.216881] Freeing unused kernel memory: 336K
Thu Feb 28 19:27:03 2019 user.info kernel: [    3.291657] init: Console is alive
Thu Feb 28 19:27:03 2019 user.info kernel: [    3.295313] init: - watchdog -
Thu Feb 28 19:27:03 2019 user.info kernel: [    4.826550] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Thu Feb 28 19:27:03 2019 kern.info kernel: [    4.961198] usbcore: registered new interface driver usbfs
Thu Feb 28 19:27:03 2019 kern.info kernel: [    4.966914] usbcore: registered new interface driver hub
Thu Feb 28 19:27:03 2019 kern.info kernel: [    4.972405] usbcore: registered new device driver usb
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    5.017687] SCSI subsystem initialized
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.027898] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.036181] ehci-platform: EHCI generic platform driver
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.041644] ehci-platform ehci-platform: EHCI Host Controller
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.047540] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.057672] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.076655] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.083911] hub 1-0:1.0: USB hub found
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.088146] hub 1-0:1.0: 1 port detected
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.096745] usbcore: registered new interface driver usb-storage
Thu Feb 28 19:27:03 2019 user.info kernel: [    5.103557] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Thu Feb 28 19:27:03 2019 user.info kernel: [    5.113395] init: - preinit -
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.586659] usb 1-1: new high-speed USB device number 2 using ehci-platform
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.864681] hub 1-1:1.0: USB hub found
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.870814] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Thu Feb 28 19:27:03 2019 kern.info kernel: [    5.876862] hub 1-1:1.0: 4 ports detected
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    5.952039] random: procd: uninitialized urandom read (4 bytes read, 10 bits of entropy available)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    6.156601] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
Thu Feb 28 19:27:03 2019 kern.info kernel: [    6.268974] hub 1-1.4:1.0: USB hub found
Thu Feb 28 19:27:03 2019 kern.info kernel: [    6.273389] hub 1-1.4:1.0: 4 ports detected
Thu Feb 28 19:27:03 2019 kern.info kernel: [    6.556600] usb 1-1.4.1: new high-speed USB device number 4 using ehci-platform
Thu Feb 28 19:27:03 2019 kern.info kernel: [    6.673611] usb-storage 1-1.4.1:1.0: USB Mass Storage device detected
Thu Feb 28 19:27:03 2019 kern.info kernel: [    6.680975] scsi host0: usb-storage 1-1.4.1:1.0
Thu Feb 28 19:27:03 2019 kern.info kernel: [    6.766597] usb 1-1.4.3: new low-speed USB device number 5 using ehci-platform
Thu Feb 28 19:27:03 2019 kern.info kernel: [    6.956660] usb 1-1.4.4: new full-speed USB device number 6 using ehci-platform
Thu Feb 28 19:27:03 2019 kern.info kernel: [    7.468312] eth0: link up (1000Mbps/Full duplex)
Thu Feb 28 19:27:03 2019 kern.info kernel: [    7.473032] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    7.677926] scsi 0:0:0:0: Direct-Access     Generic  USB  SD Reader   1.00 PQ: 0 ANSI: 0 CCS
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    7.689719] sd 0:0:0:0: [sda] 3842048 512-byte logical blocks: (1.97 GB/1.83 GiB)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    7.697965] sd 0:0:0:0: [sda] Write Protect is off
Thu Feb 28 19:27:03 2019 kern.debug kernel: [    7.702840] sd 0:0:0:0: [sda] Mode Sense: 4b 00 00 08
Thu Feb 28 19:27:03 2019 kern.err kernel: [    7.703329] sd 0:0:0:0: [sda] No Caching mode page found
Thu Feb 28 19:27:03 2019 kern.err kernel: [    7.708777] sd 0:0:0:0: [sda] Assuming drive cache: write through
Thu Feb 28 19:27:03 2019 kern.info kernel: [    7.719593]  sda: sda1 sda2
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    7.725962] sd 0:0:0:0: [sda] Attached SCSI removable disk
Thu Feb 28 19:27:03 2019 user.info kernel: [    8.075499] mount_root: loading kmods from internal overlay
Thu Feb 28 19:27:03 2019 user.info kernel: [    8.121871] kmodloader: loading kernel modules from //etc/modules-boot.d/*
Thu Feb 28 19:27:03 2019 user.info kernel: [    8.130558] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    8.385994] jffs2: notice: (447) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Thu Feb 28 19:27:03 2019 user.info kernel: [    8.402156] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Thu Feb 28 19:27:03 2019 user.err kernel: [    8.413996] block: extroot: filesystem f2fs not supported by kernel
Thu Feb 28 19:27:03 2019 kern.notice kernel: [    8.462644] jffs2: notice: (444) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Thu Feb 28 19:27:03 2019 user.info kernel: [    8.480297] mount_root: loading kmods from internal overlay
Thu Feb 28 19:27:03 2019 user.info kernel: [    8.559875] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
Thu Feb 28 19:27:03 2019 user.info kernel: [    8.685857] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
Thu Feb 28 19:27:03 2019 user.info kernel: [    8.833269] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Thu Feb 28 19:27:03 2019 user.err kernel: [    8.843514] block: check_filesystem: /usr/sbin/fsck.f2fs not found
Thu Feb 28 19:27:03 2019 user.err kernel: [    8.886973] block: extroot: UUID mismatch (root: 6671d702-482f23cd-022bbc14-cf627b34, overlay: f43d0488-05ef78cd-70359e16-f4ac0230)
Thu Feb 28 19:27:03 2019 user.info kernel: [    9.386397] mount_root: switching to jffs2 overlay
Thu Feb 28 19:27:03 2019 user.warn kernel: [    9.401106] urandom-seed: Seeding with /etc/urandom.seed
Thu Feb 28 19:27:03 2019 kern.info kernel: [    9.527256] eth0: link down
Thu Feb 28 19:27:03 2019 user.info kernel: [    9.542211] procd: - early -
Thu Feb 28 19:27:03 2019 user.info kernel: [    9.545228] procd: - watchdog -
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.136210] random: jshn: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 user.info kernel: [   10.283659] procd: - watchdog -
Thu Feb 28 19:27:03 2019 user.info kernel: [   10.289375] procd: - ubus -
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.452409] random: jshn: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.489308] random: ubusd: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.499754] random: ubus: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.509074] random: ubusd: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.523688] random: ubusd: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.532892] random: ubusd: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.546253] random: ubusd: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 kern.notice kernel: [   10.555452] random: ubusd: uninitialized urandom read (4 bytes read, 50 bits of entropy available)
Thu Feb 28 19:27:03 2019 user.info kernel: [   10.565365] procd: - init -
Thu Feb 28 19:27:03 2019 user.info kernel: [   11.707930] kmodloader: loading kernel modules from /etc/modules.d/*
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.079346] tun: Universal TUN/TAP device driver, 1.6
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.084512] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.111193] ip6_tables: (C) 2000-2006 Netfilter Core Team
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.191895] fuse init (API version 7.23)
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.242118] usbcore: registered new interface driver cdc_acm
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.247922] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.354746] usbcore: registered new interface driver cdc_wdm
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.379581] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.387769] Backport generated by backports.git backports-20160324-13-g24da7d3c
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.418479] ip_tables: (C) 2000-2006 Netfilter Core Team
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.444103] nf_conntrack version 0.5.0 (1956 buckets, 7824 max)
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.555971] usbcore: registered new interface driver usblp
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.587101] usbcore: registered new interface driver usbserial
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.593145] usbcore: registered new interface driver usbserial_generic
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.599911] usbserial: USB Serial support registered for generic
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.659813] xt_time: kernel timezone is -0000
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.675413] usbcore: registered new interface driver cdc_ether
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.699902] usbcore: registered new interface driver cdc_ncm
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.758186] usbcore: registered new interface driver huawei_cdc_ncm
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.900167] PPP generic driver version 2.4.2
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.907397] NET: Registered protocol family 24
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.919240] usbcore: registered new interface driver qmi_wwan
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.939271] usbcore: registered new interface driver rndis_host
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.954026] usbcore: registered new interface driver sierra
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.959842] usbserial: USB Serial support registered for Sierra USB modem
Thu Feb 28 19:27:03 2019 kern.info kernel: [   12.988860] usbcore: registered new interface driver sierra_net
Thu Feb 28 19:27:03 2019 kern.info kernel: [   13.068966] usbcore: registered new interface driver cdc_mbim
Thu Feb 28 19:27:03 2019 kern.info kernel: [   13.090697] usbcore: registered new interface driver option
Thu Feb 28 19:27:03 2019 kern.info kernel: [   13.096466] usbserial: USB Serial support registered for GSM modem (1-port)
Thu Feb 28 19:27:03 2019 kern.info kernel: [   13.131645] usbcore: registered new interface driver qcserial
Thu Feb 28 19:27:03 2019 kern.info kernel: [   13.137648] usbserial: USB Serial support registered for Qualcomm USB modem
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.185607] ath: EEPROM regdomain: 0x0
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.185627] ath: EEPROM indicates default country code should be used
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.185637] ath: doing EEPROM country->regdmn map search
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.185659] ath: country maps to regdmn code: 0x3a
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.185670] ath: Country alpha2 being used: US
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.185680] ath: Regpair used: 0x3a
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.197933] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Thu Feb 28 19:27:03 2019 kern.info kernel: [   13.202756] ieee80211 phy0: Atheros AR9340 Rev:2 mem=0xb8100000, irq=47
Thu Feb 28 19:27:03 2019 kern.warn kernel: [   13.209737] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.220915] ath: EEPROM regdomain: 0x0
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.220931] ath: EEPROM indicates default country code should be used
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.220941] ath: doing EEPROM country->regdmn map search
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.220962] ath: country maps to regdmn code: 0x3a
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.220974] ath: Country alpha2 being used: US
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.220984] ath: Regpair used: 0x3a
Thu Feb 28 19:27:03 2019 kern.debug kernel: [   13.230594] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
Thu Feb 28 19:27:03 2019 kern.info kernel: [   13.235463] ieee80211 phy1: Atheros AR9300 Rev:4 mem=0xb0000000, irq=40
Thu Feb 28 19:27:03 2019 user.info kernel: [   13.316046] kmodloader: done loading kernel modules from /etc/modules.d/*
Thu Feb 28 19:27:06 2019 user.notice : Added device handler type: 8021ad
Thu Feb 28 19:27:06 2019 user.notice : Added device handler type: 8021q
Thu Feb 28 19:27:06 2019 user.notice : Added device handler type: macvlan
Thu Feb 28 19:27:06 2019 user.notice : Added device handler type: bridge
Thu Feb 28 19:27:06 2019 user.notice : Added device handler type: Network device
Thu Feb 28 19:27:06 2019 user.notice : Added device handler type: tunnel
Thu Feb 28 19:27:07 2019 daemon.err block: /dev/mtdblock2 is already mounted on /rom
Thu Feb 28 19:27:07 2019 daemon.err block: /dev/mtdblock3 is already mounted on /overlay
Thu Feb 28 19:27:08 2019 authpriv.info dropbear[1172]: Not backgrounding
Thu Feb 28 19:27:12 2019 kern.info kernel: [   24.575361] device eth0 entered promiscuous mode
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'lan' is enabled
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'lan' is setting up now
Thu Feb 28 19:27:12 2019 kern.info kernel: [   24.594631] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'lan' is now up
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'loopback' is enabled
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'loopback' is setting up now
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'loopback' is now up
Thu Feb 28 19:27:12 2019 kern.info kernel: [   24.633991] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'wan' is enabled
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'wan6' is enabled
Thu Feb 28 19:27:12 2019 daemon.info odhcpd[1124]: Raising SIGUSR1 due to address change on br-lan
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Network device 'lo' link is up
Thu Feb 28 19:27:12 2019 daemon.notice netifd: Interface 'loopback' has link connectivity
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.739861] ath: EEPROM regdomain: 0x8268
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.743938] ath: EEPROM indicates we should expect a country code
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.750187] ath: doing EEPROM country->regdmn map search
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.755573] ath: country maps to regdmn code: 0x37
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.760446] ath: Country alpha2 being used: PL
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.764951] ath: Regpair used: 0x37
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.768509] ath: regdomain 0x8268 dynamically updated by user
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.774410] ath: EEPROM regdomain: 0x8268
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.778495] ath: EEPROM indicates we should expect a country code
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.784674] ath: doing EEPROM country->regdmn map search
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.790073] ath: country maps to regdmn code: 0x37
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.794934] ath: Country alpha2 being used: PL
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.799456] ath: Regpair used: 0x37
Thu Feb 28 19:27:13 2019 kern.debug kernel: [   25.802995] ath: regdomain 0x8268 dynamically updated by user
Thu Feb 28 19:27:13 2019 daemon.info odhcpd[1124]: Using a RA lifetime of 0 seconds on br-lan
Thu Feb 28 19:27:13 2019 daemon.notice odhcpd[1124]: Failed to send to ff02::1%br-lan (Address not available)
Thu Feb 28 19:27:13 2019 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Thu Feb 28 19:27:13 2019 kern.info kernel: [   26.228386] eth0: link up (1000Mbps/Full duplex)
Thu Feb 28 19:27:13 2019 kern.info kernel: [   26.233126] br-lan: port 1(eth0) entered forwarding state
Thu Feb 28 19:27:13 2019 kern.info kernel: [   26.238678] br-lan: port 1(eth0) entered forwarding state
Thu Feb 28 19:27:13 2019 daemon.notice netifd: Network device 'eth0' link is up
Thu Feb 28 19:27:13 2019 daemon.notice netifd: bridge 'br-lan' link is up
Thu Feb 28 19:27:13 2019 daemon.notice netifd: Interface 'lan' has link connectivity
Thu Feb 28 19:27:13 2019 kern.info kernel: [   26.326884] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Thu Feb 28 19:27:14 2019 daemon.info odhcpd[1124]: Using a RA lifetime of 0 seconds on br-lan
Thu Feb 28 19:27:14 2019 daemon.notice odhcpd[1124]: Failed to send to fe80::8db3:8eb0:9094:de08%br-lan (Address not available)
Thu Feb 28 19:27:14 2019 daemon.notice odhcpd[1124]: Got DHCPv6 request
Thu Feb 28 19:27:14 2019 daemon.warn odhcpd[1124]: DHCPV6 SOLICIT IA_NA from 0001000123adbb30f0def15e6b7c on br-lan: ok fd23:d8cf:c894::c87/128
Thu Feb 28 19:27:14 2019 daemon.notice odhcpd[1124]: Failed to send to fe80::8db3:8eb0:9094:de08%br-lan (Address not available)
Thu Feb 28 19:27:14 2019 kern.notice kernel: [   27.264763] random: nonblocking pool is initialized
Thu Feb 28 19:27:14 2019 daemon.info odhcpd[1124]: Using a RA lifetime of 0 seconds on br-lan
Thu Feb 28 19:27:14 2019 daemon.notice odhcpd[1124]: Failed to send to ff02::1%br-lan (Address not available)
Thu Feb 28 19:27:15 2019 kern.info kernel: [   27.699051] eth1: link up (100Mbps/Full duplex)
Thu Feb 28 19:27:15 2019 kern.info kernel: [   27.703685] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Thu Feb 28 19:27:15 2019 daemon.notice netifd: Network device 'eth1' link is up
Thu Feb 28 19:27:15 2019 daemon.notice netifd: Interface 'wan' has link connectivity
Thu Feb 28 19:27:15 2019 daemon.notice netifd: Interface 'wan' is setting up now
Thu Feb 28 19:27:15 2019 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Feb 28 19:27:15 2019 daemon.notice netifd: Interface 'wan6' is setting up now
Thu Feb 28 19:27:15 2019 daemon.notice odhcpd[1124]: Got DHCPv6 request
Thu Feb 28 19:27:15 2019 daemon.warn odhcpd[1124]: DHCPV6 SOLICIT IA_NA from 0001000123adbb30f0def15e6b7c on br-lan: ok fd23:d8cf:c894::c87/128
Thu Feb 28 19:27:15 2019 daemon.notice odhcpd[1124]: Failed to send to fe80::8db3:8eb0:9094:de08%br-lan (Address not available)
Thu Feb 28 19:27:15 2019 kern.info kernel: [   28.276119] br-lan: port 1(eth0) entered forwarding state
Thu Feb 28 19:27:16 2019 daemon.notice netifd: wan (1491): udhcpc: started, v1.25.1
Thu Feb 28 19:27:16 2019 daemon.notice odhcpd[1124]: Got DHCPv6 request
Thu Feb 28 19:27:16 2019 daemon.warn odhcpd[1124]: DHCPV6 SOLICIT IA_NA from 0001000123adbb30f0def15e6b7c on br-lan: ok fd23:d8cf:c894::c87/128
Thu Feb 28 19:27:16 2019 daemon.notice odhcpd[1124]: Got DHCPv6 request
Thu Feb 28 19:27:16 2019 daemon.warn odhcpd[1124]: DHCPV6 REQUEST IA_NA from 0001000123adbb30f0def15e6b7c on br-lan: ok fd23:d8cf:c894::c87/128
Thu Feb 28 19:27:16 2019 daemon.err odhcp6c[1495]: Failed to send DHCPV6 message to ff02::1:2 (Address not available)
Thu Feb 28 19:27:16 2019 daemon.notice netifd: wan (1491): udhcpc: sending discover
Thu Feb 28 19:27:16 2019 daemon.err hostapd: Configuration file: /var/run/hostapd-phy0.conf
Thu Feb 28 19:27:17 2019 kern.info kernel: [   29.415439] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Thu Feb 28 19:27:17 2019 kern.info kernel: [   29.592935] device wlan0 entered promiscuous mode
Thu Feb 28 19:27:17 2019 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Thu Feb 28 19:27:17 2019 daemon.err hostapd: Using interface wlan0 with hwaddr 64:70:02:67:2c:7a and ssid "radio0"
Thu Feb 28 19:27:17 2019 user.notice root: restore audio volume level
Thu Feb 28 19:27:17 2019 daemon.notice procd: /etc/rc.d/S95done: /etc/rc.local: line 4: /usr/sbin/alsactl: not found
Thu Feb 28 19:27:17 2019 daemon.notice netifd: wan (1491): udhcpc: sending select for 212.244.3.40
Thu Feb 28 19:27:17 2019 daemon.notice netifd: wan (1491): udhcpc: lease of 212.244.3.40 obtained, lease time 14400
Thu Feb 28 19:27:17 2019 daemon.warn openvpn(nazwa)[1531]: Unrecognized option or missing or extra parameter(s) in /etc/openvpn/nazwa-vpn.conf:15: block-outside-dns (2.4.4)
Thu Feb 28 19:27:18 2019 daemon.notice procd: /etc/rc.d/S96led: setting up led USB
Thu Feb 28 19:27:18 2019 daemon.notice procd: /etc/rc.d/S96led: setting up led WLAN2G
Thu Feb 28 19:27:18 2019 daemon.info odhcpd[1124]: Using a RA lifetime of 0 seconds on br-lan
Thu Feb 28 19:27:18 2019 daemon.notice netifd: Interface 'wan' is now up
Thu Feb 28 19:27:18 2019 kern.info kernel: [   31.195219] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Thu Feb 28 19:27:18 2019 kern.info kernel: [   31.201865] br-lan: port 2(wlan0) entered forwarding state
Thu Feb 28 19:27:18 2019 kern.info kernel: [   31.207528] br-lan: port 2(wlan0) entered forwarding state
Thu Feb 28 19:27:18 2019 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->ENABLED
Thu Feb 28 19:27:18 2019 daemon.notice hostapd: wlan0: AP-ENABLED
Thu Feb 28 19:27:19 2019 daemon.info odhcpd[1124]: Using a RA lifetime of 0 seconds on br-lan
Thu Feb 28 19:27:19 2019 daemon.notice odhcpd[1124]: Got DHCPv6 request
Thu Feb 28 19:27:19 2019 daemon.warn odhcpd[1124]: DHCPV6 CONFIRM IA_NA from 0001000123adbb30f0def15e6b7c on br-lan: not on-link fd23:d8cf:c894::c87/128
Thu Feb 28 19:27:19 2019 daemon.notice netifd: Network device 'wlan0' link is up
Thu Feb 28 19:27:19 2019 daemon.notice odhcpd[1124]: Got DHCPv6 request
Thu Feb 28 19:27:19 2019 daemon.warn odhcpd[1124]: DHCPV6 SOLICIT IA_NA from 0001000123adbb30f0def15e6b7c on br-lan: ok fd23:d8cf:c894::c87/128
Thu Feb 28 19:27:19 2019 daemon.info procd: - init complete -
Thu Feb 28 19:27:20 2019 daemon.notice odhcpd[1124]: Got DHCPv6 request
Thu Feb 28 19:27:20 2019 daemon.warn odhcpd[1124]: DHCPV6 REQUEST IA_NA from 0001000123adbb30f0def15e6b7c on br-lan: ok fd23:d8cf:c894::c87/128
Thu Feb 28 19:45:08 2019 kern.info kernel: [   33.206616] br-lan: port 2(wlan0) entered forwarding state
Thu Feb 28 19:45:08 2019 daemon.info hostapd: wlan0: STA 2c:3a:e8:1c:c7:2a IEEE 802.11: authenticated
Thu Feb 28 19:45:08 2019 daemon.info hostapd: wlan0: STA 2c:3a:e8:1c:c7:2a IEEE 802.11: associated (aid 1)
Thu Feb 28 19:45:08 2019 daemon.notice hostapd: wlan0: AP-STA-CONNECTED 2c:3a:e8:1c:c7:2a
Thu Feb 28 19:45:08 2019 daemon.info hostapd: wlan0: STA 2c:3a:e8:1c:c7:2a WPA: pairwise key handshake completed (RSN)
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: started, version 2.78 cachesize 150
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: DNS service limited to local subnets
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq-dhcp[1750]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: using local addresses only for domain lan
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: reading /tmp/resolv.conf.auto
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: using local addresses only for domain lan
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: using nameserver 194.204.159.1#53
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: using nameserver 194.204.152.34#53
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: read /etc/hosts - 4 addresses
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: read /tmp/hosts/odhcpd - 1 addresses
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq[1750]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Thu Feb 28 19:45:08 2019 daemon.info dnsmasq-dhcp[1750]: read /etc/ethers - 0 addresses
Thu Feb 28 19:45:09 2019 daemon.info odhcpd[1124]: Using a RA lifetime of 0 seconds on br-lan
Thu Feb 28 19:45:09 2019 daemon.info dnsmasq-dhcp[1750]: DHCPREQUEST(br-lan) 192.168.1.136 f0:de:f1:5e:6b:7c
Thu Feb 28 19:45:09 2019 daemon.info dnsmasq-dhcp[1750]: DHCPACK(br-lan) 192.168.1.136 f0:de:f1:5e:6b:7c X220i
Thu Feb 28 19:45:11 2019 user.notice firewall: Reloading firewall due to ifup of wan (eth1)
Thu Feb 28 19:45:12 2019 user.notice ddns-scripts[1895]: myddns_ipv4: PID '1895' started at 2019-02-28 19:45
Thu Feb 28 19:45:12 2019 user.warn ddns-scripts[1895]: myddns_ipv4: Service section disabled! - TERMINATE
Thu Feb 28 19:45:12 2019 user.warn ddns-scripts[1895]: myddns_ipv4: PID '1895' exit WITH ERROR '1' at 2019-02-28 19:45
Thu Feb 28 19:45:14 2019 daemon.info dnsmasq-dhcp[1750]: DHCPDISCOVER(br-lan) 2c:3a:e8:1c:c7:2a
Thu Feb 28 19:45:14 2019 daemon.info dnsmasq-dhcp[1750]: DHCPOFFER(br-lan) 192.168.1.171 2c:3a:e8:1c:c7:2a
Thu Feb 28 19:45:14 2019 daemon.info dnsmasq-dhcp[1750]: DHCPREQUEST(br-lan) 192.168.1.171 2c:3a:e8:1c:c7:2a
Thu Feb 28 19:45:14 2019 daemon.info dnsmasq-dhcp[1750]: DHCPACK(br-lan) 192.168.1.171 2c:3a:e8:1c:c7:2a ESP_1CC72A
Thu Feb 28 19:45:15 2019 daemon.info hostapd: wlan0: STA 40:b0:fa:7c:03:38 IEEE 802.11: authenticated
Thu Feb 28 19:45:15 2019 daemon.info hostapd: wlan0: STA 40:b0:fa:7c:03:38 IEEE 802.11: associated (aid 2)
Thu Feb 28 19:45:15 2019 daemon.notice hostapd: wlan0: AP-STA-CONNECTED 40:b0:fa:7c:03:38
Thu Feb 28 19:45:15 2019 daemon.info hostapd: wlan0: STA 40:b0:fa:7c:03:38 WPA: pairwise key handshake completed (RSN)
Thu Feb 28 19:45:16 2019 daemon.info odhcpd[1124]: Using a RA lifetime of 0 seconds on br-lan
Thu Feb 28 19:45:19 2019 daemon.info dnsmasq-dhcp[1750]: DHCPDISCOVER(br-lan) 40:b0:fa:7c:03:38
Thu Feb 28 19:45:19 2019 daemon.info dnsmasq-dhcp[1750]: DHCPOFFER(br-lan) 192.168.1.159 40:b0:fa:7c:03:38
Thu Feb 28 19:45:19 2019 daemon.info dnsmasq-dhcp[1750]: DHCPREQUEST(br-lan) 192.168.1.159 40:b0:fa:7c:03:38
Thu Feb 28 19:45:19 2019 daemon.info dnsmasq-dhcp[1750]: DHCPACK(br-lan) 192.168.1.159 40:b0:fa:7c:03:38 android-5d64d3275acff1f
Thu Feb 28 19:45:37 2019 authpriv.info dropbear[1965]: Child connection from 192.168.1.136:64073
Thu Feb 28 19:45:40 2019 daemon.info dnsmasq[1750]: read /etc/hosts - 4 addresses
Thu Feb 28 19:45:40 2019 daemon.info dnsmasq[1750]: read /tmp/hosts/odhcpd - 1 addresses
Thu Feb 28 19:45:40 2019 daemon.info dnsmasq[1750]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Thu Feb 28 19:45:40 2019 daemon.info dnsmasq-dhcp[1750]: read /etc/ethers - 0 addresses
Thu Feb 28 19:45:42 2019 authpriv.notice dropbear[1965]: Password auth succeeded for 'root' from 192.168.1.136:64073

Witam, zaktualizowałem oprogramowanie do najnowszego LEDE Reboot (17.01-SNAPSHOT, r3948-5886a5060a)
aktualizowałem przez interfejs graficzny - sysupdate
miałem wcześniej zrobionego extroota
teraz nie wiem jak przywrócić extroot
próbowałem ustawiać jako 'overlay' w punktach montowania ale nie działa
coś mi się kojarzy że trzeba usunąć z pendriva jakiś plik.
próbowałem też z poradnika
    # opkg update
    # opkg install block-mount kmod-fs-f2fs f2fsck # jeżeli nie ma ich jeszcze w obrazie
    # block detect > /etc/config/fstab
    # uci set fstab.@mount[0].target='/overlay'
    # uci set fstab.@mount[0].enabled='1'
    # uci set fstab.@global[0].check_fs='1'
    # uci commit fstab
ale nie startuje z extroot po restarcie..
jak to zrobić?

Super a jak już mam say.sh to jak zrobić by czytał aktualną godzinę i date?
czyli mam godzinę:
date +"%H:%M"
i jak to podać do say.sh?
czy wewnątrz jakoś zmienić?
OK. mam do środka wstawić..

65

(6 odpowiedzi, napisanych Oprogramowanie / Software)

Chodzi mi tylko o przechwycenie eventu do triggerhappy aby wykorzystać ten manipulator np do głośności.
Nie podłączałem monitora, na PC działa od razu ruch kursora, wydaje mi sie że to może być kwestia braku pakietów do obsługi myszy na openwrt aby wykrył te eventy.

66

(6 odpowiedzi, napisanych Oprogramowanie / Software)

Nie wiem jak zrobić by działał manipulator myszy w tym pilocie, może trzeba zainstalować pakiety do obsługi myszy?

pepe2k napisał/a:
luk napisał/a:

ehh szkoda: | pewnie system przeszedł w tryb failsafe lub coś podobnego,
za dużo zmian naraz i brak kopii to przestroga na przyszłość:)

A jak wyłączyłeś router? Tak po prostu, bezczelnie odłączyłeś go od prądu?

TAK wyłączyłem listwę, czy to może być przyczyna?

ehh szkoda: | pewnie system przeszedł w tryb failsafe lub coś podobnego,
za dużo zmian naraz i brak kopii to przestroga na przyszłość:)

Utworzyłem kilka plików (skryptów)
w katalogu /root
wszystko ładnie działało,
ale jak włączyłem router rano to plików nie ma,
nie zapisały się też ustawienia ostatnio zmienione pliki conf w /etc/
Myślałem ze może extroot się odłączył ale uruchomiłem bez usb i plików też nie ma...
mam nowe LEDE luci i system plików f2fs.
Pliki edytowałem w różnych edytorach: vi, nano i mc edit oraz przez scp.
doinstalowałem właśnie e2fsprogs f2fsck
sprawdziłem dysk znalazł błędy i naprawił ale plików nie ma.
w log read jest err:
Wed Feb 28 16:58:44 2018 kern.err kernel: [    0.628797] pci 0000:00:00.0: invalid calibration data
Wed Feb 28 16:58:44 2018 kern.err kernel: [    7.733170] sd 0:0:0:0: [sda] No Caching mode page found
Wed Feb 28 16:58:44 2018 kern.err kernel: [    7.738615] sd 0:0:0:0: [sda] Assuming drive cache: write through
Wed Feb 28 16:58:44 2018 user.err kernel: [    9.461164] block: extroot: filesystem f2fs not supported by kernel
Wed Feb 28 16:58:44 2018 user.err kernel: [    9.898802] block: check_filesystem: /usr/sbin/fsck.f2fs not found
Czy można je jakoś jeszcze odzyskać?

70

(2 odpowiedzi, napisanych Oprogramowanie / Software)

ehhh zapomniałem w mpd.conf ustawić user i group
user                            "root"
group                           "root"

Czy jako root może działać mpd? czy tworzyć nowego użytkownika?
teraz działa.

Mam problem nie mam skryptu startowego
/etc/init.d/mpd
przeinstalowałem  i się pojawił ale nie działa
/etc/init.d/mpd start|stop itd..
może ktoś wkleić właściwy?

72

(3 odpowiedzi, napisanych Oprogramowanie / Software)

Dzięki, przestawiłem z:
export HISTFILE=/tmp/.history
na:
export HISTFILE=/root/.history
mam extroot to chyba na usb będzie?

ale chyba nie działa, w /tmp też nie było .history
mam wersję:
Reboot (17.01-SNAPSHOT, r3825-28483d4)

Już działa super, dzięki.
mogę sobie dopisywać tam własne polecenia?

73

(6 odpowiedzi, napisanych Oprogramowanie / Software)

Witam, jak nagrać audio za pomocą ffmpeg z mikrofonu, mam poinstalowane wszystko ale nie mogę dojść odpowiedniej komendy ffmpeg

74

(4 odpowiedzi, napisanych Oprogramowanie / Software)

znalazłem sposób poprzez mixer:
amixer set Speaker toggle
można też używać:
amixer set Speaker mute
amixer set Speaker unmute
*nazwa 'Speaker' może być różna, trzeba sprawdzić w alsamixer

i jak już nie szumi?

Jak zrobić aby zapamiętywało mi ostatnio wydawane polecenia w konsoli po restarcie routera?