Re: WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- From: Boyd Lynn Gerber <gerberb@xxxxxxxxx>
- Date: Sun, 7 Dec 2008 04:30:44 -0700
On Sun, 7 Dec 2008, Brian K. White wrote:
....I moved an Adaptec SCSI card and SCSI tape from an other system to this
OpenServer 5.0.7 system from Team 1 to provide an other backup solution.
After installing it, I get this
%tape - - - type=S ha=0 id=5 lun=0 bus=0 ht=alad unit=0
WARNING: move_fixed:cannot add 0xF00AA334 to vector 16 - cannot share
WARNING: Handler 0xF00AA334 was not placed on vector 0x00000010
%disk 0x01F0-0x01F7 14 - type=W0/0 unit=0 cyls=20023 hds=255 secs=63
Pardon the inexpert suggestions but I'd try ensuring the card gets it's own irq. Sometimes you can do this just by changing settings in the motherboard bios, sometimes you actually have to move the card around to some other slot. Sometimes you have to shuffle all the cards around to get a working arrangement. You might also try disabling all usb support in the bios AND in osr5 via boot: defbootstr disable=usb. That might free up an irq, or might not depending on the motherboard. It might at least cause something necessary like the built-in nic to share with fewer other devices at least.
Thanks, I have changes things all around, to get this far. The machine uses a USB Key Board and mouse. Using PS/2 Key Board and mouse disabling USB cause other issues. I have run out of BIOS setting to try. Swapping ports did not buy me anything as then I have to manually binary edit the application to get the PCI parallel port to work with the dongle. (Which I have done several times.) The user SW requires a parallel port HW Key. The IO changes and then I have to binary edit the SW files. I have it down pretty well though.
I have been successful in getting the warning to move locations, along with other settings, but it is always there. One move makes the printing out the parallel port work, but then something else becomes slow or non functional. Some settings cause the machine to spontaneous reboot at the boot prompt. ACPI=X in the /etc/default/boot does not seem to matter. OpenServer 6 does not have the problem, but then the user SW will not work as it requires the HW driver that only works on OpenServer 5.0.7...
You might say I turned to ask here after running out of ideas to try.
These TA's gave me more ideas,
http://www.sco.com/ta/127175
and
http://www.sco.com/ta/107204
Which got me to this configuration and this warning. I agree it is an IRQ conflict. I wish the Intel MB had a few more slots as that would give me more room to play. I guess this card is a lot like the needle to the camels back saying. It puts things just barely over the top. Adding and removing a floppy just changes the warning to a different location as does the various BIOS settings. Well, I am now back to the same location and message, which seems to have the best performance with this mixture of SW and HW. There has to be an other setting, I just can not seem to find it.
I was hoping for a magical Boot String to OpenServer 5.0.7 that I did not know. Trying various other SCSI cards does not seem to help with the situation. In some cases it makes things worse. This whole mess really dislikes the Adaptec 320 card. It seems to like a card that uses the alad driver the best.
This is my current hwconfig.
# hwconfig
name=kernel vec=- dma=- rel=3.2v5.0.7 kid=2003-02-18
name=cpu vec=- dma=- unit=1 family=6 type=Pentium III (model 7)
name=cpuid vec=- dma=- unit=1 vend=GenuineIntel tfms=0:6:7:6
name=fpu vec=13 dma=- unit=1 type=80387-compatible
name=pci base=0xCF8 offset=0x7 vec=- dma=- am=1 sc=0 buses=7
name=PnP vec=- dma=- nodes=0
name=clock vec=- dma=- type=TSC/2.992500193Ghz
name=serial base=0x3F8 offset=0x7 vec=4 dma=- unit=0 type=Standard nports=1 base=0 16550A/16
name=serial base=0x2F8 offset=0x7 vec=3 dma=- unit=1 type=Standard nports=1 base=8 16550A/16
name=console vec=- dma=- unit=vga type=0 num=12 scoansi=1 scroll=50
name=adapter base=0x1000 offset=0xFF vec=11 dma=- type=alad ha=0 bus=0 id=7 fts=sto
name=parallel base=0x2068 offset=0x2 vec=11 dma=- unit=3
name=udi vec=- dma=- UDI environment
name=adapter vec=- dma=- ha=0 type=usb_msto UDI SCSI HBA
name=adapter base=0x1F0 offset=0x7 vec=14 dma=- type=IDE ctlr=0 dvr=wd
name=adapter base=0x170 offset=0x7 vec=15 dma=- type=IDE ctlr=1 dvr=wd
name=eeG0 base=0x1400 offset=0x1F vec=17 dma=- type=PRO/1000 00:15:17:27:7b:66
name=bcme0 vec=9 dma=- chip=BCM5701 mem=E1A00000 addr=00:02:a5:e7:a1:3b
name=cd-rom vec=- dma=- type=IDE ctlr=1 cfg=mst unit=0 dvr=Srom->wd
name=tape vec=- dma=- type=S ha=0 id=5 lun=0 bus=0 ht=alad unit=0
name=disk base=0x1F0 offset=0x7 vec=14 dma=- type=W0/0 unit=0 cyls=20023 hds=255 secs=63
name=usb_ehci vec=18 dma=- PCI bus=0 dev=26 func=7
name=usb_ehci vec=19 dma=- PCI bus=0 dev=29 func=7
name=usb_uhci vec=17 dma=- PCI bus=0 dev=26 func=0
name=usb_uhci vec=20 dma=- PCI bus=0 dev=26 func=1
name=usb_uhci vec=19 dma=- PCI bus=0 dev=29 func=0
name=usb_uhci vec=21 dma=- PCI bus=0 dev=29 func=1
name=usb_uhci vec=17 dma=- PCI bus=0 dev=29 func=2
name=cpu vec=255 dma=- unit=2 family=6 type=Pentium III (model 7)
name=cpuid vec=- dma=- unit=2 vend=GenuineIntel tfms=0:6:7:6
name=fpu vec=- dma=- unit=2 type=80387-compatible
name=Stp-0 vec=- dma=- Vnd=SONY Prd=SDT-7000 Rev=0300
and it puts the parallel port IO back where it was when I first started at 2068.
Thanks for the ideas. Anyone have any others?
--
Boyd Gerber <gerberb@xxxxxxxxx> 801 849-0213
ZENEZ 1042 East Fort Union #135, Midvale Utah 84047
.
- Follow-Ups:
- Re: WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- From: Nico Kadel-Garcia
- Re: WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- References:
- WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- From: Boyd Lynn Gerber
- Re: WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- From: Brian K. White
- WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- Prev by Date: Re: WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- Next by Date: Re: WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- Previous by thread: Re: WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- Next by thread: Re: WARNING move_fixed:cannot add 0xF00AA334 to vector 16 added SCSI card
- Index(es):
Relevant Pages
|