Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Vegeta on February 02, 2010, 11:33:56 PM

Title: B43 Module problem.
Post by: Vegeta on February 02, 2010, 11:33:56 PM
I am trying to install the newest compat-wireless package

when loading the module b43 manually:
"modprobe b43"

have a error messages:

#modprobe b43
b43: Unknown symbol ssb_pmu_set_ldo_paref
b43: Unknown symbol ssb_pmu_set_ldo_voltage
b43: Unknown symbol ssb_bus_pcmciabus_register

maybe have a ssb module...

but ”wireless-2.6.29.1-tinycore.tcz“ is OK...

 ??? ??? ???

sorry my english.


(compat-wireless-2010-01-30.tar.bz2,download address:http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-01-30.tar.bz2)
Title: Re: B43 Module problem.
Post by: curaga on February 03, 2010, 06:50:12 AM
Those symbols were added to the ssb driver in 2.6.32:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=06e4da268c0e8f3b8408403d65e47d2885a78ff2
Title: Re: B43 Module problem.
Post by: Vegeta on February 03, 2010, 07:36:01 AM
Do you mean is:
must be compile "ssb driver" with 2.6.32 kernel?
Title: Re: B43 Module problem.
Post by: curaga on February 03, 2010, 07:47:19 AM
Looks like the latest compat-wireless only works for kernel 2.6.32 or later.
Title: Re: B43 Module problem.
Post by: Vegeta on February 03, 2010, 07:55:32 AM
thanks,i will try to update kernel in TCL... :'(
Title: Re: B43 Module problem.
Post by: Vegeta on February 03, 2010, 09:51:07 AM
i found is a hard work...