Olaf Hering <olh@suse.de> wrote:
Its likely AAUI, lspci should tell you if there is a ' FireWire (IEEE 1394)' controller.
I Have a spare 7500, and the RJ45 jack and the other jack that I thought was firewire is evidently a network device since they have the same logo. I think that the RJ45 uses the MACE driver and I guess the AAUI woud use a different driver. It didn't automatically detect the eth cards. I'm kinda newbie when it comes to Macs. Anyway, problem solved. I had moved my PCI cards around to make the case close and found out that my Via USB card will not work properly when it is installed in the PCI slot beside the processor. Here is the lspci -v output for the Via card: 0000:00:0e.0 USB Controller: VIA Technologies, Inc. VT82xxxx UHCI USB 1.1 Controller (rev 04) (prog-if 00 [UHCI]) Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller Flags: bus master, stepping, medium devsel, latency 32, IRQ 24 I/O ports at f2010040 [size=32] The Mac has a Bandit PCI host bridge and a Grand Central I/O controller. Here is the boot.msg stuff about the card: <6>usbcore: registered new driver usbfs <6>usbcore: registered new driver hub <7>ohci_hcd:2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) <6>usbcore: registered new driver hiddev <6>usbcore: registered new driver usbhid <6>drivers/usb/input/hid-core.c: v2.01:USB HD core driver <6>USB Universal Host Controller Interface driver v2.3 <4>PCI: Enabling device 0000:00:0e.0 (0094 ->0095) <6>PCI:Via IRQ fixup for 0000:00:0e.0, from 24 to 0 <6>uhci_hcd 0000:00:0e.0: UHCI Controller <6>uhci_hcd 0000:00:0e.0: new USB bus registered, assigned bus number 1 <6>uhci_hcd 0000:00:0e.0: irq 24, io base 0x00010040 <6>hub 1-0:1.0: USB hub found <6>hun 1-0:1.0: 2 ports detected <6>Initializing USB Mass Storage driver... <6>usbcore:registered new driver usb-storage <6>USB Mass Storage support registered Was there anything else that I needed to post about the posible bug where the USB Mouse, USB printer, or USB camera were not recognized? Thanx for all the help. __________________________________________________________________ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp
On Fri, Sep 23, Larry S. Stotler wrote:
<6>USB Universal Host Controller Interface driver v2.3 <4>PCI: Enabling device 0000:00:0e.0 (0094 ->0095) <6>PCI:Via IRQ fixup for 0000:00:0e.0, from 24 to 0 <6>uhci_hcd 0000:00:0e.0: UHCI Controller <6>uhci_hcd 0000:00:0e.0: new USB bus registered, assigned bus number 1 <6>uhci_hcd 0000:00:0e.0: irq 24, io base 0x00010040 <6>hub 1-0:1.0: USB hub found <6>hun 1-0:1.0: 2 ports detected <6>Initializing USB Mass Storage driver... <6>usbcore:registered new driver usb-storage <6>USB Mass Storage support registered
It assigns irq 0 to the card, uhci still tries to use irq24. That sounds bogus. Can you paste /proc/interrupts and send me the lsprop -R /proc/device-tree output? -- short story of a lazy sysadmin: alias appserv=wotan
On Mon, Sep 26, Olaf Hering wrote:
On Fri, Sep 23, Larry S. Stotler wrote:
<6>USB Universal Host Controller Interface driver v2.3 <4>PCI: Enabling device 0000:00:0e.0 (0094 ->0095) <6>PCI:Via IRQ fixup for 0000:00:0e.0, from 24 to 0 <6>uhci_hcd 0000:00:0e.0: UHCI Controller <6>uhci_hcd 0000:00:0e.0: new USB bus registered, assigned bus number 1 <6>uhci_hcd 0000:00:0e.0: irq 24, io base 0x00010040 <6>hub 1-0:1.0: USB hub found <6>hun 1-0:1.0: 2 ports detected <6>Initializing USB Mass Storage driver... <6>usbcore:registered new driver usb-storage <6>USB Mass Storage support registered
It assigns irq 0 to the card, uhci still tries to use irq24. That sounds bogus.
The driver does 'new_irq = dev->irq & 0xf;' which would mean 24 becomes eight, not zero. Are you really sure there is zero in dmesg? Can you try the rc4 kernel, just in case? I dont see this on my 7500, the card is in the middle pci slot, and gets also irq 24. ftp://ftp.suse.com/pub/people/olh/kernel/via-pci-quirk/ There is also the 9.3-ppc kernel 2.6.8, can you try that one as well? Some parts of hotplug and udev may not work correctly, but you should be able to boot it and load uhci_hcd. It worked ok for me with both kernels. -- short story of a lazy sysadmin: alias appserv=wotan
participants (2)
-
LarryStotler@netscape.net
-
Olaf Hering