Jump to content

Walter Zambotti

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. I am having trouble installing specific hardware dkms because the dkms requires the linux header files for the installed kernel version which are not available or do not exist. Armbian 23.05.1 Ubuntu 22.04 desktop version is build with kernel 6.6.63 but an apt search for the relevant headers finds none. Headers exist for 6.2, 6.5 and 6.8 but not for 6.6. How can I address this?
  2. After an update to Armbian 23.05.1 Ubuntu one of my Wifi adapters no longer sees any access point and can't be forced to connect blindly. The two adapters are very similar: The two adapters are very similar: Working Wifi Module 5B: |__ Port 2: Dev 9, If 2, Class=Vendor Specific Class, Driver=rtl8821cu, 480M ID 0bda:c820 Realtek Semiconductor Corp. /sys/bus/usb/devices/1-1.2 /dev/bus/usb/001/009 Not working Wifi Module 5A: |__ Port 4: Dev 10, If 0, Class=Vendor Specific Class, Driver=rtl88XXau, 480M ID 0bda:a811 Realtek Semiconductor Corp. RTL8811AU 802.11a/b/g/n/ac WLAN Adapter /sys/bus/usb/devices/1-1.4 /dev/bus/usb/001/010``` nmcli shows both devices nmcli device DEVICE TYPE STATE CONNECTION wlx200bd04dc584 wifi connected asuszamb 2 wlx40a5eff399ea wifi disconnected -- p2p-dev-wlx200bd04dc584 wifi-p2p disconnected -- p2p-dev-wlx40a5eff399ea wifi-p2p disconnected -- eth0 ethernet unavailable -- lo loopback unmanaged -- wlx40a5eff399ea is the device that has stopped working. if I display the access points visible to each device: nmcli device wifi list ifname wlx200bd04dc584 IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY 3C:7C:3F:6B:EA:2C asuszamb Infra 36 540 Mbit/s 95 ▂▄▆█ WPA2 3C:7C:3F:6B:EA:28 asuszamb Infra 2 405 Mbit/s 74 ▂▄▆_ WPA2 32:46:9A:FF:E2:B9 asuszamb_EXT Infra 10 130 Mbit/s 64 ▂▄▆_ WPA2 4C:0F:6E:AD:AB:07 PS3-1880660 Infra 10 54 Mbit/s 39 ▂▄__ WPA1 6A:19:4D:28:72:DD -- Infra 161 540 Mbit/s 25 ▂___ WPA2 B0:92:4A:C7:E2:BD OPTUS_C7E2BBM Infra 11 540 Mbit/s 20 ▂___ WPA2 WPA3 72:19:4D:28:72:DC OPTUS_C7E2BBM Infra 11 130 Mbit/s 17 ▂___ WPA2 WPA3``` The other adapter should show the same access points but: nmcli device wifi list ifname wlx40a5eff399ea IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY Attempting to make a connection via the not working adapter results in: nmcli con up 175a67a0-d58d-4ebe-8d02-6f3c741c460b ap 3C:7C:3F:6B:EA:2C ifname wlx40a5eff399ea Error: device 'wlx40a5eff399ea' not compatible with connection 'asuszamb'.
  3. I would like to update/upgrade to the latest dist for the Armbian N2 without completely re-installing. Is this supported and possible?In order to update to the latest Armbian
  4. The problem turns out to be the kernel version. The minimal image comes with 6.1.30 which provides a new video device (called None-1) and the desktop image comes with 6.1.11 which does not have this mystery video device. All working with the reverted kernel.
  5. Seems the fix is to use kernel 6.1.11 that comes with the desktop version and not 6.1.30 that comes with the minimal version.
  6. it turns out this mystery video device (None-1) is provided by Kernel 6.1.30 and revertiong back to 6.1.11removes the device.
  7. So I edited the boot.cmd file and added this line after each of the setenv bootarg ... lines : setenv bootargs "${bootargs} video=None-1:d" recompiled with sudo mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr checked the lines had made it to boot.scr and rebooted. But the None-1 video device still persists and xrandr still shows that device is being used by Xorg!!!
  8. I am unable to configure Xorg to ignore (and stop using as its default) the None-1 video device causing me not to be able to display a desktop via the HMDI-1-1 device. It has been suggested (https://ubuntu-mate.community/t/how-to-configure-xorg/26732/3) that I disable this device in the kernel, hopefully, via a kernel option such as : video=None-1:d Does anyone know where (which file) and how (specific method) I should do this?
  9. Armbian 23.5 Ubuntu Not sure what I touched but my OpenGL has reverted from the Mali-G52 hardware accelerated renderer back to the llvmpipe. How can I changed this?
  10. I have multiple n2s and I don't want them all to be called odroidn2. What is the recommended way to change the hostname of an armbian system?
  11. I noticed this on the download page for the Odroid N2/N2+: On modern kernels adding “video=HDMI-A-1:1920x1080M@60D” to boot /boot/armbianEnv.txt (extraargs=) should force HDMI to 1080p instead of the 4K native resolution. I'll check if that will also works with 2560x1440 monitors!
  12. @Dantes Thanks I took a look at your script. I don't think it will address my QHD resolution at boot issue! Good work, 👍
  13. I managed to get it going! I suspected it was working so unplugged the HDMI cable from my QHD monitor and plugged it into a FHD and wala instant picture. Then I plugged it back into my QHD monitor and it was still displaying. I then used the display control to set the resolution to 2560x1440 and it still worked. So the problem seems to be using QHD from boot. That doesn't work. Seems like a firmware setting that should be changed. I suspect it doesn't see a FHD single so assumes a 4K monitor instead.
  14. Thanks I went into armbian-config but can't see any setting that would be relevant as GUI is already set to enabled! I tried disabling and re-enabling but no difference. Blank screen!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines