Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-09 Thread Bartlomiej Grzeskowiak
Hi Rajkumar, Great. It works now. I do not have a fully functional wlan yet, but at least the insmod goes through. This issue is solved. BR Bartek 2015-12-07 10:08 GMT+01:00 Rajkumar Manoharan : > On Tue, Dec 01, 2015 at 11:28:25AM +0100, Bartlomiej Grzeskowiak

Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-07 Thread Rajkumar Manoharan
On Tue, Dec 01, 2015 at 11:28:25AM +0100, Bartlomiej Grzeskowiak wrote: > I have tested borad-2.bin file with my module, by forcing > ar->id.subsystem_vendor = 0x168c; > ar->id.subsystem_device = 0x3363; (1,2,3) > in ath/ath10k/pci.c file. > > All the tests failed with: > ath10k_pci :01:00.0:

Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-01 Thread Bartlomiej Grzeskowiak
Hi, I have already tried with backports 4.2.6 and different combinations of firmware.bin / board.bin. With differnt results, but none of them works. I will redo the tests and summarize them. Loading with irq_mode=1 gives me following result: [55416.824364] ath10k_pci :01:00.0: limiting irq

Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-01 Thread Michal Kazior
On 1 December 2015 at 09:38, Bartlomiej Grzeskowiak wrote: > Hi, > > I have already tried with backports 4.2.6 and different combinations > of firmware.bin / board.bin. With differnt results, but none of them > works. I will redo the tests and summarize them. > >

Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-01 Thread Bartosz Markowski
On 1 December 2015 at 09:42, Michal Kazior wrote: > On 1 December 2015 at 09:38, Bartlomiej Grzeskowiak > wrote: >> Hi, >> >> I have already tried with backports 4.2.6 and different combinations >> of firmware.bin / board.bin. With

Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-01 Thread Bartlomiej Grzeskowiak
HI, Yes, I am testing it now: ath10k_pci :01:00.0: boot get otp board id result 0x0001 board_id 0 chip_id 0 ath10k_pci :01:00.0: boot using board name 'bus=pci,vendor=168c,device=003e,subsystem-vendor=,subsystem-device=' ath10k_pci :01:00.0: board name ath10k_pci

Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-01 Thread Bartlomiej Grzeskowiak
Hi, Unfortunately I do have this patch in my code (backports-4.4-rc.2-1). I have also tested the old reg_address/mask value (0x9028) but the result is the same. BR, Bartek 2015-12-01 7:26 GMT+01:00 Janusz Dziedzic : > On 1 December 2015 at 07:20, Bartlomiej

Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-01 Thread Michal Kazior
On 1 December 2015 at 09:13, Bartlomiej Grzeskowiak wrote: > Hi, > > Unfortunately I do have this patch in my code (backports-4.4-rc.2-1). > I have also tested the old reg_address/mask value (0x9028) but the > result is the same. The problem actually looks a

Re: ath10k: device has crashed during init - qca6174 chipset

2015-12-01 Thread Bartlomiej Grzeskowiak
I have tested borad-2.bin file with my module, by forcing ar->id.subsystem_vendor = 0x168c; ar->id.subsystem_device = 0x3363; (1,2,3) in ath/ath10k/pci.c file. All the tests failed with: ath10k_pci :01:00.0: failed to receive initialized event from target: ath10k_pci :01:00.0:

ath10k: device has crashed during init - qca6174 chipset

2015-11-30 Thread Bartlomiej Grzeskowiak
Hi, I am trying to use ath10k driver from the latest backports-4.4-rc.2-1 with kernel 3.10.65 and qca6174 based wlan module. Could you give me some hints about possible problem. ath10k_core.ko module loaded with skip_otp=y and debug_mask=0x. I get following error message: [

Re: ath10k: device has crashed during init - qca6174 chipset

2015-11-30 Thread Janusz Dziedzic
On 1 December 2015 at 07:20, Bartlomiej Grzeskowiak wrote: > Hi, > > I am trying to use ath10k driver from the latest backports-4.4-rc.2-1 with > kernel 3.10.65 and qca6174 based wlan module. Could you give me some hints > about possible problem. > ath10k_core.ko