Line Attenuation: 17.5 dB / 0 dB
Noise Margin: 8.8 dB / 22.2 dB
Oceńcie prosze parametry lini mam 550m do centrali
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Posty przez kudlaty499
Strony Poprzednia 1 2 3 4 Następna
Line Attenuation: 17.5 dB / 0 dB
Noise Margin: 8.8 dB / 22.2 dB
Oceńcie prosze parametry lini mam 550m do centrali
Ustawienia pod Netie
root@OpenWrt:~# cat /etc/config/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 'fdec:7f59:c4cd::/48'
config interface 'lan'
option force_link '1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option ifname 'eth0.1'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 4 5 6t'
config interface 'wan'
option ifname 'ptm0.35'
option proto 'pppoe'
option password 'xxxxxxxxxxxxxxxxxx'
option ipv6 '1'
option macaddr ':'
option username 'xxxxxxxxxxxxxxxxxx '
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
config vdsl 'dsl'
option annex 'b'
option firmware '/lib/firmware/vdsl.bin'
option tone 'bv'
option xfer_mode 'ptm'
root@OpenWrt:~# ifconfig
br-lan Link encap:Ethernet HWaddr 3A:4C:1A:1E:60:8A
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::384c:1aff:fe1e:608a/64 Scope:Link
inet6 addr: fdec:7f59:c4cd::1/60 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:470525 errors:0 dropped:0 overruns:0 frame:0
TX packets:889525 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:28158062 (26.8 MiB) TX bytes:1254387924 (1.1 GiB)
eth0 Link encap:Ethernet HWaddr 3A:4C:1A:1E:60:8A
inet6 addr: fe80::384c:1aff:fe1e:608a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47139 errors:0 dropped:0 overruns:0 frame:0
TX packets:104700 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5920173 (5.6 MiB) TX bytes:119417663 (113.8 MiB)
eth0.1 Link encap:Ethernet HWaddr 3A:4C:1A:1E:60:8A
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47139 errors:0 dropped:0 overruns:0 frame:0
TX packets:104693 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4694559 (4.4 MiB) TX bytes:118548759 (113.0 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1464 errors:0 dropped:0 overruns:0 frame:0
TX packets:1464 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:111158 (108.5 KiB) TX bytes:111158 (108.5 KiB)
pppoe-wan Link encap:Point-to-Point Protocol
inet addr:78.10.63.100 P-t-P:62.87.220.11 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:888989 errors:0 dropped:0 overruns:0 frame:0
TX packets:469915 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:1241279018 (1.1 GiB) TX bytes:28021995 (26.7 MiB)
ptm0 Link encap:Ethernet HWaddr 00:20:DA:86:23:75
inet6 addr: fe80::220:daff:fe86:2375/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:897816 errors:0 dropped:0 overruns:0 frame:0
TX packets:478613 errors:0 dropped:34 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1264941735 (1.1 GiB) TX bytes:40762412 (38.8 MiB)
ptm0.35 Link encap:Ethernet HWaddr 00:20:DA:86:23:75
inet6 addr: fe80::220:daff:fe86:2375/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:897811 errors:0 dropped:0 overruns:0 frame:0
TX packets:478606 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1248780547 (1.1 GiB) TX bytes:38621423 (36.8 MiB)
wlan0 Link encap:Ethernet HWaddr 00:0C:43:30:92:00
inet6 addr: fe80::20c:43ff:fe30:9200/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:377503 errors:0 dropped:0 overruns:0 frame:0
TX packets:714320 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:23269866 (22.1 MiB) TX bytes:1054895264 (1006.0 MiB)
root@OpenWrt:~# uci show network.wan
network.wan=interface
network.wan.ifname='ptm0.35'
network.wan.proto='pppoe'
network.wan.password='xxxxxxxxxxxxx'
network.wan.ipv6='1'
network.wan.macaddr=':'
network.wan.username='xxxxxxxxxxxxx '
chyba jakis blad?
w koncu sie udalo jest polaczenie dzieki scotch ![]()
nie wiem czy jest to czy niema
root@OpenWrt:~# opkg list-installed | grep vr9
kmod-ltq-atm-vr9 - 3.18.19-1
kmod-ltq-deu-vr9 - 3.18.19-1
kmod-ltq-ptm-vr9 - 3.18.19-1
kmod-ltq-vdsl-vr9 - 3.18.19+4.11.4-1
kmod-ltq-vdsl-vr9-mei - 3.18.19+1.2.0-1
ltq-vdsl-vr9-fw-installer - 1-1
takie cos mam
root@OpenWrt:~# opkg install kmod-ltq-ptm-vr9
Package kmod-ltq-ptm-vr9 (3.18.19-1) installed in root is up to date.
r
ale do tego musi byc net?
takie mam polaczenie na netiaspot

ioctl ATM_SETESI: No such device
moze to ma jakies znaczenie
Cezary moze ty doradzisz
zrzut maszyny przy starcie
U-Boot 2014.01-openwrt2 (Nov 15 2014 - 14:05:27) P-2812HNU-Fx
Board: ZyXEL P-2812HNU-Fx
SoC: Lantiq VRX288 v1.1
CPU: 500 MHz
IO: 250 MHz
BUS: 250 MHz
BOOT: NOR
DRAM: 128 MiB
Flash: 8 MiB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: ltq-eth
Hit any key to stop autoboot: 0
NAND read: device 0 offset 0x0, size 0x200000
2097152 bytes read: OK
## Booting kernel from Legacy Image at 80800000 ...
Image Name: MIPS OpenWrt Linux-3.18.19
Created: 2015-07-31 19:39:10 UTC
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 1618479 Bytes = 1.5 MiB
Load Address: 80002000
Entry Point: 80002000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
[ 0.000000] Linux version 3.18.19 (cezary@eko.one.pl) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #18 Fri Jul 31 21:37:51 CEST 2015
[ 0.000000] SoC: VR9 rev 1.1
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019555 (MIPS 34Kc)
[ 0.000000] MIPS: machine is P2812HNUF3 - ZyXEL P-2812HNU-F3
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 08000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x00000000-0x07ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00000000-0x07ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x07ffffff]
[ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
[ 0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Writing ErrCtl register=00060831
[ 0.000000] Readback ErrCtl register=00060831
[ 0.000000] Memory: 124780K/131072K available (3501K kernel code, 150K rwdata, 1032K rodata, 160K init, 206K bss, 6292K reserved)
[ 0.000000] NR_IRQS:256
[ 0.000000] CPU Clock: 500MHz
[ 0.000000] Calibrating delay loop... 332.54 BogoMIPS (lpj=665088)
[ 0.032000] pid_max: default: 32768 minimum: 301
[ 0.036000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.040000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.044000] pinctrl core: initialized pinctrl subsystem
[ 0.048000] NET: Registered protocol family 16
[ 0.056000] pinctrl-xway 1e100b10.pinmux: Init done
[ 0.060000] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[ 0.164000] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[ 0.168000] PCI host bridge /fpi@10000000/pci@E105400 ranges:
[ 0.172000] MEM 0x0000000018000000..0x0000000019ffffff
[ 0.176000] IO 0x000000001ae00000..0x000000001affffff
[ 0.300000] gpio-stp-xway 1e100bb0.stp: Init done
[ 0.304000] usbcore: registered new interface driver usbfs
[ 0.308000] usbcore: registered new interface driver hub
[ 0.312000] usbcore: registered new device driver usb
[ 0.316000] PCI host bridge to bus 0000:00
[ 0.320000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[ 0.324000] pci_bus 0000:00: root bus resource [io 0xffffffff]
[ 0.328000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.332000] PCI host bridge to bus 0000:01
[ 0.336000] pci_bus 0000:01: root bus resource [mem 0x1c000000-0x1cffffff]
[ 0.340000] pci_bus 0000:01: root bus resource [io 0x1d800000-0x1d8fffff]
[ 0.344000] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[ 0.348000] ifx_pcie_rc_class_early_fixup: fixed pcie host bridge to pci-pci bridge
[ 0.360000] ifx_pcie_fixup_resource: fixup host controller 0000:01:00.0 (15d1:0011)
[ 0.364000] pci 0000:01:00.0: bridge configuration invalid ([bus 02-00]), reconfiguring
[ 0.368000] pci 0000:01:00.0: BAR 8: assigned [mem 0x1c000000-0x1c0fffff]
[ 0.372000] pci 0000:02:00.0: BAR 0: assigned [mem 0x1c000000-0x1c00ffff]
[ 0.376000] pci 0000:01:00.0: PCI bridge to [bus 02]
[ 0.380000] pci 0000:01:00.0: bridge window [mem 0x1c000000-0x1c0fffff]
[ 0.384000] ifx_pcie_bios_map_irq port 0 dev 0000:01:00.0 slot 0 pin 1
[ 0.388000] ifx_pcie_bios_map_irq dev 0000:01:00.0 irq 144 assigned
[ 0.392000] ifx_pcie_bios_map_irq port 0 dev 0000:02:00.0 slot 0 pin 1
[ 0.396000] ifx_pcie_bios_map_irq dev 0000:02:00.0 irq 144 assigned
[ 0.400000] Switched to clocksource MIPS
[ 0.404000] NET: Registered protocol family 2
[ 0.408000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.416000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.424000] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.428000] TCP: reno registered
[ 0.432000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.436000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.444000] NET: Registered protocol family 1
[ 0.448000] gptu: totally 6 16-bit timers/counters
[ 0.456000] gptu: misc_register on minor 63
[ 0.460000] gptu: succeeded to request irq 126
[ 0.464000] gptu: succeeded to request irq 127
[ 0.468000] gptu: succeeded to request irq 128
[ 0.472000] gptu: succeeded to request irq 129
[ 0.476000] gptu: succeeded to request irq 130
[ 0.480000] gptu: succeeded to request irq 131
[ 0.484000] ralink,eeprom ralink_eep: using RT3092.eeprom as eeprom
[ 0.492000] phy-xrx200 gphy-xrx200: requesting lantiq/vr9_phy11g_a1x.bin
[ 0.500000] phy-xrx200 gphy-xrx200: booting GPHY0 firmware at 7940000
[ 0.504000] phy-xrx200 gphy-xrx200: booting GPHY1 firmware at 7940000
[ 0.612000] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.632000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.636000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.660000] msgmni has been set to 243
[ 0.664000] io scheduler noop registered
[ 0.668000] io scheduler deadline registered (default)
[ 0.672000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[ 0.680000] console [ttyLTQ0] enabled
[ 0.680000] console [ttyLTQ0] enabled
[ 0.688000] bootconsole [early0] disabled
[ 0.688000] bootconsole [early0] disabled
[ 0.700000] lantiq nor flash device: 00800000 at 10000000
[ 0.704000] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb
[ 0.712000] Amd/Fujitsu Extended Query Table at 0x0040
[ 0.716000] Amd/Fujitsu Extended Query version 1.1.
[ 0.720000] number of CFI chips: 1
[ 0.724000] 3 ofpart partitions found on MTD device ltq_nor
[ 0.732000] Creating 3 MTD partitions on "ltq_nor":
[ 0.736000] 0x000000000000-0x000000050000 : "uboot"
[ 0.740000] 0x000000050000-0x000000060000 : "uboot-env"
[ 0.748000] 0x000000060000-0x000000800000 : "unused"
[ 0.752000] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[ 0.752000] nand: Samsung NAND 128MiB 3,3V 8-bit
[ 0.752000] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[ 0.768000] Scanning device for bad blocks
[ 0.812000] Bad eraseblock 495 at 0x000003de0000
[ 0.860000] 2 ofpart partitions found on MTD device 14000000.nand-parts
[ 0.864000] Creating 2 MTD partitions on "14000000.nand-parts":
[ 0.872000] 0x000000000000-0x000000200000 : "kernel"
[ 0.876000] 0x000000200000-0x000008000000 : "ubi"
[ 0.984000] libphy: lantiq,xrx200-mdio: probed
[ 1.004000] net-xrx200: invalid MAC, using random
[ 1.072000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:00, irq=-1)
[ 1.140000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:01, irq=-1)
[ 1.208000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[ 1.276000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[ 1.344000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:05, irq=-1)
[ 1.352000] wdt 1f8803f0.watchdog: Init done
[ 1.356000] TCP: cubic registered
[ 1.356000] NET: Registered protocol family 17
[ 1.364000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 1.376000] Bridge firewalling registered
[ 1.380000] 8021q: 802.1Q VLAN Support v1.8
[ 1.388000] UBI: auto-attach mtd4
[ 1.388000] UBI: attaching mtd4 to ubi0
[ 1.580000] UBI: scanning is finished
[ 1.592000] UBI: attached mtd4 (name "ubi", size 126 MiB) to ubi0
[ 1.600000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[ 1.604000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[ 1.612000] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[ 1.620000] UBI: good PEBs: 1007, bad PEBs: 1, corrupted PEBs: 0
[ 1.624000] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 1.632000] UBI: max/mean erase counter: 6/3, WL threshold: 4096, image sequence number: 1935778742
[ 1.640000] UBI: available PEBs: 0, total reserved PEBs: 1007, PEBs reserved for bad PEB handling: 19
[ 1.652000] UBI: ubiblock0_0 created from ubi0:0(rootfs)
[ 1.656000] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[ 1.664000] UBI: background thread "ubi_bgt0d" star[ 1.676000] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 1.680000] Freeing unused kernel memory: 160K (80498000 - 804c0000)
[ 2.720000] init: Console is alive
[ 2.720000] init: - watchdog -
[ 4.628000] SCSI subsystem initialized
[ 4.636000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.644000] ehci-platform: EHCI generic platform driver
[ 4.652000] dwc2 1e101000.ifxhcd: requested GPIO 489
[ 5.512000] dwc2 1e101000.ifxhcd: DWC OTG Controller
[ 5.512000] dwc2 1e101000.ifxhcd: new USB bus registered, assigned bus number 1
[ 5.520000] dwc2 1e101000.ifxhcd: irq 62, io mem 0x00000000
[ 5.528000] dwc2 1e101000.ifxhcd: Hardware does not support descriptor DMA mode -
[ 5.528000] dwc2 1e101000.ifxhcd: falling back to buffer DMA mode.
[ 5.540000] hub 1-0:1.0: USB hub found
[ 5.544000] hub 1-0:1.0: 1 port detected
[ 6.408000] dwc2 1e106000.ifxhcd: DWC OTG Controller
[ 6.408000] dwc2 1e106000.ifxhcd: new USB bus registered, assigned bus number 2
[ 6.416000] dwc2 1e106000.ifxhcd: irq 91, io mem 0x00000000
[ 6.424000] dwc2 1e106000.ifxhcd: Hardware does not support descriptor DMA mode -
[ 6.424000] dwc2 1e106000.ifxhcd: falling back to buffer DMA mode.
[ 6.436000] hub 2-0:1.0: USB hub found
[ 6.440000] hub 2-0:1.0: 1 port detected
[ 6.448000] usbcore: registered new interface driver usb-storage
[ 6.740000] init: - preinit -
[ 7.204000] random: procd urandom read with 112 bits of entropy available
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 10.512000] mount_root: loading kmods from internal overlay
[ 10.800000] UBIFS: background thread "ubifs_bgt0_1" started, PID 322
[ 10.828000] UBIFS: recovery needed
[ 10.928000] UBIFS: recovery completed
[ 10.928000] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 10.936000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 10.944000] UBIFS: FS size: 119476224 bytes (113 MiB, 926 LEBs), journal size 5935104 bytes (5 MiB, 46 LEBs)
[ 10.956000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
[ 10.960000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 2CF3950F-AD16-44CD-B246-5A2730EFA399, small LPT model
[ 10.972000] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[ 10.980000] block: extroot: not configured
[ 10.984000] UBIFS: un-mount UBI device 0, volume 1
[ 10.988000] UBIFS: background thread "ubifs_bgt0_1" stops
[ 11.020000] UBIFS: background thread "ubifs_bgt0_1" started, PID 324
[ 11.100000] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 11.104000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 11.112000] UBIFS: FS size: 119476224 bytes (113 MiB, 926 LEBs), journal size 5935104 bytes (5 MiB, 46 LEBs)
[ 11.124000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
[ 11.128000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 2CF3950F-AD16-44CD-B246-5A2730EFA399, small LPT model
[ 11.276000] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[ 11.284000] block: extroot: not configured
[ 11.288000] mount_root: switching to jffs2 overlay
[ 11.308000] procd: - early -
[ 11.308000] procd: - watchdog -
[ 11.504000] random: nonblocking pool is initialized
[ 12.096000] procd: - ubus -
[ 13.100000] procd: - init -
Please press Enter to activate this console.
[ 14.396000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
[ 14.424000] NET: Registered protocol family 10
[ 14.436000] NET: Registered protocol family 8
[ 14.440000] NET: Registered protocol family 20
[ 14.468000] gre: GRE over IPv4 demultiplexor driver
[ 14.472000] ip_gre: GRE over IPv4 tunneling driver
[ 14.484000] PPP generic driver version 2.4.2
[ 14.500000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 14.548000] MEI CPE Driver, Version 1.2.0
[ 14.552000] (c) Copyright 2009, Infineon Technologies AG
### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###
Lantiq CPE API Driver version: DSL CPE API V4.11.4
[ 14.584000]
[ 14.584000] Predefined debug level: 2
[ 14.740000] u32 classifier
[ 14.740000] input device check on
[ 14.744000] Actions configured
[ 14.752000] Mirror/redirect action on
[ 14.776000] netem: version 1.3
[ 14.792000] fuse init (API version 7.23)
[ 14.804000] usbcore: registered new interface driver cdc_acm
[ 14.808000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 14.816000] usbcore: registered new interface driver cdc_wdm
[ 14.824000] Loading modules backported from Linux version master-2015-03-09-0-g141f155
[ 14.828000] Backport generated by backports.git backports-20150129-0-gdd4a670
[ 14.844000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 14.856000] Infineon Technologies DEU driver version 2.0.0
[ 14.860000] IFX DEU DES initialized (multiblock).
[ 14.864000] IFX DEU AES initialized (multiblock).
[ 14.872000] IFX DEU ARC4 initialized (multiblock).
[ 14.876000] IFX DEU SHA1 initialized.
[ 14.880000] IFX DEU MD5 initialized.
[ 14.880000] IFX DEU SHA1_HMAC initialized.
[ 14.884000] IFX DEU MD5_HMAC initialized.
[ 14.900000] nf_conntrack version 0.5.0 (1952 buckets, 7808 max)
[ 14.944000] PPP MPPE Compression module registered
[ 14.948000] NET: Registered protocol family 24
[ 14.952000] PPTP driver version 0.8.5
[ 14.960000] usbcore: registered new interface driver usblp
[ 14.984000] usbcore: registered new interface driver usbserial
[ 14.988000] usbcore: registered new interface driver usbserial_generic
[ 14.992000] usbserial: USB Serial support registered for generic
[ 15.080000] xt_time: kernel timezone is -0000
[ 15.088000] usbcore: registered new interface driver cdc_ether
[ 15.100000] usbcore: registered new interface driver cdc_ncm
[ 15.152000] cfg80211: Calling CRDA to update world regulatory domain
[ 15.180000] usbcore: registered new interface driver huawei_cdc_ncm
[ 15.204000] cfg80211: World regulatory domain updated:
[ 15.208000] cfg80211: DFS Master region: unset
[ 15.212000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 15.224000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.232000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.240000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.248000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.256000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 15.264000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 15.272000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.280000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 15.460000] usbcore: registered new interface driver qmi_wwan
[ 15.468000] usbcore: registered new interface driver rndis_host
[ 15.492000] usbcore: registered new interface driver sierra
[ 15.496000] usbserial: USB Serial support registered for Sierra USB modem
[ 15.508000] usbcore: registered new interface driver sierra_net
[ 15.516000] usbcore: registered new interface driver cdc_mbim
[ 15.528000] usbcore: registered new interface driver option
[ 15.532000] usbserial: USB Serial support registered for GSM modem (1-port)
[ 15.556000] PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
[ 15.560000] rt2800pci 0000:02:00.0: failed to load eeprom property
[ 15.568000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT3092.eeprom'.
[ 15.660000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3071, rev 021c detected
[ 15.668000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
ioctl ATM_SETESI: No such device
[ 22.884000] PTM 1.0.27 PTM (E1) firmware version 0.30
[ 22.888000] ifxmips_ptm: PTM init succeed
[ 28.948000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 28.964000] device eth0.1 entered promiscuous mode
[ 28.968000] device eth0 entered promiscuous mode
[ 28.980000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
BusyBox v1.23.2 (2015-06-21 14:15:10 CEST) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
----------------------------------------------------------------
| |
| OpenWrt Chaos Calmer 15.05 (r46531) |
| Build time: 2015-07-31 21:35 CEST |
| |
| Cezary Jackiewicz (obsy), http://eko.one.pl |
| |
----------------------------------------------------------------
| Machine: ZyXEL P-2812HNU-F3 |
| Uptime: 0d, 00:00:32 |
| Load: 1.00 0.23 0.07 |
| Flash: total: 106.5MB, free: 101.7MB, used: 0% |
| Memory: total: 122.0MB, free: 106.5MB, used: 12% |
| WAN: |
| LAN: 192.168.1.1 |
----------------------------------------------------------------
root@Op
Sat Aug 15 12:45:30 2015 authpriv.notice dropbear[1381]: Password auth succeeded for 'root' from 10.0.0.248:49859
Sat Aug 15 12:45:50 2015 kern.warn kernel: [ 57.828000] enter showtime
Sat Aug 15 12:45:50 2015 kern.warn kernel: [ 57.832000] enter showtime
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:51:24 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
moze jakis pakietow brakuje w tym openwrt?
wrzucilem vdsl.bin na annex b z wylaczonym atm w config network
Sat Aug 15 12:31:34 2015 kern.warn kernel: [ 59.700000] enter showtime
Sat Aug 15 12:31:34 2015 kern.warn kernel: [ 59.704000] enter showtime
Sat Aug 15 12:32:15 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:15 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:15 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:15 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:15 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:15 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:15 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:15 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:16 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:16 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:16 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:16 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:16 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:32:16 2015 daemon.err uhttpd[1205]: sh: write error: Broken pipe
Sat Aug 15 12:33:31 2015 authpriv.info dropbear[1835]: Child connection from 10.0.0.248:49486
Sat Aug 15 12:33:33 2015 authpriv.notice dropbear[1835]: Password auth succeeded for 'root' from 10.0.0.248:49486
kiedys mialem na probe fritzboxa i laczyl bez wpisywania mac
tak urzadzenie posiada mac adres i SN na spodzie obudowy sprzet to netiaspot2
tak na starym routerze jest polaczenie
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 4.436000] eth0: port 4 got link
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 4.628000] SCSI subsystem initialized
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 4.640000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 4.644000] ehci-platform: EHCI generic platform driver
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 4.656000] dwc2 1e101000.ifxhcd: requested GPIO 489
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 5.516000] dwc2 1e101000.ifxhcd: DWC OTG Controller
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 5.516000] dwc2 1e101000.ifxhcd: new USB bus registered, assigned bus number 1
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 5.524000] dwc2 1e101000.ifxhcd: irq 62, io mem 0x00000000
Sat Aug 15 11:07:12 2015 kern.err kernel: [ 5.532000] dwc2 1e101000.ifxhcd: Hardware does not support descriptor DMA mode -
Sat Aug 15 11:07:12 2015 kern.err kernel: [ 5.532000] dwc2 1e101000.ifxhcd: falling back to buffer DMA mode.
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 5.544000] hub 1-0:1.0: USB hub found
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 5.548000] hub 1-0:1.0: 1 port detected
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 6.412000] dwc2 1e106000.ifxhcd: DWC OTG Controller
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 6.412000] dwc2 1e106000.ifxhcd: new USB bus registered, assigned bus number 2
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 6.420000] dwc2 1e106000.ifxhcd: irq 91, io mem 0x00000000
Sat Aug 15 11:07:12 2015 kern.err kernel: [ 6.428000] dwc2 1e106000.ifxhcd: Hardware does not support descriptor DMA mode -
Sat Aug 15 11:07:12 2015 kern.err kernel: [ 6.428000] dwc2 1e106000.ifxhcd: falling back to buffer DMA mode.
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 6.440000] hub 2-0:1.0: USB hub found
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 6.444000] hub 2-0:1.0: 1 port detected
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 6.452000] usbcore: registered new interface driver usb-storage
Sat Aug 15 11:07:12 2015 user.info kernel: [ 6.740000] init: - preinit -
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 7.208000] random: procd urandom read with 111 bits of entropy available
Sat Aug 15 11:07:12 2015 user.info kernel: [ 10.512000] mount_root: loading kmods from internal overlay
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.800000] UBIFS: background thread "ubifs_bgt0_1" started, PID 322
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.828000] UBIFS: recovery needed
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.928000] UBIFS: recovery completed
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.932000] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.936000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.948000] UBIFS: FS size: 119476224 bytes (113 MiB, 926 LEBs), journal size 5935104 bytes (5 MiB, 46 LEBs)
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.956000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.964000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 2CF3950F-AD16-44CD-B246-5A2730EFA399, small LPT model
Sat Aug 15 11:07:12 2015 user.info kernel: [ 10.976000] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
Sat Aug 15 11:07:12 2015 user.info kernel: [ 10.984000] block: extroot: not configured
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.988000] UBIFS: un-mount UBI device 0, volume 1
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 10.992000] UBIFS: background thread "ubifs_bgt0_1" stops
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 11.024000] UBIFS: background thread "ubifs_bgt0_1" started, PID 324
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 11.100000] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 11.104000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 11.112000] UBIFS: FS size: 119476224 bytes (113 MiB, 926 LEBs), journal size 5935104 bytes (5 MiB, 46 LEBs)
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 11.124000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 11.128000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 2CF3950F-AD16-44CD-B246-5A2730EFA399, small LPT model
Sat Aug 15 11:07:12 2015 user.info kernel: [ 11.276000] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
Sat Aug 15 11:07:12 2015 user.info kernel: [ 11.284000] block: extroot: not configured
Sat Aug 15 11:07:12 2015 user.info kernel: [ 11.288000] mount_root: switching to jffs2 overlay
Sat Aug 15 11:07:12 2015 user.info kernel: [ 11.308000] procd: - early -
Sat Aug 15 11:07:12 2015 user.info kernel: [ 11.308000] procd: - watchdog -
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 11.752000] random: nonblocking pool is initialized
Sat Aug 15 11:07:12 2015 user.info kernel: [ 12.180000] procd: - ubus -
Sat Aug 15 11:07:12 2015 user.info kernel: [ 13.208000] procd: - init -
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.512000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.512000]
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.540000] NET: Registered protocol family 10
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.552000] NET: Registered protocol family 8
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.556000] NET: Registered protocol family 20
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.580000] gre: GRE over IPv4 demultiplexor driver
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.584000] ip_gre: GRE over IPv4 tunneling driver
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.596000] PPP generic driver version 2.4.2
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.612000] ip6_tables: (C) 2000-2006 Netfilter Core Team
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.652000] MEI CPE Driver, Version 1.2.0
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.652000]
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.656000] (c) Copyright 2009, Infineon Technologies AG
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.656000]
### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.664000]
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.664000]
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.664000] Lantiq CPE API Driver version: DSL CPE API V4.11.4
Sat Aug 15 11:07:12 2015 kern.warn kernel: [ 14.688000]
Sat Aug 15 11:07:12 2015 kern.warn kernel: [ 14.688000] Predefined debug level: 2
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.856000] u32 classifier
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.856000] input device check on
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.860000] Actions configured
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.868000] Mirror/redirect action on
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.968000] netem: version 1.3
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 14.984000] fuse init (API version 7.23)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.008000] usbcore: registered new interface driver cdc_acm
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.012000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.024000] usbcore: registered new interface driver cdc_wdm
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.032000] Loading modules backported from Linux version master-2015-03-09-0-g141f155
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.036000] Backport generated by backports.git backports-20150129-0-gdd4a670
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.052000] ip_tables: (C) 2000-2006 Netfilter Core Team
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.068000] Infineon Technologies DEU driver version 2.0.0
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 15.076000] IFX DEU DES initialized (multiblock).
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 15.084000] IFX DEU AES initialized (multiblock).
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 15.104000] IFX DEU ARC4 initialized (multiblock).
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 15.104000] IFX DEU SHA1 initialized.
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 15.108000] IFX DEU MD5 initialized.
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 15.120000] IFX DEU SHA1_HMAC initialized.
Sat Aug 15 11:07:12 2015 kern.notice kernel: [ 15.120000] IFX DEU MD5_HMAC initialized.
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.136000] nf_conntrack version 0.5.0 (1952 buckets, 7808 max)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.172000] PPP MPPE Compression module registered
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.180000] NET: Registered protocol family 24
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.184000] PPTP driver version 0.8.5
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.188000] usbcore: registered new interface driver usblp
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.212000] usbcore: registered new interface driver usbserial
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.216000] usbcore: registered new interface driver usbserial_generic
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.220000] usbserial: USB Serial support registered for generic
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.316000] xt_time: kernel timezone is -0000
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.324000] usbcore: registered new interface driver cdc_ether
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.332000] usbcore: registered new interface driver cdc_ncm
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.392000] cfg80211: Calling CRDA to update world regulatory domain
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.400000] cfg80211: World regulatory domain updated:
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.404000] cfg80211: DFS Master region: unset
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.408000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.416000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.424000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.432000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.440000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.448000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.460000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.468000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.476000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.512000] usbcore: registered new interface driver huawei_cdc_ncm
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.660000] usbcore: registered new interface driver qmi_wwan
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.668000] usbcore: registered new interface driver rndis_host
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.688000] usbcore: registered new interface driver sierra
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.692000] usbserial: USB Serial support registered for Sierra USB modem
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.700000] usbcore: registered new interface driver sierra_net
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.712000] usbcore: registered new interface driver cdc_mbim
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.720000] usbcore: registered new interface driver option
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.724000] usbserial: USB Serial support registered for GSM modem (1-port)
Sat Aug 15 11:07:12 2015 kern.warn kernel: [ 15.752000] PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
Sat Aug 15 11:07:12 2015 kern.err kernel: [ 15.756000] rt2800pci 0000:02:00.0: failed to load eeprom property
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.760000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT3092.eeprom'.
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.856000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3071, rev 021c detected
Sat Aug 15 11:07:12 2015 kern.info kernel: [ 15.864000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
Sat Aug 15 11:07:12 2015 kern.debug kernel: [ 15.868000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sat Aug 15 11:07:14 2015 user.emerg syslog: 'radio0' is disabled
Sat Aug 15 11:07:14 2015 user.emerg syslog: 'radio0' is disabled
Sat Aug 15 11:07:16 2015 user.emerg syslog: this file has been obseleted. please call "/sbin/block mount" directly
Sat Aug 15 11:07:16 2015 daemon.err block: /dev/ubi0_1 is already mounted
Sat Aug 15 11:07:16 2015 kern.info kernel: [ 23.084000] PTM 1.0.27 PTM (E1) firmware version 0.30
Sat Aug 15 11:07:16 2015 kern.warn kernel: [ 23.088000] ifxmips_ptm: PTM init succeed
Sat Aug 15 11:07:19 2015 authpriv.info dropbear[1132]: Not backgrounding
Sat Aug 15 11:07:19 2015 user.emerg syslog: SQM: Trying to start/stop SQM on all interfaces.
Sat Aug 15 11:07:19 2015 user.notice SQM: Trying to start/stop SQM on all interfaces.
Sat Aug 15 11:07:19 2015 user.emerg syslog: SQM: /usr/lib/sqm/run.sh SQM for interface eth1 is not enabled, skipping over...
Sat Aug 15 11:07:19 2015 user.notice SQM: /usr/lib/sqm/run.sh SQM for interface eth1 is not enabled, skipping over...
Sat Aug 15 11:07:22 2015 kern.info kernel: [ 29.008000] device eth0.1 entered promiscuous mode
Sat Aug 15 11:07:22 2015 kern.info kernel: [ 29.008000] device eth0 entered promiscuous mode
Sat Aug 15 11:07:22 2015 kern.info kernel: [ 29.028000] br-lan: port 1(eth0.1) entered forwarding state
Sat Aug 15 11:07:22 2015 kern.info kernel: [ 29.032000] br-lan: port 1(eth0.1) entered forwarding state
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Interface 'lan' is enabled
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Interface 'lan' is setting up now
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Interface 'lan' is now up
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Interface 'loopback' is enabled
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Interface 'loopback' is setting up now
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Interface 'loopback' is now up
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Bridge 'br-lan' link is up
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Interface 'lan' has link connectivity
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Network device 'eth0' link is up
Sat Aug 15 11:07:22 2015 daemon.notice netifd: VLAN 'eth0.1' link is up
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Network device 'lo' link is up
Sat Aug 15 11:07:22 2015 daemon.notice netifd: Interface 'loopback' has link connectivity
Sat Aug 15 11:07:23 2015 user.notice SQM: Trying to start/stop SQM on interface br-lan
Sat Aug 15 11:07:23 2015 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Sat Aug 15 11:07:24 2015 kern.info kernel: [ 31.036000] br-lan: port 1(eth0.1) entered forwarding state
Sat Aug 15 11:07:25 2015 daemon.warn odhcpd[1058]: DHCPV6 SOLICIT IA_NA from 000100011cc6eea5e811327852a0 on br-lan: ok fdad:a645:1a67::928/128
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led internet
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led power
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led power2
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led wireless_green
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led dsl
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led dsl2
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led internet2
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led phone1
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led phone1warn
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led phone2
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led phone2warn
Sat Aug 15 11:07:25 2015 user.emerg syslog: setting up led wireless_red
Sat Aug 15 11:07:26 2015 daemon.warn odhcpd[1058]: DHCPV6 SOLICIT IA_NA from 000100011cc6eea5e811327852a0 on br-lan: ok fdad:a645:1a67::928/128
Sat Aug 15 11:07:26 2015 daemon.info procd: - init complete -
Sat Aug 15 11:07:28 2015 daemon.warn odhcpd[1058]: DHCPV6 SOLICIT IA_NA from 000100011cc6eea5e811327852a0 on br-lan: ok fdad:a645:1a67::928/128
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq[1461]: started, version 2.73 cachesize 150
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq[1461]: 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 loop-detect inotify
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq[1461]: DNS service limited to local subnets
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq-dhcp[1461]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq[1461]: using local addresses only for domain lan
Sat Aug 15 11:07:29 2015 daemon.warn dnsmasq[1461]: no servers found in /tmp/resolv.conf.auto, will retry
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq[1461]: read /etc/hosts - 1 addresses
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq[1461]: read /tmp/hosts/odhcpd - 0 addresses
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq[1461]: read /tmp/hosts/dhcp - 1 addresses
Sat Aug 15 11:07:29 2015 daemon.info dnsmasq-dhcp[1461]: read /etc/ethers - 0 addresses
Sat Aug 15 11:07:30 2015 daemon.info dnsmasq-dhcp[1461]: DHCPREQUEST(br-lan) 192.168.1.248 e8:11:32:78:52:a0
Sat Aug 15 11:07:30 2015 user.notice SQM: Trying to start/stop SQM on interface lo
Sat Aug 15 11:07:30 2015 daemon.info dnsmasq-dhcp[1461]: DHCPACK(br-lan) 192.168.1.248 e8:11:32:78:52:a0 Pietro-Komputer
Sat Aug 15 11:07:32 2015 daemon.warn odhcpd[1058]: DHCPV6 SOLICIT IA_NA from 000100011cc6eea5e811327852a0 on br-lan: ok fdad:a645:1a67::928/128
Sat Aug 15 11:07:40 2015 daemon.warn odhcpd[1058]: DHCPV6 SOLICIT IA_NA from 000100011cc6eea5e811327852a0 on br-lan: ok fdad:a645:1a67::928/128
Sat Aug 15 11:07:54 2015 kern.warn kernel: [ 60.476000] enter showtime
Sat Aug 15 11:07:54 2015 kern.warn kernel: [ 60.480000] enter showtime
Sat Aug 15 11:07:56 2015 daemon.warn odhcpd[1058]: DHCPV6 SOLICIT IA_NA from 000100011cc6eea5e811327852a0 on br-lan: ok fdad:a645:1a67::928/128
Dane dla lini telefonicznych Netii
Enkapsulacja PPPoE LLC
VPI 8
VCI 35
ATM class UBR
root@OpenWrt:~# ifconfig -a
br-lan Link encap:Ethernet HWaddr A6:01:F5:4F:26:F4
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fdad:a645:1a67::1/60 Scope:Global
inet6 addr: fe80::a401:f5ff:fe4f:26f4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:999 errors:0 dropped:0 overruns:0 frame:0
TX packets:727 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:75758 (73.9 KiB) TX bytes:78061 (76.2 KiB)
eth0 Link encap:Ethernet HWaddr A6:01:F5:4F:26:F4
inet6 addr: fe80::a401:f5ff:fe4f:26f4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1433 errors:0 dropped:0 overruns:0 frame:0
TX packets:767 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:215807 (210.7 KiB) TX bytes:87987 (85.9 KiB)
eth0.1 Link encap:Ethernet HWaddr A6:01:F5:4F:26:F4
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1401 errors:0 dropped:0 overruns:0 frame:0
TX packets:760 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:175828 (171.7 KiB) TX bytes:80659 (78.7 KiB)
gre0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-44-00-00-00-00-00-00-00-00
NOARP MTU:1476 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
gretap0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
BROADCAST MULTICAST MTU:1462 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ifb0 Link encap:Ethernet HWaddr BE:57:15:C4:45:6D
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ifb1 Link encap:Ethernet HWaddr E2:56:DE:C2:B5:1B
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1140 errors:0 dropped:0 overruns:0 frame:0
TX packets:1140 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:80640 (78.7 KiB) TX bytes:80640 (78.7 KiB)
ptm0 Link encap:Ethernet HWaddr 00:20:DA:86:23:75
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
teql0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:0C:43:30:92:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
z podpieta linja dsl
root@OpenWrt:~# ifconfig -a
br-lan Link encap:Ethernet HWaddr A6:01:F5:4F:26:F4
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fdad:a645:1a67::1/60 Scope:Global
inet6 addr: fe80::a401:f5ff:fe4f:26f4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:419 errors:0 dropped:0 overruns:0 frame:0
TX packets:250 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:36382 (35.5 KiB) TX bytes:31934 (31.1 KiB)
eth0 Link encap:Ethernet HWaddr A6:01:F5:4F:26:F4
inet6 addr: fe80::a401:f5ff:fe4f:26f4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:672 errors:0 dropped:0 overruns:0 frame:0
TX packets:282 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:117847 (115.0 KiB) TX bytes:37232 (36.3 KiB)
eth0.1 Link encap:Ethernet HWaddr A6:01:F5:4F:26:F4
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:640 errors:0 dropped:0 overruns:0 frame:0
TX packets:275 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:97654 (95.3 KiB) TX bytes:33964 (33.1 KiB)
gre0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-44-00-00-00-00-00-00-00-00
NOARP MTU:1476 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
gretap0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
BROADCAST MULTICAST MTU:1462 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ifb0 Link encap:Ethernet HWaddr BE:57:15:C4:45:6D
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ifb1 Link encap:Ethernet HWaddr E2:56:DE:C2:B5:1B
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:192 errors:0 dropped:0 overruns:0 frame:0
TX packets:192 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13728 (13.4 KiB) TX bytes:13728 (13.4 KiB)
ptm0 Link encap:Ethernet HWaddr 00:20:DA:86:23:75
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
teql0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:0C:43:30:92:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
bez podpietej linji dsl
network.dsl=vdsl
network.dsl.annex='b'
network.dsl.firmware='/lib/firmware/vdsl.bin'
network.dsl.tone='bv'
network.dsl.xfer_mode='ptm'
root@OpenWrt:~# uci show network.wan
network.wan=interface
network.wan.ifname='ptm8.35'
network.wan.proto='pppoe'
network.wan.username='xxxxxxxxxx'
network.wan.password='xxxxxxxxxx'
network.wan.ipv6='0'
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 'fdad:a645:1a67::/48'
config interface 'lan'
option force_link '1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option ifname 'eth0.1'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 4 5 6t'
#config atm-bridge 'atm'
# option vpi '1'
# option vci '32'
# option encaps 'llc'
# option payload 'bridged'
config interface 'wan'
option ifname 'ptm8.35'
option proto 'pppoe'
option username 'xxxxxxxxxxxxxxxxxxxxxxxx'
option password 'xxxxxxxxxxxxxxxxxxxxxxxx'
option ipv6 '0'
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
config vdsl 'dsl'
option annex 'b'
option firmware '/lib/firmware/vdsl.bin'
option tone 'bv'
option xfer_mode 'ptm'
Strony Poprzednia 1 2 3 4 Następna
eko.one.pl → Posty przez kudlaty499
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc