RTL8019AS

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Hello,

I just got a Network card with the RTL8019AS chipset on it. It uses
jumpers to set the IO, IRQ, and the such. When I install it, the card
is detected and I can ping back and forth to other computers with it.
I am having issues connecting to routers however because my card does
not have a MAC address. I looked through the forums and it seems you
can change this address but all the links leading to software or code
seemed to be dead.

I went to the realtek website and got a program called RSET8019
hoping that this would allow me to configure my MAC but the program
doesnt seem to find the card (I get some error message saying I have
no LAN board installed). Is there an easy way to do this or do I have
to write a whole driver from scratch just to set the MAC address? I
hope this is the best group to ask this question.

Thanks,
Matt
 
Matt said:
Hello,

I just got a Network card with the RTL8019AS chipset on it. It uses
jumpers to set the IO, IRQ, and the such. When I install it, the card
is detected and I can ping back and forth to other computers with it.
I am having issues connecting to routers however because my card does
not have a MAC address. I looked through the forums and it seems you
can change this address but all the links leading to software or code
seemed to be dead.

Every NIC has a MAC address. It's hardcoded onto the card. Some cards let
you change the address in the drivers.
 
Every NIC has a MAC address. It's hardcoded onto the card. Some cards let
you change the address in the drivers.

Noozer,

Thanks for the quick reply. I'm aware they all have MACs. My
current one is set to 00.00.00.00. I just bought a block of MACs for
my cards that I am developing but have very little driver writing
experience.

Thanks,
Matt
 
I just got a Network card with the RTL8019AS chipset on it. It uses
Noozer,

Thanks for the quick reply. I'm aware they all have MACs. My
current one is set to 00.00.00.00. I just bought a block of MACs for
my cards that I am developing but have very little driver writing
experience.

If the MAC is coming up all 0's then the card is broken or drivers not
working.

You mentioned that the utility has issues accessing the card, so I'd guess
the card is defective.

It's an OLD 10mbit card. Might be time to drop $5 for a new one.
 
If the MAC is coming up all 0's then the card is broken or drivers not
working.

You mentioned that the utility has issues accessing the card, so I'd guess
the card is defective.

It's an OLD 10mbit card. Might be time to drop $5 for a new one.- Hide quoted text -

- Show quoted text -

Noozer,

This is a card (brand new) that I designed. When you buy ethernet
controler chips to place on your own card, the chip comes blank (no
MAC). Its up to the designer to place a bought MAC on the chip. The
RealTek RTL8019AS is NE2000 compatible (it has the registers for a MAC
address and the ability to put your MAC address in the chip) I am just
unsure how to right to the chip as I did most of the configuration via
jumpers.

Thanks,
Matt
 
Matt said:
Noozer,

This is a card (brand new) that I designed. When you buy ethernet
controler chips to place on your own card, the chip comes blank (no
MAC). Its up to the designer to place a bought MAC on the chip. The
RealTek RTL8019AS is NE2000 compatible (it has the registers for a MAC
address and the ability to put your MAC address in the chip) I am just
unsure how to right to the chip as I did most of the configuration via
jumpers.

Thanks,
Matt

There is a bit of source code here, for a hobbyist project involving RTL8019AS.

http://www.circuitcellar.com/chipcenter-pdfs/1101/c1101fe.pdf

Datasheet for the chip.
http://pdf1.alldatasheet.com/datasheet-pdf/view/142973/ETC/RTL8019AS/datasheet.pdf

Paul
 
I just got a Network card with the RTL8019AS chipset on it. It uses
jumpers to set the IO, IRQ, and the such.

Nostalgia :-)
Did you make the appropriate changes to your Bios ?
(assign the IRQ for the card, probably 7 or 5, as 'fixed') ?
When I install it, the card
is detected and I can ping back and forth to other computers with it.

Are you sure ?
Somehow it seem not logical for a card to PING unless a TCP/IP
stack is fully functional. And I fail to see a NIC functioning,
lacking a common commodity as it's MAC address :-)
 
Back
Top