From: "Michael Büsch" <m@bues.ch>
To: b43-dev@lists.infradead.org
Subject: B43 driver problem
Date: Sun, 24 Aug 2014 09:20:21 +0200 [thread overview]
Message-ID: <20140824092021.6bfb718b@wiggum> (raw)
In-Reply-To: <CA+FnnTzG_dWyVfA1s+AOXV9VpzhbmE5YkHX-nUg5RTYbKQNxtQ@mail.gmail.com>
On Sat, 23 Aug 2014 20:56:17 -0700
Igor Korot <ikorot01@gmail.com> wrote:
> [ 1.419227] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 6, Type 5
> (LP), Revision 1)
> [ 1.420925] b43: probe of ssb0:0 failed with error -95
>
> What is "error -95"?
-EOPNOTSUPP
See below.
> Maybe I have wrong firmware?
No. You are using the wrong kernel.
The relevant code section, that throws the error is:
> int unsupported = 0;
>...
> switch (phy_type) {
>...
> #ifdef CONFIG_B43_PHY_LP
> case B43_PHYTYPE_LP:
> if (phy_rev > 2)
> unsupported = 1;
> break;
> #endif
>...
> default:
> unsupported = 1;
> }
> if (unsupported) {
> b43err(dev->wl, "FOUND UNSUPPORTED PHY (Analog %u, Type %d (%s), Revision %u)\n",
> analog_type, phy_type, b43_phy_name(dev, phy_type),
> phy_rev);
> return -EOPNOTSUPP;
> }
So for this error to trigger, you would have to have revision 3 or later, which you don't,
or you would have to have a kernel without LP support compiled in.
Make sure you installed your kernel _and_ initramfs correctly.
Also make sure to boot the correct kernel.
--
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/b43-dev/attachments/20140824/d1507799/attachment.sig>
next prev parent reply other threads:[~2014-08-24 7:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-22 3:20 B43 driver problem Igor Korot
2014-08-22 4:41 ` Rafał Miłecki
2014-08-22 5:26 ` Igor Korot
2014-08-22 5:34 ` Rafał Miłecki
2014-08-22 6:18 ` Igor Korot
2014-08-22 6:24 ` Rafał Miłecki
2014-08-22 9:04 ` Igor Korot
2014-08-22 9:06 ` Rafał Miłecki
2014-08-22 9:15 ` Igor Korot
2014-08-22 9:20 ` Igor Korot
2014-08-23 15:36 ` Hauke Mehrtens
2014-08-23 16:23 ` Rafał Miłecki
2014-08-22 14:26 ` Larry Finger
2014-08-22 22:15 ` Igor Korot
2014-08-23 15:24 ` Larry Finger
2014-08-24 3:56 ` Igor Korot
2014-08-24 7:13 ` Rafał Miłecki
2014-08-24 7:20 ` Michael Büsch [this message]
2014-09-06 20:06 ` Igor Korot
2014-09-06 20:48 ` Michael Büsch
2014-09-06 21:20 ` Igor Korot
2014-09-06 21:42 ` Michael Büsch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140824092021.6bfb718b@wiggum \
--to=m@bues.ch \
--cc=b43-dev@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).