![]() |
lost eth0 on my pine64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Debian (https://forum.pine64.org/forumdisplay.php?fid=24) +---- Thread: lost eth0 on my pine64 (/showthread.php?tid=13138) |
lost eth0 on my pine64 - psarazin - 02-16-2021 Hi all newbies on Pine64 andĀ armbianĀ I cannot connect network using ethernet connector just installed armbian today and the wlan is working fine but system looks cannot fine eth0 the debian version used is cat debian_version 10.7i now I used armbian-config to setup the Wifi but here eth0 is no more present.... I don't know where I can go to enforce driver or something like that ... I more Windows users ;-) Thanks in advance for your support ... Furthemore my english is not perfect I'm French Pierre. RE: lost eth0 on my pine64 - tophneal - 02-16-2021 try adding the following in /etc/network/interfaces : # Wired adapter #1 allow-hotplug eth0 iface eth0 inet dhcp it could also be an issue with the driver. there's a post on armbian's forum, that discussed the eth0 driver not working after the kernel update to 5.8. My A64+ is running Armbian and has a similar problem, so I just use the wifi connection. RE: lost eth0 on my pine64 - psarazin - 02-16-2021 still doesn't work :-( afraid to stay like you only on Wifi doesn't work for my project to drive 3D printer with that ... RE: lost eth0 on my pine64 - tophneal - 02-16-2021 Is your board an A64 LTS or + (pre LTS IIRC)? You might try a different distro. Arch should work on it very well. RE: lost eth0 on my pine64 - psarazin - 02-18-2021 (02-16-2021, 12:39 PM)tophneal Wrote: Is your board an A64 LTS or + (pre LTS IIRC)? You might try a different distro. Arch should work on it very well.Hi, I'll Try longtime ago I bought it so what I know is Pine 64 with 512 of memory nothing is wrote in the board. However I already try Suse & Fedora without success (no boot) so why not I'll try Arch ditrib I'll give you feedabck as soon as I can download it basedI have an error to download it with My PC Regards RE: lost eth0 on my pine64 - kuleszdl - 03-19-2021 I have both A64-LTS and the (old) A64 running and had no issues with eithernet whatsoever using Debian/Devuan. I assume that you could have an issue with your bootloader (u-boot). Can you see the ethernet being listed in u-boot on the serial console? RE: lost eth0 on my pine64 - psarazin - 03-22-2021 Hi kuleszdl Thank for your answer, to be honest, I don't know how to check the u-boot :-( newbie on linux and Pine too at this time I start to learn by myslef with tuto and whatever ;-) otherwise I finished to install Pi-hole on it and is looks running well using only the Wifi But if yo explain the way to check the U-boot I'll do of course Regards RE: lost eth0 on my pine64 - kuleszdl - 03-22-2021 Well it's not really trivial to check u-boot once you flash it, you typically have to check whether you are flashing the particular u-boot version before you flash it. You can follow the official Debian wiki using the "Installing from an SD card image" approach: https://wiki.debian.org/InstallingDebianOn/Allwinner The files for the A64 can be found here (you need partition.img.gz and firmware.pine64_plus.img.gz - don't worry the A64 and the A64+ need the same u-boot, the A64 LTS does not): https://deb.debian.org/debian/dists/stable/main/installer-arm64/current/images/netboot/SD-card-images/ |