Re: what exactly does "init_module: No such device" mean?

2003-10-21 Thread Pigeon
On Tue, Oct 21, 2003 at 02:09:22PM -0400, Daniel Barclay wrote: > When trying to load a driver reports "init_module: No such device", > what exactly does that mean? > > Does it mean that the module couldn't find any instances of the type > of hardware device that the module handles, using whatever

Re: what exactly does "init_module: No such device" mean?

2003-10-21 Thread Rob Weir
On Tue, Oct 21, 2003 at 02:09:22PM -0400, Daniel Barclay said > When trying to load a driver reports "init_module: No such device", > what exactly does that mean? > > Does it mean that the module couldn't find any instances of the type > of hardware device that the module handles, using whatever d

what exactly does "init_module: No such device" mean?

2003-10-21 Thread Daniel Barclay
When trying to load a driver reports "init_module: No such device", what exactly does that mean? Does it mean that the module couldn't find any instances of the type of hardware device that the module handles, using whatever degree of scanning or probing that that particular module performs? (Does