Mikhail Sokolov
Mikhail Sokolov
Hi @geerlingguy . I'm trying to run Intel PRO/1000 NIC with RPi CM4. I stuck with the problem of allocating BAR space. ``` [ 1.172996] pci 0000:01:00.0: BAR 2: no...
Hi everyone. This issue is aimed to track the process of developing EasyNIC project. The initial idea was introduced by @lukego . He also makes the spec https://github.com/lukego/easynic Current HW...
Hi. I'm trying to use your code to get access to tty lines which is made by CMUX. https://github.com/insekt/cmux CMUX is creating 2 new virtual /dev/ttyGSM devices based on my...
Hi @benjojo , interesting project. But I can't understand what benefits this project give compare to well-known TWAMP (https://tools.ietf.org/html/rfc5357) and implementation like https://github.com/nokia/twampy? Could please share your thought on that,...
Get such key-value pair when reading SERIAL_ID from SFP HG Genuine MXPD-243S. ``` 'VENDOR_NAME': 'HG GENUINE\x00\x00\x00\x00\x00\x00' ``` To me it seems strange. i2cdump of this SFP. ``` root@raspberrypi:~# i2cdump -y...
I'm trying to read SERIAL_ID data from module and write it to InfluxDB. ``` >>> db.write_points([{'fields': {'LENGTH_SMF': 10000, 'ENCODING': 1, 'ENHANCED_OPTIONS': 176, 'CONNECTOR': 7, 'TRANSCEIVER_EXT': 0, 'VENDOR_PN': 'LS38-C3S-TC-N-DD', 'LENGTH_SMF_KM': 10000,...