You are not logged in.
Pages: 1
This is a KDE plasma / Wayland bug and has nothing to do with Devuan.
If anyone else runs into this there are two solutions. Install the same keyboard twice then Wayland recognizes it or move to X11. I switched to X11 so can't say how well the first solution works.
Most up to date version of Excalibur.
My keyboard is configured as Swiss German with Greek and Japanese as alternatives.
Following updates yesterday the keyboard used by Termit seems to be American, the y and z keys are switched and the accented characters are gone. I have checked with Emacs (GUI), Firefox-esr, the keyboard remains Swiss German. With Emacs (terminal version), Kate, Libre Office, Filezilla the keyboard seems to be some sort of English layout.
Further testing today show that when logging into the box I am using a Swiss German Keyboard to enter the password. When logged into to KDE the panel shows I am using Swiss German.
When I open a terminal and press y the first time it prints y but second and subsequent key presses print z so I get something like this.
richard@devuan:~$ yzzzzzz
Clearly it is changing to QWERTY after the first key press.
Any suggestions as to what could have happened?
Good random guess that fixed it thank you.
I am running an almost fully updated Excalibur. This morning there were 108 packages to update. I lost power with about 5 packages to install. On reboot I get a message about no functioning init found with the 6.10.9 kernel, 6.10.6 boots fine. After start up there were 4 broken packages all to do with gtk which I fixed with sudo dpkg --configure -a.
Everything is working fine but 6.10.9 remains unbootable. What should I do now to fix that?
I installed the following packages, turned the wifi off and on again and everything Networking is working perfectly. Something had removed wpasupplicant.
network-manager_1.48.8-1devuan1_amd64.deb
wpasupplicant_2.10-21.1_amd64.deb
dnsmasq-base_2.90-4_amd64.deb
ppp_2.5.0-1+2_amd64.deb
wireless-regdb_2024.07.04-1_all.deb
libnl-route-3-200_3.7.0-0.3_amd64.deb
libpcap0.8t64_1.10.4-5_amd64.deb
New problems.
3 days ago I ran the updates and everything was working. Before I could close down and restart there was a power cut that crashed the box, when it came back up I had no wifi. I can't even see any wifi networks, there are about 20 around here which my other computer and phone can see.
I don't know if the problem is in one of the updates or files that got damaged with the power failure.
So far I have tried the following with no success. Can anyone suggest what I should try next or any packages I should reinstall to try to fix this? I can't plug this computer into eth0 so will need to download packages on another box and move them over by USB.
Boot Mint 20 from USB to confirm the hardware is working, no problems with wifi.
sudo /etc/init.d/networking stop
sudo /etc/init.d/networking start
No change
richard@devuan:~$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether f0:de:f1:94:fe:f3 brd ff:ff:ff:ff:ff:ff
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000
link/ether 46:db:5b:34:29:24 brd ff:ff:ff:ff:ff:ff permaddr 08:11:96:70:fa:44
At least the wlan is there
sudo ip link set dev wlan0 up
No change
sudo rfkill list
[sudo] password for richard:
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Not blocked
sudo rfkill unblock all
No change
lspci -k
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
Subsystem: Intel Corporation Centrino Advanced-N 6205 (802.11a/b/g/n)
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Looks like wifi should be working
richard@devuan:~$ sudo modprobe -r iwlwifi
modprobe: FATAL: Module iwlwifi is in use.
As expected if the module is in use
richard@devuan:~$ sudo dmesg | grep iwlwifi
[ 6.328095] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 6.328677] iwlwifi 0000:03:00.0: Detected crf-id 0xa5a5a5a1, cnv-id 0xa5a5a5a1 wfpm id 0xa5a5a5a1
[ 6.328711] iwlwifi 0000:03:00.0: PCI dev 0085/1311, rev=0xb0, rfid=0xd55555d5
[ 6.342829] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 6000g2a-6.ucode op_mode iwldvm
[ 6.593801] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 6.593806] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[ 6.593807] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 6.593809] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
[ 11.609426] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 11.900849] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 12.033649] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 12.329006] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 548.948798] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 549.252406] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 6508.830474] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 6509.129835] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 6510.402199] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 6510.698211] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
richard@devuan:~$ sudo lshw -class network
*-network
description: Ethernet interface
product: 82579LM Gigabit Network Connection (Lewisville)
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eth0
version: 04
serial: f0:de:f1:94:fe:f3
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=6.10.3-amd64 firmware=0.13-3 latency=0 link=no multicast=yes port=twisted pair
resources: irq:38 memory:f3b00000-f3b1ffff memory:f3b2b000-f3b2bfff ioport:6080(size=32)
*-network
description: Wireless interface
product: Centrino Advanced-N 6205 [Taylor Peak]
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 34
serial: 46:db:5b:34:29:24
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=6.10.3-amd64 firmware=18.168.6.1 6000g2a-6.ucode latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:36 memory:f3a00000-f3a01fff
Yes I ran usemerge some time before doing the upgrade so that doesn't seem to be the problem
I ran apt update, apt upgrade, apt dist-upgrade, apt install kde-full
I have sorted out the python problem when attempting to configure it py3clean was reporting that it couldn't find a lot of programs. I don't remember most of them but they seemed to be python programs I had installed in the past. None of them seemed like they should prevent the configuration of python. The only one I remember was convert-all. Installing them all fixed it and allowed python to be configured.
I don't know if this was just something broken on my box or if it is a bug with Devuan.
The upgrade proceeded normally, apt update, apt upgrade, apt --fix-broken install repeated several times. Then it hung on texlive with a dependency hell that apt --fix-broken install couldn't fix and aptitude with full-resolver wanted to delete about a thousand packages. Downloading texlive and texlive-fonts and force installing them with dpkg fixed that and allowed apt to fix the remaining broken packages which also removed KDE.
From there the update proceeded well until it got hung up with this message
DPkg::Pre-Install-Pkgs { "/usr/bin/apt-listchanges --apt || test $? -lt 10"; };
deleting /etc/apt/sources-list.d/20apt-listchanges fixed that and allowed the upgrade to complete.
Reinstalled KDE and I have a running but still partly broken box. Somehow there were two versions of python3 (python3_2.12.4 and python3_3.12.5) It was impossible to configure them with dpkg, fix them with apt or delete them even remove purge force. python -V reported python3_3.12.5. Eventually using synaptic and selecting every python package it was possible to delete them and to reinstall python3 which gave me python3_2.12.4.
No idea if it is bugs in Devuan or just something stupid I did on my box but that was may adventures over a couple of days in running the upgrade, might be useful to someone else if they run into those problems might not.
REMANING PROBLEMS
It is impossible to configure python3 (although it seems to work), emacs, emacs-pgtk, sane-utils
If I can't get it sorted out I will come back and ask for help, otherwise this might help someone with similar problems.
The point on appimage is to have no dependencies.
Try the big one - the small one is a broken, it has the mentioned dependency.
Thanks didn't realise there were two images.
I fixed it by upgrading to daedalus
Thank you for the suggestions.
This package has an appimage but the appimage depends on libgtk-4-dev which is not installable because I am on chimaera so it looks like install daedalus if I really want this program or find another dedup program that will install.
The installation of czkawka hangs with a missing dependency libgtk-4-dev which is apparently not installable.
Any suggestions on how to get around this very welcome I have over a dozen old drives to back up and dedup.
Taz
Pages: 1