Please add support for kernel: CONFIG_ATH9K_PCI

Plugging in devices such as LAN adapters, Wi-Fi cards, printers, etc. to Arch Linux ARM.

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby moonman » Sat Dec 01, 2012 6:01 am

I would try the 3.6.8 kernel. These problems may have been fixed. What I don't know though, if iconnect's u-boot will boot such a kernel.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby moonman » Sat Dec 01, 2012 6:05 am

According to this: http://forum.doozan.com/read.php?3,6965,6965
$this->bbcode_second_pass_quote('', '[')Pazos tells me that the stock u-boot on his Iomega iConnect seems to boot 3.2 and higher kernels just fine, so at the moment, there is no reason to build a newer u-boot for it.]

it will
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby lulo » Wed Dec 12, 2012 11:57 am

ok...i'am install that sugested kernel version viewtopic.php?f=18&t=3671 (no any changes for u-boot - its the same version and configuration => can istall alarm-iconnect):
restart
and...
$this->bbcode_second_pass_code('', '
slawek@slawek-ubuntu:~/Pulpit$ ssh lulo@alarm-iconnect
The authenticity of host 'alarm-iconnect (199.133.122.11)' can't be established.
ECDSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'alarm-iconnect,199.133.122.11' (ECDSA) to the list of known hosts.
lulo@alarm-iconnect's password:
Last login: Tue Dec 11 15:44:59 2012 from build-linux.dom
[lulo@alarm-iconnect ~]$ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 199.133.122.11 netmask 255.255.255.0 broadcast 199.133.122.255
inet6 xxxx::xxx:xxxx:xxxx:xxxx prefixlen 64 scopeid 0x20<link>
ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 1716569 bytes 142119902 (135.5 MiB)
RX errors 0 dropped 88 overruns 0 frame 0
TX packets 22017193 bytes 2389420753 (2.2 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 11

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 164 bytes 11910 (11.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 164 bytes 11910 (11.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet xxx.xxx.xxx.xx netmask 255.255.255.0 broadcast 199.133.122.255
inet6 xxxx::xxx:xxxx:xxxx:xxxx prefixlen 64 scopeid 0x20<link>
ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 5894 bytes 584541 (570.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 167 bytes 20953 (20.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

[lulo@alarm-iconnect ~]$ iwconfig
lo no wireless extensions.

wlan0 IEEE 802.11abgn ESSID:"xxxxxxxx"
Mode:Managed Frequency:5.18 GHz Access Point: xx:xx:xx:xx:xx:xx
Bit Rate=216 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=62/70 Signal level=-48 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:34 Missed beacon:0

eth0 no wireless extensions.

[lulo@alarm-iconnect ~]$ cat /etc/rc.local
#!/bin/bash
#
# /etc/rc.local: Local multi-user start-up script.
#

wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf && dhcpcd wlan0

[lulo@alarm-iconnect ~]$ sudo cat /etc/wpa_supplicant.conf
[sudo] password for lulo:
ap_scan=1
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="xxxxxxxx"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
}
[lulo@alarm-iconnect ~]$ dmesg
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.6.10-0-ARCH (root@Arch Linux ARM install) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Mon Dec 10 18:15:25 MST 2012
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Iomega iConnect Wireless
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c062e9dc, node_mem_map c0700000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
[ 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: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=orion_nand:0xc0000@0x0(uboot),0x20000@0xa0000(env),0x300000@0x100000(zImage),0x300000@0x540000(initrd),0x1f400000@0x980000(boot) root=/dev/sdb1 rootdelay=10
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 256MB = 256MB total
[ 0.000000] Memory: 252688k/252688k available, 9456k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc05c01ec (5857 kB)
.init : 0xc05c1000 - 0xc05ecfc4 ( 176 kB)
.data : 0xc05ee000 - 0xc06333e0 ( 277 kB)
.bss : 0xc0633404 - 0xc06ffcb4 ( 819 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 15.400882] Calibrating delay loop... 990.41 BogoMIPS (lpj=4952064)
[ 15.440795] pid_max: default: 32768 minimum: 301
[ 15.440936] Security Framework initialized
[ 15.440961] AppArmor: AppArmor disabled by boot time parameter
[ 15.441032] Mount-cache hash table entries: 512
[ 15.441696] Initializing cgroup subsys cpuacct
[ 15.441716] Initializing cgroup subsys devices
[ 15.441728] Initializing cgroup subsys freezer
[ 15.441737] Initializing cgroup subsys net_cls
[ 15.441745] Initializing cgroup subsys blkio
[ 15.441754] Initializing cgroup subsys perf_event
[ 15.441773] Initializing cgroup subsys bfqio
[ 15.441880] CPU: Testing write buffer coherency: ok
[ 15.442200] Setting up static identity map for 0x4410d8 - 0x441114
[ 15.443771] devtmpfs: initialized
[ 15.446038] NET: Registered protocol family 16
[ 15.447231] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 15.448000] Kirkwood: MV88F6281-A0, TCLK=200000000.
[ 15.448020] Feroceon L2: Enabling L2
[ 15.448062] Feroceon L2: Cache support initialised.
[ 15.448755] initial MPP regs: 21111111 00003311 33331100 33333333 00000333 00000000 00000000
[ 15.448787] final MPP regs: 21111111 00003311 33331100 33333333 00000333 00000000 00000000
[ 15.449613] Kirkwood PCIe port 0:
[ 15.449621] link up
[ 15.449631] PCI: bus0 uses PCIe port 0
[ 15.449778] PCI host bridge to bus 0000:00
[ 15.449799] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
[ 15.449814] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[ 15.449827] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 15.449844] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
[ 15.449880] pci 0000:00:00.0: [11ab:6281] type 00 class 0x058000
[ 15.449910] pci 0000:00:00.0: reg 10: [mem 0xf1000000-0xf10fffff 64bit pref]
[ 15.449929] pci 0000:00:00.0: reg 18: [mem 0x00000000-0x0fffffff]
[ 15.449991] pci 0000:00:00.0: supports D1 D2
[ 15.450046] pci 0000:00:01.0: [168c:002a] type 00 class 0x028000
[ 15.450081] pci 0000:00:01.0: reg 10: [mem 0x40000000-0x4000ffff 64bit]
[ 15.450174] pci 0000:00:01.0: supports D1
[ 15.450187] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[ 15.450249] PCI: bus0: Fast back to back transfers disabled
[ 15.450265] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 15.450539] pci 0000:00:01.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit]
[ 15.455735] bio: create slab <bio-0> at 0
[ 15.456174] vgaarb: loaded
[ 15.456464] SCSI subsystem initialized
[ 15.456636] libata version 3.00 loaded.
[ 15.456855] usbcore: registered new interface driver usbfs
[ 15.456917] usbcore: registered new interface driver hub
[ 15.457031] usbcore: registered new device driver usb
[ 15.457871] Switching to clocksource orion_clocksource
[ 15.472702] FS-Cache: Loaded
[ 15.483690] NET: Registered protocol family 2
[ 15.484279] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 15.484499] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 15.484612] TCP: Hash tables configured (established 8192 bind 8192)
[ 15.484653] TCP: reno registered
[ 15.484666] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 15.484690] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 15.484922] NET: Registered protocol family 1
[ 15.484980] PCI: CLS 32 bytes, default 32
[ 15.485902] audit: initializing netlink socket (disabled)
[ 15.485954] type=2000 audit(0.070:1): initialized
[ 15.587530] VFS: Disk quotas dquot_6.5.2
[ 15.587780] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 15.590250] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 15.591506] aufs 3.6
[ 15.591531] msgmni has been set to 493
[ 15.593264] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 15.593279] io scheduler noop registered
[ 15.593286] io scheduler deadline registered
[ 15.593322] io scheduler cfq registered
[ 15.593351] io scheduler bfq registered (default)
[ 15.593455] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 15.593507] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 15.627960] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 15.667963] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 15.707963] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 15.747962] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 15.752736] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 15.773366] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 15.773719] console [ttyS0] enabled
[ 15.780917] brd: module loaded
[ 15.784569] loop: module loaded
[ 15.785808] NAND device: Manufacturer ID: 0xad, Chip ID: 0xdc (Hynix NAND 512MiB 3,3V 8-bit), page size: 2048, OOB size: 64
[ 15.785832] Scanning device for bad blocks
[ 16.150945] 5 cmdlinepart partitions found on MTD device orion_nand
[ 16.150957] Creating 5 MTD partitions on "orion_nand":
[ 16.150972] 0x000000000000-0x0000000c0000 : "uboot"
[ 16.151382] 0x0000000a0000-0x0000000c0000 : "env"
[ 16.151733] 0x000000100000-0x000000400000 : "zImage"
[ 16.152050] 0x000000540000-0x000000840000 : "initrd"
[ 16.152369] 0x000000980000-0x00001fd80000 : "boot"
[ 16.154052] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 16.154162] libphy: mv643xx_eth smi: probed
[ 16.156158] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address xx:xx:xx:xx:xx:xx
[ 16.156211] pch_gbe: EG20T PCH Gigabit Ethernet Driver - version 1.01
[ 16.156292] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 16.156356] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 16.156389] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 16.177939] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 16.197927] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 16.198603] hub 1-0:1.0: USB hub found
[ 16.198630] hub 1-0:1.0: 1 port detected
[ 16.199061] Initializing USB Mass Storage driver...
[ 16.199176] usbcore: registered new interface driver usb-storage
[ 16.199185] USB Mass Storage support registered.
[ 16.199285] usbcore: registered new interface driver libusual
[ 16.199630] mousedev: PS/2 mouse device common for all mice
[ 16.199919] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[ 16.200325] orion_wdt: Initial timeout 21 sec
[ 16.200461] sdhci: Secure Digital Host Controller Interface driver
[ 16.200470] sdhci: Copyright(c) Pierre Ossman
[ 16.200539] sdhci-pltfm: SDHCI platform and OF driver helper
[ 16.200703] Registered led device: iconnect:led_level
[ 16.200827] Registered led device: iconnect:blue:power
[ 16.200940] Registered led device: iconnect:red:power
[ 16.201050] Registered led device: iconnect:blue:usb1
[ 16.201160] Registered led device: iconnect:blue:usb2
[ 16.201280] Registered led device: iconnect:blue:usb3
[ 16.201405] Registered led device: iconnect:blue:usb4
[ 16.201517] Registered led device: iconnect:blue:otb
[ 16.201749] usbcore: registered new interface driver r8712u
[ 16.202025] gre: GRE over IPv4 demultiplexor driver
[ 16.202175] TCP: cubic registered
[ 16.202188] NET: Registered protocol family 17
[ 16.202286] lib80211: common routines for IEEE802.11 drivers
[ 16.202297] lib80211_crypt: registered algorithm 'NULL'
[ 16.202361] Key type dns_resolver registered
[ 16.203007] registered taskstats version 1
[ 16.203974] console [netcon0] enabled
[ 16.203984] netconsole: network logging started
[ 16.204355] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 16.204658] rtc-mv rtc-mv: setting system clock to 2012-12-11 14:34:32 UTC (1355236472)
[ 16.205047] Waiting 10sec before mounting root device...
[ 16.517933] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 16.669031] hub 1-1:1.0: USB hub found
[ 16.669242] hub 1-1:1.0: 4 ports detected
[ 16.948119] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[ 17.060286] scsi0 : usb-storage 1-1.1:1.0
[ 17.158120] usb 1-1.2: new high-speed USB device number 4 using orion-ehci
[ 17.350962] scsi1 : usb-storage 1-1.2:1.0
[ 18.058733] scsi 0:0:0:0: Direct-Access ST925031 5AS PQ: 0 ANSI: 2 CCS
[ 18.059681] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 18.060547] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 18.061157] sd 0:0:0:0: [sda] Write Protect is off
[ 18.061176] sd 0:0:0:0: [sda] Mode Sense: 00 38 00 00
[ 18.061777] sd 0:0:0:0: [sda] Asking for cache data failed
[ 18.067317] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 18.076142] sd 0:0:0:0: [sda] Asking for cache data failed
[ 18.081691] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 18.088595] sda: sda1 sda2
[ 18.091018] sd 0:0:0:0: [sda] Asking for cache data failed
[ 18.096549] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 18.102710] sd 0:0:0:0: [sda] Attached SCSI disk
[ 18.557085] scsi 1:0:0:0: Direct-Access ADATA USB Flash Drive 1100 PQ: 0 ANSI: 0 CCS
[ 18.557842] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 18.559905] sd 1:0:0:0: [sdb] 7913472 512-byte logical blocks: (4.05 GB/3.77 GiB)
[ 18.560516] sd 1:0:0:0: [sdb] Write Protect is off
[ 18.560534] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 18.561142] sd 1:0:0:0: [sdb] No Caching mode page present
[ 18.566677] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 18.576024] sd 1:0:0:0: [sdb] No Caching mode page present
[ 18.581565] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 18.588713] sdb: sdb1
[ 18.591520] sd 1:0:0:0: [sdb] No Caching mode page present
[ 18.597050] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 18.603208] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 26.213022] EXT3-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
[ 26.213120] kjournald starting. Commit interval 5 seconds
[ 26.214146] EXT3-fs (sdb1): using internal journal
[ 26.214160] EXT3-fs (sdb1): mounted filesystem with writeback data mode
[ 26.214201] VFS: Mounted root (ext3 filesystem) on device 8:17.
[ 26.218065] devtmpfs: mounted
[ 26.218721] Freeing init memory: 172K
[ 29.542566] systemd-udevd[87]: starting version 196
[ 30.456913] cfg80211: Calling CRDA to update world regulatory domain
[ 30.529307] cryptodev: driver 1.5 loaded.
[ 30.874410] cfg80211: World regulatory domain updated:
[ 30.874428] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 30.874440] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 30.874450] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 30.874460] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 30.874470] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 30.874479] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 31.045006] cfg80211: Calling CRDA for country: PL
[ 31.079664] cfg80211: Regulatory domain changed to country: PL
[ 31.079682] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 31.079693] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 31.079702] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 31.079712] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 31.079721] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 31.430088] ath: EEPROM regdomain: 0x60
[ 31.430102] ath: EEPROM indicates we should expect a direct regpair map
[ 31.430117] ath: Country alpha2 being used: 00
[ 31.430124] ath: Regpair used: 0x60
[ 31.440542] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 31.442530] Registered led device: ath9k-phy0
[ 31.442595] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xd0b20000, irq=9
[ 32.274396] EXT3-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
[ 32.275428] EXT3-fs (sdb1): using internal journal
[ 32.510479] kjournald starting. Commit interval 5 seconds
[ 32.511543] EXT3-fs (sda2): using internal journal
[ 32.511557] EXT3-fs (sda2): mounted filesystem with ordered data mode
[ 32.596063] Adding 523292k swap on /dev/sda1. Priority:-1 extents:1 across:523292k
[ 37.357693] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 47.368853] NET: Registered protocol family 10
[ 50.832706] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 54.867684] wlan0: authenticate with xx:xx:xx:xx:xx:xx
[ 54.888181] wlan0: direct probe to xx:xx:xx:xx:xx:xx (try 1/3)
[ 55.097985] wlan0: send auth to xx:xx:xx:xx:xx:xx (try 2/3)
[ 55.099504] wlan0: authenticated
[ 55.117950] wlan0: associate with xx:xx:xx:xx:xx:xx (try 1/3)
[ 55.119586] wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x11 status=0 aid=1)
[ 55.119825] wlan0: associated
[ 55.119918] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 55.120130] cfg80211: Calling CRDA for country: PL
[ 55.170224] ath: regdomain 0x8268 updated by CountryIE
[ 55.170240] ath: EEPROM regdomain: 0x8268
[ 55.170248] ath: EEPROM indicates we should expect a country code
[ 55.170258] ath: doing EEPROM country->regdmn map search
[ 55.170266] ath: country maps to regdmn code: 0x37
[ 55.170274] ath: Country alpha2 being used: PL
[ 55.170280] ath: Regpair used: 0x37
[ 55.170442] cfg80211: Regulatory domain changed to country: PL
[ 55.170451] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 55.170462] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 55.170471] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 55.170480] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 55.170489] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)

