Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2000 17:08:10 +0100
From:      Alexander Frolkin <alexander@frolkin.demon.co.uk>
To:        Warner Losh <imp@village.org>
Cc:        stable@freebsd.org
Subject:   Re: Upgrading to 4.0
Message-ID:  <20000401170809.A6464@gamma>
In-Reply-To: <200004010140.SAA38998@harmony.village.org>; from Warner Losh on Fri, Mar 31, 2000 at 06:40:38PM -0700
References:  <20000331190328.A4215@gamma> <200004010140.SAA38998@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 31, 2000 at 06:40:38PM -0700, Warner Losh wrote:
> Yes.  build and install the new kernel, build and install the new
> pccardd (with the new pccard include files, so as part of make
> buildworld is the best way to build it).  Then it should be safe to
> reboot.  Keep a copy of the old pccardd and old kernel around just in
> case you botch something.

Here's what I did:
- make buildworld
- copied the new pccard[cd] to a temporary directory
- installed a new kernel
- reboot

I have the following lines in my kernel config:

device		card
device		pcic0	at isa? irq 10 port 0x3e0 iomem 0xd0000
device		pcic1	at isa? irq 11 port 0x3e2 iomem 0xd4000

and

device		ed


When I reboot (4.0 kernel) in single user mode, I change to the directory
containing pccardd, but this is what happens:

# ./pccardd -z
code Manufacturer ID ignored
#

I've checked /etc/pccard.conf, and it seems fine. If I try to do:

# ./pccardc enabler 1 ed0

The kernel panics, but I can't tell what it says because right after it
panics, the screen becomes unreadable and the system reboots.

I'm hoping that I've made a stupid mistake in the kernel config, and someone
can point it out...


Is it really necessary to do make installworld with a 4.0 kernel?


Thanks a lot,
Alexander.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000401170809.A6464>