Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.comp.hardware
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-06-2007, 10:14 PM
Matt
Guest
 
Posts: n/a
Default RTL8019AS

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


Reply With Quote
  #2 (permalink)  
Old 08-07-2007, 01:36 AM
Noozer
Guest
 
Posts: n/a
Default Re: RTL8019AS


"Matt" <metalimi@gmail.com> wrote in message
news:1186434899.115341.109100@g4g2000hsf.googlegro ups.com...
> 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.



Reply With Quote
  #3 (permalink)  
Old 08-07-2007, 02:13 AM
Matt
Guest
 
Posts: n/a
Default Re: RTL8019AS

On Aug 6, 8:36 pm, "Noozer" <dont.s...@me.here> wrote:
> "Matt" <metal...@gmail.com> wrote in message
>
> news:1186434899.115341.109100@g4g2000hsf.googlegro ups.com...
>
> > 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.


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


Reply With Quote
  #4 (permalink)  
Old 08-07-2007, 02:38 AM
Noozer
Guest
 
Posts: n/a
Default Re: RTL8019AS

>> > 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.

>
> 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.



Reply With Quote
  #5 (permalink)  
Old 08-07-2007, 02:43 AM
Matt
Guest
 
Posts: n/a
Default Re: RTL8019AS

On Aug 6, 9:38 pm, "Noozer" <dont.s...@me.here> wrote:
> >> > 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.

>
> > 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.- 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


Reply With Quote
  #6 (permalink)  
Old 08-07-2007, 06:51 AM
Paul
Guest
 
Posts: n/a
Default Re: RTL8019AS

Matt wrote:
> On Aug 6, 9:38 pm, "Noozer" <dont.s...@me.here> wrote:
>>>>> 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.
>>> 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.- 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
>


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

http://www.circuitcellar.com/chipcen...01/c1101fe.pdf

Datasheet for the chip.
http://pdf1.alldatasheet.com/datashe.../datasheet.pdf

Paul

Reply With Quote
  #7 (permalink)  
Old 08-07-2007, 02:43 PM
Matt
Guest
 
Posts: n/a
Default Re: RTL8019AS

On Aug 7, 1:51 am, Paul <nos...@needed.com> wrote:
> Matt wrote:
> > On Aug 6, 9:38 pm, "Noozer" <dont.s...@me.here> wrote:
> >>>>> 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.
> >>> 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.- 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

>
> There is a bit of source code here, for a hobbyist project involving RTL8019AS.
>
> http://www.circuitcellar.com/chipcen...01/c1101fe.pdf
>
> Datasheet for the chip.http://pdf1.alldatasheet.com/datashe...ETC/RTL8019AS/...
>
> Paul- Hide quoted text -
>
> - Show quoted text -


Paul,

Thank you. That is exactly what I am looking for. I have also
never seen circuitcellar.com. I am gonna have to look more into this
site!

Thanks again,
Matt


Reply With Quote
  #8 (permalink)  
Old 08-07-2007, 05:09 PM
Paul
Guest
 
Posts: n/a
Default Re: RTL8019AS

Matt wrote:
> On Aug 7, 1:51 am, Paul <nos...@needed.com> wrote:
>> Matt wrote:
>>> On Aug 6, 9:38 pm, "Noozer" <dont.s...@me.here> wrote:
>>>>>>> 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.
>>>>> 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.- 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

>> There is a bit of source code here, for a hobbyist project involving RTL8019AS.
>>
>> http://www.circuitcellar.com/chipcen...01/c1101fe.pdf
>>
>> Datasheet for the chip.http://pdf1.alldatasheet.com/datashe...ETC/RTL8019AS/...
>>
>> Paul- Hide quoted text -
>>
>> - Show quoted text -

>
> Paul,
>
> Thank you. That is exactly what I am looking for. I have also
> never seen circuitcellar.com. I am gonna have to look more into this
> site!
>
> Thanks again,
> Matt
>


Before the web existed, Circuit Cellar articles appeared regularly
in Byte Magazine. Steve Ciarcia gets honorable mention here.

http://en.wikipedia.org/wiki/Byte_magazine

Paul

Reply With Quote
  #9 (permalink)  
Old 08-08-2007, 11:58 AM
Gerard Bok
Guest
 
Posts: n/a
Default Re: RTL8019AS

On Mon, 06 Aug 2007 14:14:59 -0700, Matt <metalimi@gmail.com>
wrote:

> 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 :-)

>I am having issues connecting to routers however because my card does
>not have a MAC address.


--
Kind regards,
Gerard Bok

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:48 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

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