LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-17-2021, 01:54 PM   #1
doudootiana
LQ Newbie
 
Registered: May 2021
Posts: 21

Rep: Reputation: Disabled
pcie wifi card ath10k


Hy Ladies and Gentlemen,

For my project, i use a Solidrun Clearfog base.
Os is build with Buildroot.
The Kernel is custom too.

I have a wifi card pcie : driver ath10k and firmwre QCA988X.

When i switch on the Clearfog, the wifi card doesn't mount :

Code:
dmesg | grep 'ath'
[ 1.745947] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 1.752432] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 r eset_mode 0
[ 1.989357] ath10k_pci 0000:01:00.0: Failed to find firmware-N.bin (N between 2 and 6) from ath10k/QCA988X/hw2.0: -2
[ 1.999921] ath10k_pci 0000:01:00.0: could not fetch firmware files (-2)
[ 2.006653] ath10k_pci 0000:01:00.0: could not probe fw (-2)
But if i chmod 777 the firmware and do a soft reboot, the wifi card mounts :

Code:
dmesg | grep 'ath'
[ 1.749532] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 1.755996] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 2.018995] ath10k_pci 0000:01:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
[ 2.028257] ath10k_pci 0000:01:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 1
[ 2.037036] ath10k_pci 0000:01:00.0: firmware ver 10.2.4-1.0-00047 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 35bd9258
[ 2.083049] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
[ 3.246972] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[ 3.273389] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal otp max-sta 128 raw 0 hwcrypto 1
[ 3.395395] ath: EEPROM regdomain: 0x0
[ 3.395398] ath: EEPROM indicates default country code should be used
[ 3.395399] ath: doing EEPROM country->regdmn map search
[ 3.395403] ath: country maps to regdmn code: 0x3a
[ 3.395405] ath: Country alpha2 being used: US
[ 3.395407] ath: Regpair used: 0x3a
[ 20.128472] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[ 20.154994] ath10k_pci 0000:01:00.0: pdev param 0 not supported by firmware
[ 27.578837] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[ 27.605438] ath10k_pci 0000:01:00.0: pdev param 0 not supported by firmware
If i shut down the clearfog and restart, same problem.

I have a script in /etc/init.d which do a chmod 777 for the firmware, in vain

Can someone help me please ?

thank by advacne
 
Old 06-18-2021, 09:46 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,512

Rep: Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602
Solidrun? Clearfog? That's Arm64 based?

There's issues here because the PC compatibles all have their bios, and are installable. Only the expensive Arm servers are "Arm Server Ready" or whatever the standard is. If you get on the solidrun website or email them, you should get the forum where the software heads hang out. Ask there if you need answers, unless you're one of the solidrun software heads yourself.
 
1 members found this post helpful.
Old 07-10-2021, 09:22 AM   #3
doudootiana
LQ Newbie
 
Registered: May 2021
Posts: 21

Original Poster
Rep: Reputation: Disabled
Hy.
I found the solution.
Thé problème was the pcie slot.
A modification in the driver controldr pcie of mvebu ans diable thé pcie aspm.
 
Old 07-10-2021, 10:07 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,512

Rep: Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602Reputation: 2602
So you arte one of the Solidrun developers! Eight, mark this thread solved.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Skylake-U Mini-ITX features mini-PCIe and PCIe x4 LXer Syndicated Linux News 0 08-24-2017 01:25 AM
[SOLVED] Linux Mint 17.3 does see Asus Z1701 Qualcom Atheros ath10k wifi tysonr Linux - Newbie 25 01-18-2016 01:41 PM
LXer: Compact, rugged box-PC expands via PCIe and Mini-PCIe LXer Syndicated Linux News 0 02-09-2014 02:10 PM
PCIe re-enumation in linux driver question (pcie hotplug doesn't work) blavo Programming 5 08-02-2012 02:12 PM
[SOLVED] Best PCIe 2.0 graphics card for for PCIe 1.1, Pentium Dual Core system. ags1 Linux - Hardware 12 04-27-2012 03:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration