* [U-Boot-Users] smc 9111 driver
@ 2003-06-16 8:18 Gupta, Kshitij
2003-06-16 8:27 ` Robert Schwebel
2003-06-16 9:05 ` Wolfgang Denk
0 siblings, 2 replies; 7+ messages in thread
From: Gupta, Kshitij @ 2003-06-16 8:18 UTC (permalink / raw)
To: u-boot
hi,
I am facing a very unique problem with smc9111 driver. I am able to send
packets over the wire and I am able to receive all broadcast packets. But I
am able to receive only broadcast packets. If any packet with destination
as my MAC address I am not able to see it.
Has anyone else seen this problem before ??
regards
-kshitij
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] smc 9111 driver
2003-06-16 8:18 [U-Boot-Users] smc 9111 driver Gupta, Kshitij
@ 2003-06-16 8:27 ` Robert Schwebel
2003-06-16 9:05 ` Wolfgang Denk
1 sibling, 0 replies; 7+ messages in thread
From: Robert Schwebel @ 2003-06-16 8:27 UTC (permalink / raw)
To: u-boot
On Mon, Jun 16, 2003 at 01:48:34PM +0530, Gupta, Kshitij wrote:
> I am facing a very unique problem with smc9111 driver. I am able to
> send packets over the wire and I am able to receive all broadcast
> packets. But I am able to receive only broadcast packets. If any
> packet with destination as my MAC address I am not able to see it.
> Has anyone else seen this problem before ??
Which version of U-Boot did you use? There have been some bugs with the
SMSC driver recently. On our homepage you'll find our latest -ptx
patches which have the fixes. Or use the current U-Boot CVS which should
also be fine.
Robert
--
Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Braunschweiger Str. 79, 31134 Hildesheim, Germany
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Phone: +49-5121-28619-0 | Fax: +49-5121-28619-4
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] smc 9111 driver
2003-06-16 8:18 [U-Boot-Users] smc 9111 driver Gupta, Kshitij
2003-06-16 8:27 ` Robert Schwebel
@ 2003-06-16 9:05 ` Wolfgang Denk
1 sibling, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2003-06-16 9:05 UTC (permalink / raw)
To: u-boot
In message <F509E6111989D311B63700805FA761DA06F990ED@dbde01.itg.ti.com> you wrote:
>
> I am facing a very unique problem with smc9111 driver. I am able to send
> packets over the wire and I am able to receive all broadcast packets. But I
> am able to receive only broadcast packets. If any packet with destination
> as my MAC address I am not able to see it.
> Has anyone else seen this problem before ??
Are you sure that you are using a legal MAC address?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
A father doesn't destroy his children.
-- Lt. Carolyn Palamas, "Who Mourns for Adonais?",
stardate 3468.1.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] smc 9111 driver
@ 2003-06-16 9:08 Gupta, Kshitij
2003-06-16 9:35 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Gupta, Kshitij @ 2003-06-16 9:08 UTC (permalink / raw)
To: u-boot
hi,
I am using a packet generator on the host to generate udp packets
with destination as the MAC address of my machine (doubly checked). Using
the same pkt generator if i just change the destination to ff:ff:ff:ff:ff:ff
then the driver accepts it.
regards
-kshitij
-----Original Message-----
From: Wolfgang Denk [mailto:wd at denx.de]
Sent: Monday, June 16, 2003 2:36 PM
To: Gupta, Kshitij
Cc: u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] smc 9111 driver
In message <F509E6111989D311B63700805FA761DA06F990ED@dbde01.itg.ti.com> you
wrote:
>
> I am facing a very unique problem with smc9111 driver. I am able to
send
> packets over the wire and I am able to receive all broadcast packets. But
I
> am able to receive only broadcast packets. If any packet with destination
> as my MAC address I am not able to see it.
> Has anyone else seen this problem before ??
Are you sure that you are using a legal MAC address?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
A father doesn't destroy his children.
-- Lt. Carolyn Palamas, "Who Mourns for Adonais?",
stardate 3468.1.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] smc 9111 driver
2003-06-16 9:08 Gupta, Kshitij
@ 2003-06-16 9:35 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2003-06-16 9:35 UTC (permalink / raw)
To: u-boot
In message <F509E6111989D311B63700805FA761DA06F990EE@dbde01.itg.ti.com> you wrote:
>
> I am using a packet generator on the host to generate udp packets
> with destination as the MAC address of my machine (doubly checked). Using
Which MAC address are you using?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
On a clear disk you can seek forever.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] smc 9111 driver
[not found] <0004DF06.C22236@ti.com>
@ 2003-06-16 12:19 ` Jerry Van Baren
0 siblings, 0 replies; 7+ messages in thread
From: Jerry Van Baren @ 2003-06-16 12:19 UTC (permalink / raw)
To: u-boot
A classic ethernet mixup is the bit ordering of the MAC address. The
ethernet sends the data LSB-first so, when you set your MAC, you have to
bit-reverse the bytes from what you would normally think. This is horribly
confusing. Suggestions: Sniff your transmissions with ethereal and see if
the MAC address ethereal is showing is what you expect to see. Bit-reverse
the MAC you program in and see if it starts working.
gvb
At 01:48 PM 6/16/2003 -0400, kshitij at ti.com wrote:
>hi,
> I am facing a very unique problem with smc9111 driver. I am able to send
>packets over the wire and I am able to receive all broadcast packets. But I
>am able to receive only broadcast packets. If any packet with destination
>as my MAC address I am not able to see it.
>Has anyone else seen this problem before ??
>regards
>-kshitij
>
>
>
>-------------------------------------------------------
>This SF.NET email is sponsored by: eBay
>Great deals on office technology -- on eBay now! Click here:
>http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
>_______________________________________________
>U-Boot-Users mailing list
>U-Boot-Users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/u-boot-users
**********************************************************************
This e-mail and any files transmitted with it may be confidential and
may be legally privileged or otherwise exempt from disclosure under
applicable law. This e-mail and its files are intended solely for
the individual or entity to whom they are addressed and their content
is the property of Smiths Aerospace. If you are not the intended
recipient, please do not read, copy, use or disclose this communication.
If you have received this e-mail in error please notify the e-mail
administrator at postmaster at smiths-aerospace.com and then delete this
e-mail, its files and any copies.
This footnote also confirms that this e-mail message has been scanned
for the presence of known computer viruses.
Smiths addresses are changing! The new addresses are of the form
firstname.lastname at smiths-aerospace.com. Please update your address
books! Please begin using the new form immediately.
***********************************************************************
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] smc 9111 driver
@ 2003-06-16 13:26 Gupta, Kshitij
0 siblings, 0 replies; 7+ messages in thread
From: Gupta, Kshitij @ 2003-06-16 13:26 UTC (permalink / raw)
To: u-boot
hi,
thanx for the help. I got it up and running. It was a h/w issue.
Since I am using the smc9111.c for smc9196 I had to change some register
settings to get it up. I will post it as a different driver like smc9196.c
whe I submit it back to opensource.
regards
-kshitij
-----Original Message-----
From: Jerry Van Baren [mailto:gerald.vanbaren at smiths-aerospace.com]
Sent: Monday, June 16, 2003 5:50 PM
To: u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] smc 9111 driver
A classic ethernet mixup is the bit ordering of the MAC address. The
ethernet sends the data LSB-first so, when you set your MAC, you have to
bit-reverse the bytes from what you would normally think. This is horribly
confusing. Suggestions: Sniff your transmissions with ethereal and see if
the MAC address ethereal is showing is what you expect to see. Bit-reverse
the MAC you program in and see if it starts working.
gvb
At 01:48 PM 6/16/2003 -0400, kshitij at ti.com wrote:
>hi,
> I am facing a very unique problem with smc9111 driver. I am able to
send
>packets over the wire and I am able to receive all broadcast packets. But
I
>am able to receive only broadcast packets. If any packet with destination
>as my MAC address I am not able to see it.
>Has anyone else seen this problem before ??
>regards
>-kshitij
>
>
>
>-------------------------------------------------------
>This SF.NET email is sponsored by: eBay
>Great deals on office technology -- on eBay now! Click here:
>http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
>_______________________________________________
>U-Boot-Users mailing list
>U-Boot-Users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/u-boot-users
**********************************************************************
This e-mail and any files transmitted with it may be confidential and
may be legally privileged or otherwise exempt from disclosure under
applicable law. This e-mail and its files are intended solely for
the individual or entity to whom they are addressed and their content
is the property of Smiths Aerospace. If you are not the intended
recipient, please do not read, copy, use or disclose this communication.
If you have received this e-mail in error please notify the e-mail
administrator at postmaster at smiths-aerospace.com and then delete this
e-mail, its files and any copies.
This footnote also confirms that this e-mail message has been scanned
for the presence of known computer viruses.
Smiths addresses are changing! The new addresses are of the form
firstname.lastname at smiths-aerospace.com. Please update your address
books! Please begin using the new form immediately.
***********************************************************************
-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-06-16 13:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-16 8:18 [U-Boot-Users] smc 9111 driver Gupta, Kshitij
2003-06-16 8:27 ` Robert Schwebel
2003-06-16 9:05 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2003-06-16 9:08 Gupta, Kshitij
2003-06-16 9:35 ` Wolfgang Denk
[not found] <0004DF06.C22236@ti.com>
2003-06-16 12:19 ` Jerry Van Baren
2003-06-16 13:26 Gupta, Kshitij
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.