Date: Wed, 28 Mar 2001 02:31:20 -0500 From: Peter Radcliffe <pir@pir.net> To: FreeBSD-mobile@freebsd.org Subject: Re: pccard not feeling so well.... Message-ID: <20010328023119.D28036@pir.net> In-Reply-To: <7115@amleth.demon.co.uk>; from PEB@amleth.demon.co.uk on Tue, Mar 27, 2001 at 03:52:00PM %2B0000 References: <7115@amleth.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
"Paul E. Bennett" <PEB@amleth.demon.co.uk> probably said: > I have a similar problem - except I get lock-up either way. 99% of these problems turn out to be misconfigurations. The process of working out what will work isn't pretty and has been hashed over here many times and should be in the archives. What it usually means is that the resources (be they memory, io or irqs) you are trying to use are not actually available, and trying to use them for the pcic or for the inserted cards hangs the machine. The things to change are pccard_mem= in /etc/rc.conf, the memory, io and irq values in /etc/pccard.conf and the pcic config in the kernel. The /etc/ files have defaults in /etc/defaults/ and just your changes should be in the files in /etc/ > Just to be clear. Is that the file /boot/kernel.conf ? No, it's /usr/src/sys/i386/conf/<KERNELNAME>, although you can change the irq used by pcic in /boot/loader.conf; machdep.pccard.pcic_irq="10" P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010328023119.D28036>