On Mon, 30 Apr 2001 18:10:56 -0400, 
"Michael H. Warfield" <[EMAIL PROTECTED]> wrote:
>On Mon, Apr 30, 2001 at 01:22:59PM -0700, Francois Gouget wrote:
>> Apr 30 13:19:34 oleron cardmgr[148]: initializing socket 0
>> Apr 30 13:19:34 oleron cardmgr[148]: socket 0: Aironet PC4800
>> Apr 30 13:19:34 oleron cardmgr[148]: executing: 'modprobe aironet4500_core'
>> Apr 30 13:19:34 oleron cardmgr[148]: + Warning: 
>/lib/modules/2.4.4/kernel/drivers/net/aironet4500_core.o 
>> symbol for parameter rx_queue_len not found

Bug in drivers/net/aironet4500_core.c.  It has
  MODULE_PARM(rx_queue_len,"i");
but rx_queue_len is never defined.  Only a warning.

>> Apr 30 13:19:34 oleron cardmgr[148]: executing: 'modprobe aironet4500_proc'
>> Apr 30 13:19:34 oleron cardmgr[148]: executing: 'modprobe aironet4500_cs'
>> Apr 30 13:19:35 oleron cardmgr[148]: get dev info on socket 0
>> failed: Resource temporarily unavailable

Separate problem, the aironet4500_cs driver could not get its
resources.

>       Seen this before.  What version are your modutils at?  Latest are
>2.4.5 on kernel.org and there have been several times where I've had
>them slip out of rev and ended up with missing symbols.

The version of modutils does not affect missing symbols, it just
reports kernel bugs.

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

Reply via email to