erstrom / linux-ath

Linux qca/ath wireless driver tree (based on git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git)
Other
21 stars 12 forks source link

Please list modifications #4

Open NiQ1 opened 6 years ago

NiQ1 commented 6 years ago

Hi! Trying to combine your changes with a kernel with other (unrelated) patches. Tried to copy the drivers/wireless/ath10k directory from your source tree. It does load the ath10k_usb module and the device is recognized but it cannot be brought up and multiple USB errors are logged in dmesg. Have you patched anything outside the said directory? If so I would be glad if you post the changed files. Thanks!

erstrom commented 6 years ago

No. No files outside the ath10k directory has been changed. It is hard to say what your problem is, but in general there will always be problems if you just copy files from one kernel tree to another. A better approach could perhaps to try and apply the patches on your tree instead. What kernel version are you running?

NiQ1 commented 6 years ago

I was just trying to insert it into a precompiled Debian binary (with Debain patches) but apparently that's not the issue since I've fallen back to compiling your kernel as is and it gives the same error (see attached dmesg log). Would you prefer to close this issue and open a different one? dmesg.log

erstrom commented 6 years ago

I notice that you have a lot of these prints: [ 116.776058] usb 1-8: Failed to submit usb control message: -110

For some reason, all control messages on EP0 times out... Have you tried to connect other devices on the same physical port?