Re: [BUG] No SPROM available!

From: Larry Finger
Date: Mon Mar 29 2010 - 15:21:09 EST


René,

When you have a wireless problem, please post it to
linux-wireless@xxxxxxxxxxxxxxxx The Linux Kernel Mailing List may or may not be
appropriate.

To help in diagnosing your problem, please apply this patch and post the output
line that it produces. On my system, it shows

ssb: chip_id 0x4312, status 0x10

Please also post the output of 'lspci -nnv | grep 14e4'.

Index: wireless-testing/drivers/ssb/sprom.c
===================================================================
--- wireless-testing.orig/drivers/ssb/sprom.c
+++ wireless-testing/drivers/ssb/sprom.c
@@ -182,6 +182,8 @@ bool ssb_is_sprom_available(struct ssb_b
if (bus->chipco.dev->id.revision < 11)
return true;

+ printk(KERN_INFO "ssb: chip_id 0x%x, status 0x%x\n", bus->chip_id,
+ bus->chipco.status);
switch (bus->chip_id) {
case 0x4312:
return SSB_CHIPCO_CHST_4312_SPROM_PRESENT(bus->chipco.status);


Larry


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/