Comment 112 for bug 182716

Revision history for this message
Larry Finger (larry-finger) wrote :

For Nattgew:

The numbers you provided are definitive. The patch that was accepted today will fix your device. You can (1) wait for the fixes to propagate through the system, (2) you can patch your own kernel, or (3) we can rewrite your SPROM. Please let me know which you prefer. If the latter, follow the steps outlined below.

For Ben Warren:

Your device may have the same problem, but it is not one of the units that is fixed by the patch. For you, we will need to try the SPROM patch method. What I would like you to do enter the following commands in a terminal:

SPROM=$(find /sys/device -name ssb_sprom)
sudo cat $SPROM > sprom.dat

Next, post the file sprom.dat here.

Larry