[lulo@alarm-iconnect ~]$ sudo lspci -vv
[sudo] password for lulo:
00:00.0 Host bridge: Marvell Technology Group Ltd. 88F6281 [Kirkwood] ARM SoC (rev 02)
Subsystem: Marvell Technology Group Ltd. Device 11ab
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 9
Region 0: Memory at <ignored> (64-bit, prefetchable)
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [60] Express (v1) Root Port (Slot-), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <256ns, L1 <1us
ExtTag- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 unlimited
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-

00:01.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
Subsystem: Atheros Communications Inc. Device 0200
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 9
Region 0: Memory at e0000000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=375mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [60] Express (v1) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L1, Latency L0 <512ns, L1 <64us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [90] MSI-X: Enable- Count=1 Masked-
Vector table: BAR=0 offset=00000000
PBA: BAR=0 offset=00000000
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [140 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [160 v1] Device Serial Number 00-00-00-00-00-00-00-00
Kernel driver in use: ath9k


[lulo@alarm-iconnect ~]$ lsmod
Module Size Used by
ipv6 265485 16
rmd160 7253 0
sha1_generic 1753 6084
hmac 2414 0
blowfish_generic 3610 0
blowfish_common 6502 1 blowfish_generic
ath9k 84417 0
ath9k_common 1787 1 ath9k
ath9k_hw 334868 2 ath9k_common,ath9k
ath 13867 3 ath9k_common,ath9k,ath9k_hw
mac80211 335788 1 ath9k
cryptodev 30567 4
cfg80211 162158 3 ath,ath9k,mac80211
rfkill 14983 2 cfg80211
mv_cesa 10309 6084
[lulo@alarm-iconnect ~]$ iw phy0 info
Wiphy phy0
Band 1:
Capabilities: 0x11ce
HT20/HT40
SM Power Save disabled
RX HT40 SGI
TX STBC
RX STBC 1-stream
Max AMSDU length: 3839 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 8 usec (0x06)
HT TX/RX MCS rate indexes supported: 0-15
Frequencies:
* 2412 MHz [1] (20.0 dBm)
* 2417 MHz [2] (20.0 dBm)
* 2422 MHz [3] (20.0 dBm)
* 2427 MHz [4] (20.0 dBm)
* 2432 MHz [5] (20.0 dBm)
* 2437 MHz [6] (20.0 dBm)
* 2442 MHz [7] (20.0 dBm)
* 2447 MHz [8] (20.0 dBm)
* 2452 MHz [9] (20.0 dBm)
* 2457 MHz [10] (20.0 dBm)
* 2462 MHz [11] (20.0 dBm)
* 2467 MHz [12] (20.0 dBm) (passive scanning)
* 2472 MHz [13] (20.0 dBm) (passive scanning)
* 2484 MHz [14] (disabled)
Bitrates (non-HT):
* 1.0 Mbps
* 2.0 Mbps (short preamble supported)
* 5.5 Mbps (short preamble supported)
* 11.0 Mbps (short preamble supported)
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
Band 2:
Capabilities: 0x11ce
HT20/HT40
SM Power Save disabled
RX HT40 SGI
TX STBC
RX STBC 1-stream
Max AMSDU length: 3839 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 8 usec (0x06)
HT TX/RX MCS rate indexes supported: 0-15
Frequencies:
* 5180 MHz [36] (20.0 dBm)
* 5200 MHz [40] (20.0 dBm) (passive scanning, no IBSS)
* 5220 MHz [44] (20.0 dBm) (passive scanning, no IBSS)
* 5240 MHz [48] (20.0 dBm) (passive scanning, no IBSS)
* 5260 MHz [52] (20.0 dBm) (passive scanning, no IBSS, radar detection)
* 5280 MHz [56] (20.0 dBm) (passive scanning, no IBSS, radar detection)
* 5300 MHz [60] (20.0 dBm) (passive scanning, no IBSS, radar detection)
* 5320 MHz [64] (20.0 dBm) (passive scanning, no IBSS, radar detection)
* 5500 MHz [100] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5520 MHz [104] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5540 MHz [108] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5560 MHz [112] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5580 MHz [116] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5600 MHz [120] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5620 MHz [124] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5640 MHz [128] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5660 MHz [132] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5680 MHz [136] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5700 MHz [140] (27.0 dBm) (passive scanning, no IBSS, radar detection)
* 5745 MHz [149] (disabled)
* 5765 MHz [153] (disabled)
* 5785 MHz [157] (disabled)
* 5805 MHz [161] (disabled)
* 5825 MHz [165] (disabled)
Bitrates (non-HT):
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
max # scan SSIDs: 4
max scan IEs length: 2257 bytes
Coverage class: 0 (up to 0m)
Supported Ciphers:
* WEP40 (00-0f-ac:1)
* WEP104 (00-0f-ac:5)
* TKIP (00-0f-ac:2)
* CCMP (00-0f-ac:4)
* CMAC (00-0f-ac:6)
Available Antennas: TX 0x3 RX 0x3
Configured Antennas: TX 0x3 RX 0x3
Supported interface modes:
* IBSS
* managed
* AP
* AP/VLAN
* WDS
* monitor
* P2P-client
* P2P-GO
software interface modes (can always be added):
* AP/VLAN
* monitor
valid interface combinations:
* #{ managed, WDS, P2P-client } <= 2048, #{ AP, P2P-GO } <= 8,
total <= 2048, #channels <= 1
Supported commands:
* new_interface
* set_interface
* new_key
* start_ap
* new_station
* set_bss
* authenticate
* associate
* deauthenticate
* disassociate
* join_ibss
* remain_on_channel
* set_tx_bitrate_mask
* frame
* frame_wait_cancel
* set_wiphy_netns
* set_channel
* set_wds_peer
* tdls_mgmt
* tdls_oper
* probe_client
* set_noack_map
* register_beacons
* testmode
* connect
* disconnect
Supported TX frame types:
* IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* mesh point: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
* P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
Supported RX frame types:
* IBSS: 0xb0 0xc0 0xd0
* managed: 0x40 0xd0
* AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
* AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
* mesh point: 0xb0 0xc0 0xd0
* P2P-client: 0x40 0xd0
* P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
Device supports RSN-IBSS.
HT Capability overrides:
* MCS: ff ff ff ff ff ff ff ff ff ff
* maximum A-MSDU length
* supported channel width
* short GI for 40 MHz
* max A-MPDU length exponent
* min MPDU start spacing
Device supports TX status socket option.
Device supports HT-IBSS.
[lulo@alarm-iconnect ~]$ iw wlan0 info
Interface wlan0
ifindex 3
wdev 0x1
addr xx:xx:xx:xx:xx:xx
type managed
wiphy 0
channel 36 (5180 MHz) HT40+
[lulo@alarm-iconnect ~]$
')

Probably everyting is ok :D ...no any debug messages (boot system).

TRANSFER:
(199.133.122.17 - alrm-iconnect-wifi from my iConnect
199.133.122.1 - router
199.133.122.10 - PC computer)

From router Netgear WNDR3800 (software: last gargoyle-pl by obsy - http://openrouter.info)
162 Mb/s - speed connection after can connect alarm-iconnect-wifi to my router (different card wifi - not orginal: viewtopic.php?f=6&t=3135 )

Real transfer read wifi (ftp - big file: 32 GiB) : 32 MB/s ( :D ) - probably max speed usb||external usb-sata||this disk (real distance from this devices to my LAN: alarm-iconnect-wifi <=> router = 2.5 m )
(smb): 6.8-12 MB/s ( :( )

IMPORTANT: not installed any internal or any external antennas for my iconnect wifi card...any !
he...
:D

P.S.
1 question:
$this->bbcode_second_pass_code('', '
lulo@alarm-iconnect ~]$ iwconfig
lo no wireless extensions.

wlan0 IEEE 802.11abgn ESSID:"xxxxxxxx"
Mode:Managed Frequency:5.18 GHz Access Point: xx:xx:xx:xx:xx:xx
Bit Rate=216 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=62/70 Signal level=-48 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:34 Missed beacon:0

eth0 no wireless extensions.
')

$this->bbcode_second_pass_code('', '
Invalid misc:34
')
how to fix - it is important bug ?

2 question:
$this->bbcode_second_pass_code('', '
[lulo@alarm-iconnect ~]$ cat /sys/block/sdb/queue/scheduler
noop deadline cfq [bfq]
[lulo@alarm-iconnect ~]$
')
Probably bfq not working for my iConnect (old u-boot)
$this->bbcode_second_pass_code('', '
[lulo@alarm-iconnect ~]$ sudo fw_printenv
baudrate=115200
loads_echo=0
ipaddr=10.4.50.165
serverip=10.4.50.5
rootpath=/mnt/ARM_FS/
netmask=255.255.255.0
bootargs=console=ttyS0,115200 ramdisk=32768 mtdparts=orion_nand:0xc0000@0x0(uboot),0x20000@0xa0000(env),0x300000@0x100000(zImage),0x300000@0x540000(initrd),0x1f400000@0x980000(boot)
ethprime=egiga0
ethact=egiga0
serverip=192.168.100.70
ipaddr=192.168.100.71
usbstart=usb start
run_diag=yes
console=console=ttyS0,115200 mtdparts=nand_mtd:0xc0000@0(uboot)ro,0x1ff00000@0x100000(root)
CASset=min
MALLOC_len=1
bootargs_root=root=/dev/nfs rw
bootargs_end=:::orion:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
ethaddr=xx:xx:xx:xx:xx:xx
ethmtu=1500
eth1addr=xx:xx:xx:xx:xx:xx
eth1mtu=1500
mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
mvNetConfig=mv_net_config=(xx:xx:xx:xx:xx:xx,x:x:x:x),mtu=1500
usb0Mode=host
yuk_ethaddr=xx:xx:xx:xx:xx:xx
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
uboot_start=0x0
uboot_size=0xc0000
env_start=0xa0000
env_size=0x20000
kernel_start=0x100000
kernel_size=0x300000
initrd_start=0x540000
initrd_size=0x300000
flash_load=run make_boot_args load1 load2 boot
load1=nand read.e 0x2000000 $(kernel_start) $(kernel_size)
load2=nand read.e 0x4500000 $(initrd_start) $(initrd_size)
boot=bootm 0x2000000 0x4500000
nandEcc=1bit
iomega=123
make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:;setenv bootargs $(bootargs)$(uboot_size)@$(uboot_start)(uboot),;setenv bootargs $(bootargs)$(env_size)@$(env_start)(env),;setenv bootargs $(bootargs)$(kernel_size)@$(kernel_start)(zImage),;setenv bootargs $(bootargs)$(initrd_size)@$(initrd_start)(initrd),;setenv bootargs $(bootargs)$(boot_size)@$(boot_start)(boot)
boot_start=0x980000
boot_size=0x1f400000
stdin=serial
stdout=serial
stderr=serial
mainlineLinux=yes
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
bootdelay=3
disaMvPnp=no
hddPowerCtrl=no
enaAutoRecovery=yes
pcieTune=no
usb_scan_1=setenv usb 0:1; setenv dev sda1
usb_scan_2=setenv usb 1:1; setenv dev sdb1
usb_scan_3=setenv usb 2:1; setenv dev sdc1
usb_scan_4=setenv usb 3:1; setenv dev sdd1
usb_scan_5=setenv usb 0:1; setenv dev sda2
usb_scan_6=setenv usb 1:1; setenv dev sdb2
usb_scan_7=setenv usb 2:1; setenv dev sdc2
usb_scan_8=setenv usb 3:1; setenv dev sdd2
bootcmd_usb_1=run usb_scan_1;run make_usb_bootargs;ext2load usb $(usb) 0x00800000 /boot/uImage;bootm 0x00800000
bootcmd_usb_2=run usb_scan_2;run make_usb_bootargs;ext2load usb $(usb) 0x00800000 /boot/uImage;bootm 0x00800000
bootcmd_usb_3=run usb_scan_3;run make_usb_bootargs;ext2load usb $(usb) 0x00800000 /boot/uImage;bootm 0x00800000
bootcmd_usb_4=run usb_scan_4;run make_usb_bootargs;ext2load usb $(usb) 0x00800000 /boot/uImage;bootm 0x00800000
bootcmd_usb_5=run usb_scan_5;run make_usb_bootargs;ext2load usb $(usb) 0x00800000 /uImage;bootm 0x00800000
bootcmd_usb_6=run usb_scan_6;run make_usb_bootargs;ext2load usb $(usb) 0x00800000 /uImage;bootm 0x00800000
bootcmd_usb_7=run usb_scan_7;run make_usb_bootargs;ext2load usb $(usb) 0x00800000 /uImage;bootm 0x00800000
bootcmd_usb_8=run usb_scan_8;run make_usb_bootargs;ext2load usb $(usb) 0x00800000 /uImage;bootm 0x00800000
make_usb_bootargs=run make_boot_args;setenv bootargs $(bootargs) root=/dev/$(dev) rootdelay=10
bootcmd_usb=usb start;run bootcmd_usb_1;run bootcmd_usb_2;run bootcmd_usb_3;run bootcmd_usb_4;run bootcmd_usb_5;run bootcmd_usb_6;run bootcmd_usb_7;run bootcmd_usb_8
bootcmd=run bootcmd_usb; run flash_load
arcNumber=2870
[lulo@alarm-iconnect ~]$
')
lulo
 
Posts: 90
Joined: Mon Nov 28, 2011 1:19 am

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby moonman » Thu Dec 13, 2012 3:35 am

I don't understand what the problem is though... 216 / 2(half duplex) / 8bits in byte = 13.5 MBytes/s - overhead.

Wireless is always half duplex so divide whatever the computer tells you by 2. Wired will always be faster even when you get into 802.11ac stuff (gigabit connection is still faster, but at least you will get better speed)
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby lulo » Thu Dec 13, 2012 5:19 am

upgrade to latest kernel linux-kirkwood-3.6.10-1 - still worging...hehe...wifi is the same rate/config/parameters/etc...generaly wifi working and any debug messages from boot system.
lulo
 
Posts: 90
Joined: Mon Nov 28, 2011 1:19 am

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby moonman » Thu Dec 13, 2012 5:39 am

I submitted the pathes to github. Kernel 3.1 shpuld work as well. Could you test it if it works by

$this->bbcode_second_pass_code('', 'pacman -Sy linux')

then you can go back to the latest kernel

$this->bbcode_second_pass_code('', 'pacman -Sy linux-kirkwood')
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby pazos » Fri Dec 14, 2012 4:12 pm

ath9k debug messages are still present in latest 3.1.x tree. I've uploaded the kernel for my iconnects to 3.2 branch and no more messages :) ( in both cases the wifi card worked as expected )

U-boot related: folks at openwrt mantain a recent u-boot binary for iconnect here -> http://downloads.openwrt.org/attitude_a ... u-boot.kwb

this was patched to allow disable l2 cache in kirkwood machines and lets us to install new mainstream kernels ( you can even boot those new kernels if you configure they accordly).

Of course stock uboot can be able to boot those kernels too, and upgrading it is RISKY. Main advantage of upgrading it would be:

- faster booting ( 2s from cold boot to kernel loading [[ with kernel on nand ]] vs 8s )
- cleaner and more flexible bootloader enviroment
- led will not blinking like mad when device boots up
pazos
 
Posts: 21
Joined: Thu Aug 04, 2011 2:35 pm

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby moonman » Sun Dec 16, 2012 10:20 pm

The stock U-Boot seems to boot>=3.2 kernels just fine. Are you on archlinux because 3.2 kernels were skipped and the latest is 3.6.10 which boots up just fine.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: Please add support for kernel: CONFIG_ATH9K_PCI

Postby lulo » Mon Dec 24, 2012 6:58 pm

can install again linu-3.5.10-15...not working (boot & funcionality) properly...its the same bug from boot :
$this->bbcode_second_pass_code('', '
...
[ 31.033608] cfg80211: World regulatory domain updated:
[ 31.033627] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 31.033645] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 31.033660] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 31.033675] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 31.033690] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 31.033705] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 31.071425] ------------[ cut here ]------------
[ 31.071541] WARNING: at drivers/net/wireless/ath/ath9k/pci.c:132 ath_pci_aspm_init+0x38/0x98 [ath9k]()
[ 31.071555] Modules linked in: ath9k(+) ath9k_common cryptodev ath9k_hw ath mac80211 cfg80211 rfkill mv_cesa
[ 31.071824] [<c000d290>] (unwind_backtrace+0x0/0xe0) from [<c001e0dc>] (warn_slowpath_common+0x4c/0x64)
[ 31.071897] [<c001e0dc>] (warn_slowpath_common+0x4c/0x64) from [<c001e10c>] (warn_slowpath_null+0x18/0x1c)
[ 31.071974] [<c001e10c>] (warn_slowpath_null+0x18/0x1c) from [<bf0fb3d0>] (ath_pci_aspm_init+0x38/0x98 [ath9k])
[ 31.072089] [<bf0fb3d0>] (ath_pci_aspm_init+0x38/0x98 [ath9k]) from [<bf08c3b0>] (ath9k_hw_init+0x544/0x9ec [ath9k_hw])
[ 31.072232] [<bf08c3b0>] (ath9k_hw_init+0x544/0x9ec [ath9k_hw]) from [<bf0f0eac>] (ath9k_init_device+0x1b0/0x6fc [ath9k])
[ 31.072535] [<bf0f0eac>] (ath9k_init_device+0x1b0/0x6fc [ath9k]) from [<bf0fb6d0>] (ath_pci_probe+0x208/0x2e4 [ath9k])
[ 31.072604] [<bf0fb6d0>] (ath_pci_probe+0x208/0x2e4 [ath9k]) from [<c0237450>] (pci_device_probe+0x88/0x118)
[ 31.072687] [<c0237450>] (pci_device_probe+0x88/0x118) from [<c0266418>] (driver_probe_device+0xc4/0x1a8)
[ 31.072717] [<c0266418>] (driver_probe_device+0xc4/0x1a8) from [<c0266564>] (__driver_attach+0x68/0x8c)
[ 31.072743] [<c0266564>] (__driver_attach+0x68/0x8c) from [<c02653f4>] (bus_for_each_dev+0x48/0x8c)
[ 31.072768] [<c02653f4>] (bus_for_each_dev+0x48/0x8c) from [<c0265d2c>] (bus_add_driver+0xdc/0x244)
[ 31.072793] [<c0265d2c>] (bus_add_driver+0xdc/0x244) from [<c0266868>] (driver_register+0xa8/0x130)
[ 31.072820] [<c0266868>] (driver_register+0xa8/0x130) from [<c023767c>] (__pci_register_driver+0x38/0xb4)
[ 31.072917] [<c023767c>] (__pci_register_driver+0x38/0xb4) from [<bf102024>] (ath9k_init+0x24/0x4c [ath9k])
[ 31.073278] [<bf102024>] (ath9k_init+0x24/0x4c [ath9k]) from [<c0008584>] (do_one_initcall+0x90/0x168)
[ 31.073309] [<c0008584>] (do_one_initcall+0x90/0x168) from [<c005421c>] (sys_init_module+0x1740/0x18fc)
[ 31.073384] [<c005421c>] (sys_init_module+0x1740/0x18fc) from [<c0008b40>] (ret_fast_syscall+0x0/0x2c)
[ 31.073402] ---[ end trace bc12574d16683462 ]---
[ 31.141454] cfg80211: Calling CRDA for country: PL
[ 31.187903] cfg80211: Regulatory domain changed to country: PL
[ 31.187921] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 31.187938] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 31.187953] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 31.187967] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 31.187981] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 31.571934] ath: EEPROM regdomain: 0x60
[ 31.571948] ath: EEPROM indicates we should expect a direct regpair map
[ 31.571968] ath: Country alpha2 being used: 00
[ 31.571977] ath: Regpair used: 0x60
[ 31.582132] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 31.583847] Registered led device: ath9k-phy0
[ 31.583906] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xd09c0000, irq=9
[ 32.183542] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
[ 32.184533] EXT4-fs (sdb1): re-mounted. Opts: user_xattr,acl,barrier=1,nodelalloc,data=ordered
[ 32.288044] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
[ 32.365165] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: user_xattr,barrier=1,data=ordered
[ 32.441454] Adding 523292k swap on /dev/sda1. Priority:-1 extents:1 across:523292k
[ 37.176157] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 44.590569] NET: Registered protocol family 10
[ 48.383539] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 52.490240] wlan0: direct probe to xx:xx:xx:xx:xx:xx (try 1/3)
[ 52.494313] wlan0: direct probe responded
[ 52.507308] wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
[ 52.509692] wlan0: authenticated
[ 52.534088] wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
[ 52.535758] wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x11 status=0 aid=1)
[ 52.535775] wlan0: associated
[ 52.543547] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 52.544794] cfg80211: Calling CRDA for country: PL
[ 52.567454] cfg80211: Regulatory domain changed to country: PL
[ 52.567472] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 52.567489] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 52.567504] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 52.567518] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 52.567531] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 55.297284] eth0: no IPv6 routers present
[ 63.157270] wlan0: no IPv6 routers present
')
sorry...its really only linux-kirkwood working fine (wlan0)....
lulo
 
Posts: 90
Joined: Mon Nov 28, 2011 1:19 am

Previous

Return to Hardware

Who is online

Users browsing this forum: No registered users and 4 guests