From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: spurious APIC interrupt , then freeze Date: Tue, 14 Oct 2003 16:38:41 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <20031012204245.GA909@debian> <20031012213253.GA441@zeus.homenet> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: multipart/mixed; boundary="Multipart_Tue_Oct_14_16:38:41_2003-1" Return-path: In-Reply-To: <20031012213253.GA441@zeus.homenet> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Juan Cc: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org --Multipart_Tue_Oct_14_16:38:41_2003-1 Content-Type: text/plain; charset=US-ASCII At Sun, 12 Oct 2003 23:32:53 +0200, Juan wrote: > > > Soon after i load the maestro3 driver on a dell c600 laptop, kernel > 2.6.0-test7; i get a 'spurious APIC interrupt on CPU#0, should never > happen.' > > then the laptop freezes and i have to power off by pressing the power > button. > > what does this mean ? how can it be fixed ? does the attached patch have some influence? Takashi --Multipart_Tue_Oct_14_16:38:41_2003-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="m3-mpu-fix.dif" Content-Transfer-Encoding: 7bit Index: alsa-kernel/pci/maestro3.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/maestro3.c,v retrieving revision 1.43 diff -u -r1.43 maestro3.c --- alsa-kernel/pci/maestro3.c 12 Aug 2003 14:05:07 -0000 1.43 +++ alsa-kernel/pci/maestro3.c 14 Oct 2003 14:36:33 -0000 @@ -2349,7 +2349,8 @@ { unsigned long io = chip->iobase; - outw(ASSP_INT_ENABLE | MPU401_INT_ENABLE, io + HOST_INT_CTRL); + /* TODO: MPU401 not supported yet */ + outw(ASSP_INT_ENABLE /*| MPU401_INT_ENABLE*/, io + HOST_INT_CTRL); outb(inb(io + ASSP_CONTROL_C) | ASSP_HOST_INT_ENABLE, io + ASSP_CONTROL_C); } --Multipart_Tue_Oct_14_16:38:41_2003-1-- ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php