Johannes Berg wrote:
> 
> That didn't fix it? Now I'm confused. Maybe it's not case-sensitive
> after all and the problem is elsewhere.
> 
>> MODALIAS=ssb:v4243id0812rev0A
> 
> as expected. You're right that we don't want those cores listed that
> we're already using or that are known to be useless.
> 
> What happens if you try by hand? Something like
> modprobe "ssb:v4243id0812rev0A"
> 
> and what does "modalias b43 | grep ssb" show?

It is case sensitive. Using 'modprobe "ssb:v4243id0812rev0A"' loads the module, 
whereas 'modprobe 
"ssb:v4243id0812rev0a"' yields 'FATAL: Module ssb:v4243id0812rev0a not found'. 
It is a multi-part 
problem.

My system doesn't have a modalias command. A grep for v4243 in the b43 
directory yields:

drivers/net/wireless/b43/b43.mod.c:MODULE_ALIAS("ssb:v4243id0812rev05*");
drivers/net/wireless/b43/b43.mod.c:MODULE_ALIAS("ssb:v4243id0812rev06*");
drivers/net/wireless/b43/b43.mod.c:MODULE_ALIAS("ssb:v4243id0812rev07*");
drivers/net/wireless/b43/b43.mod.c:MODULE_ALIAS("ssb:v4243id0812rev09*");
drivers/net/wireless/b43/b43.mod.c:MODULE_ALIAS("ssb:v4243id0812rev0A*");

I hope that gives the same info.

Larry


_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to