Page 1 of 14
MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 8:41 am
by dolphin_oracle
This thread is for feedback and issue reports MX-23 RC 2 (Xfce)
MX-23 (Xfce) RC 2 isos are now available.
***Please be sure to update the installer before running installs. The installer is being updated post-RC2 release***
Code: Select all
sudo apt update && sudo apt install mx-installer
https://sourceforge.net/projects/mx-lin ... ting/Xfce/
Be sure to include the quick-system-info with your report.
If posting nvidia-installer (ddm-mx) issues, please post the contents of /var/log/ddm.log.
If posting remaster issues, please include the contents of /var/log/live/live-remaster.log
If posting installer issues, please include the contents of /var/log/minstall.log
If posting issues with MX-PackageInstaller “Popular Apps”, please post contents of /var/log/mxpi.log or /var/log/mxpi.log.old (whichever contains the log of your issue).
By the way, the gui for quick-system-info now has a pretty nice log viewer function.
if posting about an application, please be specific on what application.
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 10:30 am
by mklym
So do we re-post issues we had with RC1 that were not answered/dealt with, and are still there after going to RC2, or will the devs be going back through the old RC1 thread?
Thanks.
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 10:41 am
by dolphin_oracle
mklym wrote: Sat Jul 15, 2023 10:30 am
So do we re-post issues we had with RC1 that were not answered/dealt with, and are still there after going to RC2, or will the devs be going back through the old RC1 thread?
Thanks.
You can do either. The old threads are locked now but still viewable.
The only difference in the two is the installer.
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 10:50 am
by izio
Hello all
I have a problem with the MX installer from the RC2 ISO. After I select my NVME and leave the partitioning to the installer, it aborts at 9% with the message that it could not create the partitions. On the NVME i had a Linux MX 21.3 Installtion. On the second try i have deleted with GParted all the partition. The result was the same.
Here is the extract from the mdinstall.log:
Code: Select all
2023-07-15 16:37:15.606 DBG default: Exec #28: lsblk -nro path /dev/nvme0n1
2023-07-15 16:37:15.611 DBG default: Exit #28: 0
2023-07-15 16:37:15.612 DBG default: Exec #29: umount -qR /mnt/antiX
2023-07-15 16:37:15.617 DBG default: Exit #29: 1
2023-07-15 16:37:15.617 DBG default: Exec #30: rm -rf /mnt/antiX
2023-07-15 16:37:15.622 DBG default: Exit #30: 0
2023-07-15 16:37:15.622 DBG default: Exec #31: swapon --show=NAME --noheadings
2023-07-15 16:37:15.628 DBG default: Exit #31: 0
2023-07-15 16:37:15.628 DBG default: Exec #32: findmnt --raw -o SOURCE
2023-07-15 16:37:15.632 DBG default: Exit #32: 0
2023-07-15 16:37:15.632 DBG default: ++ Preparing partition tables ++
2023-07-15 16:37:15.634 DBG default: Exec #33: dd conv=notrunc bs=64K count=64 if=/dev/zero of=/dev/nvme0n1
2023-07-15 16:37:15.642 DBG default: SErr #33: "64+0 records in\n64+0 records out\n4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.00434119 s, 966 MB/s\n"
2023-07-15 16:37:15.642 DBG default: Exit #33: 0
2023-07-15 16:37:15.642 DBG default: Exec #34: dd conv=notrunc bs=64K count=64 if=/dev/zero of=/dev/nvme0n1 seek=15261852
2023-07-15 16:37:15.652 DBG default: SErr #34: "/usr/bin/dd: error writing '/dev/nvme0n1': No space left on device\n64+0 records in\n63+0 records out\n4153344 bytes (4.2 MB, 4.0 MiB) copied, 0.00440903 s, 942 MB/s\n"
2023-07-15 16:37:15.652 DBG default: Exit #34: 1
2023-07-15 16:37:15.652 DBG default: Exec #35: parted -s /dev/nvme0n1 mklabel gpt
2023-07-15 16:37:15.690 DBG default: Exit #35: 0
2023-07-15 16:37:15.690 DBG default: ++ Preparing required partitions ++
2023-07-15 16:37:15.694 DBG default: Exec #36: parted -s --align optimal /dev/nvme0n1 mkpart primary 1MiB 257MiB
2023-07-15 16:37:15.721 DBG default: Exit #36: 0
2023-07-15 16:37:15.724 DBG default: Exec #37: parted -s --align optimal /dev/nvme0n1 mkpart primary 257MiB 953862MiB
2023-07-15 16:37:15.754 DBG default: Exit #37: 0
2023-07-15 16:37:15.762 DBG default: Exec #38: partprobe -s
2023-07-15 16:37:16.922 DBG default: SOut #38: "/dev/nvme0n1: gpt partitions 1 2\n/dev/zram0: loop partitions 1\n"
2023-07-15 16:37:16.922 DBG default: SErr #38: "Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\n"
Code: Select all
2023-07-15 16:37:16.923 DBG default: -- FAILED Phase 2 - Failed to prepare required partitions. --
2023-07-15 16:37:16.927 DBG default: << void MProcess::halt(bool) >>
2023-07-15 16:37:16.928 DBG default: << void MInstall::cleanup() >>
2023-07-15 16:37:16.928 DBG default: Configuration: /mnt/antiX/etc/minstall.conf
2023-07-15 16:37:16.928 DBG default: - Product: MX Linux 23
2023-07-15 16:37:16.928 DBG default: - Version: 23.7.06mx23
2023-07-15 16:37:16.928 DBG default: = Localization:
2023-07-15 16:37:16.929 DBG default: - ClockHours: 12
2023-07-15 16:37:16.929 DBG default: - LocalClock: false
2023-07-15 16:37:16.929 DBG default: - Locale: en_US.UTF-8
2023-07-15 16:37:16.929 DBG default: - Timezone: Europe/Zurich
2023-07-15 16:37:16.929 DBG default: = Network:
2023-07-15 16:37:16.929 DBG default: - ComputerName: mx
2023-07-15 16:37:16.929 DBG default: - Domain: example.dom
2023-07-15 16:37:16.929 DBG default: - Samba: true
2023-07-15 16:37:16.929 DBG default: - Workgroup: Workgroup
2023-07-15 16:37:16.929 DBG default: = Services:
2023-07-15 16:37:16.929 DBG default: - acpid: true
2023-07-15 16:37:16.929 DBG default: - anacron: true
2023-07-15 16:37:16.929 DBG default: - bluetooth: true
2023-07-15 16:37:16.929 DBG default: - cpufrequtils: true
2023-07-15 16:37:16.929 DBG default: - cron: true
2023-07-15 16:37:16.929 DBG default: - cups: true
2023-07-15 16:37:16.929 DBG default: - dbus: true
2023-07-15 16:37:16.929 DBG default: - haveged: true
2023-07-15 16:37:16.929 DBG default: - rsync: true
2023-07-15 16:37:16.929 DBG default: - saned: true
2023-07-15 16:37:16.929 DBG default: - smartmontools: true
2023-07-15 16:37:16.929 DBG default: - sudo: true
2023-07-15 16:37:16.929 DBG default: - zramswap: false
2023-07-15 16:37:16.929 DBG default: = Storage:
2023-07-15 16:37:16.929 DBG default: - Drive: nvme0n1
2023-07-15 16:37:16.929 DBG default: - DriveEncrypt: false
2023-07-15 16:37:16.929 DBG default: - RootPortion: 100
2023-07-15 16:37:16.929 DBG default: - Target: Drive
2023-07-15 16:37:16.929 DBG default: = Swap:
2023-07-15 16:37:16.929 DBG default: - Hibernation: false
2023-07-15 16:37:16.929 DBG default: = User:
2023-07-15 16:37:16.929 DBG default: - Autologin: false
2023-07-15 16:37:16.929 DBG default: - EnableRoot: false
2023-07-15 16:37:16.929 DBG default: - SaveDesktop: false
2023-07-15 16:37:16.929 DBG default: - Username:
2023-07-15 16:37:16.929 DBG default: End of configuration.
2023-07-15 16:37:16.929 DBG default: -- Failed to copy the installation log to the target. --
2023-07-15 16:37:16.930 DBG default: Exec #39: rm -rf /mnt/antiX/mnt/antiX
2023-07-15 16:37:16.936 DBG default: Exit #39: 0
2023-07-15 16:37:16.936 DBG default: Exec #40: swapon --show=NAME --noheadings
2023-07-15 16:37:16.941 DBG default: Exit #40: 0
2023-07-15 16:37:16.941 DBG default: Exec #41: umount -qR /mnt/antiX
2023-07-15 16:37:16.946 DBG default: Exit #41: 1
2023-07-15 16:37:16.946 DBG default: << void MInstall::setupAutoMount(bool) >>
2023-07-15 16:37:16.946 DBG default: Bash #42: ps -e | grep 'udisksd'
2023-07-15 16:37:16.963 DBG default: SOut #42: " 6800 ? 00:00:00 udisksd\n"
2023-07-15 16:37:16.963 DBG default: Exit #42: 0
2023-07-15 16:37:16.963 DBG default: Bash #43: grep -El '^[^#].*mdadm (-I|--incremental)' /lib/udev/rules.d/*
2023-07-15 16:37:16.970 DBG default: Exit #43: 0
2023-07-15 16:37:16.970 DBG default: Exec #44: rm -f /run/udev/rules.d/91-mx-udisks-inhibit.rules
2023-07-15 16:37:16.974 DBG default: Exit #44: 0
2023-07-15 16:37:16.974 DBG default: Exec #45: udevadm control --reload
2023-07-15 16:37:16.994 DBG default: Exit #45: 0
2023-07-15 16:37:16.994 DBG default: Exec #46: partprobe -s
2023-07-15 16:37:18.175 DBG default: SOut #46: "/dev/nvme0n1: gpt partitions 1 2\n/dev/zram0: loop partitions 1\n"
2023-07-15 16:37:18.175 DBG default: SErr #46: "Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\n"
2023-07-15 16:37:18.175 DBG default: Exit #46: 1
2023-07-15 16:37:18.176 DBG default: Sleep #1: 1000ms
2023-07-15 16:37:19.226 DBG default: Sleep #1: exit 0
2023-07-15 16:37:19.226 DBG default: Bash #47: rm -f /run/udev/rules.d/64-md-raid-assembly.rules
2023-07-15 16:37:19.243 DBG default: Exit #47: 0
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 10:52 am
by mklym
Code: Select all
System:
Kernel: 6.3.0-2mx-ahs-amd64 [6.3.11-1~mx23ahs] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
parameters: BOOT_IMAGE=/boot/vmlinuz-6.3.0-2mx-ahs-amd64 root=UUID=<filter> ro quiet splash
Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm v: 4.18.0 vt: 7
dm: LightDM v: 1.26.0 Distro: MX-23_ahs_RC1_x64 Libretto July 13 2023 base: Debian GNU/Linux 12
(bookworm)
Machine:
Type: Laptop System: Panasonic product: CF-31SBM61DM v: 003 serial: <superuser required> Chassis:
type: 10 v: 001 serial: <superuser required>
Mobo: Panasonic model: CF31-3 v: 1 serial: <superuser required> BIOS: American Megatrends
v: 3.00L13 date: 09/11/2012
Battery:
ID-1: BAT1 charge: 72.2 Wh (99.2%) condition: 72.8/72.8 Wh (100.0%) volts: 11.8 min: 10.7
model: Panasonic CF-VZSU46 type: Li-ion serial: <filter> status: not charging
CPU:
Info: model: Intel Core i5-3320M bits: 64 type: MT MCP arch: Ivy Bridge gen: core 3 level: v2
built: 2012-15 process: Intel 22nm family: 6 model-id: 0x3A (58) stepping: 9 microcode: 0x21
Topology: cpus: 1x cores: 2 tpc: 2 threads: 4 smt: enabled cache: L1: 128 KiB
desc: d-2x32 KiB; i-2x32 KiB L2: 512 KiB desc: 2x256 KiB L3: 3 MiB desc: 1x3 MiB
Speed (MHz): avg: 1742 high: 2101 min/max: 1200/3300 scaling: driver: intel_cpufreq
governor: ondemand cores: 1: 1611 2: 2101 3: 1514 4: 1742 bogomips: 20752
Flags: avx ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Vulnerabilities: <filter>
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics vendor: Matsushita driver: i915 v: kernel
arch: Gen-7 process: Intel 22nm built: 2012-13 ports: active: LVDS-1 empty: DP-1, DP-2,
HDMI-A-1, HDMI-A-2, VGA-1 bus-ID: 00:02.0 chip-ID: 8086:0166 class-ID: 0300
Device-2: Z-Star Micro Venus USB2.0 Camera type: USB driver: uvcvideo bus-ID: 1-1.5:4
chip-ID: 0ac8:3420 class-ID: 0e02
Display: x11 server: X.Org v: 1.21.1.7 compositor: xfwm v: 4.18.0 driver: X:
loaded: modesetting unloaded: fbdev,vesa dri: crocus gpu: i915 display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 1024x768 s-dpi: 96 s-size: 270x203mm (10.63x7.99") s-diag: 338mm (13.3")
Monitor-1: LVDS-1 res: 1024x768 hz: 60 size: N/A modes: 1024x768
API: OpenGL v: 4.2 Mesa 22.3.6 renderer: Mesa Intel HD Graphics 4000 (IVB GT2)
direct-render: Yes
Audio:
Device-1: Intel 7 Series/C216 Family High Definition Audio vendor: Matsushita 7
driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 chip-ID: 8086:1e20 class-ID: 0403
API: ALSA v: k6.3.0-2mx-ahs-amd64 status: kernel-api tools: alsamixer,amixer
Server-1: PipeWire v: 0.3.65 status: active with: 1: pipewire-pulse status: active
2: wireplumber status: active 3: pipewire-alsa type: plugin 4: pw-jack type: plugin
tools: pactl,pw-cat,pw-cli,wpctl
Network:
Device-1: Intel 82579LM Gigabit Network vendor: Matsushita driver: e1000e v: kernel port: f080
bus-ID: 00:19.0 chip-ID: 8086:1502 class-ID: 0200
IF: eth0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Device-2: Intel Centrino Advanced-N 6235 driver: iwlwifi v: kernel modules: wl pcie: gen: 1
speed: 2.5 GT/s lanes: 1 bus-ID: 09:00.0 chip-ID: 8086:088e class-ID: 0280
IF: wlan0 state: down mac: <filter>
Bluetooth:
Device-1: Intel Centrino Bluetooth Wireless Transceiver type: USB driver: btusb v: 0.8
bus-ID: 2-1.7:4 chip-ID: 8087:07da class-ID: e001
Report: hciconfig ID: hci0 rfk-id: 1 state: up address: <filter> bt-v: 2.1 lmp-v: 4.0
sub-v: fc00 hci-v: 4.0 rev: 1ebd
Info: acl-mtu: 310:10 sco-mtu: 64:8 link-policy: rswitch hold sniff park
link-mode: peripheral accept service-classes: rendering, capturing, object transfer, audio,
telephony
Drives:
Local Storage: total: 223.57 GiB used: 7.04 GiB (3.1%)
SMART Message: Unable to run smartctl. Root privileges required.
ID-1: /dev/sda maj-min: 8:0 vendor: Intel model: SSDSC2CT240A4 size: 223.57 GiB block-size:
physical: 512 B logical: 512 B speed: 3.0 Gb/s type: SSD serial: <filter> rev: 335u scheme: MBR
Partition:
ID-1: / raw-size: 223.56 GiB size: 218.99 GiB (97.96%) used: 7.04 GiB (3.2%) fs: ext4
dev: /dev/sda1 maj-min: 8:1
Swap:
Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default)
ID-1: swap-1 type: file size: 99 MiB used: 0 KiB (0.0%) priority: -2 file: /swap/swap
Sensors:
System Temperatures: cpu: 52.0 C mobo: N/A
Fan Speeds (RPM): N/A
Repos:
Packages: pm: dpkg pkgs: 2068 libs: 1050 tools: apt,apt-get,aptitude,nala,synaptic pm: rpm
pkgs: 0 pm: flatpak pkgs: 0
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://deb.debian.org/debian bookworm-updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
2: deb http://security.debian.org/debian-security bookworm-security main contrib non-free
3: deb-src http://deb.debian.org/debian bookworm main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/mx.list
1: deb http://mirror.it.ubc.ca/mxlinux/mx/repo/ bookworm main non-free
2: deb http://mirror.it.ubc.ca/mxlinux/mx/repo/ bookworm ahs
Info:
Processes: 225 Uptime: 11m wakeups: 2 Memory: 7.62 GiB used: 1.79 GiB (23.5%) Init: SysVinit
v: 3.06 runlevel: 5 default: graphical tool: systemctl Compilers: gcc: 12 Client: shell wrapper
v: 5.2.15-release inxi: 3.3.26
Boot Mode: BIOS (legacy, CSM, MBR)
I downloaded MX23RC1 AHS 64 bit XFCE ISO, checked the sha256, created a USB stick using MX Live-USB Maker and installed onto a blank Intel ssd in a Panasonic CF-31Mk3.
There were no issues with the install, although the install mechanism seems to be slower that with previous installs. That is the reason I included the minstall log.
Everything seems to work okay so far other than the sound. I select the sound card in the MX Tools app 'Select Sound' but there is no sound when I run the 'Test current sound card' after clicking the 'Apply' button.I connect my Altec Lansing bluetooth speaker and sound works, disconnect the AL speaker and no sound.
The sound issue has been ongoing and I was hoping the issue would be gone. Previously, I would edit the analog-output-speaker.conf file. The file was previously found at usr/share/pulseaudio/alsa-mixer/paths/ but is now found at /usr/share/alsa-card-profile/mixer/paths/. Should I edit the file or wait to hear from one of the devs?
Thanks.
EDIT: I updated/upgraded to RC2 using apt update and apt-get upgrade.
END EDIT
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 10:57 am
by dolphin_oracle
izio wrote: Sat Jul 15, 2023 10:50 am
Hello all
I have a problem with the MX installer from the RC2 ISO. After I select my NVME and leave the partitioning to the installer, it aborts at 9% with the message that it could not create the partitions. On the NVME i had a Linux MX 21.3 Installtion. On the second try i have deleted with GParted all the partition. The result was the same.
Here is the extract from the mdinstall.log:
Code: Select all
2023-07-15 16:37:15.606 DBG default: Exec #28: lsblk -nro path /dev/nvme0n1
2023-07-15 16:37:15.611 DBG default: Exit #28: 0
2023-07-15 16:37:15.612 DBG default: Exec #29: umount -qR /mnt/antiX
2023-07-15 16:37:15.617 DBG default: Exit #29: 1
2023-07-15 16:37:15.617 DBG default: Exec #30: rm -rf /mnt/antiX
2023-07-15 16:37:15.622 DBG default: Exit #30: 0
2023-07-15 16:37:15.622 DBG default: Exec #31: swapon --show=NAME --noheadings
2023-07-15 16:37:15.628 DBG default: Exit #31: 0
2023-07-15 16:37:15.628 DBG default: Exec #32: findmnt --raw -o SOURCE
2023-07-15 16:37:15.632 DBG default: Exit #32: 0
2023-07-15 16:37:15.632 DBG default: ++ Preparing partition tables ++
2023-07-15 16:37:15.634 DBG default: Exec #33: dd conv=notrunc bs=64K count=64 if=/dev/zero of=/dev/nvme0n1
2023-07-15 16:37:15.642 DBG default: SErr #33: "64+0 records in\n64+0 records out\n4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.00434119 s, 966 MB/s\n"
2023-07-15 16:37:15.642 DBG default: Exit #33: 0
2023-07-15 16:37:15.642 DBG default: Exec #34: dd conv=notrunc bs=64K count=64 if=/dev/zero of=/dev/nvme0n1 seek=15261852
2023-07-15 16:37:15.652 DBG default: SErr #34: "/usr/bin/dd: error writing '/dev/nvme0n1': No space left on device\n64+0 records in\n63+0 records out\n4153344 bytes (4.2 MB, 4.0 MiB) copied, 0.00440903 s, 942 MB/s\n"
2023-07-15 16:37:15.652 DBG default: Exit #34: 1
2023-07-15 16:37:15.652 DBG default: Exec #35: parted -s /dev/nvme0n1 mklabel gpt
2023-07-15 16:37:15.690 DBG default: Exit #35: 0
2023-07-15 16:37:15.690 DBG default: ++ Preparing required partitions ++
2023-07-15 16:37:15.694 DBG default: Exec #36: parted -s --align optimal /dev/nvme0n1 mkpart primary 1MiB 257MiB
2023-07-15 16:37:15.721 DBG default: Exit #36: 0
2023-07-15 16:37:15.724 DBG default: Exec #37: parted -s --align optimal /dev/nvme0n1 mkpart primary 257MiB 953862MiB
2023-07-15 16:37:15.754 DBG default: Exit #37: 0
2023-07-15 16:37:15.762 DBG default: Exec #38: partprobe -s
2023-07-15 16:37:16.922 DBG default: SOut #38: "/dev/nvme0n1: gpt partitions 1 2\n/dev/zram0: loop partitions 1\n"
2023-07-15 16:37:16.922 DBG default: SErr #38: "Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\n"
Code: Select all
2023-07-15 16:37:16.923 DBG default: -- FAILED Phase 2 - Failed to prepare required partitions. --
2023-07-15 16:37:16.927 DBG default: << void MProcess::halt(bool) >>
2023-07-15 16:37:16.928 DBG default: << void MInstall::cleanup() >>
2023-07-15 16:37:16.928 DBG default: Configuration: /mnt/antiX/etc/minstall.conf
2023-07-15 16:37:16.928 DBG default: - Product: MX Linux 23
2023-07-15 16:37:16.928 DBG default: - Version: 23.7.06mx23
2023-07-15 16:37:16.928 DBG default: = Localization:
2023-07-15 16:37:16.929 DBG default: - ClockHours: 12
2023-07-15 16:37:16.929 DBG default: - LocalClock: false
2023-07-15 16:37:16.929 DBG default: - Locale: en_US.UTF-8
2023-07-15 16:37:16.929 DBG default: - Timezone: Europe/Zurich
2023-07-15 16:37:16.929 DBG default: = Network:
2023-07-15 16:37:16.929 DBG default: - ComputerName: mx
2023-07-15 16:37:16.929 DBG default: - Domain: example.dom
2023-07-15 16:37:16.929 DBG default: - Samba: true
2023-07-15 16:37:16.929 DBG default: - Workgroup: Workgroup
2023-07-15 16:37:16.929 DBG default: = Services:
2023-07-15 16:37:16.929 DBG default: - acpid: true
2023-07-15 16:37:16.929 DBG default: - anacron: true
2023-07-15 16:37:16.929 DBG default: - bluetooth: true
2023-07-15 16:37:16.929 DBG default: - cpufrequtils: true
2023-07-15 16:37:16.929 DBG default: - cron: true
2023-07-15 16:37:16.929 DBG default: - cups: true
2023-07-15 16:37:16.929 DBG default: - dbus: true
2023-07-15 16:37:16.929 DBG default: - haveged: true
2023-07-15 16:37:16.929 DBG default: - rsync: true
2023-07-15 16:37:16.929 DBG default: - saned: true
2023-07-15 16:37:16.929 DBG default: - smartmontools: true
2023-07-15 16:37:16.929 DBG default: - sudo: true
2023-07-15 16:37:16.929 DBG default: - zramswap: false
2023-07-15 16:37:16.929 DBG default: = Storage:
2023-07-15 16:37:16.929 DBG default: - Drive: nvme0n1
2023-07-15 16:37:16.929 DBG default: - DriveEncrypt: false
2023-07-15 16:37:16.929 DBG default: - RootPortion: 100
2023-07-15 16:37:16.929 DBG default: - Target: Drive
2023-07-15 16:37:16.929 DBG default: = Swap:
2023-07-15 16:37:16.929 DBG default: - Hibernation: false
2023-07-15 16:37:16.929 DBG default: = User:
2023-07-15 16:37:16.929 DBG default: - Autologin: false
2023-07-15 16:37:16.929 DBG default: - EnableRoot: false
2023-07-15 16:37:16.929 DBG default: - SaveDesktop: false
2023-07-15 16:37:16.929 DBG default: - Username:
2023-07-15 16:37:16.929 DBG default: End of configuration.
2023-07-15 16:37:16.929 DBG default: -- Failed to copy the installation log to the target. --
2023-07-15 16:37:16.930 DBG default: Exec #39: rm -rf /mnt/antiX/mnt/antiX
2023-07-15 16:37:16.936 DBG default: Exit #39: 0
2023-07-15 16:37:16.936 DBG default: Exec #40: swapon --show=NAME --noheadings
2023-07-15 16:37:16.941 DBG default: Exit #40: 0
2023-07-15 16:37:16.941 DBG default: Exec #41: umount -qR /mnt/antiX
2023-07-15 16:37:16.946 DBG default: Exit #41: 1
2023-07-15 16:37:16.946 DBG default: << void MInstall::setupAutoMount(bool) >>
2023-07-15 16:37:16.946 DBG default: Bash #42: ps -e | grep 'udisksd'
2023-07-15 16:37:16.963 DBG default: SOut #42: " 6800 ? 00:00:00 udisksd\n"
2023-07-15 16:37:16.963 DBG default: Exit #42: 0
2023-07-15 16:37:16.963 DBG default: Bash #43: grep -El '^[^#].*mdadm (-I|--incremental)' /lib/udev/rules.d/*
2023-07-15 16:37:16.970 DBG default: Exit #43: 0
2023-07-15 16:37:16.970 DBG default: Exec #44: rm -f /run/udev/rules.d/91-mx-udisks-inhibit.rules
2023-07-15 16:37:16.974 DBG default: Exit #44: 0
2023-07-15 16:37:16.974 DBG default: Exec #45: udevadm control --reload
2023-07-15 16:37:16.994 DBG default: Exit #45: 0
2023-07-15 16:37:16.994 DBG default: Exec #46: partprobe -s
2023-07-15 16:37:18.175 DBG default: SOut #46: "/dev/nvme0n1: gpt partitions 1 2\n/dev/zram0: loop partitions 1\n"
2023-07-15 16:37:18.175 DBG default: SErr #46: "Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\n"
2023-07-15 16:37:18.175 DBG default: Exit #46: 1
2023-07-15 16:37:18.176 DBG default: Sleep #1: 1000ms
2023-07-15 16:37:19.226 DBG default: Sleep #1: exit 0
2023-07-15 16:37:19.226 DBG default: Bash #47: rm -f /run/udev/rules.d/64-md-raid-assembly.rules
2023-07-15 16:37:19.243 DBG default: Exit #47: 0
live-usb made how?
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 10:58 am
by mklym
Opened the Volume Control app and selected the Configuration tab. The Profile: drop down menu arrow on the right end of the drop down menu window is not visable until you grab the right side of the Volume Control app window and move it to the right, almost 3" on my unit.
This is how I got the sound to work on my unit, FYI:
Code: Select all
1) Open Terminal
2) sudo gedit /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf
#the path needs to be changed in newer distros to /usr/share/alsa-card-profile/mixer/paths/
3) In the analog-output-speaker.conf file,
CHANGE:
[Element Headphone]
switch = off
volume = off
TO:
[Element Headphone]
switch = off
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right
CHANGE:
[Element Speaker]
required-any = any
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right
TO:
[Element Speaker]
required-any = any
switch = mute
volume = off
4) Save
5) Open Terminal
7) sudo reboot
Now the sound works without an external speaker.
I noticed that the SD activity LED does NOT start to blink constantly until the MX logo is displayed as the unit boots.
And the QSI
Code: Select all
System:
Kernel: 6.3.0-2mx-ahs-amd64 [6.3.11-1~mx23ahs] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
parameters: BOOT_IMAGE=/boot/vmlinuz-6.3.0-2mx-ahs-amd64 root=UUID=<filter> ro quiet splash
Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm v: 4.18.0 vt: 7
dm: LightDM v: 1.26.0 Distro: MX-23_ahs_RC1_x64 Libretto July 13 2023 base: Debian GNU/Linux 12
(bookworm)
Machine:
Type: Laptop System: Panasonic product: CF-31SBM61DM v: 003 serial: <superuser required> Chassis:
type: 10 v: 001 serial: <superuser required>
Mobo: Panasonic model: CF31-3 v: 1 serial: <superuser required> BIOS: American Megatrends
v: 3.00L13 date: 09/11/2012
Battery:
ID-1: BAT1 charge: 72.2 Wh (99.2%) condition: 72.8/72.8 Wh (100.0%) volts: 11.8 min: 10.7
model: Panasonic CF-VZSU46 type: Li-ion serial: <filter> status: not charging
CPU:
Info: model: Intel Core i5-3320M bits: 64 type: MT MCP arch: Ivy Bridge gen: core 3 level: v2
built: 2012-15 process: Intel 22nm family: 6 model-id: 0x3A (58) stepping: 9 microcode: 0x21
Topology: cpus: 1x cores: 2 tpc: 2 threads: 4 smt: enabled cache: L1: 128 KiB
desc: d-2x32 KiB; i-2x32 KiB L2: 512 KiB desc: 2x256 KiB L3: 3 MiB desc: 1x3 MiB
Speed (MHz): avg: 2312 high: 2557 min/max: 1200/3300 scaling: driver: intel_cpufreq
governor: ondemand cores: 1: 2539 2: 1761 3: 2557 4: 2391 bogomips: 20752
Flags: avx ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Vulnerabilities: <filter>
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics vendor: Matsushita driver: i915 v: kernel
arch: Gen-7 process: Intel 22nm built: 2012-13 ports: active: LVDS-1 empty: DP-1, DP-2,
HDMI-A-1, HDMI-A-2, VGA-1 bus-ID: 00:02.0 chip-ID: 8086:0166 class-ID: 0300
Device-2: Z-Star Micro Venus USB2.0 Camera type: USB driver: uvcvideo bus-ID: 1-1.5:4
chip-ID: 0ac8:3420 class-ID: 0e02
Display: x11 server: X.Org v: 1.21.1.7 compositor: xfwm v: 4.18.0 driver: X:
loaded: modesetting unloaded: fbdev,vesa dri: crocus gpu: i915 display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 1024x768 s-dpi: 96 s-size: 270x203mm (10.63x7.99") s-diag: 338mm (13.3")
Monitor-1: LVDS-1 res: 1024x768 hz: 60 size: N/A modes: 1024x768
API: OpenGL v: 4.2 Mesa 22.3.6 renderer: Mesa Intel HD Graphics 4000 (IVB GT2)
direct-render: Yes
Audio:
Device-1: Intel 7 Series/C216 Family High Definition Audio vendor: Matsushita 7
driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 chip-ID: 8086:1e20 class-ID: 0403
API: ALSA v: k6.3.0-2mx-ahs-amd64 status: kernel-api tools: alsamixer,amixer
Server-1: PipeWire v: 0.3.65 status: active with: 1: pipewire-pulse status: active
2: wireplumber status: active 3: pipewire-alsa type: plugin 4: pw-jack type: plugin
tools: pactl,pw-cat,pw-cli,wpctl
Network:
Device-1: Intel 82579LM Gigabit Network vendor: Matsushita driver: e1000e v: kernel port: f080
bus-ID: 00:19.0 chip-ID: 8086:1502 class-ID: 0200
IF: eth0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Device-2: Intel Centrino Advanced-N 6235 driver: iwlwifi v: kernel modules: wl pcie: gen: 1
speed: 2.5 GT/s lanes: 1 bus-ID: 09:00.0 chip-ID: 8086:088e class-ID: 0280
IF: wlan0 state: down mac: <filter>
Bluetooth:
Device-1: Intel Centrino Bluetooth Wireless Transceiver type: USB driver: btusb v: 0.8
bus-ID: 2-1.7:4 chip-ID: 8087:07da class-ID: e001
Report: hciconfig ID: hci0 rfk-id: 1 state: up address: <filter> bt-v: 2.1 lmp-v: 4.0
sub-v: fc00 hci-v: 4.0 rev: 1ebd
Info: acl-mtu: 310:10 sco-mtu: 64:8 link-policy: rswitch hold sniff park
link-mode: peripheral accept service-classes: rendering, capturing, object transfer, audio,
telephony
Drives:
Local Storage: total: 223.57 GiB used: 7.04 GiB (3.1%)
SMART Message: Unable to run smartctl. Root privileges required.
ID-1: /dev/sda maj-min: 8:0 vendor: Intel model: SSDSC2CT240A4 size: 223.57 GiB block-size:
physical: 512 B logical: 512 B speed: 3.0 Gb/s type: SSD serial: <filter> rev: 335u scheme: MBR
Partition:
ID-1: / raw-size: 223.56 GiB size: 218.99 GiB (97.96%) used: 7.04 GiB (3.2%) fs: ext4
dev: /dev/sda1 maj-min: 8:1
Swap:
Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default)
ID-1: swap-1 type: file size: 99 MiB used: 0 KiB (0.0%) priority: -2 file: /swap/swap
Sensors:
System Temperatures: cpu: 55.0 C mobo: N/A
Fan Speeds (RPM): N/A
Repos:
Packages: pm: dpkg pkgs: 2068 libs: 1050 tools: apt,apt-get,aptitude,nala,synaptic pm: rpm
pkgs: 0 pm: flatpak pkgs: 0
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://deb.debian.org/debian bookworm-updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
2: deb http://security.debian.org/debian-security bookworm-security main contrib non-free
3: deb-src http://deb.debian.org/debian bookworm main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/mx.list
1: deb http://mirror.it.ubc.ca/mxlinux/mx/repo/ bookworm main non-free
2: deb http://mirror.it.ubc.ca/mxlinux/mx/repo/ bookworm ahs
Info:
Processes: 230 Uptime: 20m wakeups: 2 Memory: 7.62 GiB used: 1.95 GiB (25.6%) Init: SysVinit
v: 3.06 runlevel: 5 default: graphical tool: systemctl Compilers: gcc: 12 Client: shell wrapper
v: 5.2.15-release inxi: 3.3.26
Boot Mode: BIOS (legacy, CSM, MBR)
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 11:14 am
by izio
I have used under Windows 11 the Fedora-Writer application
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 11:17 am
by jayaura
Installation failed :(
Please see the attached screenshot. Installer wasnt allowing me to copy text. Dont know if there are any other ways to copy logs, but I couldnt figure it out.
Bugzilla doesnt have entry for the RC2 version to report issues.
I tried custom partitioning, dual booting with Windows. Screenshot of the last screen showing my partition layout is also attached. At first I tried partitioning with encrypted root, which failed and subsequently tried without encryption, which failed as well.
Re: MX-23 RC2 (Xfce) feedback thread
Posted: Sat Jul 15, 2023 11:27 am
by j2mcgreg
If you use Ventoy to create the install drive, you must upgrade to the latest version. the earlier versions of Ventoy are incompatible with MX 23.