From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta9.adelphia.net ([68.168.78.199]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Bb55d-0007sm-00 for ; Thu, 17 Jun 2004 18:10:33 -0400 Received: from beavis.lkwnny.adelphia.net ([69.166.61.22]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040617221003.PZIJ23406.mta9.adelphia.net@beavis.lkwnny.adelphia.net> for ; Thu, 17 Jun 2004 18:10:03 -0400 Date: Thu, 17 Jun 2004 18:10:32 -0400 (Eastern Standard Time) From: Jacob Schmude To: speakup@braille.uwo.ca Message-ID: X-X-Sender: jschmude@mail.adelphia.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: traversing module trees X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.4 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 22:10:33 -0000 Hi all Is ther a way of removing one module and having the kernel remove all the modules associated with it? An example, if I do: rmmod usbcore I'd like all the other USB modules to be unload before usbcore is. Can this be accomplished? I'm working with kernel 2.6.6. THX