From owner-freebsd-questions@FreeBSD.ORG Tue Oct 17 15:35:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5185516A403 for ; Tue, 17 Oct 2006 15:35:01 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFF143DA9 for ; Tue, 17 Oct 2006 15:34:51 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 1370 invoked from network); 17 Oct 2006 15:34:51 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Oct 2006 15:34:50 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 74D4628430; Tue, 17 Oct 2006 11:34:50 -0400 (EDT) To: "[LoN]Kamikaze" References: <4533DA97.8060303@gmx.de> From: Lowell Gilbert Date: Tue, 17 Oct 2006 11:34:50 -0400 In-Reply-To: <4533DA97.8060303@gmx.de> (Kamikaze's message of "Mon, 16 Oct 2006 21:16:39 +0200") Message-ID: <44hcy3552d.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: kldunload -f has no effect X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 15:35:01 -0000 "[LoN]Kamikaze" writes: > I need to 'kldunload -f drm' in order to go into suspend to ram with > my thinkpad (suspend works fine with dri disabled). Unfortunately, > despite the claims of the manpage the '-f' flag does not alter the > behaviour of the kldunload tool. How do I get drm unloaded? Revisit your assumptions. [The -f flag gets passed to the module being unloaded, which can still refuse to unload if it needs to.