Re: IRQ conflict

2013-04-30 Thread maderios
On 04/29/2013 09:42 PM, Maxim Karpenko wrote: Hi I've also saw the same issue with my shared IRQs (and also IRQ was shared with nvidia graphics card). If you look in your dmesg, it suggests you to boot with "irqpoll" option. As for me - this didn't help until I added also "noirqdebug". After th

Re: IRQ conflict

2013-04-30 Thread maderios
On 04/29/2013 09:42 PM, Maxim Karpenko wrote: Hi I've also saw the same issue with my shared IRQs (and also IRQ was shared with nvidia graphics card). If you look in your dmesg, it suggests you to boot with "irqpoll" option. As for me - this didn't help until I added also "noirqdebug". After th

Re: IRQ conflict

2013-04-29 Thread Maxim Karpenko
. > I see nothing in the bios that can be set, but at worst, disabling the > firewire > What can I do to resolve this IRQ conflict? > Thanks in advance for your ideas > > cat /proc/interrupts > 17: 13 0 0 0 0 00 >

IRQ conflict

2013-04-29 Thread maderios
nothing in the bios that can be set, but at worst, disabling the firewire What can I do to resolve this IRQ conflict? Thanks in advance for your ideas cat /proc/interrupts 17: 13 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi firewire_ohci

Re: Re: IRQ conflict IRQ0 network card.

2012-08-16 Thread Bhasker C V
Got this working. The problem was local APIC was not enabled in the bios. Once enabled everything started to fall in place. thanks all for your inputs and help On Thu, 16 Aug 2012 09:03:16 +0100, Bhasker C V wrote: > I have a old PC (AMD athelon 3000+) which has an onboard network card > (gige-

Re: IRQ conflict IRQ0 network card.

2012-08-16 Thread Camaleón
On Thu, 16 Aug 2012 09:03:16 +0100, Bhasker C V wrote: > I have a old PC (AMD athelon 3000+) which has an onboard network card > (gige-tg3) kernel 3.5.0 debian squeeze. Have you tried with Debian stock kernel (2.6.32) or the backported one (3.2)? :-? > 03:16.0 Ethernet controller: VIA Technolo

Re: IRQ conflict IRQ0 network card.

2012-08-16 Thread Giancarlo Pegoraro
Olà, Il 16/08/2012 10:03, Bhasker C V ha scritto: Hi, ---cut--- Has anyone encountered this before I have tried hpet=none (just to score off the hpet IRQ and this card IRQ clash) I have tried pci=biosirq Another poss

IRQ conflict IRQ0 network card.

2012-08-16 Thread Bhasker C V
Hi, I have a old PC (AMD athelon 3000+) which has an onboard network card (gige-tg3) kernel 3.5.0 debian squeeze. 03:16.0 Ethernet controller: VIA Technologies, Inc. VT6105/VT6106S [Rhine-III] (rev 86) When I do an ifconfig eth1 up (eth0 is another external card) I get this error [ 408.536

Re: Soundblaster IRQ Conflict Problem

2004-05-19 Thread avilas
Did you resolve the IRQ conflict? I need to know the resolution. Thank's. SPAIN-TIR TRANSPORTES INTERNACIONALES, S.A. 08040 BARCELONA - ZONA FRANCA, CALLE 4 Nº 57, SECTOR B Albert Vilas Figueras - Dpto. Informática Spain-Tir Tel. 93 404

Re: Soundblaster IRQ Conflict Problem

2004-03-14 Thread Sven Hoexter
On Sat, Mar 13, 2004 at 11:05:46PM +0100, Goran Christiansson wrote: Hi, > I got a Soundblaster Live! 5.1 card today and inserted it into my Debian > machine, but I get IRQ conflicts, either with the (on board) network > card -IRQ10 or the (on board) SMBus driver -IRQ5. It is an ASUS > motherboa

Soundblaster IRQ Conflict Problem

2004-03-13 Thread Goran Christiansson
Dear Group, I got a Soundblaster Live! 5.1 card today and inserted it into my Debian machine, but I get IRQ conflicts, either with the (on board) network card -IRQ10 or the (on board) SMBus driver -IRQ5. It is an ASUS motherboard. After googling for an answer, I tried to unset hte PnP-OS option

SOLVED: Re: IRQ conflict?! (was Re: Trouble with Alsa 0.9.6-5, 2.4.22 AC97 ...)

2003-11-12 Thread Ron Johnson
On Tue, 2003-11-11 at 14:30, Ron Johnson wrote: > On Tue, 2003-11-11 at 12:56, Alan Chandler wrote: > > On Tuesday 11 November 2003 15:50, Ron Johnson wrote: > > > On Tue, 2003-11-11 at 09:28, Ron Johnson wrote: > > > > On Tue, 2003-11-11 at 08:20, Kjetil Kjernsmo wrote: > > > > > On Tuesday 11 Nov

IRQ conflict?! (was Re: Trouble with Alsa 0.9.6-5, 2.4.22 AC97 ...)

2003-11-11 Thread Ron Johnson
On Tue, 2003-11-11 at 12:56, Alan Chandler wrote: > On Tuesday 11 November 2003 15:50, Ron Johnson wrote: > > On Tue, 2003-11-11 at 09:28, Ron Johnson wrote: > > > On Tue, 2003-11-11 at 08:20, Kjetil Kjernsmo wrote: > > > > On Tuesday 11 November 2003 14:07, Ron Johnson wrote: > > > > > # apt-get -

Re: NIC IRQ conflict

2002-10-05 Thread Cam Ellison
* Mike Dresser ([EMAIL PROTECTED]) wrote: > On Fri, 4 Oct 2002, Cam Ellison wrote: > > Is there a way I can force irq assignment on bootup? > > Change the IRQ settings in the bios. > I have tried that, using different assignments. All I get is one NIC up, supposedly on the LAN, but there is in

Re: NIC IRQ conflict

2002-10-04 Thread Cam Ellison
Thanks, Mike. Yes, it does help. It's very strange -- cat /proc/pci shows the SMBus, USB, both NICs, and one sound channel on IRQ 5. Go figure. I have tracked down the nForce driver(s), and will have a go at that. It really looks as though Linux compatibility was an afterthought. Maybe they ha

Re: NIC IRQ conflict

2002-10-04 Thread Mike Dresser
On Fri, 4 Oct 2002, Cam Ellison wrote: > I have installed a new MB & CPU (ASUS A7N266-VM & Athlon XP1600), and > among the problems is that both my NICs are assigned irq 5 (they used > to be at 10 and 12 on the old board). Consequently I have no network. > > The /etc/interfaces man page makes

Re: NIC IRQ conflict

2002-10-04 Thread nate
Cam Ellison said: > I have installed a new MB & CPU (ASUS A7N266-VM & Athlon XP1600), and > among the problems is that both my NICs are assigned irq 5 (they used to > be at 10 and 12 on the old board). Consequently I have no network. > > The /etc/interfaces man page makes no mention of irq assi

NIC IRQ conflict

2002-10-04 Thread Cam Ellison
I have installed a new MB & CPU (ASUS A7N266-VM & Athlon XP1600), and among the problems is that both my NICs are assigned irq 5 (they used to be at 10 and 12 on the old board). Consequently I have no network. The /etc/interfaces man page makes no mention of irq assignments, though ifconfig ce

Re: IRQ conflict

2002-09-24 Thread john gennard
On Sunday 15 September 2002 21:26, nate wrote: > john gennard said: > > I have two Realtek ND010 Fast Ethernet PCI cards on a box. > > IRQ's 11 and 12 have been allocated (?by the hardware itself) > > and I need 12 for my PS2 mouse. > > > > Using the 'irq_addr' option with ifconfig does not work -

Re: usb/modem irq conflict

2002-01-21 Thread Thomas H. George
On Mon, Jan 21, 2002 at 04:35:06PM +, J.A.Serralheiro wrote: My modem is a pci but inspite of this bios put three devices on irq 3. Bios setup allowed reserving an irq for isa. I tried this and all three devices moved to the same new irq. I disassembled the machine and moved the modem card

Re: usb/modem irq conflict

2002-01-21 Thread J.A.Serralheiro
is your modem isa or pci?if its pci then you should be ok. your bios should not idenitfy pci devices in the same irq. if its isa, then try changing the modem's irq, either by isapnp , if supported, or by its DOS configuring disk. Also, you can try using the bios setup to make it assign a diferent i

Re: usb/modem irq conflict

2002-01-20 Thread Thomas H. George
On Sat, Jan 19, 2002 at 12:58:01PM -0600, Ron Johnson wrote: > On Sat, 19 Jan 2002 13:55:29 -0500 "Thomas H. George,,," <[EMAIL PROTECTED]> > wrote: > > When I built a kernel with usb support the usb controller took over irq > > 3 which was being used by my modem. I had to recompile without usb

Re: usb/modem irq conflict

2002-01-19 Thread Ron Johnson
On Sat, 19 Jan 2002 13:55:29 -0500 "Thomas H. George,,," <[EMAIL PROTECTED]> wrote: > When I built a kernel with usb support the usb controller took over irq > 3 which was being used by my modem. I had to recompile without usb > support to get back online. At present my best guess is to disass

usb/modem irq conflict

2002-01-19 Thread Thomas H. George,,,
When I built a kernel with usb support the usb controller took over irq 3 which was being used by my modem. I had to recompile without usb support to get back online. At present my best guess is to disassemble the computer and move the modem card to a different pci slot. Are there any progam

Re: IRQ conflict on ethernet cards - a solution

2001-11-06 Thread Oleksandr Moskalenko
* Eric Smith ([EMAIL PROTECTED]) wrote: > According to Oleksandr Moskalenko on Tue, Nov 06, 2001 at 12:05:43PM -0500: > > > > > Eric, I had such a problem and solved it by changing the IRQ on a 3Com > > card. Their diagnostics and install floppy works wonders in most cases. > > Have you tried t

Re: IRQ conflict on ethernet cards - a solution

2001-11-06 Thread Stephen E. Hargrove
* Eric Smith ([EMAIL PROTECTED]) babbled: > > I solved the problem soon after sending the email by disabling > irq 10 in the bios, then one card caught irq 9 and the other 4 - > I thought there was meant to be some science in this stuff ;) there is. bios almost always wins, especially when it

Re: IRQ conflict on ethernet cards - a solution

2001-11-06 Thread Eric Smith
According to Oleksandr Moskalenko on Tue, Nov 06, 2001 at 12:05:43PM -0500: > > Eric, I had such a problem and solved it by changing the IRQ on a 3Com > card. Their diagnostics and install floppy works wonders in most cases. > Have you tried that one? This is the way that I've seen advised on t

Re: IRQ conflict on ethernet cards

2001-11-06 Thread Oleksandr Moskalenko
* Eric Smith ([EMAIL PROTECTED]) wrote: > I have a RealTek and a 3com card which are both sharing the same irq > viz. /proc/interrups: > > I did all I could on the simplistic CMOS that I have but I cannot > allocate IRQ specifically to ports. I also ran the reltek dos > diagnostics and setting ut

IRQ conflict on ethernet cards

2001-11-06 Thread Eric Smith
I have a RealTek and a 3com card which are both sharing the same irq viz. /proc/interrups: CPU0 0: 899149 XT-PIC timer 1: 20820 XT-PIC keyboard 2: 0 XT-PIC cascade 6:106 XT-PIC floppy 8: 1

Re: PS/2 mouse problems... IRQ conflict?

2001-07-02 Thread Hugo van der Merwe
On Sun, Jul 01, 2001 at 08:43:04PM +0200, Joost Kooij wrote: > 1st question: Are you also using gpm? Try turning that off and see if > problems persist. I have gpm running, but configured it to use only the serial mouse. (As I don't want to use the repeater, and ps/2 mouse cannot be used by both

Re: PS/2 mouse problems... IRQ conflict?

2001-07-01 Thread Joost Kooij
se. I > am now operating without it. I find that if I enable it, after some > work, input hangs. > > Any ideas? I'd think this might be an IRQ conflict or something, except > that /proc/interrupts seems to have nothing on IRQ 12 if the mouse isn't > enabled. How can I deb

PS/2 mouse problems... IRQ conflict?

2001-07-01 Thread Hugo van der Merwe
work, input hangs. Any ideas? I'd think this might be an IRQ conflict or something, except that /proc/interrupts seems to have nothing on IRQ 12 if the mouse isn't enabled. How can I debug this problem? What must I look at? Thanks in advance, Hugo van der Merwe (A CC: will speed up re

Re: IRQ conflict with soundcard

2000-07-15 Thread Esko Lehtonen
sb: Interrupt test on IRQ7 failed - Probable IRQ conflict. > > So then I ran the cat /proc/interrupts and I didnt see any conflicts. > What am I missing here. I tried the mail archives and HOWTO but > was unable to find anything really usefull. > Any help would be greatly appreciated

IRQ conflict with soundcard

2000-07-15 Thread Jay Kelly
# from in front of irq 7. Then I ran isapnp /etc/isapnp.conf and it came back with no errors. I then tried to reboot and then I see: soundBlaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 SB 4.13 detected OK (220) -- sb: Interrupt test on IRQ7 failed - Probable IRQ conflict. So then I ran

Strange IRQ conflict with pnp soundcard

1999-04-05 Thread Richard Black
Hi I am having trouble getting my sound card (SB 32 PNP) to work using IRQ=5. I can get it working okay with IRQ=10 though. What is kind of wierd (at least for me) is that before I upgraded to 2.2.1, I had it running via IRQ=5. Also (more importantly?), the /proc/interrupts has no mention of an