Quoting Bob Copeland <[EMAIL PROTECTED]>:

> On Tue, Jul 29, 2008 at 2:48 PM, Timo Juhani Lindfors
> <[EMAIL PROTECTED]> wrote:
>> We only loaded three modules manually with insmod:
>>
>> cfg80211
>> mac80211
>> ath5k
>
> In the future you can save a bit of work by using modprobe instead of insmod:
>
> $ modprobe ath5k
>
> (modprobe will load all dependencies of the module; you may need to
> run depmod first to generate the dependency graph).

I believe modprobe won't make any difference.  It only finds hard  
dependencies, i.e. modules required for _loading_ the requested  
module, not for making it function.  What happened here is ath5k could  
be loaded but could not find optional modules for WEP functionality.

On the other hand, "Automatic kernel module loading" (CONFIG_KMOD)  
should have made it completely automatic.

-- 
Regards,
Pavel Roskin
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to