From owner-freebsd-stable Sat Apr 1 10: 8:54 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 59AF837B79C for ; Sat, 1 Apr 2000 10:08:51 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA80176; Sat, 1 Apr 2000 11:08:49 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA46711; Sat, 1 Apr 2000 11:08:16 -0700 (MST) Message-Id: <200004011808.LAA46711@harmony.village.org> To: Alexander Frolkin Subject: Re: Upgrading to 4.0 Cc: stable@freebsd.org In-reply-to: Your message of "Sat, 01 Apr 2000 17:08:10 +0100." <20000401170809.A6464@gamma> References: <20000401170809.A6464@gamma> <20000331190328.A4215@gamma> <200004010140.SAA38998@harmony.village.org> Date: Sat, 01 Apr 2000 11:08:16 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000401170809.A6464@gamma> Alexander Frolkin writes: : # ./pccardd -z : code Manufacturer ID ignored That doesn't look good. Can you recognize card insert/remove events? If not, stop right here and either go to polling mode, or change the irq to one that you can really use. : I've checked /etc/pccard.conf, and it seems fine. If I try to do: Hmmmm, looks can be deceiving here. :-). : The kernel panics, but I can't tell what it says because right after it : panics, the screen becomes unreadable and the system reboots. w/o a panic message, I can't tell you what you did wrong with any certainty. : I'm hoping that I've made a stupid mistake in the kernel config, and someone : can point it out... 99% of all pccard problems are misconfigurations. The other 1% are really hard to track down. : Is it really necessary to do make installworld with a 4.0 kernel? installworld will work with a DESTDIR != /. However, the install tools are run out of /usr/bin, et al, and after you install the new binaries, the new signal interface they use won't be supported by your kernel and things will start dying. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message