From adam_kaufman at yahoo.com Tue Dec 2 10:52:32 2003 From: adam_kaufman at yahoo.com (Adam Kaufman) Date: Tue Dec 2 10:54:17 2003 Subject: ISA support added to oltr driver In-Reply-To: <7828.153.11.141.82.1069796664.squirrel@ssl.omd3.com> Message-ID: <20031202185220.28552.qmail@web10504.mail.yahoo.com> --- "David S. Madole" wrote: > Looks good to me. Are you sure your card is setup > for plug and play mode? > You might want to download the Olicom setup disk and > check if you're not sure. If it's not, then you can > either enable it, or specifically give the various > I/O parameters on the "device oltr" line so the > driver can find the card. Ok, so I used the Olicom diagnostics disk to get the parameters for the card and it is recognized. Here is the output from dmesg. oltr0: at port 0xa20-0xa3f irq 10 drq 3 on isa0 oltr0: MAC address 00:00:83:7f:7c:a6 ifconfig oltr0 shows: oltr0: flags=2 mtu 1500 lladdr 0.0.83.7f.7c.a6 media: Token ring UTP/16Mbit I have plugged into both a passive mau and a powered switch and when I do: 'ifconfig oltr0 up', I get these errors: oltr0: adapter init failure 0x400 oltr0: adapter refused receive fragment 0 (rc = 1) Any idea what is going on? I should also add that there will not be an address on this card. It will only run in promiscuous mode. I appreciate all your help making this progress. -Adam __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ From david at madole.net Tue Dec 2 11:12:43 2003 From: david at madole.net (David S. Madole) Date: Tue Dec 2 11:13:14 2003 Subject: ISA support added to oltr driver In-Reply-To: <20031202185220.28552.qmail@web10504.mail.yahoo.com> References: <7828.153.11.141.82.1069796664.squirrel@ssl.omd3.com> <20031202185220.28552.qmail@web10504.mail.yahoo.com> Message-ID: <59103.12.148.10.20.1070392358.squirrel@ssl.omd3.com> > --- "Adam Kaufman" wrote: > Ok, so I used the Olicom diagnostics disk to get the > parameters for the card and it is recognized. Here is > the output from dmesg. > > oltr0: at port > 0xa20-0xa3f irq 10 drq 3 on isa0 > oltr0: MAC address 00:00:83:7f:7c:a6 > > I have plugged into both a passive mau and a powered > switch and when I do: 'ifconfig oltr0 up', I get these > errors: > > oltr0: adapter init failure 0x400 > oltr0: adapter refused receive fragment (rc = 1) According to trlld.h, 0x400 means "adapter cannot interrupt", suggesting a hardware configuration issue with the irq. Is there something else in the machine on irq 10 perhaps? Remember, ISA cards cannot share interrupts like PCI can. Might want to check in your BIOS setup to see if there is some built-in peripheral, maybe even ACPI, on irq 10, or if it's getting assigned to PCI devices and adjust the configuration accordingly. Dave From adam_kaufman at yahoo.com Tue Dec 2 14:51:43 2003 From: adam_kaufman at yahoo.com (Adam Kaufman) Date: Tue Dec 2 14:54:59 2003 Subject: ISA support added to oltr driver In-Reply-To: <59103.12.148.10.20.1070392358.squirrel@ssl.omd3.com> Message-ID: <20031202225140.95940.qmail@web10506.mail.yahoo.com> --- "David S. Madole" wrote: > According to trlld.h, 0x400 means "adapter cannot > interrupt", suggesting a hardware configuration > issue with the irq. Is there something else in the > machine on irq 10 perhaps? Remember, ISA cards > cannot share interrupts like PCI can. Yes, there was something else on irq 10. pci0: (vendor=0x1000, dev=0x000f) at 13.1 irq 10 pci0: at 18.2 irq 10 > Might want to check in your BIOS setup to see if > there is some built-in peripheral, maybe even ACPI, > on irq 10, or if it's getting assigned to PCI > devices and adjust the configuration accordingly. I used the cfg3118.exe utility from the Olicom setup disk to change the irq. So, the output from dmesg now looks like this: oltr0: at port 0xa20-0xa3f irq 7 drq 3 on isa0 oltr0: MAC address 00:00:83:7f:7c:a6 oltr0: ring insert (16 Mbps - TXI) oltr0: Ring status change: [Soft Error] I only get one soft error, which I think I can safely ignore. I appreciate all your help. Thank you! -Adam __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/