[LUAU] New kernel

Myles Uyema myles at uyema.net
Fri Apr 23 09:26:05 PDT 1999


On Fri, 23 Apr 1999, Kevin Brammer wrote:

> 
> I just compiled a new 2.2.6 kernel, and everything "seems" to be running
> fine.  However, the kernel provides another zip driver called "imm" and if
> your zip is either a new 100Mb, or a 250Mb one, it wants to use it.  
> 
> Well, that's fine...so I configured the kernel to have modular zip/scsi
> support thinking I could just do it like I always did and go through the
> insmod ppa -> mount process.  Now, when I type insmod ppa or insmod imm (I
> have a newer 100Mb) I get a resource busy error with an object file as the
> source (can't remember the name right now).  any ideas what's going on???

Instead of using 'insmod' you should be using the 'modprobe' program.
This is because the imm/ppa drivers depend on another module - the
parport module.  Modprobe is smart, and will load the module
dependencies before ppa/imm driver.

So if you have selected parport as a module, that needs to be loaded
first.

Myles

--
     __   __  __________  __
    / /  / / / / __  / / / /  Home Page: http://luau.hi.net
   / /__/ /_/ / /_/ / /_/ /
  /____/\____/_/ /_/\____/  LUAU - Linux Users AnonymoUs - Hawaii

   To unsubscribe: echo unsubscribe luau | mail majordomo at luau.hi.net
           LUAU meetings are the 3rd Tuesday of each month 6pm



More information about the LUAU mailing list