Главная страница


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : Denis Zaitsev                        2:5010/70      09 Aug 2003  17:50:43
 To : Denis Revin
 Subject : Re: What does it mean?
 -------------------------------------------------------------------------------- 
 
 Denis Revin <Denis.Revin@p24.f14.n5069.z2.fidonet.org> writes:
 
 > BOM zzz@anda.ru!
 > 
 > 08 Aug 03 09:50, you wrote to Alexey Deriyenko:
 > 
 >  >> DR> Хех, у меня тоже самое, вылазает один раз и обычно когда только
 >  >> DR> Linux загрузился. Hи к чему плохому вроде не приводит... А из-за
 >  >> DR> чего это, хз :-(
 >  >> Присоединяюсь к вопросу. У меня тоже самое, причем на всех ядрах
 >  z> 2.4.18-2.4.21.
 >  >> Я уже задавал его давно, но никто не ответил :(
 >  z> Где-то в linux-kernel это обсуждалось (давно).  Hичего толком не
 >  z> помню, кроме того что это, типа, нормально.
 > Уф, ну хоть одно успокаивает :-)
 > Эта штука и не только на моей машине вылазила. Хм, интересно что-же это такое
 > всетаки? :-)
 
 Залезь в архивы linux-kernel...  Большие они, правда :).  Или не
 лезь.  Я вот нашёл, например, пару вразумительных писем (из треда про
 ойёйёй...):
 X-UIDL: 290b9c6febdbd50412399674ed9ceaad.1043208550.597
 Message-ID: <3E2C9623.60709@sktc.net>
 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021201
 X-Accept-Language: en-us, en
 MIME-Version: 1.0
 CC: LKML <linux-kernel@vger.kernel.org>
 References: <3E2C8EFF.6020707@tin.it>
 In-Reply-To: <3E2C8EFF.6020707@tin.it>
 Content-Type: text/plain; charset=koi8-r; format=flowed
 Content-Transfer-Encoding: 7bit
 X-Scanned-By: MIMEDefang 2.26 (www . roaringpenguin . com / mimedefang)
 Sender: linux-kernel-owner@vger.kernel.org
 Precedence: bulk
 X-Mailing-List:   linux-kernel@vger.kernel.org
 X-UID: 597
 Date:  Mon, 20 Jan 2003 18:36:51 -0600
 Subject: Re: Spurious 8259A interrupt: IRQ7 ????
 From: "David D. Hagood" <wowbagger@sktc.net>
 To: AnonimoVeneziano <voloterreno@tin.it>
 Status: RO
 Content-Length: 1374
 Lines: 34
 
 AnonimoVeneziano wrote:
 
 > What does it mean this message?
 > 
 > Of what problem is the signal?
 
 It is most likely a hardware problem.
 
 When a device signals an interrupt, it asserts its interrupt pin. When 
 the CPU asks the interrupt controller what device generated the 
 interrupt, the interrupt controller tells the CPU.
 
 But if the interrupt line "goes away" before the CPU fetches the vector, 
 then the interrupt controller doesn't "know" what IRQ caused the 
 interrupt. So the interrupt controller sends an IRQ #7 to the CPU, along 
 with setting a bit in the interrupt controller's status register that 
 says in effect "this isn't really an IRQ 7, but I have no idea what it 
 was. Sorry."
 
 If you have ISA cards in your system, remove them from the system and 
 re-insert them (with the power off, of course) - they may have developed 
 some oxidization on the card edge connector. You can also try scrubbing 
 the card edge with some plain paper (a US dollar bill works even better, 
 but you might not have access to dead presidents in Italy.)
 
 Ditto with PCI cards - remove them, polish the connector, then re-insert 
 them.
 -
 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
 the body of a message to majordomo@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/
 X-UIDL: bc1ce4ee7e40da5c1b1c713ed7e8dc41.1043208550.685
 X-Authentication-Warning: dhcp22.swansea.linux.org.uk: alan set sender to
 alan@lxorguk.ukuu.org.uk using -f
 In-Reply-To: <3E2C9623.60709@sktc.net>
 References: <3E2C8EFF.6020707@tin.it>  <3E2C9623.60709@sktc.net>
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 Organization: 
 Message-Id: <1043119202.13397.8.camel@dhcp22.swansea.linux.org.uk>
 Mime-Version: 1.0
 X-Mailer: Ximian Evolution 1.2.1 (1.2.1-2) 
 Sender: linux-kernel-owner@vger.kernel.org
 Precedence: bulk
 X-Mailing-List:   linux-kernel@vger.kernel.org
 X-UID: 685
 Date:  21 Jan 2003 03:20:02 +0000
 Subject: Re: Spurious 8259A interrupt: IRQ7 ????
 From: Alan <alan@lxorguk.ukuu.org.uk>
 To: "David D. Hagood" <wowbagger@sktc.net>
 Cc: AnonimoVeneziano <voloterreno@tin.it>, LKML <linux-kernel@vger.kernel.org>
 Status: RO
 Content-Length: 651
 Lines: 20
 
 On Tue, 2003-01-21 at 00:36, David D. Hagood wrote:
 
 > AnonimoVeneziano wrote:
 > > What does it mean this message?
 > > 
 > > Of what problem is the signal?
 > 
 > It is most likely a hardware problem.
 
 It can occur for lots of harmless software reasons too. If you disable
 the IRQ on a device just as the PIC sees it you may see this result
 for example.
 
 Really for 7/15 on a PC we shouldnt be bugging people
 
 -
 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
 the body of a message to majordomo@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/
 
 --- Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley)
  * Origin: South Ural Network (2:5010/70)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 Re: What does it mean?   Denis Zaitsev   08 Aug 2003 11:50:17 
 Re: What does it mean?   Denis Revin   08 Aug 2003 14:23:26 
 Re: What does it mean?   Denis Zaitsev   09 Aug 2003 17:50:43 
 Re: What does it mean?   Denis Zaitsev   09 Aug 2003 18:50:44 
Архивное /ru.linux/5047774177d95.html, оценка 2 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional