compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-15 Thread Oliver Zemann
I have a clearfog pro (arm7) from marvel and bought a pcie wifi card. Unfortunately, it does not work. I am not sure if this is a bug in the module or even in some pci-e driver. Maybe someone could tell me that. dmesg: [ 5.348307] mvebu-pcie soc:pcie-controller: /soc/pcie-controller/pcie@2,0:

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-15 Thread Oliver Zemann
[28501.681625] ath10k_pci: probe of :02:00.0 failed with error -110 Am 15.10.2016 um 16:44 schrieb Sebastian Gottschall: could you please attach a full log? i see no driver loading here. this is just a small part of the kernel boot log, but no driver intialisation Am 15.10.2016 um 16:00 schrieb Oliver

Intel 7260 not working on 4.4.24 / armv7

2016-10-18 Thread Oliver Zemann
Because of the problems with the ath10 card, i bought an intel 7260 (mpcie) wifi card. Unfortunately it is also not working. I get tons of those messages: [ 175.777030] usb 1-1: new full-speed USB device number 2 using orion-ehci [ 175.933953] usb 1-1: New USB device found, idVendor=8087, idPr

Re: Intel 7260 not working on 4.4.24 / armv7

2016-10-18 Thread Oliver Zemann
I tried 2 of those wifi cards. Both behaved the same. Also on another clearfog pro. So i guess this is not a hardware fault. Also, the compex WLE600 works (unfortunately the WLE900 does not). Am 18.10.2016 um 21:30 schrieb Emmanuel Grumbach: On Tue, Oct 18, 2016 at 7:22 PM, Oliver Zemann

Re: Intel 7260 not working on 4.4.24 / armv7

2016-10-18 Thread Oliver Zemann
Is there some way to disable the bluetooth functionality? Am 18.10.2016 um 21:06 schrieb Johannes Berg: On Tue, 2016-10-18 at 18:22 +0200, Oliver Zemann wrote: Because of the problems with the ath10 card, i bought an intel 7260 (mpcie) wifi card. Unfortunately it is also not working. I get

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-21 Thread Oliver Zemann
available kernel which supports sfp (from solidrun, vendor of the clearfog board) is 4.4.23 I am wondering if i could simply checkout the 4.4.x sources, merge the atheros drivers in it and try to rebuild the kernel? Am 15.10.2016 um 19:04 schrieb Oliver Zemann: I hope thats what you mean

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-23 Thread Oliver Zemann
possible, i would prefer to not rebuild the kernel and somehow configure the existing one without changes. Kind regards Oli Am 22.10.2016 um 13:55 schrieb Jonas Gorski: Hi, On 21 October 2016 at 18:25, Oliver Zemann wrote: The problem is gone with kernel 4.7.3 on armbian - both compex cards

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-23 Thread Oliver Zemann
Thanks for your patience Regards Oli Am 23.10.2016 um 21:33 schrieb Jonas Gorski: On 23 October 2016 at 17:53, Oliver Zemann wrote: Thanks for that info Jonas. I passed optargs=irq_mode=1 in /boot/uEnv.txt on archlinux arm (kernel 4.4.23) and verified with [root@alarm ~]# cat /proc/cmdline console

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-24 Thread Oliver Zemann
(please don't toppost) Did not know that this is forbidden, sorry You can find an sd-card image at https://downloads.lede-project.org/snapshots/targets/mvebu/generic/ - it won't contain any wifi drivers though, you will need to install them separately - easiest by providing internet access over

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-24 Thread Oliver Zemann
Can you try cherry-picking it into your 4.4.24 and see if it helps? I created a patch which should work for 4.4.24 (at least for arch linux arm it applied successful) diff --git a/drivers/pci/pcie/portdrv_core.c b/drivers/pci/pcie/portdrv_core.c index 88122dc..f2caf38 100644 --- a/drivers/p

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-24 Thread Oliver Zemann
I created a patch which should work for 4.4.24 (at least for arch linux arm it applied successful) Just compiling the kernel... lets see what happens Did not work. First, there was a + which was wrong, guess i have this simply overseen. After fixing that i got: drivers/pci/pcie/portdrv_pci.

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-26 Thread Oliver Zemann
I (naively) went through pci/pm git log and found the following was applied on 4.7-rc2 (i.e. prior to 4.7 release): commit 006d44e49a259b39947366728d65a873a19aadc0 Author: Mika Westerberg Date: Thu Jun 2 11:17:15 2016 +0300 PCI: Add runtime PM support for PCIe ports From reading

Re: compex wle900vx (ath10k) problem on 4.4.24 / armv7

2016-10-30 Thread Oliver Zemann
>> I (naively) went through pci/pm git log and found the following was >> applied on 4.7-rc2 (i.e. prior to 4.7 release): >> >> commit 006d44e49a259b39947366728d65a873a19aadc0 >> Author: Mika Westerberg >> Date: Thu Jun 2 11:17:15 2016 +0300 >> >> PCI: Add runtime PM support for PCIe