Opened 4 years ago

Last modified 4 years ago

#4998 new defect

No sound — at Version 1

Reported by: FGrose Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Fedora
Bug Status: New

Description (last modified by FGrose)

Observed in Fedora-SoaS-Live-x86_64-32-1.6.iso installed as LiveUSB image on physical hardware.
For example the Speak Activity is silent.

Change History (3)

Changed 4 years ago by FGrose

logs of several test sessions

Changed 4 years ago by FGrose

logs from pristine image boot

comment:1 Changed 4 years ago by FGrose

  • Bug Status changed from Unconfirmed to New
  • Description modified (diff)

Testing on physical hardware, booting the Fedora-SoaS-Live-x86_64-32-1.6.iso directly using this grub menuentry:

menuentry 'SoaS 32 Live' --class fedora --class gnu-linux --class gnu --class os {
    insmod part_gpt
    insmod ext2
    set root='hd1,gpt2'
    set isolabel=Fedora-SoaS-Live-32-1-6
    set isofile=/Fedora/Fedora-SoaS-Live-x86_64-32-1.6.iso
    loopback loop ($root)/$isofile
    linux (loop)/isolinux/vmlinuz boot=isolinux iso-scan/filename=$isofile root=live:LABEL=$isolabel ro rd.live.image rd.live.ram
    initrd (loop)/isolinux/initrd.img
}

The Speak Activity and Clock Activity are silent.

Note: See TracTickets for help on using tickets.