From owner-freebsd-questions@FreeBSD.ORG Sat Sep 13 02:28:07 2003 Return-Path: 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 D41D316A4BF for ; Sat, 13 Sep 2003 02:28:07 -0700 (PDT) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94CAD43F85 for ; Sat, 13 Sep 2003 02:28:06 -0700 (PDT) (envelope-from richard@myrmidon.freeuk.com) Received: from lfs ([62.255.68.123]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20030913092805.DWML3505.mta01-svc.ntlworld.com@lfs> for ; Sat, 13 Sep 2003 10:28:05 +0100 Received: from lfs ([127.0.0.1]) by lfs with smtp (Exim 4.10) id 19y6hI-00004l-00 for freebsd-questions@freebsd.org; Sat, 13 Sep 2003 10:28:04 +0100 Date: Sat, 13 Sep 2003 10:28:04 +0100 From: Richard Dymond To: freebsd-questions@freebsd.org Message-Id: <20030913102804.3ab079cd.richard@myrmidon.freeuk.com> X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: nvidia kernel module ate my modem (!) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 09:28:07 -0000 OK, so here's the story. I'm running FreeBSD 5.1 on a PC, and I've just compiled the nvidia kernel module so I can get the most out of my GeForce card. I've got nvidia_load="YES" in /boot/loader.conf, and I reboot. Log in, startx, lovely nvidia splash screen. Hooray! Decide to dial up and have a browse: $ ppp -auto provider Working in auto mode Using interface: tun0 ...and then: nothing. Computer hangs. No response to any keypress. Finger embarks on sad journey to the reset button. Chapter 2: Investigation. Had a fiddle with /etc/rc.conf and /boot/loader.conf, and discovered that if I refrain from loading the nvidia module at boot time, ppp works fine and dandy. I suppose the best way to summarise the questions I have about this is: WTF? In longer form: Why would loading the nvidia kernel module mess up my modem and/or ppp? These things are surely not related. Incidentally, I still have the linux kernel module - which nvidia seems to require - loaded, so I think we can cross that off the list of suspects. Insights welcome. Richard P.S. In case it's relevant, the modem is a PCI hardware model sitting on /dev/cuaa4, and the graphics card is a GeForce 2 MX.