1

Temat: Huawei E3372 Hilink + lede-17.01 (TP-Link TL-WR1043NDv1)

Witam.

Na TL-WR1043NDv1 zainstalowane czyste najnowsze LEDE.

Następnie:
opkg install kmod-usb-net-cdc-ether
i reszta zgodnie z poradnikiem.

Moje configi.
network

config interface 'loopback'
    option ifname 'lo'
    option proto 'static'
    option ipaddr '127.0.0.1'
    option netmask '255.0.0.0'

config globals 'globals'
    option ula_prefix 'fdd2:377c:52a9::/48'

config interface 'lan'
    option type 'bridge'
    option ifname 'eth0.1'
    option proto 'static'
    option netmask '255.255.255.0'
    option ip6assign '60'
    option ipaddr '192.168.2.1'
    option dns '8.8.8.8 8.8.4.4 212.2.96.53 212.2.96.54'

config interface 'wan'
    option proto 'dhcp'
    option ifname 'eth1'

config interface 'wan6'
    option ifname 'eth0.2'
    option proto 'dhcpv6'

config switch
    option name 'switch0'
    option reset '1'
    option enable_vlan '1'

config switch_vlan
    option device 'switch0'
    option vlan '1'
    option ports '1 2 3 4 5t'

config switch_vlan
    option device 'switch0'
    option vlan '2'
    option ports '0 5t'

dhcp

config dnsmasq
    option domainneeded '1'
    option boguspriv '1'
    option filterwin2k '0'
    option localise_queries '1'
    option rebind_protection '1'
    option rebind_localhost '1'
    option local '/lan/'
    option domain 'lan'
    option expandhosts '1'
    option nonegcache '0'
    option authoritative '1'
    option readethers '1'
    option leasefile '/tmp/dhcp.leases'
    option resolvfile '/tmp/resolv.conf.auto'
    option localservice '1'

config dhcp 'lan'
    option interface 'lan'
    option start '10'
    option limit '10'
    option leasetime '12h'
    option dhcpv6 'server'
    option ra 'server'

config dhcp 'wan'
    option interface 'wan'
    option ignore '1'

config odhcpd 'odhcpd'
    option maindhcp '0'
    option leasefile '/tmp/hosts/odhcpd'
    option leasetrigger '/usr/sbin/odhcpd-update'

Modem E3372 Hilink u mnie ma adres 192.168.1.1

Wykonując poniższe polecenie

