markniu / PandaPi

3d printer firmware run on raspberry pi directly
215 stars 30 forks source link

Wired network support on Pi 3B+? #33

Closed larskotthoff closed 3 years ago

larskotthoff commented 3 years ago

I can't get the wired networking interface to work with the latest PandaPi 2.5 image on a Raspberry Pi 3B+. The interface does not show up, nor is there anything in the logs indicating that is has been recognised. lshw shows the position on the USB bus as "unassigned".

Is support for the wired ethernet interface included in the kernel?

Moorviper commented 3 years ago

I flashed the PandaPi3_20210320.img image today and it worked fine on a 3b+ i only had to extract it with keka instead of the normal mac os extractor. the only downside was that you coudn't update octoprint anymore because the image is based on octoprint 0.16 which used python2 which is EOL since the beginning of 2020.

Have you edited any config file ? If you boot it without any edits it should work just fine.

Bildschirmfoto 2021-04-01 um 18 16 42 Bildschirmfoto 2021-04-01 um 18 08 57

I will try to build an octopi 0.18 image with a 5.4.x real time kernel tomorrow...

larskotthoff commented 3 years ago

Thanks, I didn't edit any configuration files, just copied the image to the SD card (using dd on Linux) and booted. The wired network was working before (running octopi for a different printer) and seems to be working in the sense that I get a green light when I plug in the network cable. I just don't get anything in the system itself that indicates that the network port has been recognized.

markniu commented 3 years ago

please try this new img file, RT kerenl 64bit for raspberryPi3B, based on albebert ,ethernet enabled.

larskotthoff commented 3 years ago

Works, thank you!