-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is access to the web interface without fibre connection possible? #8
Comments
On my module it is but I needed to hardcode the speed negotiation to 1G & manually bring the interface up |
Hey, thanks for your response.
Could you elaborate on what you mean by "hardcode the speed negotiation"? I also tried to turn off auto negotiation, set speed to 1000 & full duplex, but `ethtool` refuses to set that with an error message.
|
exactly what you tried - can you post your error message here? |
Yes, of course:
I also tried bringing the interface down before with
|
@frederictobiasc what device are you running (e.g. NIC driver, linux kernel version, ...)? It's a bit weird you cannot set it |
Hi @xvzf, |
Hi @xvzf,
Do you have any hardware recommendation where hardwiring the settings work so that I can access the module without the GPON uplink? |
Hi, I connected the GPON SFP to the fibre and then, auto negotiation succeeded. It seems, it depends on the hardware if you can hardwire the speed parameters for the SFP port. For me, it's not a big deal, since the module works perfectly on the APU6 once configured. |
Intel X520 + Zyxel SFP GPON --- ssh is working even without fibre connected. |
This is very interesting! I have a PCIe NIC which is based on the Intel i210IS just like your APU6 and I have seen the module also not working. However, I don't have FTTH yet, so I can't test whether it will work for me when I plug in a fibre. But your oberservation has some implication. I won't go too much into detail but the Zyxel module should be using an SGMII interface for its PHY to talk to the i210 (see datasheet) . The i210 actually doesn't have universal support for this, except for some very specific PHYs and only when the module is inserted prior to driver initialisation. So I suspect this is the reason why it doesn't work out of the box. This must mean that, as soon as a fibre is plugged in and a link to the OLT is established, the Zyxel's Lantiq SoC changes the communication mode of its integrated PHY (or the one that it is hooked up to) from SGMII to 1000BASE-X, presenting itself as a normal fibre SFP module to the i210, which makes it work. This must also mean that there could be a way to change this mode from the module's shell. I haven't looked into it yet but I suspect the @frederictobiasc what OS are you running on the APU6 and can you tell me the intel igb driver version that you are running? |
After digging through the filesystem and some menus, I found the potential config entry. @frederictobiasc could you ssh into the module in the connected state and run I want to see what happens, if I change the I'm also trying to find out, if changing this setting with |
Hey, is it possible to set the speed permanently?
|
Hi,
I'm currently trying to set up the module in my pcengines APU6. Since I cannot access the web interface: Is this only possible when the SFP is physically connected to the GPON link?
ethtool reports the module correctly:
But link is reported as
DOWN
:The text was updated successfully, but these errors were encountered: