Need an SCO 5.0.6 driver for integrated 3com 905 LAN - is there one?

Ask a Question related to SCO, Design and Development.

  1. #1

    Default Need an SCO 5.0.6 driver for integrated 3com 905 LAN - is there one?

    I have a system with an Asus A7N8X rev. 2.0 motherboard running Windows 2000
    and SCO OpenServer 5.0.6. This motherboard has 2 integrated LAN ports: an
    nvidia and a 3com905. I am using the 3com port under Windows 2000, but Asus
    does not supply an SCO driver for it. I downloaded the 3C90X SCO driver from
    3com and installed it, but I get an error when booting about "vendor ID 4318
    not supported". It looks to me like I'm screwed and I'll have to install a
    PCI adapter, but I wanted to check and see if anybody knew of a driver that
    would work for the 3com LAN port on this motherboard. Thanks!


    Michael Sweeden Guest

  2. Similar Questions and Discussions

    1. ODBC driver does not show up in driver list in ODBC data source administrator
      Installed an ODBC driver on a Windows Server 2003 machine. A key shows up in the registry under HKEY_LOCAL_MACHINE- seperate listing under...
    2. (0x80004005) ][ODBC Driver Manager] Data source name not found and no default driver specified
      Ok, I don't think this is that complicated, but I can't get it working right. I could work this fine under PWS and Win98. Having various...
    3. Any integrated ASP & FTP solution
      I'd like to know if there is any robust FTP solution out there that integrates well with ASP applications. In particular, it has to allow huge...
    4. 3Com 3C905B-TX (3c59x.o) Kernel problem?!
      Any hint or tip will be appreciated! Thank You in advance!;-) I'm running debian woody on a AMD Athlon and compiled a few kernels from...
    5. Will a 3Com 10/100/1000 pci nic work in OS 5.0.4?
      Just like the subject says. The machine currently has an Intel Pro PCI card that is having trouble with disconnects and the guy says Dell told him...
  3. #2

    Default Re: Need an SCO 5.0.6 driver for integrated 3com 905 LAN - is there one?

    Michael Sweeden wrote:
    > I have a system with an Asus A7N8X rev. 2.0 motherboard running Windows 2000
    > and SCO OpenServer 5.0.6. This motherboard has 2 integrated LAN ports: an
    > nvidia and a 3com905. I am using the 3com port under Windows 2000, but Asus
    > does not supply an SCO driver for it. I downloaded the 3C90X SCO driver from
    > 3com and installed it, but I get an error when booting about "vendor ID 4318
    > not supported". It looks to me like I'm screwed and I'll have to install a
    > PCI adapter, but I wanted to check and see if anybody knew of a driver that
    > would work for the 3com LAN port on this motherboard. Thanks!
    That message is printed in decimal when PCI IDs are usually given in
    hex. Vendor ID 4318(10) = 10DE(16) is NVidia. The driver seems to be
    seeing an NVidia chip, not the 3Com chip it expects.

    My guess would be that it is in fact being pointed at the wrong chip.

    Run:

    hw -v -r pci > /tmp/pci

    Each entry in the output is 30-50 lines long. If it's true that the
    motherboard has two NICs, you should see two entries that have
    "ClassCode: 0x020000 Ethernet controller". One should have a VendorId
    of "10be (Tsenglabs International Co.)" (which I guess has evolved into
    NVidia?). The other should have a VendorId of "10b7 (3Com
    Corporation)".

    Pick out the DeviceNum, Function, Bus numbers from the 3Com ethernet
    entry. Now run `scoadmin network` and reconfigure the 3C90X driver.
    There is a way to tie it to a specific PCI bus/device/function -- I
    forget if you have to go into "Advanced" setup or what. Type in the
    numbers from `hw`. Now you should be able to relink, reboot, and have
    the NIC recognized.

    If this doesn't work, please post the `hw` output for the two NICs
    (only).
    >Bela<
    Bela Lubkin Guest

  4. #3

    Default Re: Need an SCO 5.0.6 driver for integrated 3com 905 LAN - is there one?

    That took care of it - thank you very much!
    Michael

    "Bela Lubkin" <belal@sco.com> wrote in message
    news:20030805184236.GG24551@sco.com...
    > Michael Sweeden wrote:
    >
    > > I have a system with an Asus A7N8X rev. 2.0 motherboard running Windows
    2000
    > > and SCO OpenServer 5.0.6. This motherboard has 2 integrated LAN ports:
    an
    > > nvidia and a 3com905. I am using the 3com port under Windows 2000, but
    Asus
    > > does not supply an SCO driver for it. I downloaded the 3C90X SCO driver
    from
    > > 3com and installed it, but I get an error when booting about "vendor ID
    4318
    > > not supported". It looks to me like I'm screwed and I'll have to install
    a
    > > PCI adapter, but I wanted to check and see if anybody knew of a driver
    that
    > > would work for the 3com LAN port on this motherboard. Thanks!
    >
    > That message is printed in decimal when PCI IDs are usually given in
    > hex. Vendor ID 4318(10) = 10DE(16) is NVidia. The driver seems to be
    > seeing an NVidia chip, not the 3Com chip it expects.
    >
    > My guess would be that it is in fact being pointed at the wrong chip.
    >
    > Run:
    >
    > hw -v -r pci > /tmp/pci
    >
    > Each entry in the output is 30-50 lines long. If it's true that the
    > motherboard has two NICs, you should see two entries that have
    > "ClassCode: 0x020000 Ethernet controller". One should have a VendorId
    > of "10be (Tsenglabs International Co.)" (which I guess has evolved into
    > NVidia?). The other should have a VendorId of "10b7 (3Com
    > Corporation)".
    >
    > Pick out the DeviceNum, Function, Bus numbers from the 3Com ethernet
    > entry. Now run `scoadmin network` and reconfigure the 3C90X driver.
    > There is a way to tie it to a specific PCI bus/device/function -- I
    > forget if you have to go into "Advanced" setup or what. Type in the
    > numbers from `hw`. Now you should be able to relink, reboot, and have
    > the NIC recognized.
    >

    Michael Sweeden Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139