From owner-freebsd-mobile@FreeBSD.ORG Sun Feb 13 00:26:44 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3C816A4CE for ; Sun, 13 Feb 2005 00:26:44 +0000 (GMT) Received: from diamond.34sp.com (diamond.34sp.com [195.50.105.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AAE543D46 for ; Sun, 13 Feb 2005 00:26:43 +0000 (GMT) (envelope-from list@understudy.net) Received: (qmail 10727 invoked from network); 13 Feb 2005 00:26:41 -0000 Received: from adsl-11-166-118.mia.bellsouth.net (HELO ?10.0.0.124?) (65.11.166.118) by mcp.34sp.com with SMTP; 13 Feb 2005 00:26:40 -0000 Message-ID: <420E9ECE.8060507@understudy.net> Date: Sat, 12 Feb 2005 19:26:54 -0500 From: Understudy User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org References: <1107237354.41ff19ea1f6bc@webmail.understudy.net> <200502071152.34816.jhb@FreeBSD.org> <420D208A.40407@understudy.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Thinkpad 600e interrupt storm X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 00:26:44 -0000 Thomas Kempka wrote: >Understudy wrote: > > >>Which ps2 utility did you use and what did you arrange your IRQs to be >>set at.? >> >> >> > >The ps2 utility is available at the IBM website. Just search the >downloads for your TP model number. You will need a bootable DOS >partition, floppy or cdrom for this. > > > Okay I am going to download this. >>Are you using a IBM thinkpad 600e or another laptop. If so which model? >> >> > >Yes, it's a TP600e (model-no. 2645-8A0). > > Okay I have a 2645-8AU > > >>If you are using the 600e would please post the following information: >>What you set your IRQs at with the PS2 utility? >> >> > >`ps2 pciirq 10 11' > >Disable modem, midi, serial ports, parallel port and audio for testing >(use `ps2 ? irq' to list any irq used by the TP and turn anything off >that you don't need). > >The above setup puts uhci0 and cbb0 on irq 11, and cbb1 on irq 10 for >me. As long as I don't use cbb0, I don't get any interrupt storm >messages and there are no device slowdowns. > >I didn't do any further tests to get the other cardbus slot working >without device slowdowns as well. But I'm sure that it is resolvable >through further playing with the irq setup. > >The important thing here is not to give up testing until you have >a working IRQ setup. > > So basically you can use only the bottom pcmcia slot. That is fine for me. I don't plan on using the machine as a gateway. > > >>The results of uname -r >> >> > >FreeBSD 5.3-STABLE #10: Wed Feb 9 17:52:53 CET 2005 > > Okay here is where things begin to differ for me. [bhorne@Slacker:bhorne, 05:37 PM, Sat Feb 12]>uname -r 5.3-RELEASE I think I may need to do a cvsup and make sure I get a stable. I did a iso download. I thought I had grabbed a stable maybe not. > > >>A copy of your kernel. >> >> > >GENERIC, with NEWCARD enabled and useless stuff commented out. >Watch to load snd_mss, usb and network devices as modules to >get suspend working. > > > Okay things are really different for me here I went with GENERIC with useless stuff commented out and OLDCARD. I think that is all I did. I have not done anything with sound. I am don't think I did anything that would make usb and network items load as modules. They are there in the kernel. I never understood the suspense issue. >>A copy of your device.hints. >> >> > >Default device.hints with acpi enabled, apm disabled. > > Okay again I went different here. I believe I have acpi disabled and apm enabled. I got all of my information from google searches when I was trying to deal with the interrupt storm. You can read my device.hints at http://www.understudy.net/files/devicehints.txt . Take a look and tell me what you would change. I don't even remember what the original untouched one looks like. > > >>A copy of your dmesg. >> >> > >I don't think it'd be helpful in any way to post it here. >If you really need it, drop me a mail. > > > >>A copy of any customizing you have done to your /usr/src/ files. >> >> >> > >I didn't customize anything in the sources that has to do with the >TP600E. > > > >>This seems somewhat encouraging, I hope it can solve my problem with the >>interrupt storm. I get that one solved I will go onto other issues. >> >> > >As long the message is your only problem with no device slowdowns coming >up, just ignore it. > > >Greetings, Thomas Kempka > > >