halmartin / meraki-builder

Scripts and tools to assemble firmware images for various Meraki MS switches and MX routers
GNU General Public License v3.0
76 stars 16 forks source link

Interface lights not working on luton-based switches #16

Closed chris3453 closed 2 years ago

chris3453 commented 3 years ago

Interface LEDs don't working when using the following version: postmerkOS-20210424

Interfaces do however pass traffic and POE power without issue.

halmartin commented 3 years ago

This is a known issue and has always been the case on the MS220-8P. I'm not sure how the port LEDs are controlled on luton, as there isn't any GPIO configuration in the Meraki initscripts for this (that I can find) and the port LEDs work on the jaguar_dual switches (-48)

In the mean time, you can run cat /click/switch_port_table/dump_pports to get a summary of the port status.

If you want to investigate the Meraki firmware to find out how they're managing the port LEDs, drop me an email (username @ gmail) and we can coordinate.

rob235 commented 3 years ago

I've just flashed an MS220-24P with postmerkOS-20210424 and noticed also that the interface LED's aren't working. Passing traffic and POE are fine though.

halmartin commented 3 years ago

@rob235 thanks for the report, it appears the issue is with all luton-based switches. I changed the issue title to reflect this.

halmartin commented 2 years ago

Can you tell me if the following command enables link lights on your switch?

echo link > /click/sw0_ctrl/led_mode

It works on my MS220-8P, but I don't have an MS220-24 to test.

xoy74 commented 1 year ago

Can you tell me if the following command enables link lights on your switch?

echo link > /click/sw0_ctrl/led_mode

It works on my MS220-8P, but I don't have an MS220-24 to test.

Amazong, this works on my MS220-8P that I've been using without status lights for about 2 years. Is there a similar command to enable the speed LEDs as well ?

halmartin commented 1 year ago

Is there a similar command to enable the speed LEDs as well ?

The first LED is used to indicate link, and the second LED is used to indicate PoE status: Screenshot 2023-04-05 07 07 54

The switch has no ability to indicate the speed of the link via LEDs.

xoy74 commented 1 year ago

Thank you, appreciate it.