Re: BCM4306 Problems Help Please
rlondre wrote:
> thank you that brought me one step further. Now in Larry's thread I next
> need to enter the following:
> SPROM=$(find/sys-name ssb_sprom)
> I don't know what exactly to enter for (find/sys-name ssb_sprom)
>
> please advice.
>
> Please see:
>
> ron@linux-bdzk:~/b43-tools/ssb_sprom> SPROM=$(find/sys-name ssb_sprom)
> bash: find/sys-name: No such file or directory
If you want to follow a "canned" solution, you need to copy the
commands _EXACTLY_. If you look more carefully, you will see a space
between "sys" and "-name".
Which version of openSUSE are you using? If it is 11.1, then there are
no problems with the SPROM in BCM4306 cards. The driver was fixed as
we discovered the variants with the problem, and the change is done on
the fly rather than requiring an SPROM reprogramming.
I suspect that you do not have the firmware installed. What does the
following command show?
dmesg | egrep "ssb|b43|wlan0"
I put extra spaces in the command so that you won't miss them.
Larry
|