Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 129
    • Issues 129
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Librem5
  • linux
  • Issues
  • #416

Closed
Open
Created Apr 20, 2022 by Joao Azevedo@joao.azevedoReporter

5.17.0-1 not reporting correctly the state of the microphone

This has been reported by more than one user since the last kernel update.

The state of the microphone current state is not updated even though the camera state is updated. And dispite rfkill always reporting the correct state of the micrphone.

Bellow are pictures of the shell booting with the mic kill switch enabled, and then disabling it and enabling it again, camera state is updated. Mic state remains the same as it was on boot.

Mic Killswitch disabled on boot:

20220419_23h47m53s_grim

Mic Killswitch enabled:

20220419_23h48m00s_grim

disabled again:

20220419_23h48m08s_grim

Only the camera reports it's state. The mic keeps only reporting the state that it had on boot,

The same behavior happens with the mic/camera kilswitch enabled on boot. Only reporting that the mic had on boot.

Mic/camera enabled on boot:

001

Enabled:

002

Disabled again:

003

rfkill output:

Killswitch disabled:

purism@pureos:~$ rfkill
ID TYPE       DEVICE          SOFT      HARD
 0 microphone mic-hks    unblocked unblocked
 1 camera     camera-hks unblocked unblocked
 2 wlan       wlan-hks   unblocked unblocked
 3 wwan       wwan-hks   unblocked unblocked
 8 bluetooth  hci0       unblocked unblocked
 9 wlan       phy2       unblocked unblocked

after disabling the killswitch:

purism@pureos:~$ rfkill
ID TYPE       DEVICE          SOFT      HARD
 0 microphone mic-hks    unblocked   blocked
 1 camera     camera-hks unblocked   blocked
 2 wlan       wlan-hks   unblocked unblocked
 3 wwan       wwan-hks   unblocked unblocked
 8 bluetooth  hci0       unblocked unblocked
 9 wlan       phy2       unblocked unblocked
Assignee
Assign to
Time tracking