Search the Community
Showing results for tags 'bananapim2pro'.
-
This is what the network status looks like immediately after turning on the power: $ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: end0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether d6:e3:db:f5:f2:24 brd ff:ff:ff:ff:ff:ff inet 192.168.100.124/24 metric 100 brd 192.168.100.255 scope global dynamic end0 valid_lft 259179sec preferred_lft 259179sec inet6 fe80::d4e3:dbff:fef5:f224/64 scope link valid_lft forever preferred_lft forever 4: wlx60fb005126f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 60:fb:00:51:26:f0 brd ff:ff:ff:ff:ff:ff This is what the network status looks like after a reboot: $ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: end0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether d6:e3:db:f5:f2:24 brd ff:ff:ff:ff:ff:ff inet 192.168.100.124/24 metric 100 brd 192.168.100.255 scope global dynamic end0 valid_lft 258362sec preferred_lft 258362sec inet6 fe80::d4e3:dbff:fef5:f224/64 scope link valid_lft forever preferred_lft forever Nothing helps other than unplugging the power cable and plugging it back in. Tried the following images: Armbian_24.8.1_Bananapim2pro_bookworm_current_6.6.47_minimal.img.xz Armbian_24.5.3_Bananapim2pro_bookworm_current_6.6.36_minimal.img.xz Armbian_24.2.1_Bananapim2pro_bookworm_current_6.6.16.img.xz Outputs of armbianmonitor -U are in attachment. wifi_ok.txt wifi_no.txt
-
Whatever I plug into the usb otg port, it doesn't get recognised. I think the port got disabled. What happened? I connected a new harddrive via usb3 but the machine wouldn't boot because of some "Unexpected XHCI event". I had to add a usbstoragequirks to u-boot env. (via armbian-config) to solve that, but now the usb otg port is no longer working. Googled a lot and found one possible solution but it did not work for me ( https://forum.banana-pi.org/t/topic/5485/13 ). https://paste.armbian.com/aqowuxukev
-
Sorry about off-topic, just got forum giveaway Banana Pi M2 Pro and got confused - manufacturer doesn't care to reveal power jack size and all my 5V power adapter plugins are too small or too large. Can some happy owner of this SBC share plugin dimensions?
-
Type: Giveaway
COMPLETED
- 1 Prize
- 29 Participants
Enter for a chance to WIN a Banana Pi M2 PRO! SinoVoip , one of Armbian's Platinum Partners has teamed up with Armbian to give away one of their BananaPi M2 Pro boards to one lucky winner! Get your free raffle ticket today and enter to win! While your here, feel free to comment down below what you would do with the board if you win! Armbian is always looking for new volunteers for many positions, if you have time to volunteer, consider applying for one of the open positions! Also check out all the great videos on Armbian and single board computers done by @NicoD on YouTube! (You must have been a member for at least 30 days before this was posted to enter this giveaway) *Prizes will be fulfilled and sent directly by SinoVoip once a winner is chosen and their address received. Be sure you are able to receive parcels from China. Armbian and SinoVoip will not be responsible for any customs duties or additional fees associated with delivery or import of the prize. -
I have recently acquired a BPI-M2 Pro with what is supposed to be USB WiFi (Realtek RTL8821CU). I am running Armbian 22.08.7 Bullseye. armbian-config does not recognize any WiFi. The output from lsusb -t also does not show the presence of USB WiFi as expected. root@bananapi-m2p:~# lsusb -t /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M Do I have a defective device, or is the WiFi not actually a USB module? Is there something else I need to try to enable WiFi? Thanks, Ray