Chaos Calmer trunk@45583 is out
Download come sempre da qui: https://github.com/ambrosa/openwrt-TPLINK8970/tree/master/BUILD
Dopo alcuni notti insonni (l'unico momento in cui posso disporre del router) finalmente ho ottenuto una release stabile, funzionante e un pò più reattiva. Personalmente noto che LuCI risponde in modo più 'brillante'.
- Supporto USB e chiavette USB OK
- Reintrodotto supporto a NOIP.COM (dynamic DNS)
- /proc/config.gz trovate i flag di compilazione nel caso vogliate cimentarvi voi stessi a compilarla
- Fatto un grosso lavoro di pulizia e rimossi molti pacchetti che ritenevo non interessanti. Se manca qualcosa fatemelo sapere. Intendo pacchetti da installare con opkg, non quelli di sistema presenti al boot
- Supporto overlay su chiavette USB OK
- Spazio libero sulla flash dopo installazione circa 1880 KB , non è tantissimo ma meglio che niente
opkg.conf
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
src ambrosa_base http://ambrosa.altervista.org/openwrt/tdw8970/45583/packages/base
src ambrosa_luci http://ambrosa.altervista.org/openwrt/tdw8970/45583/packages/luci
#src ambrosa_management http://ambrosa.altervista.org/openwrt/tdw8970/45583/packages/management
src ambrosa_packages http://ambrosa.altervista.org/openwrt/tdw8970/45583/packages/packages
src ambrosa_routing http://ambrosa.altervista.org/openwrt/tdw8970/45583/packages/routing
#src ambrosa_telephony http://ambrosa.altervista.org/openwrt/tdw8970/45583/packages/telephony
# src ambrosa_targets http://ambrosa.altervista.org/openwrt/tdw8970/45583/packages/targets
Personalmente ho avuto qualche problemino strano alla prima installazione via LuCI che neanche rimuovendo il checkbox "Keep Settings" ha risolto. Quindi ho riflashato via seriale e sono partito da una situazione pulita e poi manualmente una serie di cut&paste in /etc/config/ solo dei file che mi interessavano.
La mia situazione era però un pò 'pasticciata' per cui voi aggiornate via LuCI ma siate pronti nel caso a rifare tutto da seriale.
Questi sono alcuni miei personalissimi tip&tricks di carattere generale:
1) per formattare la chiavetta USB uso i seguenti parametri:
mkfs.ext4 -L FLASH -m 0 -b 4096 -I 128 -O ^huge_file /dev/sda1
2) per preparare la chiavetta USB per essere usata come overlay:
mkdir /mnt/sda1
mount /dev/sda1 /mnt/sda1
tar -C /overlay -cvf - . | tar -C /mnt/sda1 -xf -
umount /mnt/sda1
2) per risolvere il bug dello switch che 'mangia' 4 bytes io aumento l'MTU della wifi a 1504 bytes aggiungendo in /etc/rc.local
ifconfig wlan0 mtu 1504
3) per aumentare le performance sulla eventuale chiavetta USB aggiungo in /etc/rc.local (supponendo che la chiavetta sia sda)
echo "0" > /sys/block/sda/queue/rotational
echo "noop" > /sys/block/sda/queue/scheduler
4) attivando l'overlay su chiavetta via LuCI -> System -> Mount Point , quando create/editate il mount point della chiavetta ricordatevi di inserire in Advanced Settings -> Mount Options l'opzione noatime che aumenta un pochino le performance
E per finire questo è il log al boot:
[ 0.000000] Linux version 3.18.11 (ambrosa@nordkapp) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r45581) ) #11 Tue Apr 28 05:18:44 CEST 2015
[ 0.000000] SoC: VR9 rev 1.2
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019556 (MIPS 34Kc)
[ 0.000000] MIPS: machine is TDW8970 - TP-LINK TD-W8970
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x00000000-0x03ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00000000-0x03ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x03ffffff]
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat 804122f0, node_mem_map 810079c0
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16384 pages, LIFO batch:3
[ 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] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Writing ErrCtl register=00050200
[ 0.000000] Readback ErrCtl register=00050200
[ 0.000000] Memory: 60216K/65536K available (3387K kernel code, 154K rwdata, 732K rodata, 188K init, 201K bss, 5320K reserved)
[ 0.000000] NR_IRQS:256
[ 0.000000] CPU Clock: 500MHz
[ 0.028000] 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.276000] ath9k,eeprom ath9k_eep: failed to load eeprom address
[ 0.300000] usbcore: registered new interface driver usbfs
[ 0.304000] usbcore: registered new interface driver hub
[ 0.308000] usbcore: registered new device driver usb
[ 0.312000] PCI host bridge to bus 0000:00
[ 0.316000] pci_bus 0000:00: root bus resource [mem 0x1c000000-0x1cffffff]
[ 0.320000] pci_bus 0000:00: root bus resource [io 0x1d800000-0x1d8fffff]
[ 0.324000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.328000] pci 0000:00:00.0: [1bef:0011] type 01 class 0x060000
[ 0.328000] ifx_pcie_rc_class_early_fixup: fixed pcie host bridge to pci-pci bridge
[ 0.340000] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.340000] pci 0000:01:00.0: [168c:abcd] type 00 class 0x020000
[ 0.340000] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 0.340000] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.340000] pci 0000:01:00.0: supports D1
[ 0.340000] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[ 0.340000] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.340000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[ 0.340000] pci 0000:00:00.0: BAR 8: assigned [mem 0x1c000000-0x1c0fffff]
[ 0.344000] pci 0000:00:00.0: BAR 9: assigned [mem 0x1c100000-0x1c1fffff pref]
[ 0.348000] pci 0000:01:00.0: BAR 0: assigned [mem 0x1c000000-0x1c01ffff 64bit]
[ 0.352000] pci 0000:01:00.0: BAR 6: assigned [mem 0x1c100000-0x1c10ffff pref]
[ 0.356000] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.360000] pci 0000:00:00.0: bridge window [mem 0x1c000000-0x1c0fffff]
[ 0.364000] pci 0000:00:00.0: bridge window [mem 0x1c100000-0x1c1fffff pref]
[ 0.368000] ifx_pcie_bios_map_irq port 0 dev 0000:00:00.0 slot 0 pin 1
[ 0.372000] ifx_pcie_bios_map_irq dev 0000:00:00.0 irq 144 assigned
[ 0.376000] ifx_pcie_bios_map_irq port 0 dev 0000:01:00.0 slot 0 pin 1
[ 0.380000] ifx_pcie_bios_map_irq dev 0000:01:00.0 irq 144 assigned
[ 0.384000] Switched to clocksource MIPS
[ 0.388000] NET: Registered protocol family 2
[ 0.392000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.400000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.408000] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.412000] TCP: reno registered
[ 0.416000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.420000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.428000] NET: Registered protocol family 1
[ 0.432000] PCI: CLS 0 bytes, default 32
[ 0.432000] gptu: totally 6 16-bit timers/counters
[ 0.436000] gptu: misc_register on minor 63
[ 0.440000] gptu: succeeded to request irq 126
[ 0.448000] gptu: succeeded to request irq 127
[ 0.452000] gptu: succeeded to request irq 128
[ 0.456000] gptu: succeeded to request irq 129
[ 0.460000] gptu: succeeded to request irq 130
[ 0.464000] gptu: succeeded to request irq 131
[ 0.468000] phy-xrx200 gphy-xrx200: requesting lantiq/vr9_phy11g_a2x.bin
[ 0.476000] phy-xrx200 gphy-xrx200: booting GPHY0 firmware at 3D00000
[ 0.484000] phy-xrx200 gphy-xrx200: booting GPHY1 firmware at 3D00000
[ 0.592000] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.600000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.604000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.616000] msgmni has been set to 117
[ 0.620000] io scheduler noop registered
[ 0.624000] io scheduler deadline registered (default)
[ 0.628000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[ 0.636000] console [ttyLTQ0] enabled
[ 0.644000] bootconsole [early0] disabled
[ 0.668000] m25p80 spi32766.0: found s25fl064k, expected en25q64
[ 0.672000] m25p80 spi32766.0: s25fl064k (8192 Kbytes)
[ 0.676000] 3 ofpart partitions found on MTD device spi32766.0
[ 0.684000] Creating 3 MTD partitions on "spi32766.0":
[ 0.688000] 0x000000000000-0x000000020000 : "u-boot"
[ 0.696000] 0x000000020000-0x0000007d0000 : "firmware"
[ 0.704000] 0x000000187b40-0x0000007d0000 : "rootfs"
[ 0.708000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[ 0.720000] mtd: device 2 (rootfs) set to be root filesystem
[ 0.724000] 1 squashfs-split partitions found on MTD device rootfs
[ 0.732000] 0x0000005d0000-0x0000007d0000 : "rootfs_data"
[ 1.580000] 0x0000007d0000-0x000000800000 : "boardconfig"
[ 1.684000] libphy: lantiq,xrx200-mdio: probed
[ 1.760000] eth0: attached PHY [Lantiq XWAY PEF7071] (phy_addr=0:00, irq=-1)
[ 1.828000] eth0: attached PHY [Lantiq XWAY PEF7071] (phy_addr=0:05, irq=-1)
[ 1.896000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[ 1.964000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[ 1.972000] wdt 1f8803f0.watchdog: Init done
[ 1.976000] TCP: cubic registered
[ 1.976000] NET: Registered protocol family 17
[ 1.980000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 1.996000] Bridge firewalling registered
[ 1.996000] 8021q: 802.1Q VLAN Support v1.8
[ 2.076000] ath9k,eeprom ath9k_eep: using led pin 0.
[ 2.080000] ath9k,eeprom ath9k_eep: loaded ath9k eeprom
[ 2.088000] UBIFS error (pid 1): ubifs_mount: cannot open "ubi0:rootfs", error -19
[ 2.188000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[ 2.196000] Freeing unused kernel memory: 188K (80431000 - 80460000)
[ 5.768000] eth0: port 0 got link
[ 17.468000] init: failed to symlink /tmp -> /var
[ 17.468000] init: Console is alive
[ 17.472000] init: - watchdog -
[ 32.992000] random: nonblocking pool is initialized
[ 38.872000] SCSI subsystem initialized
[ 38.884000] dwc2 1e101000.ifxhcd: requested GPIO 489
[ 39.744000] dwc2 1e101000.ifxhcd: DWC OTG Controller
[ 39.744000] dwc2 1e101000.ifxhcd: new USB bus registered, assigned bus number 1
[ 39.752000] dwc2 1e101000.ifxhcd: irq 62, io mem 0x00000000
[ 39.760000] dwc2 1e101000.ifxhcd: Hardware does not support descriptor DMA mode -
[ 39.760000] dwc2 1e101000.ifxhcd: falling back to buffer DMA mode.
[ 39.772000] hub 1-0:1.0: USB hub found
[ 39.776000] hub 1-0:1.0: 1 port detected
[ 40.160000] usb 1-1: new high-speed USB device number 2 using dwc2
[ 40.644000] dwc2 1e106000.ifxhcd: DWC OTG Controller
[ 40.644000] dwc2 1e106000.ifxhcd: new USB bus registered, assigned bus number 2
[ 40.652000] dwc2 1e106000.ifxhcd: irq 91, io mem 0x00000000
[ 40.660000] dwc2 1e106000.ifxhcd: Hardware does not support descriptor DMA mode -
[ 40.660000] dwc2 1e106000.ifxhcd: falling back to buffer DMA mode.
[ 40.672000] hub 2-0:1.0: USB hub found
[ 40.676000] hub 2-0:1.0: 1 port detected
[ 40.684000] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 40.688000] scsi host0: usb-storage 1-1:1.0
[ 40.692000] usbcore: registered new interface driver usb-storage
[ 41.608000] init: - preinit -
[ 42.104000] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 6
[ 42.884000] sd 0:0:0:0: [sda] 15335424 512-byte logical blocks: (7.85 GB/7.31 GiB)
[ 42.900000] sd 0:0:0:0: [sda] Write Protect is off
[ 42.904000] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[ 42.932000] sd 0:0:0:0: [sda] No Caching mode page found
[ 42.936000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 43.064000] sda: sda1
[ 43.116000] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 45.528000] mount_root: loading kmods from internal overlay
[ 51.272000] jffs2: notice: (319) jffs2_build_xattr_subsystem: complete building xattr subsystem, 2 of xdatum (1 unchecked, 0 orphan) and 2 of xref (0 dead, 0 orphan) found.
[ 51.292000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[ 51.532000] EXT4-fs (sda1): recovery complete
[ 51.544000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
[ 51.600000] mount_root: switched to extroot
[ 51.632000] procd: - early -
[ 51.636000] procd: - watchdog -
[ 52.192000] eth0: port 0 lost link
[ 52.464000] procd: - ubus -
[ 53.468000] procd: - init -
[ 54.836000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
[ 54.836000]
[ 54.860000] NET: Registered protocol family 10
[ 54.872000] NET: Registered protocol family 8
[ 54.872000] NET: Registered protocol family 20
[ 54.884000] PPP generic driver version 2.4.2
[ 54.900000] MEI CPE Driver, Version 1.2.0
[ 54.900000]
[ 54.904000] (c) Copyright 2009, Infineon Technologies AG
### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###
[ 54.908000]
[ 54.908000]
[ 54.908000] Lantiq CPE API Driver version: DSL CPE API V4.11.4
[ 54.928000]
[ 54.928000] Predefined debug level: 2
[ 54.936000] Loading modules backported from Linux version master-2015-03-09-0-g141f155
[ 54.944000] Backport generated by backports.git backports-20150129-0-gdd4a670
[ 54.952000] Infineon Technologies DEU driver version 2.0.0
[ 54.960000] IFX DEU DES initialized (multiblock).
[ 54.964000] IFX DEU AES initialized (multiblock).
[ 54.968000] IFX DEU ARC4 initialized (multiblock).
[ 54.976000] IFX DEU SHA1 initialized.
[ 54.976000] IFX DEU MD5 initialized.
[ 54.980000] IFX DEU SHA1_HMAC initialized.
[ 54.984000] IFX DEU MD5_HMAC initialized.
[ 54.996000] nf_conntrack version 0.5.0 (943 buckets, 3772 max)
[ 55.048000] Netfilter messages via NETLINK v0.30.
[ 55.056000] NET: Registered protocol family 24
[ 55.064000] usbcore: registered new interface driver ums-alauda
[ 55.072000] usbcore: registered new interface driver ums-cypress
[ 55.080000] usbcore: registered new interface driver ums-datafab
[ 55.084000] usbcore: registered new interface driver ums-freecom
[ 55.092000] usbcore: registered new interface driver ums-isd200
[ 55.100000] usbcore: registered new interface driver ums-jumpshot
[ 55.104000] usbcore: registered new interface driver ums-karma
[ 55.112000] usbcore: registered new interface driver ums-sddr09
[ 55.120000] usbcore: registered new interface driver ums-sddr55
[ 55.128000] usbcore: registered new interface driver ums-usbat
[ 55.184000] xt_time: kernel timezone is -0000
[ 55.272000] cfg80211: Calling CRDA to update world regulatory domain
[ 55.280000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 55.304000] cfg80211: World regulatory domain updated:
[ 55.304000] cfg80211: DFS Master region: unset
[ 55.312000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 55.320000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 55.328000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 55.336000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 55.344000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 55.352000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 55.360000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 55.368000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 55.376000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 55.468000] nf_tables: (c) 2007-2009 Patrick McHardy <
[email protected]>
[ 55.552000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[ 55.556000] PCI: Enabling device 0000:01:00.0 (0000 -> 0002)
[ 55.568000] ath: EEPROM regdomain: 0x0
[ 55.568000] ath: EEPROM indicates default country code should be used
[ 55.568000] ath: doing EEPROM country->regdmn map search
[ 55.568000] ath: country maps to regdmn code: 0x3a
[ 55.568000] ath: Country alpha2 being used: US
[ 55.568000] ath: Regpair used: 0x3a
[ 55.576000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 55.580000] ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xbc000000, irq=144
[ 55.588000] cfg80211: Calling CRDA for country: US
[ 55.588000] cfg80211: Regulatory domain changed to country: US
[ 55.596000] cfg80211: DFS Master region: FCC
[ 55.600000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 55.608000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 55.616000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
[ 55.628000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
[ 55.636000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 55.644000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 75.308000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 75.336000] device eth0.1 entered promiscuous mode
[ 75.336000] device eth0 entered promiscuous mode
[ 75.364000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 75.548000] eth0: port 0 got link
[ 75.548000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 75.580000] br-lan: port 1(eth0.1) entered forwarding state
[ 75.584000] br-lan: port 1(eth0.1) entered forwarding state
[ 75.600000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 76.564000] br-lan: port 1(eth0.1) entered disabled state
[ 77.564000] br-lan: port 1(eth0.1) entered forwarding state
[ 77.568000] br-lan: port 1(eth0.1) entered forwarding state
[ 78.128000] cfg80211: Calling CRDA for country: IT
[ 78.136000] cfg80211: Regulatory domain changed to country: IT
[ 78.140000] cfg80211: DFS Master region: ETSI
[ 78.144000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 78.152000] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 78.160000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 78.172000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 78.180000] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 78.188000] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 79.572000] br-lan: port 1(eth0.1) entered forwarding state
[ 85.096000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 85.112000] device wlan0 entered promiscuous mode
[ 90.880000] ATM1.0.26 ATM (A1) firmware version 0.24
[ 90.884000] ifxmips_atm: ATM init succeed
[ 94.636000] br-lan: port 2(wlan0) entered forwarding state
[ 94.640000] br-lan: port 2(wlan0) entered forwarding state
[ 94.644000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 96.644000] br-lan: port 2(wlan0) entered forwarding state
[ 184.528000] enter showtime, cell rate: 0 - 2339, 1 - 2339, xdata addr: 0x820a0000
[ 184.540000] enter showtime, cell rate: 0 - 2339, 1 - 2339, xdata addr: 0x820a0000
[ 187.968000] pppoe-wan: renamed from ppp0
dovevi usare questa e solo questa, senza l'altro file