Jump to content

Kevin Bosworth

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I updated my system to the newest kernel and lost all WiFi. What is the deal???
  2. As the title says. I can not get PWM to work. I can type gpio mode 2 pwm and no error. But when I try to access it from Klipper (3D Printer Software and Firmware) it won't work. However if I use gpio 3, in software, gpio 4 turns on. Please help me out here. Thanks, Kevin
  3. I am having a network problem that I can not figure out. First I had to roll back the kernel to version 5.x to even get wifi to work. Since then I have tried all sorts of things. No matter what I do, when I unplug the eth0 the wifi goes away as well. Here is some stuff that might help. __ __ _ _ _ ____ _____ | \/ | (_) (_) |/ __ \ / ____| | \ / | __ _ _ _ __ ___ __ _ _| | | | | (___ | |\/| |/ _` | | '_ \/ __|/ _` | | | | | |\___ \ | | | | (_| | | | | \__ \ (_| | | | |__| |____) | |_| |_|\__,_|_|_| |_|___/\__,_|_|_|\____/|_____/ Version 1.1.1, based on Armbian 23.02.2 Bullseye Running on OPi 3 LTS with Linux 5.15.93-sunxi64 System load: 41% Up time: 3 min Memory usage: 15% of 1.94G IP: 192.168.1.161 192.168.1.160 CPU temp: 43°C Usage of /: 84% of 7.0G [ Kernel and firmware upgrades disabled: armbian-config ] Last check: 2023-09-16 20:53 Last login: Sat Sep 16 20:50:31 2023 from 192.168.1.65 pi@OrangePI3:~$ 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 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 02:07:75:b2:b2:2d brd ff:ff:ff:ff:ff:ff inet 192.168.1.161/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether a0:ab:d6:c3:a7:66 brd ff:ff:ff:ff:ff:ff inet 192.168.1.160/24 brd 192.168.1.255 scope global noprefixroute wlan0 valid_lft forever preferred_lft forever ------------------------------------------------------------------------------------------------------------------------------------------------------- # armbian-config created source /etc/network/interfaces.d/* # Local loopback auto lo iface lo inet loopback # Interface eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.161 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 192.168.1.1 8.8.8.8 I don't know what else to try. Thanks in advance.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines