From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arend van Spriel Date: Sun, 17 May 2015 11:27:55 +0200 Subject: lspci not working In-Reply-To: References: <5557556C.2080107@lwfinger.net> <5557B396.9080300@gmail.com> Message-ID: <55585F1B.5050008@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Schmirr Wurst Cc: Larry Finger , b43-dev , linux-wireless On 17-05-15 10:47, Rafa? Mi?ecki wrote: > On 17 May 2015 at 02:21, Schmirr Wurst wrote: >> I tried as suggested to had a look at >> /sys/bus/sdio/devices, but the only devices around there a 3 >> mmc1:0001:1 to :3, I guess it is something else... > > Why do you guess so? You didn't provide us any details about entries there. Indeed a wrong guess. The sdio specification allows a physical sdio device to provide multiple sdio functions, which are instantiated as devices in the linux driver model. So they will have the same modalias. >> In that directory, I see a directory mmc1:0001:2 >> under device I have 0xa94d >> >> I completly lost, maybe you understand that information, sorry.. > > You provided only one single device id, without even vendor id. Give > us at least a list of devices, e.g. by their modalias, like > cat /sys/bus/sdio/devices/*/modalias > Converting 0xa94d gives 43341, which does not look like a coincidence to me. So this Asus device comes with a newer chip, but it is supported by brcmfmac (provided vendor id is indeed 0x02d0!). Regards, Arend