Ask a Question related to SCO, Design and Development.
-
Michael Sweeden #1
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
-
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... -
(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... -
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... -
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... -
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... -
Bela Lubkin #2
Re: Need an SCO 5.0.6 driver for integrated 3com 905 LAN - is there one?
Michael Sweeden wrote:
That message is printed in decimal when PCI IDs are usually given in> 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!
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
-
Michael Sweeden #3
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...2000> Michael Sweeden wrote:
>> > I have a system with an Asus A7N8X rev. 2.0 motherboard running Windowsan> > and SCO OpenServer 5.0.6. This motherboard has 2 integrated LAN ports:Asus> > nvidia and a 3com905. I am using the 3com port under Windows 2000, butfrom> > does not supply an SCO driver for it. I downloaded the 3C90X SCO driver4318> > 3com and installed it, but I get an error when booting about "vendor IDa> > not supported". It looks to me like I'm screwed and I'll have to installthat> > PCI adapter, but I wanted to check and see if anybody knew of a driver>> > 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



Reply With Quote

