On Monday 18 March 2002 12:45, Dennis Gilmore wrote:
> On Mon, 2002-03-18 at 05:34, Alasdair Campbell wrote:
> > On Sunday 17 March 2002 10:47, you wrote:
> > > hi,
> > >
> > > im having an irq routing conflict problem below is the output from
> > > dmesg i have an aopen ak73 motherboard with 256 mb ram, duron 900, a
> > > realtek network card, a quantum 20gb hd, and a fujitsu 6gb hd, 4x4x24
> > > cdburner, 16x dvd rom, nvidia tnt2 videocard, 17" huyndai monitor,
> > > iomega 100mb parallel port zip drive, creative vibra sound card,
> > > intelimouse compatible mouse, standard keyboard ih using redhat 7.2 and
> > > have tried all the redhat standard kernels and the rahide 2.4.17 and i
> > > have built my own 2.4.18 kernel from the redhat .config file. all to
> > > no avail. is there someway i can specify that my usb root hubs have
> > > irq 9?
> > >
> > > regards
> > >
> > > Dennis
> > >
> > > usb.c: registered new driver usbdevfs
> > > usb.c: registered new driver hub
> > > usb-uhci.c: $Revision: 1.275 $ time 07:50:14 Feb 18 2002
> > > usb-uhci.c: High bandwidth mode enabled
> > > PCI: Found IRQ 9 for device 00:07.2
> > > IRQ routing conflict for 00:07.2, have irq 11, want irq 9
> > > IRQ routing conflict for 00:07.3, have irq 11, want irq 9
> > > usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 11
> > > usb-uhci.c: Detected 2 ports
> > > usb.c: new USB bus registered, assigned bus number 1
> > > hub.c: USB hub found
> > > hub.c: 2 ports detected
> > > PCI: Found IRQ 9 for device 00:07.3
> > > IRQ routing conflict for 00:07.2, have irq 11, want irq 9
> > > IRQ routing conflict for 00:07.3, have irq 11, want irq 9
> > > usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 11
> > > usb-uhci.c: Detected 2 ports
> > > hub.c: USB new device connect on bus1/2, assigned device number 2
> > > usb.c: new USB bus registered, assigned bus number 2
> > > hub.c: USB hub found
> > > hub.c: 2 ports detected
> > > usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
> > > usb_control/bulk_msg: timeout
> > > usb.c: USB device not accepting new address=2 (error=-110)
> > > hub.c: USB new device connect on bus1/2, assigned device number 3
> > > usb_control/bulk_msg: timeout
> > > usb.c: USB device not accepting new address=3 (error=-110)
> >
> > I have a similar set-up AK73 etc.
> > Go into BIOS set-up -> PNP/PCI Configurations.
> > Make sure "Assign IRQ for USB" is Disabled.
> >
> > That will get rid of the IRQ routing problem.
> > Then I found I had to get rid of the Hotplug.rc (in /etc/rc.d) start-up
> > till I fixed modules.conf properly...
> >
> > Hope this helps,
> >
> > Alasdair Campbell
>
> Hi Alasdair,
>
> turning off the assign irq in bios fixed the irq routing error on the
> hubs. what did you do to your modules.conf to fix it? im getting
> device not accepting address now. i took my usb network card out but
> want to get my web cam working. i have the module for it need to
> compile it and add it to the kernel.
>
> any help will be appreciated
>
> Dennis
A little background here. The only USB device I have is a Cpia Webcam.
It worked OK fine till I swapped MBs to an AK73 (ProA), and I got the same
symptoms you mention. Then no joy with with the camera. I had pretty much
given up hope until one day I was fooling around with an old scsi host
adapter, which I had plugged into PCI slot 5. LO and behold, on came the
camera's little green light and it worked fine. I found that plugging any PCI
card requiring an interrupt into slot 4 or slot 5 made the camera work OK.
[That could be a hint for you developers out there].
I subsequently found that renaming Snnhotplug in /etc/rc.d/rc3.d (so it
wasn't run at Bootup) and doing modprobe cpia made the camera work as well.
(with slot 4/5 empty)
Lastly, I found that adding 'Load "v4l" ' to /etc/X11/XF86Config made the
usb camera start up automatically when X windows loads.
I have video4linux build into the kernel.
All other usb stuff as modules (usbcore, usb-uhci, uhci, cpia-usb, cpia)
Here is my modules.conf:
##################### modules.conf #################
#Ethernet card
alias eth0 ne2k-pci
#USB
alias usb usb-uhci
#alias usb uhci
#Cpia Camera
alias char-major-81 cpia_usb
alias char-major-81-0 cpia_usb
alias char-major-81-1 cpia_usb
alias char-major-81-2 cpia_usb
alias char-major-81-3 cpia_usb
above cpia_usb usb
#PPP
alias char-major-108 ppp_generic
alias /dev/ppp ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
#Sound driver
alias char-major-116 via82cxxx_audio
alias sound-slot-0 via82cxxx_audio
alias sound-service-0-0 ac97_codec
alias snd soundcore
#Joystick setup
alias char-major-13 joydev
above joydev analog gameport ns558
options analog js=chf
#Realtime Clock
alias char-major-10-135 rtc
#Video Card
alias char-major-195 NVdriver
###############end modules.conf #################
and a snippet from XF86Config:
##########################################################################
# Module section
##########################################################################
Section "Module"
Load "dbe"
Load "extmod"
# Load the glx module.
Load "glx"
Load "v4l"
Load "type1"
Load "freetype"
EndSection
Hope some of this is off help.
--
Kind Regards,
Alasdair Campbell
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users