[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1031289: marked as done (linux: Missing sound drivers (and speakup) in d-i on arm64)



Your message dated Sun, 05 Mar 2023 18:00:10 +0000
with message-id <E1pYseY-002mJ9-AZ@fasolo.debian.org>
and subject line Bug#1031289: fixed in linux 6.1.15-1
has caused the Debian Bug report #1031289,
regarding linux: Missing sound drivers (and speakup) in d-i on arm64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1031289: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031289
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: linux
Version: 6.1.8-1
Severity: normal
Tags: a11y d-i

Hello,

Some people on debian-accessibility wanted to install debian in arm64
under the utm wrapped qemu on Macos. The current installation images
however do not include sound drivers and speakup. Applying the attached
patch to d-i brings:

E: Unable to locate package sound-modules-6.1.0-4-arm64-di
E: Unable to locate package speakup-modules-6.1.0-4-arm64-di

and indeed, it seems these modules are getting built only for amd64,
686, mips, sh4.

Could we consider adding them on arm64 in the linux package?

Thanks,
Samuel

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.1.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
diff --git a/build/pkg-lists/cdrom/grub/gtk/arm64.cfg b/build/pkg-lists/cdrom/grub/gtk/arm64.cfg
index 25992fbe8..def0e98d5 100644
--- a/build/pkg-lists/cdrom/grub/gtk/arm64.cfg
+++ b/build/pkg-lists/cdrom/grub/gtk/arm64.cfg
@@ -5,7 +5,7 @@ event-modules-${kernel:Version}
 xserver-xorg-input-libinput-udeb
 xserver-xorg-video-fbdev-udeb
 
-#speakup-modules-${kernel:Version}
-#sound-modules-${kernel:Version}
-#console-setup-linux-fonts-udeb
-#espeakup-udeb
+speakup-modules-${kernel:Version}
+sound-modules-${kernel:Version}
+console-setup-linux-fonts-udeb
+espeakup-udeb
diff --git a/build/pkg-lists/netboot/gtk/arm64.cfg b/build/pkg-lists/netboot/gtk/arm64.cfg
index 25992fbe8..def0e98d5 100644
--- a/build/pkg-lists/netboot/gtk/arm64.cfg
+++ b/build/pkg-lists/netboot/gtk/arm64.cfg
@@ -5,7 +5,7 @@ event-modules-${kernel:Version}
 xserver-xorg-input-libinput-udeb
 xserver-xorg-video-fbdev-udeb
 
-#speakup-modules-${kernel:Version}
-#sound-modules-${kernel:Version}
-#console-setup-linux-fonts-udeb
-#espeakup-udeb
+speakup-modules-${kernel:Version}
+sound-modules-${kernel:Version}
+console-setup-linux-fonts-udeb
+espeakup-udeb

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 6.1.15-1
Done: Salvatore Bonaccorso <carnil@debian.org>

We believe that the bug you reported is fixed in the latest version of
linux, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1031289@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <carnil@debian.org> (supplier of updated linux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 05 Mar 2023 16:33:00 +0100
Source: linux
Architecture: source
Version: 6.1.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Salvatore Bonaccorso <carnil@debian.org>
Closes: 1031289 1032140
Changes:
 linux (6.1.15-1) unstable; urgency=medium
 .
   * New upstream stable update:
     https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.13
     - mptcp: sockopt: make 'tcp_fastopen_connect' generic
     - mptcp: fix locking for setsockopt corner-case
     - mptcp: deduplicate error paths on endpoint creation
     - mptcp: fix locking for in-kernel listener creation
     - btrfs: move the auto defrag code to defrag.c
     - btrfs: lock the inode in shared mode before starting fiemap
     - [x86] ASoC: amd: yc: Add DMI support for new acer/emdoor platforms
     - [x86] ASoC: SOF: sof-audio: start with the right widget type
     - ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
     - [x86] ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
     - ALSA: hda: Do not unset preset when cleaning up codec
     - [x86] ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI table
     - bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
     - net/rose: Fix to not accept on connected socket
     - net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
     - [powerpc*] 64: Fix perf profiling asynchronous interrupt handlers
     - fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()
     - drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED
     - net: sched: sch: Bounds check priority
     - nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
     - nvme: clear the request_queue pointers on failure in
       nvme_alloc_admin_tag_set
     - nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set
     - drm/amd/display: Add missing brackets in calculation
     - drm/amd/display: Adjust downscaling limits for dcn314
     - drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2
     - drm/amd/display: Reset DMUB mailbox SW state after HW reset
     - drm/amdgpu: enable HDP SD for gfx 11.0.3
     - drm/amdgpu: Enable vclk dclk node for gc11.0.3
     - drm/amd/display: Properly handle additional cases where DCN is not
       supported
     - ceph: move mount state enum to super.h
     - ceph: blocklist the kclient when receiving corrupted snap trace
     - of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
     - mm: shrinkers: fix deadlock in shrinker debugfs
     - aio: fix mremap after fork null-deref
     - vmxnet3: move rss code block under eop descriptor
     - fbdev: Fix invalid page access after closing deferred I/O devices
     - drm/amd/amdgpu: fix warning during suspend
     - drm/amd/display: Fail atomic_check early on normalize_zpos error
     - drm/vmwgfx: Stop accessing buffer objects which failed init
     - drm/vmwgfx: Do not drop the reference to the handle too soon
     - [arm64] mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set
     - mmc: sdio: fix possible resource leaks in some error paths
     - mmc: mmc_spi: fix error handling in mmc_spi_probe()
     - ALSA: hda: Fix codec device field initializan
     - ALSA: hda/conexant: add a new hda codec SN6180
     - ALSA: hda/realtek - fixed wrong gpio assigned
     - ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
     - ALSA: hda/realtek: Enable mute/micmute LEDs and speaker support for HP
       Laptops
     - ata: ahci: Add Tiger Lake UP{3,4} AHCI controller
     - ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LH
     - hugetlb: check for undefined shift on 32 bit architectures
     - nilfs2: fix underflow in second superblock position calculations
     - mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
     - mm/filemap: fix page end in filemap_get_read_batch
     - mm/migrate: fix wrongly apply write bit after mkdirty on sparc64
     - freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
     - Revert "mm: Always release pages to the buddy allocator in
       memblock_free_late()."
     - net: Fix unwanted sign extension in netdev_stats_to_stats64()
     - revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"
     - [arm64,armhf] drm/vc4: crtc: Increase setup cost in core clock calculation
       to handle extreme reduced blanking
     - [arm64,armhf] drm/vc4: Fix YUV plane handling when planes are in different
       buffers
     - [x86] drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list
     - ice: fix lost multicast packets in promisc mode
     - ixgbe: allow to increase MTU to 3K with XDP enabled
     - i40e: add double of VLAN header when computing the max MTU
     - net: bgmac: fix BCM5358 support by setting correct flags
     - sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list
     - net/sched: tcindex: update imperfect hash filters respecting rcu
     - ice: xsk: Fix cleaning of XDP_TX frames
     - dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
     - net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path
     - net/sched: act_ctinfo: use percpu stats
     - net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()
     - net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence
     - bnxt_en: Fix mqprio and XDP ring checking logic
     - tracing: Make trace_define_field_ext() static
     - net: stmmac: Restrict warning on disabling DMA store and fwd mode
     - net: use a bounce buffer for copying skb->mark
     - tipc: fix kernel warning when sending SYN message
     - net: mpls: fix stale pointer if allocation fails during device rename
       (CVE-2023-26545)
     - igb: conditionalize I2C bit banging on external thermal sensor support
     - igb: Fix PPS input and output using 3rd and 4th SDP
     - ixgbe: add double of VLAN header when computing the max MTU
     - ipv6: Fix datagram socket connection with DSCP.
     - ipv6: Fix tcp socket connection with DSCP.
     - mm/gup: add folio to list when folio_isolate_lru() succeed
     - mm: extend max struct page size for kmsan
     - i40e: Add checking for null for nlmsg_find_attr()
     - net/sched: tcindex: search key must be 16 bits
     - nvme-tcp: stop auth work after tearing down queues in error recovery
     - nvme-rdma: stop auth work after tearing down queues in error recovery
     - [x86] KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
     - [x86] kvm: initialize all of the kvm_debugregs structure before sending it
       to userspace
     - [x86] perf/x86: Refuse to export capabilities for hybrid PMUs
     - alarmtimer: Prevent starvation by small intervals and SIG_IGN
     - nvme-pci: refresh visible attrs for cmb attributes
     - [x86] ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak
     - net: sched: sch: Fix off by one in htb_activate_prios()
     https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.14
     - [arm64,armhf] drm/etnaviv: don't truncate physical page address
     - wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while
       recovery
     - wifi: rtl8xxxu: gen2: Turn on the rate control
     - drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink
     - sched/psi: Stop relying on timer_pending() for poll_work rescheduling
     - random: always mix cycle counter in add_latent_entropy()
     - scsi: libsas: Add smp_ata_check_ready_type()
     - [arm64] scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus
       reset
     - docs: perf: Fix PMU instance name of hisi-pcie-pmu
     - [x86] KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
     - [x86] KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
     - [x86] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
       (CVE-2022-2196)
     - [x86] drm/i915: Remove __maybe_unused from mtl_info
     - [x86] KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
     - [powerpc*] 64s/radix: Fix RWX mapping with relocated kernel
     - nfp: ethtool: support reporting link modes
     - nfp: ethtool: fix the bug of setting unsupported port speed
     - uaccess: Add speculation barrier to copy_from_user()
     - [x86] alternatives: Introduce int3_emulate_jcc()
     - [x86] alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions
     - [x86] static_call: Add support for Jcc tail-calls
     - Bluetooth: btusb: Add more device IDs for WCN6855
     - [powerpc*] vmlinux.lds: Define RUNTIME_DISCARD_EXIT
     - [powerpc*] vmlinux.lds: Don't discard .rela* for relocatable builds
     - wifi: mwifiex: Add missing compatible string for SD8787
     - audit: update the mailing list in MAINTAINERS
     - [x86] platform/x86: nvidia-wmi-ec-backlight: Add force module parameter
     - ext4: Fix function prototype mismatch for ext4_feat_ktype
     - bpf: add missing header file include
     https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.15
     - Fix XFRM-I support for nested ESP tunnels
     - [arm64] dts: rockchip: reduce thermal limits on rk3399-pinephone-pro
     - [arm64] dts: rockchip: drop unused LED mode property from rk3328-roc-cc
     - [arm64] dts: rockchip: fix probe of analog sound card on rock-3a
     - HID: elecom: add support for TrackBall 056E:011C
     - HID: Ignore battery for Elan touchscreen on Asus TP420IA
     - [amd64,arm64] ACPI: NFIT: fix a potential deadlock during NFIT teardown
     - pinctrl: amd: Fix debug output for debounce time
     - btrfs: send: limit number of clones and allocated memory size
     - [x86] ASoC: rt715-sdca: fix clock stop prepare timeout issue
     - [amd64] IB/hfi1: Assign npages earlier
     - neigh: make sure used and confirmed times are valid
     - HID: core: Fix deadloop in hid_apply_multiplier.
     - [x86] ASoC: codecs: es8326: Fix DTS properties reading
     - [x86] HID: Ignore battery for ELAN touchscreen 29DF on HP
     - [x86] cpu: Add Lunar Lake M
     - PM: sleep: Avoid using pr_cont() in the tasks freezing code
     - bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
     - net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from
       sk_stream_kill_queues().
     - vc_screen: don't clobber return value in vcs_read
     - drm/amd/display: Move DCN314 DOMAIN power control to DMCUB
     - drm/amd/display: Fix race condition in DPIA AUX transfer
     - USB: serial: option: add support for VW/Skoda "Carstick LTE"
     - usb: gadget: u_serial: Add null pointer check in gserial_resume
     - usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDO
     - drm/amd/display: Properly reuse completion structure
     - attr: add in_group_or_capable()
     - fs: move should_remove_suid()
     - attr: add setattr_should_drop_sgid()
     - attr: use consistent sgid stripping checks
     - fs: use consistent setgid checks in is_sxid()
     - USB: core: Don't hold device lock while reading the "descriptors" sysfs
       file
 .
   [ Salvatore Bonaccorso ]
   * [rt] Update to 6.1.12-rt7
   * Bump ABI to 6
 .
   [ Diederik de Haas ]
   * [arm64,armhf] udeb: Add sound and speakup packages (Closes: #1031289)
 .
   [ Cyril Brulebois ]
   * udeb: Add qrtr_mhi to nic-wireless, for ath11k (Closes: #1032140)
Checksums-Sha1:
 840ffed59bb21fd34d9863d84dd581bf1a972029 276923 linux_6.1.15-1.dsc
 1b19049613b8dcac3ae849f8d5bbd3cd5a811607 137262704 linux_6.1.15.orig.tar.xz
 edafbfc6bb025ab566c3667468d03b83f1a0e8cd 1421552 linux_6.1.15-1.debian.tar.xz
 512e2bb42bc3cc0dc7e55a2b3902aa4fcda38798 6714 linux_6.1.15-1_source.buildinfo
Checksums-Sha256:
 8c54b120a93c1a8003c22e19e62e644ce9fd576c658f1f1d8c495ec8e28cf78d 276923 linux_6.1.15-1.dsc
 87a40972c5b572a71f59f285cfe5751952ba3b4b1c2e7343523131ff940c753d 137262704 linux_6.1.15.orig.tar.xz
 1486d33a1d6a3daf5bc160cfd1ba01f873598ab5252f86fb2b7b069a990c82d8 1421552 linux_6.1.15-1.debian.tar.xz
 8ea44c10575015d425a17ecbcd5ea0a207a0b6bd18642a4dbe2389130c238657 6714 linux_6.1.15-1_source.buildinfo
Files:
 07f2eb4394b26ca8f1f551fdf2ea8d8d 276923 kernel optional linux_6.1.15-1.dsc
 a65cf99a1bb5234fe397522c167437ec 137262704 kernel optional linux_6.1.15.orig.tar.xz
 4852cafbe9ae3b59497182e697aafd6f 1421552 kernel optional linux_6.1.15-1.debian.tar.xz
 8564d388dc00a0dfd07dc13ca9a4a997 6714 kernel optional linux_6.1.15-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmQEtqdfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89E9RAQAIuMs9Z3kpNEZify5trYb91ADcPgdtrL
tr/dF4yUwf45vUMzPVeJ2jSSHvXbTdVN6zYwJ30QxHEjjWfJyw4imFwuBM8rLtDq
qQOrfJgFwhE9WszozR3EROAhyU/rXtH07p+ESUO9fpLAdy0UiuQwZN/ZnY1IIzKP
U3Agtm09PL4tNwKdB6DfOtGNFodfacfYQG37xj+M0I/S/qDZx9w7yUNNkpLoRP4a
+m1c2FgaE5bGjeE7UYEmySPalBaoGyagqU29cHNqu3/A3hwGPM6YdKEvMowrL39R
jatQh9/ICo2KR/xFtppZnYR2+yoH2d0M012bY7B+3cR+thrSRDbZ8Q7gHIpd7Ttv
kfSVWar6H7Wna31ZA3A0A85Ze6Y3N63eAbWPjQQK8lvXdCBZdQy4Ik4nhTAF73Fy
2TG5upQBtGOgDQyUGMQI+OaqanECRkXHbCiKPZupNJ58ZiPkzmGZHZhNBFzneUeH
PNFD5I6vnuJHqPk51RVqsxloAEA6fUe7tC5TVelfXYNJnPp9FzZaS6MS1PdAl3l7
/6oOaGrMxTVkHV+uXLxcWu++Y2h6VKR2QR7EyTqdAlkeIUg8Ovpu9YUNfzA/JOkM
uBruiXMozqy6DwkcDJAt1aFKEtO9LOC2aoGn1qdvsV9ne1BGT5hR356Wmu4n5uc2
MEnGU/JqnuXc
=WA+u
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: