* Re: IRQ USB , freezes with ABIT KV7 [not found] <fa.aoloalv.146ee19@ifi.uio.no> @ 2004-03-06 15:19 ` walt 2004-03-06 17:22 ` Maggio 0 siblings, 1 reply; 5+ messages in thread From: walt @ 2004-03-06 15:19 UTC (permalink / raw) To: Maggio; +Cc: linux-kernel Maggio wrote: > > Hi all , > > I've recently switched from an MSI KT4 Ultra motherboard to an Abit KV7 > board ,and the system worked well until today that I'm attempting to > reinstall the system . > > It seems that the USB make some conflicts in IRQ , infact , if I enable > the option "Allocate IRQ to USB" in the BIOS , I'm unable to start any > Installation CD of any distribution , the booting simply hangup . Is there a BIOS setting for 'USB Legacy Support'? ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IRQ USB , freezes with ABIT KV7 2004-03-06 15:19 ` IRQ USB , freezes with ABIT KV7 walt @ 2004-03-06 17:22 ` Maggio 2004-03-06 19:50 ` Maggio 0 siblings, 1 reply; 5+ messages in thread From: Maggio @ 2004-03-06 17:22 UTC (permalink / raw) To: walt; +Cc: linux-kernel ----- Original Message ----- From: "walt" <wa1ter@myrealbox.com> To: "Maggio" <voloterreno@tin.it> Cc: <linux-kernel@vger.kernel.org> Sent: Saturday, March 06, 2004 4:19 PM Subject: Re: IRQ USB , freezes with ABIT KV7 > Maggio wrote: > > > > Hi all , > > > > I've recently switched from an MSI KT4 Ultra motherboard to an Abit KV7 > > board ,and the system worked well until today that I'm attempting to > > reinstall the system . > > > > It seems that the USB make some conflicts in IRQ , infact , if I enable > > the option "Allocate IRQ to USB" in the BIOS , I'm unable to start any > > Installation CD of any distribution , the booting simply hangup . > > Is there a BIOS setting for 'USB Legacy Support'? I've checked in the BIOS and doesn't seem to exist (I have Award BIOS ) , maybe it has another name? But anyway doesn't seem to exist nothing similar . Please help (I've tried GENtoo, Slack and CRUX) Marcello ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IRQ USB , freezes with ABIT KV7 2004-03-06 17:22 ` Maggio @ 2004-03-06 19:50 ` Maggio 2004-03-06 20:46 ` Maggio 0 siblings, 1 reply; 5+ messages in thread From: Maggio @ 2004-03-06 19:50 UTC (permalink / raw) To: Maggio, walt; +Cc: linux-kernel ----- Original Message ----- From: "Maggio" <voloterreno@tin.it> To: "walt" <wa1ter@myrealbox.com> Cc: <linux-kernel@vger.kernel.org> Sent: Saturday, March 06, 2004 6:22 PM Subject: Re: IRQ USB , freezes with ABIT KV7 > > ----- Original Message ----- > From: "walt" <wa1ter@myrealbox.com> > To: "Maggio" <voloterreno@tin.it> > Cc: <linux-kernel@vger.kernel.org> > Sent: Saturday, March 06, 2004 4:19 PM > Subject: Re: IRQ USB , freezes with ABIT KV7 > > > > Maggio wrote: > > > > > > Hi all , > > > > > > I've recently switched from an MSI KT4 Ultra motherboard to an Abit KV7 > > > board ,and the system worked well until today that I'm attempting to > > > reinstall the system . > > > > > > It seems that the USB make some conflicts in IRQ , infact , if I enable > > > the option "Allocate IRQ to USB" in the BIOS , I'm unable to start any > > > Installation CD of any distribution , the booting simply hangup . > > > > Is there a BIOS setting for 'USB Legacy Support'? > > I've checked in the BIOS and doesn't seem to exist (I have Award BIOS ) , > maybe it has another name? But anyway doesn't seem to exist nothing similar > . > > Please help (I've tried GENtoo, Slack and CRUX) > > Marcello > seems that changing in the BIOS the options: USB mouse Support Via : and USB Keyboard Support Via : from [OS] to [BIOS] removed the problem . But why linux gives this problem and FBSD no? What this option implies ? I've noticed that the IRQ of the USB 2.0 controller changes from 12 to 5 (12 was shared with the Sound Card) , and the other 4 UHCI devices continue to share IRQ 10 and 11 between them . Please , make me light on this .... Thanks ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IRQ USB , freezes with ABIT KV7 2004-03-06 19:50 ` Maggio @ 2004-03-06 20:46 ` Maggio 0 siblings, 0 replies; 5+ messages in thread From: Maggio @ 2004-03-06 20:46 UTC (permalink / raw) Cc: linux-kernel Sorry if I quote myself again , but I think to have understood why my system hangup at installation . The default IRQ that my motherboard sets for USB 2.0 controller and the Sound Card is "12" if no PS/2 mouse is plugged-in (generally IRQ12 is reserved to PS/2 mouse) , but the PS/2 Mouse port is always present , also if no mouse is plugged-in , and the linux PS/2 mouse driver occupies the IRQ 12 when loads , so , when it's the time of the USB 2.0 controller driver the booting hangs up. Is not possible adding a feature in the kernel , that if the PS/2 driver doesn't find any mouse plugged in the port just leve free the IRQ12 instead of catching it up? (if this feature is not already implemented , but it is doesn't work for me) Marcello > > ----- Original Message ----- > From: "Maggio" <voloterreno@tin.it> > To: "walt" <wa1ter@myrealbox.com> > Cc: <linux-kernel@vger.kernel.org> > Sent: Saturday, March 06, 2004 6:22 PM > Subject: Re: IRQ USB , freezes with ABIT KV7 > > > > > > ----- Original Message ----- > > From: "walt" <wa1ter@myrealbox.com> > > To: "Maggio" <voloterreno@tin.it> > > Cc: <linux-kernel@vger.kernel.org> > > Sent: Saturday, March 06, 2004 4:19 PM > > Subject: Re: IRQ USB , freezes with ABIT KV7 > > > > > > > Maggio wrote: > > > > > > > > Hi all , > > > > > > > > I've recently switched from an MSI KT4 Ultra motherboard to an Abit > KV7 > > > > board ,and the system worked well until today that I'm attempting to > > > > reinstall the system . > > > > > > > > It seems that the USB make some conflicts in IRQ , infact , if I > enable > > > > the option "Allocate IRQ to USB" in the BIOS , I'm unable to start any > > > > Installation CD of any distribution , the booting simply hangup . > > > > > > Is there a BIOS setting for 'USB Legacy Support'? > > > > I've checked in the BIOS and doesn't seem to exist (I have Award BIOS ) , > > maybe it has another name? But anyway doesn't seem to exist nothing > similar > > . > > > > Please help (I've tried GENtoo, Slack and CRUX) > > > > Marcello > > > > > seems that changing in the BIOS the options: > > USB mouse Support Via : > > and > > USB Keyboard Support Via : > > from [OS] to [BIOS] removed the problem . But why linux gives this problem > and FBSD no? What this option implies ? I've noticed that the IRQ of the USB > 2.0 controller changes from 12 to 5 (12 was shared with the Sound Card) , > and the other 4 UHCI devices continue to share IRQ 10 and 11 between them . > > Please , make me light on this .... > > Thanks > > - > 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/ ^ permalink raw reply [flat|nested] 5+ messages in thread
* IRQ USB , freezes with ABIT KV7 @ 2004-03-06 13:06 Maggio 0 siblings, 0 replies; 5+ messages in thread From: Maggio @ 2004-03-06 13:06 UTC (permalink / raw) To: linux-kernel Hi all , I've recently switched from an MSI KT4 Ultra motherboard to an Abit KV7 board ,and the system worked well until today that I'm attempting to reinstall the system . It seems that the USB make some conflicts in IRQ , infact , if I enable the option "Allocate IRQ to USB" in the BIOS , I'm unable to start any Installation CD of any distribution , the booting simply hangup . This doesn't happen if I've APIC and ACPI enabled , but if I use the PCI-BIOS mode this happens (nearly all Linux distributions start the system installation without APIC and ACPI ). FreeBSD and NetBSD hasn't this problem , and both those boot without problem and with USB enabled . If I disable the option "Allocate IRQ to USB" in the BIOS the system boot up correctly . Any ideas? Thanks Marcello ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-03-06 21:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <fa.aoloalv.146ee19@ifi.uio.no>
2004-03-06 15:19 ` IRQ USB , freezes with ABIT KV7 walt
2004-03-06 17:22 ` Maggio
2004-03-06 19:50 ` Maggio
2004-03-06 20:46 ` Maggio
2004-03-06 13:06 Maggio
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox