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

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-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-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
(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 Michal Kazior
On 24 October 2016 at 12:18, Matthias Klein wrote: > I also try to get a pcie wifi card (Compex WLE600VX) running in the clearfog > pro board with kernel 4.4. > > As I read in this thread the "irg.mode=1" shoud help: > https://www.spinics.net/lists/linux-wireless/msg155685.html > > But it is not w

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

2016-10-24 Thread Jonas Gorski
Hi, (please don't toppost) On 23 October 2016 at 21:42, Oliver Zemann wrote: > Thanks, but its still not working. I dont get any error now when i do > modprobe and installed is the wle900 > > [root@alarm alarm]# rmmod ath10k_pci > [root@alarm alarm]# modprobe ath10k_pci irq_mode=1 Strange, this

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

2016-10-24 Thread Matthias Klein
I also try to get a pcie wifi card (Compex WLE600VX) running in the clearfog pro board with kernel 4.4. As I read in this thread the "irg.mode=1" shoud help: https://www.spinics.net/lists/linux-wireless/msg155685.html But it is not working for me: debian@clearfog:~$ lsmod Module Size Used by

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

2016-10-23 Thread Oliver Zemann
Thanks, but its still not working. I dont get any error now when i do modprobe and installed is the wle900 [root@alarm alarm]# rmmod ath10k_pci [root@alarm alarm]# modprobe ath10k_pci irq_mode=1 but: [root@alarm alarm]# dmesg | grep ath10k [ 220.356314] ath10k_pci :02:00.0: Refused to cha

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

2016-10-23 Thread 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=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait irq_mode=1 > > But it stil

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

2016-10-23 Thread Oliver Zemann
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=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait irq_mode=1 But it still does not work: [root@alarm ~]# rmmod ath10k_pci [root@alar

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

2016-10-22 Thread 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 work > (wle600, wle900), Interesting to know this issue isn't present in 4.7 - I also encountered it in 4.4 with LEDE. > unfortunately that kernel does not support sfp (s

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

2016-10-21 Thread Michal Kazior
On 21 October 2016 at 18:25, Oliver Zemann wrote: > The problem is gone with kernel 4.7.3 on armbian - both compex cards work > (wle600, wle900), unfortunately that kernel does not support sfp (seems like > its kind of proprietary drivers from clearfog). So its a driver issue but i > have no clue

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

2016-10-21 Thread Oliver Zemann
The problem is gone with kernel 4.7.3 on armbian - both compex cards work (wle600, wle900), unfortunately that kernel does not support sfp (seems like its kind of proprietary drivers from clearfog). So its a driver issue but i have no clue who to contact or where to file a bug report. The only

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

2016-10-15 Thread Oliver Zemann
I hope thats what you mean. I am not that familiar with linux drivers [root@alarm ~]# lsmod Module Size Used by ath10k_pci 30053 0 ath10k_core 193491 1 ath10k_pci ath18176 1 ath10k_core mac80211 405739 1 ath10k_core cfg8

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

2016-10-15 Thread 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 Zemann: I have a clearfog pro (arm7) from marvel and bought a pcie wifi card. Unfortunately, it does not work. I