grep -Hi "cdc ethernet control" /sys/class/net/*/device/interface | cut -f5 -d/

Nie widzi eth1 czy eth2, lecz "coś w stylu lokalizacja nie istnieje"

Co ciekawe zainstalowałem próbnie najnowsze LuCI LEDE, konfiguracja jak powyżej i modem E3372 Hilink działa.

W czym jest problem?, może coś nie zdąży się jeszcze podnieść reboocie?

TP-Link TL-WDR4300 Mod, CPU 700MHz, Flash 16 MB, Gargoyle 1.5.11.4, extroot + dysk zewnętrzny Samsung (S2), kamerka MS LifeCam HD-5000
TP-Link TL-WR1043ND Mod, RAM 64 MB, chłodzenie pasywne, Gargoyle 1.5.10.14, extroot, kamerka Logitech HD Webcam C270

2

Odp: Huawei E3372 Hilink + lede-17.01 (TP-Link TL-WR1043NDv1)

logread
cat /sys/kernel/debug/usb/devices

pokaż.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: Huawei E3372 Hilink + lede-17.01 (TP-Link TL-WR1043NDv1)

logread

Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.000000] Linux version 4.4.93 (cezary@eko.one.pl) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3103-1b51a49) ) #0 Wed Oct 18 20:14:25 2017
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.000000] MyLoader: sysp=a5a5a5a5, boardp=a5a5a5a5, parts=a5a5a5a5
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] bootconsole [early0] enabled
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] SoC: Atheros AR9132 rev 2
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Determined physical RAM map:
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000]  memory: 04000000 @ 00000000 (usable)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Initrd not found or empty - disabling initrd
Tue Oct 24 19:13:54 2017 kern.warn kernel: [    0.000000] No valid device tree found, continuing without
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Zone ranges:
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Movable zone start for each node
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Early memory node ranges
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.000000] On node 0 totalpages: 16384
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.000000] free_area_init_node: node 0, pgdat 804324d0, node_mem_map 81000000
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.000000]   Normal zone: 128 pages used for memmap
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.000000]   Normal zone: 0 pages reserved
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.000000]   Normal zone: 16384 pages, LIFO batch:3
Tue Oct 24 19:13:54 2017 kern.warn kernel: [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Tue Oct 24 19:13:54 2017 kern.warn kernel: [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.000000] Kernel command line: board=TL-WR1043ND  console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Writing ErrCtl register=00000000
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Readback ErrCtl register=00000000
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Memory: 59968K/65536K available (3101K kernel code, 163K rwdata, 776K rodata, 304K init, 205K bss, 5568K reserved, 0K cma-reserved)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] NR_IRQS:51
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:5.000MHz
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.000013] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.007886] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.090597] pid_max: default: 32768 minimum: 301
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.095366] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.101969] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.112292] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.122143] futex hash table entries: 256 (order: -1, 3072 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.129910] NET: Registered protocol family 16
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.136202] MIPS: machine is TP-LINK TL-WR1043ND
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.419691] clocksource: Switched to clocksource MIPS
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.426458] NET: Registered protocol family 2
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.432072] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.439052] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.445472] TCP: Hash tables configured (established 1024 bind 1024)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.451963] UDP hash table entries: 256 (order: 0, 4096 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.457800] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.464422] NET: Registered protocol family 1
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    0.468844] PCI: CLS 0 bytes, default 32
Tue Oct 24 19:13:54 2017 kern.warn kernel: [    0.474001] Crashlog allocated RAM at address 0x3f00000
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.498503] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.504399] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.517354] io scheduler noop registered
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.521345] io scheduler deadline registered (default)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.526783] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.537065] console [ttyS0] disabled
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.560683] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 12500000) is a 16550A
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.569368] console [ttyS0] enabled
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.576384] bootconsole [early0] disabled
Tue Oct 24 19:13:54 2017 kern.warn kernel: [    0.590531] m25p80 spi0.0: found s25sl064p, expected m25p80
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.596160] m25p80 spi0.0: s25sl064p (8192 Kbytes)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.602300] 5 tp-link partitions found on MTD device spi0.0
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.607913] Creating 5 MTD partitions on "spi0.0":
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.612793] 0x000000000000-0x000000020000 : "u-boot"
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.619573] 0x000000020000-0x00000016ddfc : "kernel"
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.626644] 0x00000016ddfc-0x0000007f0000 : "rootfs"
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.633704] mtd: device 2 (rootfs) set to be root filesystem
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.639454] 1 squashfs-split partitions found on MTD device rootfs
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.645743] 0x0000003e0000-0x0000007f0000 : "rootfs_data"
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.653221] 0x0000007f0000-0x000000800000 : "art"
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.660062] 0x000000020000-0x0000007f0000 : "firmware"
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    0.668992] Realtek RTL8366RB ethernet switch driver version 0.2.4
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.779713] rtl8366rb rtl8366rb: using GPIO pins 18 (SDA) and 19 (SCK)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.786434] rtl8366rb rtl8366rb: RTL5937 ver. 3 chip found
Tue Oct 24 19:13:54 2017 kern.info kernel: [    0.997197] libphy: rtl8366rb: probed
Tue Oct 24 19:13:54 2017 kern.info kernel: [    1.321752] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
Tue Oct 24 19:13:54 2017 kern.info kernel: [    1.330779] NET: Registered protocol family 10
Tue Oct 24 19:13:54 2017 kern.info kernel: [    1.339571] NET: Registered protocol family 17
Tue Oct 24 19:13:54 2017 kern.info kernel: [    1.344226] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
Tue Oct 24 19:13:54 2017 kern.info kernel: [    1.357084] 8021q: 802.1Q VLAN Support v1.8
Tue Oct 24 19:13:54 2017 kern.info kernel: [    1.368717] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Tue Oct 24 19:13:54 2017 kern.info kernel: [    1.377758] Freeing unused kernel memory: 304K
Tue Oct 24 19:13:54 2017 user.info kernel: [    2.710815] init: Console is alive
Tue Oct 24 19:13:54 2017 user.info kernel: [    2.714488] init: - watchdog -
Tue Oct 24 19:13:54 2017 user.info kernel: [    4.503997] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.665787] usbcore: registered new interface driver usbfs
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.671527] usbcore: registered new interface driver hub
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.676985] usbcore: registered new device driver usb
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    4.729093] SCSI subsystem initialized
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.740302] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.748814] ehci-platform: EHCI generic platform driver
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.754267] ehci-platform ehci-platform: EHCI Host Controller
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.760130] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.768222] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.789741] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.797275] hub 1-0:1.0: USB hub found
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.801485] hub 1-0:1.0: 1 port detected
Tue Oct 24 19:13:54 2017 kern.info kernel: [    4.903611] usbcore: registered new interface driver usb-storage
Tue Oct 24 19:13:54 2017 user.info kernel: [    4.910461] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Tue Oct 24 19:13:54 2017 user.info kernel: [    4.920377] init: - preinit -
Tue Oct 24 19:13:54 2017 kern.info kernel: [    5.351101] usb 1-1: new high-speed USB device number 2 using ehci-platform
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    5.542938] random: procd: uninitialized urandom read (4 bytes read, 9 bits of entropy available)
Tue Oct 24 19:13:54 2017 kern.info kernel: [    5.552820] usb-storage 1-1:1.0: USB Mass Storage device detected
Tue Oct 24 19:13:54 2017 kern.info kernel: [    5.573678] scsi host0: usb-storage 1-1:1.0
Tue Oct 24 19:13:54 2017 kern.debug kernel: [    5.657481] ar71xx: pll_reg 0xb8050014: 0x1a000000
Tue Oct 24 19:13:54 2017 kern.info kernel: [    5.657520] eth0: link up (1000Mbps/Full duplex)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    6.570883] scsi 0:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    6.581628] scsi 0:0:0:1: Direct-Access     HUAWEI   TF CARD Storage  2.31 PQ: 0 ANSI: 2
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    6.595437] sd 0:0:0:1: [sda] Attached SCSI removable disk
Tue Oct 24 19:13:54 2017 user.info kernel: [    8.934063] mount_root: loading kmods from internal overlay
Tue Oct 24 19:13:54 2017 user.info kernel: [    8.965903] kmodloader: loading kernel modules from //etc/modules-boot.d/*
Tue Oct 24 19:13:54 2017 user.info kernel: [    8.974842] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    9.346794] jffs2: notice: (425) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.362902] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.373925] block: extroot: not configured
Tue Oct 24 19:13:54 2017 kern.notice kernel: [    9.420086] jffs2: notice: (422) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.437373] mount_root: loading kmods from internal overlay
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.495153] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.508733] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.654002] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.663156] block: extroot: not configured
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.668399] mount_root: switching to jffs2 overlay
Tue Oct 24 19:13:54 2017 user.warn kernel: [    9.685510] urandom-seed: Seeding with /etc/urandom.seed
Tue Oct 24 19:13:54 2017 kern.info kernel: [    9.827359] eth0: link down
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.844259] procd: - early -
Tue Oct 24 19:13:54 2017 user.info kernel: [    9.847285] procd: - watchdog -
Tue Oct 24 19:13:54 2017 user.info kernel: [   10.523937] procd: - watchdog -
Tue Oct 24 19:13:54 2017 user.info kernel: [   10.527429] procd: - ubus -
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   10.582089] random: ubusd: uninitialized urandom read (4 bytes read, 21 bits of entropy available)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   10.592257] random: ubusd: uninitialized urandom read (4 bytes read, 21 bits of entropy available)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   10.601412] random: ubusd: uninitialized urandom read (4 bytes read, 21 bits of entropy available)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   10.610972] random: ubusd: uninitialized urandom read (4 bytes read, 21 bits of entropy available)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   10.620115] random: ubusd: uninitialized urandom read (4 bytes read, 21 bits of entropy available)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   10.629375] random: ubusd: uninitialized urandom read (4 bytes read, 21 bits of entropy available)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   10.638713] random: ubusd: uninitialized urandom read (4 bytes read, 21 bits of entropy available)
Tue Oct 24 19:13:54 2017 user.info kernel: [   10.649265] procd: - init -
Tue Oct 24 19:13:54 2017 user.info kernel: [   11.158771] kmodloader: loading kernel modules from /etc/modules.d/*
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.186515] ip6_tables: (C) 2000-2006 Netfilter Core Team
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.210248] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.218303] Backport generated by backports.git backports-20160324-13-g24da7d3c
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.229924] ip_tables: (C) 2000-2006 Netfilter Core Team
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.248364] nf_conntrack version 0.5.0 (941 buckets, 3764 max)
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.311448] xt_time: kernel timezone is -0000
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.318520] usbcore: registered new interface driver cdc_ether
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.402687] PPP generic driver version 2.4.2
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.410701] NET: Registered protocol family 24
Tue Oct 24 19:13:54 2017 kern.debug kernel: [   11.509453] ath: EEPROM regdomain: 0x0
Tue Oct 24 19:13:54 2017 kern.debug kernel: [   11.509480] ath: EEPROM indicates default country code should be used
Tue Oct 24 19:13:54 2017 kern.debug kernel: [   11.509494] ath: doing EEPROM country->regdmn map search
Tue Oct 24 19:13:54 2017 kern.debug kernel: [   11.509518] ath: country maps to regdmn code: 0x3a
Tue Oct 24 19:13:54 2017 kern.debug kernel: [   11.509533] ath: Country alpha2 being used: US
Tue Oct 24 19:13:54 2017 kern.debug kernel: [   11.509547] ath: Regpair used: 0x3a
Tue Oct 24 19:13:54 2017 kern.debug kernel: [   11.551110] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Tue Oct 24 19:13:54 2017 kern.info kernel: [   11.557597] ieee80211 phy0: Atheros AR9100 MAC/BB Rev:7 AR2133 RF Rev:a2 mem=0xb80c0000, irq=2
Tue Oct 24 19:13:54 2017 user.info kernel: [   11.692392] kmodloader: done loading kernel modules from /etc/modules.d/*
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   12.755922] random: jshn: uninitialized urandom read (4 bytes read, 25 bits of entropy available)
Tue Oct 24 19:13:54 2017 kern.notice kernel: [   12.877461] random: ubusd: uninitialized urandom read (4 bytes read, 25 bits of entropy available)
Tue Oct 24 19:13:56 2017 user.notice : Added device handler type: 8021ad
Tue Oct 24 19:13:56 2017 user.notice : Added device handler type: 8021q
Tue Oct 24 19:13:56 2017 user.notice : Added device handler type: macvlan
Tue Oct 24 19:13:56 2017 user.notice : Added device handler type: bridge
Tue Oct 24 19:13:56 2017 user.notice : Added device handler type: Network device
Tue Oct 24 19:13:56 2017 user.notice : Added device handler type: tunnel
Tue Oct 24 19:13:57 2017 daemon.notice procd: /etc/init.d/network: 'radio0' is disabled
Tue Oct 24 19:13:57 2017 daemon.notice procd: /etc/init.d/network: 'radio0' is disabled
Tue Oct 24 19:13:57 2017 daemon.err block: /dev/mtdblock2 is already mounted on /rom
Tue Oct 24 19:13:57 2017 daemon.err block: /dev/mtdblock3 is already mounted on /overlay
Tue Oct 24 19:13:59 2017 authpriv.info dropbear[812]: Not backgrounding
Tue Oct 24 19:13:59 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led USB
Tue Oct 24 19:13:59 2017 daemon.notice procd: /etc/rc.d/S96led: setting up led WLAN
Tue Oct 24 19:14:01 2017 kern.debug kernel: [   20.421967] ar71xx: pll_reg 0xb8050014: 0x1a000000
Tue Oct 24 19:14:01 2017 kern.info kernel: [   20.423044] eth0: link up (1000Mbps/Full duplex)
Tue Oct 24 19:14:01 2017 kern.info kernel: [   20.445818] device eth0.1 entered promiscuous mode
Tue Oct 24 19:14:01 2017 kern.info kernel: [   20.450732] device eth0 entered promiscuous mode
Tue Oct 24 19:14:01 2017 kern.info kernel: [   20.467687] br-lan: port 1(eth0.1) entered forwarding state
Tue Oct 24 19:14:01 2017 kern.info kernel: [   20.473406] br-lan: port 1(eth0.1) entered forwarding state
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'lan' is enabled
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'lan' is setting up now
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'lan' is now up
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'loopback' is enabled
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'loopback' is setting up now
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'loopback' is now up
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'wan6' is enabled
Tue Oct 24 19:14:01 2017 daemon.info odhcpd[775]: Raising SIGUSR1 due to address change on br-lan
Tue Oct 24 19:14:01 2017 daemon.notice netifd: bridge 'br-lan' link is up
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'lan' has link connectivity
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Network device 'eth0' link is up
Tue Oct 24 19:14:01 2017 daemon.notice netifd: VLAN 'eth0.1' link is up
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Network device 'lo' link is up
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'loopback' has link connectivity
Tue Oct 24 19:14:01 2017 daemon.notice netifd: VLAN 'eth0.2' link is up
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Oct 24 19:14:01 2017 daemon.notice netifd: Interface 'wan6' is setting up now
Tue Oct 24 19:14:02 2017 daemon.notice odhcpd[775]: Got DHCPv6 request
Tue Oct 24 19:14:02 2017 daemon.warn odhcpd[775]: DHCPV6 SOLICIT IA_NA from 0001000117f9a44450e549522682 on br-lan: ok fdd2:377c:52a9::ea5/128
Tue Oct 24 19:14:02 2017 daemon.notice odhcpd[775]: Failed to send to fe80::c9a6:a300:1929:7009%br-lan (Address not available)
Tue Oct 24 19:14:02 2017 daemon.info odhcpd[775]: Using a RA lifetime of 0 seconds on br-lan
Tue Oct 24 19:14:02 2017 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Tue Oct 24 19:14:03 2017 daemon.info odhcpd[775]: Using a RA lifetime of 0 seconds on br-lan
Tue Oct 24 19:14:03 2017 daemon.info procd: - init complete -
Tue Oct 24 19:14:03 2017 kern.info kernel: [   22.469771] br-lan: port 1(eth0.1) entered forwarding state
Tue Oct 24 19:14:06 2017 daemon.notice odhcpd[775]: Got DHCPv6 request
Tue Oct 24 19:14:06 2017 daemon.warn odhcpd[775]: DHCPV6 SOLICIT IA_NA from 0001000117f9a44450e549522682 on br-lan: ok fdd2:377c:52a9::ea5/128
Tue Oct 24 19:14:06 2017 daemon.notice odhcpd[775]: Got DHCPv6 request
Tue Oct 24 19:14:06 2017 daemon.warn odhcpd[775]: DHCPV6 REQUEST IA_NA from 0001000117f9a44450e549522682 on br-lan: ok fdd2:377c:52a9::ea5/128
Tue Oct 24 19:14:07 2017 daemon.info odhcpd[775]: Using a RA lifetime of 0 seconds on br-lan
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: started, version 2.78 cachesize 150
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: DNS service limited to local subnets
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: 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
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq-dhcp[1039]: DHCP, IP range 192.168.2.10 -- 192.168.2.19, lease time 12h
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: using local addresses only for domain lan
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: reading /tmp/resolv.conf.auto
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: using local addresses only for domain lan
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: using nameserver 8.8.8.8#53
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: using nameserver 8.8.4.4#53
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: using nameserver 212.2.96.53#53
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: using nameserver 212.2.96.54#53
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: read /etc/hosts - 4 addresses
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: read /tmp/hosts/odhcpd - 1 addresses
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq[1039]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Tue Oct 24 19:14:07 2017 daemon.info dnsmasq-dhcp[1039]: read /etc/ethers - 0 addresses
Tue Oct 24 19:14:11 2017 daemon.info dnsmasq-dhcp[1039]: DHCPREQUEST(br-lan) 192.168.2.14 50:e5:49:52:26:82
Tue Oct 24 19:14:11 2017 daemon.info dnsmasq-dhcp[1039]: DHCPACK(br-lan) 192.168.2.14 50:e5:49:52:26:82 Gigabyte
Tue Oct 24 19:14:15 2017 daemon.info dnsmasq-dhcp[1039]: DHCPINFORM(br-lan) 192.168.2.14 50:e5:49:52:26:82
Tue Oct 24 19:14:15 2017 daemon.info dnsmasq-dhcp[1039]: DHCPACK(br-lan) 192.168.2.14 50:e5:49:52:26:82 Gigabyte
Tue Oct 24 19:14:36 2017 daemon.info dnsmasq-dhcp[1039]: DHCPREQUEST(br-lan) 192.168.2.14 50:e5:49:52:26:82
Tue Oct 24 19:14:36 2017 daemon.info dnsmasq-dhcp[1039]: DHCPACK(br-lan) 192.168.2.14 50:e5:49:52:26:82 Gigabyte
Tue Oct 24 19:14:36 2017 daemon.info odhcpd[775]: Using a RA lifetime of 0 seconds on br-lan
Tue Oct 24 19:14:36 2017 daemon.notice odhcpd[775]: Got DHCPv6 request
Tue Oct 24 19:14:36 2017 daemon.warn odhcpd[775]: DHCPV6 SOLICIT IA_NA from 0001000117f9a44450e549522682 on br-lan: ok fdd2:377c:52a9::ea5/128
Tue Oct 24 19:14:36 2017 daemon.info dnsmasq[1039]: read /etc/hosts - 4 addresses
Tue Oct 24 19:14:36 2017 daemon.info dnsmasq[1039]: read /tmp/hosts/odhcpd - 0 addresses
Tue Oct 24 19:14:36 2017 daemon.info dnsmasq[1039]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Tue Oct 24 19:14:36 2017 daemon.info dnsmasq-dhcp[1039]: read /etc/ethers - 0 addresses
Tue Oct 24 19:14:37 2017 daemon.notice odhcpd[775]: Got DHCPv6 request
Tue Oct 24 19:14:37 2017 daemon.warn odhcpd[775]: DHCPV6 REQUEST IA_NA from 0001000117f9a44450e549522682 on br-lan: ok fdd2:377c:52a9::ea5/128
Tue Oct 24 19:14:37 2017 daemon.info dnsmasq[1039]: read /etc/hosts - 4 addresses
Tue Oct 24 19:14:37 2017 daemon.info dnsmasq[1039]: read /tmp/hosts/odhcpd - 1 addresses
Tue Oct 24 19:14:37 2017 daemon.info dnsmasq[1039]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Tue Oct 24 19:14:37 2017 daemon.info dnsmasq-dhcp[1039]: read /etc/ethers - 0 addresses
Tue Oct 24 19:14:39 2017 daemon.info dnsmasq-dhcp[1039]: DHCPINFORM(br-lan) 192.168.2.14 50:e5:49:52:26:82
Tue Oct 24 19:14:39 2017 daemon.info dnsmasq-dhcp[1039]: DHCPACK(br-lan) 192.168.2.14 50:e5:49:52:26:82 Gigabyte
Tue Oct 24 19:14:40 2017 daemon.info odhcpd[775]: Using a RA lifetime of 0 seconds on br-lan
Tue Oct 24 19:14:44 2017 daemon.info odhcpd[775]: Using a RA lifetime of 0 seconds on br-lan
Tue Oct 24 19:14:51 2017 authpriv.info dropbear[1050]: Child connection from 192.168.2.14:51221
Tue Oct 24 19:14:52 2017 kern.notice kernel: [   71.159740] random: nonblocking pool is initialized
Tue Oct 24 19:14:58 2017 authpriv.notice dropbear[1050]: Password auth succeeded for 'root' from 192.168.2.14:51221

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=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 4.04
S:  Manufacturer=Linux 4.4.93 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=ehci-platform
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= 0
D:  Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=ff MxPS=64 #Cfgs=  1
P:  Vendor=12d1 ProdID=1f01 Rev= 1.02
S:  Manufacturer=HUAWEI_MOBILE
S:  Product=HUAWEI_MOBILE
S:  SerialNumber=0123456789ABCDEF
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=125us
TP-Link TL-WDR4300 Mod, CPU 700MHz, Flash 16 MB, Gargoyle 1.5.11.4, extroot + dysk zewnętrzny Samsung (S2), kamerka MS LifeCam HD-5000
TP-Link TL-WR1043ND Mod, RAM 64 MB, chłodzenie pasywne, Gargoyle 1.5.10.14, extroot, kamerka Logitech HD Webcam C270

4

Odp: Huawei E3372 Hilink + lede-17.01 (TP-Link TL-WR1043NDv1)

Nie zainstalowałeś usb-modeswitch i modem nie jest przełączony po prostu. Do hilinków też ten pakiet jest potrzebny.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

5

Odp: Huawei E3372 Hilink + lede-17.01 (TP-Link TL-WR1043NDv1)

Cezary napisał/a:

Nie zainstalowałeś usb-modeswitch i modem nie jest przełączony po prostu. Do hilinków też ten pakiet jest potrzebny.

Nie zainstalowałem bo w poradniku tego nie ma wink. Zaraz doinstaluje.

TP-Link TL-WDR4300 Mod, CPU 700MHz, Flash 16 MB, Gargoyle 1.5.11.4, extroot + dysk zewnętrzny Samsung (S2), kamerka MS LifeCam HD-5000
TP-Link TL-WR1043ND Mod, RAM 64 MB, chłodzenie pasywne, Gargoyle 1.5.10.14, extroot, kamerka Logitech HD Webcam C270

6

Odp: Huawei E3372 Hilink + lede-17.01 (TP-Link TL-WR1043NDv1)

SERIO? przeczytaj uważnie http://eko.one.pl/?p=openwrt-3g#wsparci … przeczajcy przeczytaj jeszcze raz i wpłać dowolną kwotę charytatywnie na chorych.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

7

Odp: Huawei E3372 Hilink + lede-17.01 (TP-Link TL-WR1043NDv1)

Cezary napisał/a:

SERIO? przeczytaj uważnie http://eko.one.pl/?p=openwrt-3g#wsparci … przeczajcy przeczytaj jeszcze raz i wpłać dowolną kwotę charytatywnie na chorych.

Niesamowite roll skupiłem się na sekcji związanej z HiLink i Wsparcie dla usb... przeoczyłem.

Przed chwilą zapukał do drzwi Pan z WWF i prosił o wpłatę na ratowanie Rysi. Mam nadzieję że wybaczysz mi jeśli wpłacę skromną kwotę na Rysia wink.

TP-Link TL-WDR4300 Mod, CPU 700MHz, Flash 16 MB, Gargoyle 1.5.11.4, extroot + dysk zewnętrzny Samsung (S2), kamerka MS LifeCam HD-5000
TP-Link TL-WR1043ND Mod, RAM 64 MB, chłodzenie pasywne, Gargoyle 1.5.10.14, extroot, kamerka Logitech HD Webcam C270