From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 21:58:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08724106564A for ; Sun, 22 Jun 2008 21:58:08 +0000 (UTC) (envelope-from vibarus@googlemail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id D4D678FC0A for ; Sun, 22 Jun 2008 21:58:07 +0000 (UTC) (envelope-from vibarus@googlemail.com) Received: by wf-out-1314.google.com with SMTP id 24so1706252wfg.7 for ; Sun, 22 Jun 2008 14:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=n/vk3TWVxTcm1+heEUX1GUhWfZ+FuNxwN6UuOV/NPsY=; b=M/6qKmcSjZQUxxZG119HZ/NL8XXmJoeWKP1zeuZXwgXw9+1lW77jMnuPv15H0VzTaY mVgbRk0pMXKvu9peRwFIYsUrnog2wLBIJnimUd6dxXrDQpLPT6trRlZGsbLRP5nRFyM3 z/KI1doWu7ff45mlCImPNtGOMOxj5e8RcXTqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=MREIJmC5kv2wZPBeYouKLIHZqkeUqb63BV52niakXKu/i1wxVSJ5oQ7gm0+VBrLPBK SnCVsTFQRIHZDCTlhVjKu8sfudPbsDEFL8rARg8gHG2tNf9zMGqKRcD7tZHaHgIxSlbB eZPhCU5oKhqWtMiqPOD+WcAcrrjDblDfZlNlc= Received: by 10.142.54.17 with SMTP id c17mr3099873wfa.278.1214170180337; Sun, 22 Jun 2008 14:29:40 -0700 (PDT) Received: by 10.142.177.4 with HTTP; Sun, 22 Jun 2008 14:29:40 -0700 (PDT) Message-ID: Date: Sun, 22 Jun 2008 23:29:40 +0200 From: "Vincent Barus" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: difference between loading kernel module during boot and after boot manually? 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: Sun, 22 Jun 2008 21:58:08 -0000 Hi everybody, is there a difference between loading a kernel module during the boot process and loading a module manually after the login? I'm asking this on a general basis and because of pr: kern/123563. I don't know if it's a problem with if_re because I can't find someone out on the net having the same problem. The driver if_re works after laoding it manually after the login and I have no problems with it after this manual kldload if_re. Can you guys give me a hint how to get further with the troubleshooting because I can't find any difference with pciconf or the boot -v messages. Pyun did a nice job with if_re and shame on me for making his driver responsible at first but that's the only driver I can reproduce this problem with so I don't know if there's a hardware / driver / base issue. The facts about my configuration etc. is in http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/123563 If you want more information please write me. Thanks and kind regards, Vincent