From owner-freebsd-questions@FreeBSD.ORG Tue Oct 17 16:07:19 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 2228216A407 for ; Tue, 17 Oct 2006 16:07:19 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06A243D78 for ; Tue, 17 Oct 2006 16:07:14 +0000 (GMT) (envelope-from usleepless@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so953185uge for ; Tue, 17 Oct 2006 09:07:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IG/QoIDqibM4B/l6VKyoSSVwnieE6BGzlRLZHMkMf4uD073nZp7CNBLOZvFQqrjwNYr50qvvnU6dlzTIRlw/lx0gEH/SK3ww25Jwoua+INNqqHGF4FlBgFTfaO8Hx/43vij++odnWnzejZz8872i65A3E3yd48SQh22Uyzh+dZ0= Received: by 10.78.97.7 with SMTP id u7mr9586334hub; Tue, 17 Oct 2006 09:07:13 -0700 (PDT) Received: by 10.78.124.12 with HTTP; Tue, 17 Oct 2006 09:07:13 -0700 (PDT) Message-ID: Date: Tue, 17 Oct 2006 18:07:13 +0200 From: usleepless@gmail.com To: "[LoN]Kamikaze" In-Reply-To: <4533DA97.8060303@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4533DA97.8060303@gmx.de> 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 16:07:19 -0000 Hi Kamikaze, On 10/16/06, [LoN]Kamikaze wrote: > 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? are you sure you drm is loaded as a module instead of compiled into your kernel? regards, usleep