Dziękuję bardzo za pomoc.
Wszytko od 4h działa poprawnie.
Strony 1
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Posty przez bajtek
Strony 1
Dziękuję bardzo za pomoc.
Wszytko od 4h działa poprawnie.
Po kolejnym restartowaniu i ustawieniu dhcp, na chwilę uzyskałem połączenie do modemu.
Pingowanie z samego Putty na 8.8.8.8 bez problemu przechodzi. A już z podłączonego komputera nie przechodzi nic.
tylko stronka modemu do włączenia połączenia internetowego (192.168.8.1)
Co może być nie tak?
Prośba o wrzucenie ręcznej konfiguracji adresacji, bo gdzieś robię błędy. Modem ustawione ma dane, jest up, a jednak coś nie łapie.
Dziękuję bardzo za dotychczasową pomoc.
Mam jedno pytanie
ifstatus wan
{
"up": false,
"pending": true, - co ten parametr oznacza?
Ustawienie na stałe też nic nie daje cały czas up jest false
A modem działa poprawnie. Bo aktualnie piszę na kompie, do którego ten modem jest podłączony.
Podobna sytuacja występuje z modemami MF 821 LTE i E398. Po konfiguracji według tej strony nie łączy się z modemem. a kiedyś było OK.
Niestety, prawdopodobnie już router pada
po dłuższej chwili bez prądu router
ifstatus wan
{
"up": false,
"pending": true,
"available": true,
"autostart": true,
"dynamic": false,
"proto": "dhcp",
"device": "eth1",
"data": {
}
Wgrałem na nowo obraz LUCI i od nowa podjąłem sprawę konfiguracji.
Udało się połączyć z modemem. Wywołuję stronę włączania internetu (192.168.8.1)
Modem i dane na stronie wskazują na połączenie.
I niestety nie mogę uruchomić żadnej strony www.
Co dalej?
na szybko zrobiłem
ifstatus wan
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 384,
"l3_device": "eth1",
"proto": "dhcp",
"device": "eth1",
"updated": [
"addresses",
"routes",
"data"
],
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
{
"address": "192.168.8.100",
"mask": 24
}
],
"ipv6-address": [
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "0.0.0.0",
"mask": 0,
"nexthop": "192.168.8.1",
"source": "192.168.8.100/32"
}
],
"dns-server": [
"192.168.8.1",
"192.168.8.1"
],
"dns-search": [
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
"leasetime": 86400
}
}
Przesyłam Logi
root@OpenWrt:~# ifup wan
root@OpenWrt:~# ifstatus wan
{
"up": false,
"pending": true,
"available": true,
"autostart": true,
"dynamic": false,
"proto": "dhcp",
"device": "eth1",
"data": {
}
}
root@OpenWrt:~# logread
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.000000] Linux version 4.14.1 71 (cezary@eko.one.pl) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r10707-75d11f665c)) #0 Thu Feb 27 21:34:09 2020
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] bootconsole [early0] e nabled
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] CPU0 revision is: 0001 974c (MIPS 74Kc)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] MIPS: machine is TP-Li nk TL-WDR4300 v1
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] SoC: Atheros AR9344 re v 2
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Determined physical RA M map:
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] memory: 08000000 @ 00 000000 (usable)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Initrd not found or em pty - disabling initrd
Fri Feb 28 02:17:01 2020 kern.warn kernel: [ 0.000000] Primary instruction ca che 64kB, VIPT, 4-way, linesize 32 bytes.
Fri Feb 28 02:17:01 2020 kern.warn kernel: [ 0.000000] Primary data cache 32k B, 4-way, VIPT, cache aliases, linesize 32 bytes
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Zone ranges:
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Normal [mem 0x0000 000000000000-0x0000000007ffffff]
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Movable zone start for each node
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Early memory node rang es
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] node 0: [mem 0x000 0000000000000-0x0000000007ffffff]
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Initmem setup node 0 [ mem 0x0000000000000000-0x0000000007ffffff]
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.000000] On node 0 totalpages: 32768
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.000000] free_area_init_node: node 0, pgdat 804fbf60, node_mem_map 81008b80
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.000000] Normal zone: 256 pa ges used for memmap
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.000000] Normal zone: 0 page s reserved
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.000000] Normal zone: 32768 pages, LIFO batch:7
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.000000] random: get_random_b ytes called from 0x804ff740 with crng_init=0
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.000000] pcpu-alloc: s0 r0 d32 768 u32768 alloc=1*32768
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Built 1 zonelists, mob ility grouping on. Total pages: 32512
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] PID hash table entries : 512 (order: -1, 2048 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Dentry cache hash tabl e entries: 16384 (order: 4, 65536 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Writing ErrCtl registe r=00000000
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Readback ErrCtl regist er=00000000
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] Memory: 123300K/131072 K available (4028K kernel code, 163K rwdata, 532K rodata, 1220K init, 212K bss, 7772K reserved, 0K cma-reserved)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] SLUB: HWalign=32, Orde r=0-3, MinObjects=0, CPUs=1, Nodes=1
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] NR_IRQS: 51
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] CPU clock: 560.000 MHz
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000000] clocksource: MIPS: mas k: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6825930166 ns
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.000010] sched_clock: 32 bits a t 280MHz, resolution 3ns, wraps every 7669584382ns
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.008316] Calibrating delay loop ... 278.93 BogoMIPS (lpj=1394688)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.084947] pid_max: default: 3276 8 minimum: 301
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.090057] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.097117] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.109247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.119755] futex hash table entri es: 256 (order: -1, 3072 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.126324] pinctrl core: initiali zed pinctrl subsystem
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.134196] NET: Registered protoc ol family 16
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.142444] PCI host bridge /ahb/p cie-controller@180c0000 ranges:
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.148943] MEM 0x000000001000000 0..0x0000000013ffffff
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.154543] IO 0x000000000000000 0..0x0000000000000000
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.176841] PCI host bridge to bus 0000:00
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.181214] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.188578] pci_bus 0000:00: root bus resource [io 0x0000]
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.194503] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.201743] pci_bus 0000:00: No bu sn resource found for root bus, will use [bus 00-ff]
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.210210] pci 0000:00:00.0: [16 8c:0033] type 00 class 0x028000
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.210270] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.210327] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.210409] pci 0000:00:00.0: sup ports D1
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.210421] pci 0000:00:00.0: PME # supported from D0 D1 D3hot
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.210664] pci_bus 0000:00: busn _res: [bus 00-ff] end is updated to 00
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.210693] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit]
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.218526] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref]
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.229155] clocksource: Switched to clocksource MIPS
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.235557] NET: Registered protoc ol family 2
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.241132] TCP established hash t able entries: 1024 (order: 0, 4096 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.248562] TCP bind hash table en tries: 1024 (order: 0, 4096 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.255377] TCP: Hash tables confi gured (established 1024 bind 1024)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.262289] UDP hash table entries : 256 (order: 0, 4096 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.268516] UDP-Lite hash table en tries: 256 (order: 0, 4096 bytes)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.275464] NET: Registered protoc ol family 1
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 0.280187] PCI: CLS 0 bytes, def ault 32
Fri Feb 28 02:17:01 2020 kern.warn kernel: [ 0.283093] Crashlog allocated RAM at address 0x3f00000
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.290009] workingset: timestamp_ bits=30 max_order=15 bucket_order=0
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.302038] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.308242] jffs2: version 2.2 (NA ND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.328099] io scheduler noop regi stered
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.332322] io scheduler deadline registered (default)
Fri Feb 28 02:17:01 2020 kern.err kernel: [ 0.338147] ar7200-usb-phy usb-phy: phy reset is missing
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.345934] pinctrl-single 1804002 c.pinmux: 544 pins at pa b804002c size 68
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.354158] gpio-export gpio-expor t: 4 gpio(s) exported
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.360529] Serial: 8250/16550 dri ver, 16 ports, IRQ sharing enabled
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.369761] console [ttyS0] disabl ed
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.373607] 18020000.uart: ttyS0 a t MMIO 0x18020000 (irq = 9, base_baud = 2500000) is a 16550A
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.382837] console [ttyS0] enable d
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.390276] bootconsole [early0] d isabled
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.408217] m25p80 spi0.0: en25q64 (8192 Kbytes)
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.413005] 3 fixed-partitions p artitions found on MTD device spi0.0
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.419478] Creating 3 MTD parti tions on "spi0.0":
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.424349] 0x000000000000-0x000 000020000 : "u-boot"
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.430223] 0x000000020000-0x000 0007f0000 : "firmware"
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.436365] 2 tplink-fw partitio ns found on MTD device firmware
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.442431] Creating 2 MTD parti tions on "firmware":
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.447482] 0x000000000000-0x000 000185c74 : "kernel"
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.453276] 0x000000185c74-0x000 0007d0000 : "rootfs"
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.459018] mtd: device 3 (rootf s) set to be root filesystem
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.464855] 1 squashfs-split par titions found on MTD device rootfs
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.471170] 0x000000700000-0x000 0007d0000 : "rootfs_data"
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 0.477404] 0x0000007f0000-0x000 000800000 : "art"
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.484124] libphy: Fixed MDIO Bus : probed
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.830952] libphy: ag71xx_mdio: p robed
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 0.837648] switch0: Atheros AR832 7 rev. 2 switch registered on mdio-bus.0
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.488646] ag71xx 19000000.eth: c onnected to PHY at mdio-bus.0:00 [uid=004dd033, driver=Atheros AR8216/AR8236/AR8 316]
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.500183] eth0: Atheros AG71xx a t 0xb9000000, irq 4, mode: rgmii
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.509068] NET: Registered protoc ol family 10
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.518851] Segment Routing with I Pv6
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.522742] NET: Registered protoc ol family 17
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.527299] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.540469] 8021q: 802.1Q VLAN Sup port v1.8
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.547213] hctosys: unable to ope n rtc device (rtc0)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.557109] VFS: Mounted root (squ ashfs filesystem) readonly on device 31:3.
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 1.569795] Freeing unused kernel memory: 1220K
Fri Feb 28 02:17:01 2020 kern.warn kernel: [ 1.574398] This architecture does not have kernel memory protection.
Fri Feb 28 02:17:01 2020 user.info kernel: [ 2.287863] init: Console is alive
Fri Feb 28 02:17:01 2020 user.info kernel: [ 2.291606] init: - watchdog -
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 2.529173] random: fast init do ne
Fri Feb 28 02:17:01 2020 user.info kernel: [ 4.141743] kmodloader: loading ke rnel modules from /etc/modules-boot.d/*
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.367092] usbcore: registered ne w interface driver usbfs
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.372809] usbcore: registered ne w interface driver hub
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.378288] usbcore: registered ne w device driver usb
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.417502] ehci_hcd: USB 2.0 'Enh anced' Host Controller (EHCI) Driver
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 4.433009] SCSI subsystem initi alized
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.442448] ehci-platform: EHCI ge neric platform driver
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.448032] ehci-platform 1b000000 .usb: EHCI Host Controller
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.453855] ehci-platform 1b000000 .usb: new USB bus registered, assigned bus number 1
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.461909] ehci-platform 1b000000 .usb: irq 3, io mem 0x1b000000
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.489185] ehci-platform 1b000000 .usb: USB 2.0 started, EHCI 1.00
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.496270] hub 1-0:1.0: USB hub f ound
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.500572] hub 1-0:1.0: 1 port de tected
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.509786] usbcore: registered ne w interface driver usb-storage
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 4.518338] usbcore: registered ne w interface driver uas
Fri Feb 28 02:17:01 2020 user.info kernel: [ 4.524428] kmodloader: done loadi ng kernel modules from /etc/modules-boot.d/*
Fri Feb 28 02:17:01 2020 user.info kernel: [ 4.542238] init: - preinit -
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 5.051944] usb 1-1: new high-spee d USB device number 2 using ehci-platform
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 5.312043] random: procd: unini tialized urandom read (4 bytes read)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 5.319259] hub 1-1:1.0: USB hub f ound
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 5.329426] hub 1-1:1.0: 4 ports d etected
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 5.597652] random: jshn: uninit ialized urandom read (4 bytes read)
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 5.771048] random: jshn: uninit ialized urandom read (4 bytes read)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 5.819223] usb 1-1.1: new high-sp eed USB device number 3 using ehci-platform
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 5.990910] hub 1-1.1:1.0: USB hub found
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 5.999414] hub 1-1.1:1.0: 4 ports detected
Fri Feb 28 02:17:01 2020 kern.warn kernel: [ 6.358344] urandom_read: 3 callba cks suppressed
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 6.358352] random: jshn: uninit ialized urandom read (4 bytes read)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 6.369511] usb 1-1.1.2: new high- speed USB device number 4 using ehci-platform
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 6.475828] random: jshn: uninit ialized urandom read (4 bytes read)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 6.525736] usb-storage 1-1.1.2:1. 2: USB Mass Storage device detected
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 6.549437] scsi host0: usb-storag e 1-1.1.2:1.2
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 7.632483] scsi 0:0:0:0: Direct -Access HUAWEI TF CARD Storage 2.31 PQ: 0 ANSI: 2
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 7.646357] sd 0:0:0:0: [sda] At tached SCSI removable disk
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 7.661768] IPv6: ADDRCONF(NETDEV_ UP): eth0: link is not ready
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 7.667795] IPv6: ADDRCONF(NETDEV_ UP): eth0.1: link is not ready
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 8.750502] eth0: link up (1000Mbp s/Full duplex)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 8.755270] IPv6: ADDRCONF(NETDEV_ CHANGE): eth0: link becomes ready
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 8.767361] IPv6: ADDRCONF(NETDEV_ CHANGE): eth0.1: link becomes ready
Fri Feb 28 02:17:01 2020 user.info kernel: [ 10.964518] mount_root: loading km ods from internal overlay
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.027006] kmodloader: loading ke rnel modules from //etc/modules-boot.d/*
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.035330] kmodloader: done loadi ng kernel modules from //etc/modules-boot.d/*
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 11.523049] jffs2: notice: (538) jffs2_build_xattr_subsystem: complete building xattr subsystem, 12 of xdatum (2 unchecked, 10 orphan) and 35 of xref (10 dead, 1 orphan) found.
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.539598] block: attempting to l oad /tmp/jffs_cfg/upper/etc/config/fstab
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.551491] block: extroot: not co nfigured
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 11.589432] jffs2: notice: (536) jffs2_build_xattr_subsystem: complete building xattr subsystem, 12 of xdatum (2 unchecked, 10 orphan) and 35 of xref (10 dead, 1 orphan) found.
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.606592] mount_root: loading km ods from internal overlay
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.660618] kmodloader: loading ke rnel modules from /tmp/overlay/upper/etc/modules-boot.d/*
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.670956] kmodloader: done loadi ng kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.924688] block: attempting to l oad /tmp/jffs_cfg/upper/etc/config/fstab
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.934601] block: extroot: not co nfigured
Fri Feb 28 02:17:01 2020 user.info kernel: [ 11.939910] mount_root: switching to jffs2 overlay
Fri Feb 28 02:17:01 2020 kern.warn kernel: [ 12.000996] overlayfs: upper fs do es not support tmpfile.
Fri Feb 28 02:17:01 2020 user.warn kernel: [ 12.011347] urandom-seed: Seeding with /etc/urandom.seed
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 12.139560] eth0: link down
Fri Feb 28 02:17:01 2020 user.info kernel: [ 12.161747] procd: - early -
Fri Feb 28 02:17:01 2020 user.info kernel: [ 12.164780] procd: - watchdog -
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 12.782924] random: jshn: uninit ialized urandom read (4 bytes read)
Fri Feb 28 02:17:01 2020 user.info kernel: [ 12.936826] procd: - watchdog -
Fri Feb 28 02:17:01 2020 user.info kernel: [ 12.949561] procd: - ubus -
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 13.216219] random: ubusd: unini tialized urandom read (4 bytes read)
Fri Feb 28 02:17:01 2020 user.info kernel: [ 13.230484] procd: - init -
Fri Feb 28 02:17:01 2020 user.info kernel: [ 15.506111] kmodloader: loading ke rnel modules from /etc/modules.d/*
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.573385] tun: Universal TUN/TAP device driver, 1.6
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.616552] ip6_tables: (C) 2000-2 006 Netfilter Core Team
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.653895] Netfilter messages via NETLINK v0.30.
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.672288] ip_set: protocol 6
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.785566] fuse init (API version 7.26)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.836107] usbcore: registered ne w interface driver cdc_acm
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.841919] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.900860] usbcore: registered ne w interface driver cdc_wdm
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.908840] Loading modules backpo rted from Linux version v4.19.98-0-gd183c8e2647a
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.916584] Backport generated by backports.git v4.19.98-1-0-g8204eb99
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 15.963197] ip_tables: (C) 2000-20 06 Netfilter Core Team
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.002696] nf_conntrack version 0 .5.0 (2048 buckets, 8192 max)
Fri Feb 28 02:17:01 2020 user.info kernel: [ 16.257826] urngd: v1.0.2 started.
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.452096] usbcore: registered ne w interface driver usblp
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.500184] usbcore: registered ne w interface driver usbserial
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.506187] usbcore: registered ne w interface driver usbserial_generic
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.512952] usbserial: USB Serial support registered for generic
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.586975] wireguard: WireGuard 0 .0.20190702 loaded. See www.wireguard.com for information.
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.595593] wireguard: Copyright ( C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.704448] xt_time: kernel timezo ne is -0000
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.740750] cdc_ether 1-1.1.2:1.0 eth1: register 'cdc_ether' at usb-1b000000.usb-1.1.2, CDC Ethernet Device, 0c:5b :8f:27:9a:64
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.752617] usbcore: registered ne w interface driver cdc_ether
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.798190] usbcore: registered ne w interface driver cdc_ncm
Fri Feb 28 02:17:01 2020 kern.notice kernel: [ 16.813804] random: crng init do ne
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 16.912768] usbcore: registered ne w interface driver huawei_cdc_ncm
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.085060] PPP generic driver ver sion 2.4.2
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.110517] NET: Registered protoc ol family 24
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.142116] usbcore: registered ne w interface driver qmi_wwan
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.162049] usbcore: registered ne w interface driver rndis_host
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.181896] usbcore: registered ne w interface driver sierra
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.187628] usbserial: USB Serial support registered for Sierra USB modem
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.231457] usbcore: registered ne w interface driver sierra_net
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.365945] usbcore: registered ne w interface driver cdc_mbim
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.391424] usbcore: registered ne w interface driver option
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.397164] usbserial: USB Serial support registered for GSM modem (1-port)
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.444082] usbcore: registered ne w interface driver qcserial
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.450071] usbserial: USB Serial support registered for Qualcomm USB modem
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.513587] ath: EEPROM regdomain : 0x0
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.513596] ath: EEPROM indicates default country code should be used
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.513600] ath: doing EEPROM cou ntry->regdmn map search
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.513617] ath: country maps to regdmn code: 0x3a
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.513623] ath: Country alpha2 b eing used: US
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.513628] ath: Regpair used: 0x 3a
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.527505] ieee80211 phy0: Selec ted rate control algorithm 'minstrel_ht'
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.529384] ieee80211 phy0: Athero s AR9340 Rev:2 mem=0xb8100000, irq=12
Fri Feb 28 02:17:01 2020 kern.warn kernel: [ 17.536452] PCI: Enabling device 0 000:00:00.0 (0000 -> 0002)
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.644596] ath: EEPROM regdomain : 0x0
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.644605] ath: EEPROM indicates default country code should be used
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.644609] ath: doing EEPROM cou ntry->regdmn map search
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.644625] ath: country maps to regdmn code: 0x3a
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.644632] ath: Country alpha2 b eing used: US
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.644636] ath: Regpair used: 0x 3a
Fri Feb 28 02:17:01 2020 kern.debug kernel: [ 17.656528] ieee80211 phy1: Selec ted rate control algorithm 'minstrel_ht'
Fri Feb 28 02:17:01 2020 kern.info kernel: [ 17.658450] ieee80211 phy1: Athero s AR9300 Rev:4 mem=0xb0000000, irq=14
Fri Feb 28 02:17:01 2020 user.info kernel: [ 17.719660] kmodloader: done loadi ng kernel modules from /etc/modules.d/*
Fri Feb 28 02:17:03 2020 user.notice dnsmasq: DNS rebinding protection is active , will discard upstream RFC1918 responses!
Fri Feb 28 02:17:03 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Feb 28 02:17:04 2020 daemon.err procd: unable to find /sbin/ujail: No such f ile or directory (-1)
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: started, version 2.80 caches ize 150
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: DNS service limited to local subnets
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: compile time options: IPv6 G NU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipse t no-auth no-DNSSEC no-ID loop-detect inotify dumpfile
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: using local addresses only f or domain test
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: using local addresses only f or domain onion
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: using local addresses only f or domain localhost
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: using local addresses only f or domain local
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: using local addresses only f or domain invalid
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: using local addresses only f or domain bind
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: using local addresses only f or domain lan
Fri Feb 28 02:17:05 2020 daemon.warn dnsmasq[1283]: no servers found in /tmp/res olv.conf.auto, will retry
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: read /etc/hosts - 4 addresse s
Fri Feb 28 02:17:05 2020 daemon.info dnsmasq[1283]: read /tmp/hosts/dhcp.cfg0141 1c - 0 addresses
Fri Feb 28 02:17:05 2020 authpriv.info dropbear[1344]: Not backgrounding
Fri Feb 28 02:17:08 2020 user.notice : Added device handler type: 8021ad
Fri Feb 28 02:17:08 2020 user.notice : Added device handler type: 8021q
Fri Feb 28 02:17:08 2020 user.notice : Added device handler type: macvlan
Fri Feb 28 02:17:08 2020 user.notice : Added device handler type: veth
Fri Feb 28 02:17:08 2020 user.notice : Added device handler type: bridge
Fri Feb 28 02:17:08 2020 user.notice : Added device handler type: Network device
Fri Feb 28 02:17:08 2020 user.notice : Added device handler type: tunnel
Fri Feb 28 02:17:08 2020 daemon.notice procd: /etc/init.d/network: 'radio0' is d isabled
Fri Feb 28 02:17:08 2020 daemon.notice procd: /etc/init.d/network: 'radio1' is d isabled
Fri Feb 28 02:17:09 2020 daemon.notice procd: /etc/init.d/network: 'radio0' is d isabled
Fri Feb 28 02:17:09 2020 daemon.notice procd: /etc/init.d/network: 'radio1' is d isabled
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.321539] br-lan: port 1(eth0) e ntered blocking state
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.326853] br-lan: port 1(eth0) e ntered disabled state
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.332513] device eth0 entered pr omiscuous mode
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'lan' is enabled
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'lan' is setting up now
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.354577] IPv6: ADDRCONF(NETDEV_ UP): br-lan: link is not ready
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'lan' is now up
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.669844] br-lan: port 2(eth0.1) entered blocking state
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.675333] br-lan: port 2(eth0.1) entered disabled state
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.681197] device eth0.1 entered promiscuous mode
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'wan' is enabled
Fri Feb 28 02:17:16 2020 kern.err kernel: [ 36.709345] cdc_ether 1-1.1.2:1.0 e th1: kevent 12 may have been dropped
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.716940] br-lan: port 3(eth1) e ntered blocking state
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.722389] br-lan: port 3(eth1) e ntered disabled state
Fri Feb 28 02:17:16 2020 kern.err kernel: [ 36.727744] cdc_ether 1-1.1.2:1.0 e th1: kevent 12 may have been dropped
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.734758] device eth1 entered pr omiscuous mode
Fri Feb 28 02:17:16 2020 kern.err kernel: [ 36.739509] cdc_ether 1-1.1.2:1.0 e th1: kevent 11 may have been dropped
Fri Feb 28 02:17:16 2020 kern.err kernel: [ 36.746327] cdc_ether 1-1.1.2:1.0 e th1: kevent 12 may have been dropped
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.753181] br-lan: port 3(eth1) e ntered blocking state
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.758493] br-lan: port 3(eth1) e ntered forwarding state
Fri Feb 28 02:17:16 2020 kern.info kernel: [ 36.765589] IPv6: ADDRCONF(NETDEV_ CHANGE): br-lan: link becomes ready
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'loopback' is enabled
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'loopback' is setting u p now
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'loopback' is now up
Fri Feb 28 02:17:16 2020 daemon.notice netifd: bridge 'br-lan' link is up
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'lan' has link connecti vity
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Network device 'eth1' link is up
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'wan' has link connecti vity
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'wan' is setting up now
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Network device 'lo' link is up
Fri Feb 28 02:17:16 2020 daemon.notice netifd: Interface 'loopback' has link con nectivity
Fri Feb 28 02:17:16 2020 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Fri Feb 28 02:17:17 2020 daemon.notice netifd: wan (1668): udhcpc: started, v1.3 0.1
Fri Feb 28 02:17:17 2020 kern.info kernel: [ 37.390502] eth0: link up (1000Mbp s/Full duplex)
Fri Feb 28 02:17:17 2020 kern.info kernel: [ 37.395285] br-lan: port 1(eth0) e ntered blocking state
Fri Feb 28 02:17:17 2020 kern.info kernel: [ 37.400633] br-lan: port 1(eth0) e ntered forwarding state
Fri Feb 28 02:17:17 2020 daemon.notice netifd: Network device 'eth0' link is up
Fri Feb 28 02:17:17 2020 kern.info kernel: [ 37.449462] br-lan: port 2(eth0.1) entered blocking state
Fri Feb 28 02:17:17 2020 kern.info kernel: [ 37.454979] br-lan: port 2(eth0.1) entered forwarding state
Fri Feb 28 02:17:17 2020 daemon.notice netifd: VLAN 'eth0.1' link is up
Fri Feb 28 02:17:17 2020 daemon.notice netifd: wan (1668): udhcpc: sending disco ver
Fri Feb 28 02:17:17 2020 daemon.err odhcpd[1494]: Failed to send to ff02::1%lan@ br-lan (Address not available)
Fri Feb 28 02:17:18 2020 authpriv.info dropbear[1716]: Child connection from 192 .168.2.2:49336
Fri Feb 28 02:17:20 2020 user.notice ucitrack: Setting up /etc/config/network re load dependency on /etc/config/dhcp
Fri Feb 28 02:17:20 2020 daemon.notice netifd: wan (1668): udhcpc: sending disco ver
Fri Feb 28 02:17:20 2020 user.notice ucitrack: Setting up /etc/config/network re load dependency on /etc/config/radvd
Fri Feb 28 02:17:20 2020 user.notice ucitrack: Setting up /etc/config/wireless r eload dependency on /etc/config/network
Fri Feb 28 02:17:20 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Feb 28 02:17:21 2020 user.notice ucitrack: Setting up /etc/config/firewall r eload dependency on /etc/config/luci-splash
Fri Feb 28 02:17:21 2020 user.notice ucitrack: Setting up /etc/config/firewall r eload dependency on /etc/config/qos
Fri Feb 28 02:17:21 2020 user.notice ucitrack: Setting up /etc/config/firewall r eload dependency on /etc/config/miniupnpd
Fri Feb 28 02:17:21 2020 daemon.err procd: unable to find /sbin/ujail: No such f ile or directory (-1)
Fri Feb 28 02:17:22 2020 user.notice ucitrack: Setting up /etc/config/dhcp reloa d dependency on /etc/config/odhcpd
Fri Feb 28 02:17:22 2020 daemon.info dnsmasq[1283]: read /etc/hosts - 4 addresse s
Fri Feb 28 02:17:22 2020 daemon.info dnsmasq[1283]: read /tmp/hosts/dhcp.cfg0141 1c - 0 addresses
Fri Feb 28 02:17:22 2020 user.notice ucitrack: Setting up non-init /etc/config/f stab reload handler: /sbin/block mount
Fri Feb 28 02:17:22 2020 user.notice ucitrack: Setting up /etc/config/system rel oad trigger for non-procd /etc/init.d/led
Fri Feb 28 02:17:22 2020 user.notice ucitrack: Setting up /etc/config/system rel oad dependency on /etc/config/luci_statistics
Fri Feb 28 02:17:22 2020 user.notice ucitrack: Setting up /etc/config/system rel oad dependency on /etc/config/dhcp
Fri Feb 28 02:17:23 2020 daemon.notice netifd: wan (1668): udhcpc: sending disco ver
Fri Feb 28 02:17:24 2020 user.notice vpnbypass [2016]: service monitoring interf aces: ?
Fri Feb 28 02:17:24 2020 daemon.notice procd: /etc/rc.d/S96led: setting up led U SB1
Fri Feb 28 02:17:24 2020 daemon.notice procd: /etc/rc.d/S96led: setting up led U SB2
Fri Feb 28 02:17:24 2020 daemon.notice procd: /etc/rc.d/S96led: setting up led W LAN2G
Fri Feb 28 02:17:25 2020 daemon.info procd: - init complete -
Fri Feb 28 02:17:40 2020 authpriv.notice dropbear[1716]: Password auth succeeded for 'root' from 192.168.2.2:49336
Fri Feb 28 02:17:50 2020 daemon.notice netifd: wan (1668): udhcpc: received SIGT ERM
Fri Feb 28 02:17:50 2020 daemon.notice netifd: Interface 'wan' is now down
Fri Feb 28 02:17:50 2020 daemon.notice netifd: Interface 'wan' is setting up now
Fri Feb 28 02:17:51 2020 daemon.notice netifd: wan (2277): udhcpc: started, v1.3 0.1
Fri Feb 28 02:17:51 2020 daemon.notice netifd: wan (2277): udhcpc: sending disco ver
Fri Feb 28 02:17:54 2020 daemon.notice netifd: wan (2277): udhcpc: sending disco ver
Fri Feb 28 02:17:54 2020 user.info adblock-3.8.15[2374]: adblock is currently di sabled, please set the config option 'adb_enabled' to '1' to use this service
Fri Feb 28 02:17:57 2020 daemon.notice netifd: wan (2277): udhcpc: sending disco ver
Dzięki za szybką odpowiedź,
nic się nie zmienia
Wróciłem z wyjazdu i już prezentuję wyniki.
cat /sys/kernel/debug/usb/devices
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1
B: Alloc= 1/800 us ( 0%), #Int= 3, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev= 4.14
S: Manufacturer=Linux 4.14.171 ehci_hcd
S: Product=EHCI Host Controller
S: SerialNumber=1b000000.usb
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 4
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=05e3 ProdID=0608 Rev=77.64
S: Product=USB2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=256ms
T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=480 MxCh= 4
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1a40 ProdID=0101 Rev= 1.11
S: Product=USB 2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=256ms
T: Bus=01 Lev=03 Prnt=03 Port=01 Cnt=01 Dev#= 4 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=02(comm.) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=12d1 ProdID=14dc Rev= 1.02
S: Manufacturer=HUAWEI_MOBILE
S: Product=HUAWEI_MOBILE
C:* #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr= 2mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=06 Prot=00 Driver=cdc_ether
E: Ad=83(I) Atr=03(Int.) MxPS= 16 Ivl=2ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=06 Prot=00 Driver=cdc_ether
E: Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E: Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=125us
ifstatus wan
{
"up": false,
"pending": true,
"available": true,
"autostart": true,
"dynamic": false,
"proto": "dhcp",
"device": "eth1",
"data": {
}
}
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan
wykonałem całą procedurę z
https://eko.one.pl/?p=openwrt-3 g
czyli:
# opkg update
# opkg install kmod-usb-core kmod-usb2 usb-modeswitch libusb-1.0
# uci del network.wan
# uci set network.wan=interface
# uci set network.wan.proto=wwan
# uci set network.wan.pincode=1234
# uci set network.wan.apn=internet
# uci commit network
# reboot
Potem zauważyłem i zrobiłem
# grep -Hi "cdc ethernet control" /sys/class/net/*/device/interface | cut -f5 -d/
dało odpowiedź: eth1
# opkg install kmod-usb-net-cdc-ether
# uci del network.wan
# uci set network.wan=interface
# uci set network.wan.proto=dhcp
# uci set network.wan.ifname=eth1
# uci commit network
# reboot
Nie mogę się połączyć z modemem poprzez 192.168.8.1 (czy 1.1) - strona nie osiągalna.
Co robię źle?
Witam,
Składam najlepsze życzenia!!!
Po dużej części wyeliminowałem błąd:
option: option_instat_callback: error -71 Styki na zasilaczu i kabelku usb do huba zaśniedziały. Poruszałem wtyczki i jest na razie bardzo dobrze.
Dziękuję bardzo za porady, wskazówki - ogólnie Pomoc.
Pozdrawiam.
ciekawi mnie co to za błąd.
option: option_instat_callback: error -71 Podobne na necie znalazłem, to byly związane z modemem usb - ale nie opisano o co konkretnie chodzi.
Załączylem monitor i zadziałalo.
Dłuższy czas się uruchamiała, ale działa dobrze.
Poniżej zamieszczam log.
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.090000] usbcore: registered new interface driver ums-usbat
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.170000] usbcore: registered new interface driver cdc_wdm
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.190000] usbcore: registered new interface driver cdc_ether
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.230000] usbcore: registered new interface driver cdc_ncm
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.300000] usbcore: registered new interface driver qmi_wwan
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.320000] usbcore: registered new interface driver rndis_host
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.400000] USB Serial support registered for GSM modem (1-port)
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.410000] usbcore: registered new interface driver option
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.420000] option: v0.7.2:USB Driver for GSM modems
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.440000] USB Serial support registered for Qualcomm USB modem
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.440000] usbcore: registered new interface driver qcserial
Jan 1 01:00:39 Gargoyle kern.info kernel: [ 37.570000] fuse init (API version 7.18)
Jan 1 01:00:43 Gargoyle kern.info kernel: [ 43.560000] device eth0.1 entered promiscuous mode
Jan 1 01:00:43 Gargoyle kern.info kernel: [ 43.570000] device eth0 entered promiscuous mode
Jan 1 01:00:43 Gargoyle daemon.notice netifd: Interface 'lan' is now up
Jan 1 01:00:43 Gargoyle daemon.notice netifd: Interface 'loopback' is now up
Jan 1 01:00:43 Gargoyle user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Jan 1 01:00:44 Gargoyle kern.info kernel: [ 44.710000] eth0: link up (1000Mbps/Full duplex)
Jan 1 01:00:44 Gargoyle kern.info kernel: [ 44.720000] br-lan: port 1(eth0.1) entered forwarding state
Jan 1 01:00:44 Gargoyle kern.info kernel: [ 44.720000] br-lan: port 1(eth0.1) entered forwarding state
Jan 1 01:00:46 Gargoyle user.notice usb-modeswitch: 1-0:1.0: Manufacturer=Linux_3.3.8_ehci_hcd Product=Generic_Platform_EHCI_Controller Serial=ehci-platform
Jan 1 01:00:46 Gargoyle kern.info kernel: [ 46.720000] br-lan: port 1(eth0.1) entered forwarding state
Jan 1 01:00:49 Gargoyle kern.info kernel: [ 49.140000] device wlan0 entered promiscuous mode
Jan 1 01:00:49 Gargoyle kern.info kernel: [ 49.370000] br-lan: port 2(wlan0) entered forwarding state
Jan 1 01:00:49 Gargoyle kern.info kernel: [ 49.370000] br-lan: port 2(wlan0) entered forwarding state
Jan 1 01:00:51 Gargoyle kern.info kernel: [ 51.370000] br-lan: port 2(wlan0) entered forwarding state
Dec 19 20:46:40 Gargoyle user.notice usb-modeswitch: 1-1:1.0: Manufacturer=? Product=USB2.0_Hub Serial=?
Dec 19 20:46:41 Gargoyle authpriv.info dropbear[1458]: Running in background
Dec 19 20:46:41 Gargoyle user.notice usb-modeswitch: 1-1.1:1.0: Manufacturer=? Product=USB2.0_Hub Serial=?
Dec 19 20:46:42 Gargoyle daemon.warn httpd_gargoyle[1528]: started as root without requesting chroot(), warning only
Dec 19 20:46:42 Gargoyle daemon.notice httpd_gargoyle[1528]: httpd_gargoyle/1.0 14mar2008 starting on Gargoyle, port 80
Dec 19 20:46:42 Gargoyle user.notice usb-modeswitch: 1-1.1.1:1.0: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=MF821_FFFS111111
Dec 19 20:46:42 Gargoyle user.notice usb-modeswitch: 1-1.1.1:1.0: Selecting /etc/usb_modeswitch.d/19d2:0166 for mode switching
Dec 19 20:46:42 Gargoyle syslog.notice usb_modeswitch: switching device 19d2:0166 on 001/004
Dec 19 20:46:43 Gargoyle user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Dec 19 20:46:43 Gargoyle user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Dec 19 20:46:45 Gargoyle kern.info kernel: [ 57.030000] usb 1-1.1.1: USB disconnect, device number 4
Dec 19 20:46:46 Gargoyle daemon.info dnsmasq[1595]: started, version 2.66 cachesize 150
Dec 19 20:46:46 Gargoyle daemon.info dnsmasq[1595]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth
Dec 19 20:46:46 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Dec 19 20:46:46 Gargoyle daemon.info dnsmasq[1595]: using local addresses only for domain lan
Dec 19 20:46:46 Gargoyle daemon.info dnsmasq[1595]: reading /tmp/resolv.conf.auto
Dec 19 20:46:46 Gargoyle daemon.warn dnsmasq[1595]: ignoring nameserver 192.168.1.1 - local interface
Dec 19 20:46:46 Gargoyle daemon.info dnsmasq[1595]: using local addresses only for domain lan
Dec 19 20:46:46 Gargoyle daemon.info dnsmasq[1595]: read /etc/hosts - 2 addresses
Dec 19 20:46:46 Gargoyle daemon.info dnsmasq-dhcp[1595]: read /etc/ethers - 0 addresses
Dec 19 20:46:46 Gargoyle user.err syslog: error starting threads: errno 89 (Function not implemented)
Dec 19 20:46:46 Gargoyle user.info sysinit: exportfs: could not open /var/lib/nfs/.etab.lock for locking: errno 2 (No such file or directory)
Dec 19 20:46:46 Gargoyle user.info sysinit: exportfs: can't lock /var/lib/nfs/etab for writing
Dec 19 20:46:46 Gargoyle user.info sysinit: exportfs: could not open /var/lib/nfs/.xtab.lock for locking: errno 2 (No such file or directory)
Dec 19 20:46:46 Gargoyle user.info sysinit: exportfs: can't lock /var/lib/nfs/xtab for writing
Dec 19 20:46:47 Gargoyle user.info sysinit: ERROR: No valid dynamic DNS service configurations defined
Dec 19 20:46:47 Gargoyle user.info sysinit: (Did you specify correct configuration file path?)
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.360000] usb 1-1.1.1: new high-speed USB device number 5 using ehci-platform
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.470000] qmi_wwan 1-1.1.1:1.0: not on our whitelist - ignored
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.480000] option 1-1.1.1:1.0: GSM modem (1-port) converter detected
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.480000] usb 1-1.1.1: GSM modem (1-port) converter now attached to ttyUSB0
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.490000] qmi_wwan 1-1.1.1:1.1: not on our whitelist - ignored
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.500000] option 1-1.1.1:1.1: GSM modem (1-port) converter detected
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.510000] usb 1-1.1.1: GSM modem (1-port) converter now attached to ttyUSB1
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.510000] qmi_wwan 1-1.1.1:1.2: not on our whitelist - ignored
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.520000] option 1-1.1.1:1.2: GSM modem (1-port) converter detected
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.530000] usb 1-1.1.1: GSM modem (1-port) converter now attached to ttyUSB2
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.530000] qmi_wwan 1-1.1.1:1.3: not on our whitelist - ignored
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.540000] option 1-1.1.1:1.3: GSM modem (1-port) converter detected
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.550000] usb 1-1.1.1: GSM modem (1-port) converter now attached to ttyUSB3
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.560000] qmi_wwan 1-1.1.1:1.4: cdc-wdm0: USB WDM device
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.570000] qmi_wwan 1-1.1.1:1.4: wwan0: register 'qmi_wwan' at usb-ehci-platform-1.1.1, Qualcomm WWAN/QMI device, d6:f4:83:39:29:9c
Dec 19 20:46:49 Gargoyle kern.info kernel: [ 61.580000] scsi1 : usb-storage 1-1.1.1:1.5
Dec 19 20:46:50 Gargoyle kern.notice kernel: [ 62.590000] scsi 1:0:0:0: CD-ROM L_T_E USB SCSI CD-ROM USB PQ: 0 ANSI: 0
Dec 19 20:46:50 Gargoyle kern.notice kernel: [ 62.600000] scsi 1:0:0:1: Direct-Access ZTE MMC Storage 2.31 PQ: 0 ANSI: 0
Dec 19 20:46:50 Gargoyle kern.notice kernel: [ 62.610000] sd 1:0:0:1: [sda] Attached SCSI removable disk
Dec 19 20:47:13 Gargoyle user.notice root: vsftpd init: mounted = 0
Dec 19 20:47:13 Gargoyle user.info sysinit: ERROR: No drives attached, no directories to share!
Dec 19 20:47:13 Gargoyle user.info sysinit: setting up led USB1
Dec 19 20:47:13 Gargoyle user.info sysinit: setting up led USB2
Dec 19 20:47:13 Gargoyle user.info sysinit: setting up led WLAN2G
Dec 19 20:47:29 Gargoyle user.notice usb-modeswitch: 1-1.1.1:1.0: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=MF821_FFFS111111
Dec 19 20:47:29 Gargoyle user.notice usb-modeswitch: 1-1.1.1:1.1: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=MF821_FFFS111111
Dec 19 20:47:29 Gargoyle user.notice usb-modeswitch: 1-1.1.1:1.2: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=MF821_FFFS111111
Dec 19 20:47:29 Gargoyle user.notice usb-modeswitch: 1-1.1.1:1.3: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=MF821_FFFS111111
Dec 19 20:47:30 Gargoyle user.notice usb-modeswitch: 1-1.1.1:1.4: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=MF821_FFFS111111
Dec 19 20:47:30 Gargoyle user.notice usb-modeswitch: 1-1.1.1:1.5: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=MF821_FFFS111111
Dec 19 20:51:01 Gargoyle user.notice /usr/lib/gargoyle/ping_watchdog.sh: WAN Restart
Dec 19 20:51:01 Gargoyle daemon.notice netifd: Interface 'wan' is now down
Dec 19 20:54:01 Gargoyle user.notice /usr/lib/gargoyle/ping_watchdog.sh: WAN Restart
Dec 19 20:54:01 Gargoyle daemon.notice netifd: Interface 'wan' is now down
Dec 19 20:54:06 Gargoyle daemon.notice netifd: wan (2877): 35926080
Dec 19 20:54:07 Gargoyle daemon.notice netifd: wan (2894): udhcpc (v1.19.4) started
Dec 19 20:54:07 Gargoyle daemon.notice netifd: wan (2894): Sending discover...
Dec 19 20:54:07 Gargoyle daemon.notice netifd: wan (2894): Sending select for 46.169.2.7...
Dec 19 20:54:07 Gargoyle daemon.notice netifd: wan (2894): Lease of 46.169.2.7 obtained, lease time 7200
Dec 19 20:54:07 Gargoyle daemon.notice netifd: Interface 'wan' is now up
Dec 19 20:54:07 Gargoyle user.notice firewall: Reloading firewall due to ifup of wan (wwan0)
Dec 19 20:54:11 Gargoyle daemon.info dnsmasq[1595]: reading /tmp/resolv.conf.auto
Dec 19 20:54:11 Gargoyle daemon.info dnsmasq[1595]: using nameserver 212.2.96.52#53
Dec 19 20:54:11 Gargoyle daemon.info dnsmasq[1595]: using nameserver 212.2.96.51#53
Dec 19 20:54:11 Gargoyle daemon.warn dnsmasq[1595]: ignoring nameserver 192.168.1.1 - local interface
Dec 19 20:54:11 Gargoyle daemon.info dnsmasq[1595]: using local addresses only for domain lan
Dec 22 07:32:20 Gargoyle kern.warn kernel: [ 550.880000] ipt_bandwidth: timezone shift of 60 minutes detected, adjusting
Dec 22 07:32:20 Gargoyle kern.warn kernel: [ 550.890000] old minutes west=0, new minutes west=-60
Dec 22 07:57:28 Gargoyle daemon.info hostapd: wlan0: STA 00:17:31:94:5b:c8 IEEE 802.11: authenticated
Dec 22 07:57:28 Gargoyle daemon.info hostapd: wlan0: STA 00:17:31:94:5b:c8 IEEE 802.11: associated (aid 1)
Dec 22 07:57:28 Gargoyle daemon.info hostapd: wlan0: STA 00:17:31:94:5b:c8 WPA: pairwise key handshake completed (WPA)
Dec 22 07:57:28 Gargoyle daemon.info hostapd: wlan0: STA 00:17:31:94:5b:c8 WPA: group key handshake completed (WPA)
Dec 22 07:57:28 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCPREQUEST(br-lan) 192.168.1.134 00:17:31:94:5b:c8
Dec 22 07:57:28 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCPACK(br-lan) 192.168.1.134 00:17:31:94:5b:c8 C13
Dec 22 07:59:23 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCPINFORM(br-lan) 192.168.1.134 00:17:31:94:5b:c8
Dec 22 07:59:23 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCPACK(br-lan) 192.168.1.134 00:17:31:94:5b:c8 C13
Dec 22 08:01:44 Gargoyle daemon.info hostapd: wlan0: STA 00:17:31:94:5b:c8 WPA: group key handshake completed (WPA)
Dec 22 08:03:10 Gargoyle kern.err kernel: [ 2401.010000] option: option_instat_callback: error -71
Dec 22 08:03:28 Gargoyle kern.err kernel: [ 2419.050000] option: option_instat_callback: error -71
Dec 22 08:03:49 Gargoyle kern.err kernel: [ 2440.250000] option: option_instat_callback: error -71
Dec 22 08:04:05 Gargoyle kern.err kernel: [ 2456.410000] option: option_instat_callback: error -71
Dec 22 08:04:20 Gargoyle kern.err kernel: [ 2471.130000] option: option_instat_callback: error -71
Dec 22 08:04:54 Gargoyle kern.err kernel: [ 2504.490000] option: option_instat_callback: error -71
Dec 22 08:06:15 Gargoyle kern.err kernel: [ 2586.090000] option: option_instat_callback: error -71
Dec 22 08:06:30 Gargoyle kern.err kernel: [ 2600.810000] option: option_instat_callback: error -71
Dec 22 08:06:42 Gargoyle kern.err kernel: [ 2613.050000] option: option_instat_callback: error -71
Dec 22 08:06:56 Gargoyle kern.err kernel: [ 2626.730000] option: option_instat_callback: error -71
Dec 22 08:07:24 Gargoyle kern.err kernel: [ 2654.890000] option: option_instat_callback: error -71
Dec 22 08:07:48 Gargoyle kern.err kernel: [ 2679.310000] option: option_instat_callback: error -71
Dec 22 08:08:35 Gargoyle kern.err kernel: [ 2726.010000] option: option_instat_callback: error -71
Dec 22 08:08:48 Gargoyle kern.err kernel: [ 2738.490000] option: option_instat_callback: error -71
Dec 22 08:09:02 Gargoyle kern.err kernel: [ 2752.970000] option: option_instat_callback: error -71
Dec 22 08:09:18 Gargoyle kern.err kernel: [ 2769.290000] option: option_instat_callback: error -71
Dec 22 08:09:29 Gargoyle kern.err kernel: [ 2779.850000] option: option_instat_callback: error -71
Dec 22 08:09:39 Gargoyle kern.err kernel: [ 2790.090000] option: option_instat_callback: error -71
Dec 22 08:09:45 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCPINFORM(br-lan) 192.168.1.134 00:17:31:94:5b:c8
Dec 22 08:09:45 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCPACK(br-lan) 192.168.1.134 00:17:31:94:5b:c8 C13
Dec 22 08:09:51 Gargoyle kern.err kernel: [ 2801.770000] option: option_instat_callback: error -71
Dec 22 08:10:01 Gargoyle kern.err kernel: [ 2811.930000] option: option_instat_callback: error -71
Dec 22 08:10:08 Gargoyle kern.err kernel: [ 2819.050000] option: option_instat_callback: error -71
Dec 22 08:10:18 Gargoyle kern.err kernel: [ 2828.490000] option: option_instat_callback: error -71
Dec 22 08:10:41 Gargoyle kern.err kernel: [ 2851.850000] option: option_instat_callback: error -71
Dec 22 08:10:56 Gargoyle kern.err kernel: [ 2867.290000] option: option_instat_callback: error -71
Dec 22 08:11:27 Gargoyle kern.err kernel: [ 2898.090000] option: option_instat_callback: error -71
Dec 22 08:11:38 Gargoyle kern.err kernel: [ 2908.570000] option: option_instat_callback: error -71
Dec 22 08:11:44 Gargoyle daemon.info hostapd: wlan0: STA 00:17:31:94:5b:c8 WPA: group key handshake completed (WPA)
Dec 22 08:11:49 Gargoyle kern.err kernel: [ 2920.190000] option: option_instat_callback: error -71
Dec 22 08:12:50 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCPINFORM(br-lan) 192.168.1.134 00:17:31:94:5b:c8
Dec 22 08:12:50 Gargoyle daemon.info dnsmasq-dhcp[1595]: DHCPACK(br-lan) 192.168.1.134 00:17:31:94:5b:c8 C13
Dec 22 08:13:10 Gargoyle kern.err kernel: [ 3001.290000] option: option_instat_callback: error -71
Dec 22 08:13:52 Gargoyle kern.err kernel: [ 3042.970000] option: option_instat_callback: error -71
Dec 22 08:14:05 Gargoyle kern.err kernel: [ 3056.250000] option: option_instat_callback: error -71
Dec 22 08:14:09 Gargoyle kern.err kernel: [ 3060.350000] option: option_instat_callback: error -71
Dec 22 08:14:52 Gargoyle kern.err kernel: [ 3103.050000] option: option_instat_callback: error -71
Dec 22 08:15:39 Gargoyle kern.err kernel: [ 3149.530000] option: option_instat_callback: error -71
Dec 22 08:16:07 Gargoyle kern.err kernel: [ 3178.300000] option: option_instat_callback: error -71
Dec 22 08:16:13 Gargoyle kern.err kernel: [ 3183.450000] option: option_instat_callback: error -71
Dec 22 08:16:23 Gargoyle kern.err kernel: [ 3194.010000] option: option_instat_callback: error -71
Dec 22 08:16:36 Gargoyle kern.err kernel: [ 3206.970000] option: option_instat_callback: error -71
Dec 22 08:16:45 Gargoyle kern.err kernel: [ 3215.610000] option: option_instat_callback: error -71
Dec 22 08:16:54 Gargoyle kern.err kernel: [ 3225.050000] option: option_instat_callback: error -71
Successa Co może być powodęm, że zniknęło mi z rana ( jak patrzyłem przez www gui) wwan0?
Dobra, Dziękuję za poradę.
Załączei bede raportował jak działa.
Pozdrowienia.
Jedyne łącze internetowe to jest modem usb.
świeży obraz wgrany w router, to raczej powinno by miejsce na zachowanie pliku konfiguracyjengo.
CZy koniecznie trzeba kartę pamięci do modemu wrzucić i exroota robić??
Wieczorem jescze raz wziąłem się za konfigurację - z braku czasu, konfigurowałem ponownie przez GUI.
I był problem z ustawieniami modemu na NDIS (piszę z pamięci - bo jestem w pracy):
1. dało się wybrać LTE NDIS;
2. Był problem z wyświetleniem formatki wyboru QMI (a raczej brak jej był), za 2- gim zapisaniem wyświetliła się formatka i wybrałem QMI.
3. no i tu duży problem był z właściwym wyświetleniem formatki do wybrania wwan0 (głupoty wyświetlał, nawet po kliknięciu odswież; pojawił się także błąd, który wyświetlił fragment kodu strony www); no ale po którymś zapisaniu/odświerzeniu pojawił się wwan0
4. Zapisałem i zadziałało - modem grał z routerem bardzo dobrze.
5. więc zabrałem się za testy (około 2godzin):
a) wrzucilem radio internetowe, które grało do wyłączenia komputera
b) wrzucałem filmiki z youtuba (nawet po dwa na raz)
c) zciągałem duże pliki
Sprzęt działał bez zarzutu. i wyłączyłem wszystko.
Dzisiaj z rana przed wyjazdem do pracy włączyłem, pojawił się problem. Poczekałem do około 10 minut i nie zaskoczył modem z routerem. Na szybko zalogowalem się do routerka przez www, a tutaj nie ma opcji do wybrania wwan0.
niebyło czasu grzebać - na szybko wpiąłem modem t-mobile (hspa) i router działa z modemem. ze 2 razy wyłączałem z prądu i włączałem - działa bez zarzutu.
Chyba problem jest w routerze w gui przez www, że gubi ustawienia. Może ustawienie poprzez terminal coś da, żeby trzymał ustawienia?
Pozdrawiam.
Poziom sygnału cały czas jest na 87% i jest stabilny.
Jak wrócę na chatę to zainstaluję usb reset - tylko podaj skąd paczkę wrzucić na terminalu.
No tak,
Jak modem uruchomię poprzez aplikację plusa, to działa bez zarzutu, żadnych zamrożeń.
Help.
Witam wszystkich.
Dostałem z Plusa LTE modem. Posiadam WDR4300 i wgrany gargoyle-1.5.11.5-ar71xx-tl-wdr4300-v1-squashfs-sysupgrade.
T-Mobile Huawei HSPA+ działa bez zarzutu.
Natomiast MF821 LTE ma problemy:
Po wyklikaniu w GUI konfiguracji (wybieram ndis/qmi, itd itp.) mam takie dziwne zachowanie:
działa przez jakiś czas i się zatrzymuje/zamraża
Odświeżam status w routerze wszystko niby gra
modem się świeci na turkusowo - chyba ok
dopiero restart routera pomaga na jakiś czas.
Do modemu mam Huba NATEC CRAB z dedykowanym zasilaczem.
Co można zrobić.
Strony 1
eko.one.pl → Posty przez bajtek
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc