[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Barry? Also berry_charge



>     * From: Carl Fink <carlf@panix.com>
>On Mon, May 05, 2008 at 07:50:48AM +0200, NN_il_Confusionario wrote:
>> grep berry_charge /lib/modules/`uname -r`/modules.dep ; \
>> depmod -a ; \
>> grep berry_charge /lib/modules/`uname -r`/modules.dep ; \
>> modprobe berry_charge
>
>"FATAL: Module berry_charge not found."

and what about

find /lib/modules/ -iname \*berry\*

and then 

insmod $THE_COMPLETE_PATH_FOUND_AS_ABOVE

(if there is a module in /lib/modules/`uname -r`/ which probably is not
true given the depmod -a result above)


Reply to: