ssb: ERROR: PLL init unknown for device 4322

2009-12-18 Thread Erik
I just bought a new laptop and installed Gentoo on it:
# dmesg|grep -i error
[4.113200] ssb: ERROR: PLL init unknown for device 4322
[4.113201] ssb: ERROR: PMU resource config unknown for device 4322
[4.702250] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 8, Type 4,
Revision 4)
[4.702308] b43: probe of ssb0:0 failed with error -95
# lspci|grep 43
0e:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n
Wireless LAN Controller (rev 01)

Is there anything that I can try or any information that I can provide
to make it work?
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: ssb: ERROR: PLL init unknown for device 4322

2009-12-18 Thread Gábor Stefanik
On Fri, Dec 18, 2009 at 11:53 AM, Erik esi...@gmail.com wrote:
 I just bought a new laptop and installed Gentoo on it:
 # dmesg|grep -i error
 [    4.113200] ssb: ERROR: PLL init unknown for device 4322
 [    4.113201] ssb: ERROR: PMU resource config unknown for device 4322
 [    4.702250] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 8, Type 4,
 Revision 4)
 [    4.702308] b43: probe of ssb0:0 failed with error -95
 # lspci|grep 43
 0e:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n
 Wireless LAN Controller (rev 01)

 Is there anything that I can try or any information that I can provide
 to make it work?

BCM4322 is an N-PHY device, which is not yet supported; it will
probably be the next thing I will implement, once Larry completes the
reverse engineering for this PHY.

-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: ssb: ERROR: PLL init unknown for device 4322

2009-12-18 Thread Larry Finger
On 12/18/2009 10:19 AM, Gábor Stefanik wrote:

 Is there anything that I can try or any information that I can provide
 to make it work?
 
 BCM4322 is an N-PHY device, which is not yet supported; it will
 probably be the next thing I will implement, once Larry completes the
 reverse engineering for this PHY.

Besides the type 4 N PHY, I also have to do the RE for the type 6 PHY,
which is known as an SSLPN PHY (single-stream low-power N PHY). :)

To make your 4322 work now, you need to implement the Broadcom hybrid
STA wl driver. You can build that from files obtained from Broadcom,
or many distros have a pre-made package.

Larry
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev