Forum Discussion
26 Replies
- Altera_Forum
Honored Contributor
Put some signaltap probes on the MII interface to see if you are sending/receiving anything.
Are you sure the MAC/IP addresses are set up correctly? - Altera_Forum
Honored Contributor
I suppose he didn't add phy support to the stack driver list.
- Altera_Forum
Honored Contributor
ksz8893 is not a phy, it is a Integrated 3-Port 10/100 Managed Switch with PHYs, and I added the phy profile into tse.Now, my nios is listening,but when i ping from pc to nios, i get nothing.
this design can work with dc83848 phy. please tell me what should I do? thanks! - Altera_Forum
Honored Contributor
when i ping from pc to my nios, i can get signals as txd[3..0] and txdv, but i cannot get signals from my nios.
- Altera_Forum
Honored Contributor
Post here the output of nios console when the chip initializes.
- Altera_Forum
Honored Contributor
Did you start the Switch?
When I implemented my KSZ8893, I nearly overlooked that the switch needs a start command to transmit packets. Does DHCP work? - Altera_Forum
Honored Contributor
ksz8893 tells me below:
[PS1, PS0] = [0, 0] — I2C master (EEPROM) mode (If EEPROM is not detected, the KSZ8893MQL will be configured with the default values of its internal registers and the values of its strap-in pins.) And,In (PS1, PS0) = (0, 0) mode, the chip will start automatically after trying to read the external EEPROM. If EEPROM does not exist, the chip will use pin strapping and default values for all internal registers. I am a fresh men ,please give me a more detailed explanation about how to use ksz. thanks! - Altera_Forum
Honored Contributor
I think that was the only thing I needed to do to get the KSZ started.
What is reported during initialization? Can you ping through from one external port to the other? - Altera_Forum
Honored Contributor
I can ping from pc_A to pc_B, but get nothing when ping pc to my nios.
Did you control ksz by mill of Triple-Speed Ethernet ? please give me some advices. thanks - Altera_Forum
Honored Contributor
My time here is 23 clock, I will post the report torrow.
thanks