Advertisement
aleon1220

debugging everis with linux mint 19 kernel 4.8

May 8th, 2019
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.15 KB | None | 0 0
  1. ruth@ruth-E2009:~$ inxi -Fxz
  2. System: Host: ruth-E2009 Kernel: 4.18.0-18-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.10
  3. Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic
  4. Machine: Type: Laptop System: TWG product: E2009 v: 1 serial: <filter>
  5. Mobo: TWG model: E2009 v: 1.0 serial: <filter> UEFI: American Megatrends v: 8.17 date: 05/19/2018
  6. Battery: ID-1: axp288_fuel_gauge charge: N/A condition: N/A model: N/A status: Discharging
  7. CPU: Topology: Quad Core model: Intel Atom x5-Z8350 bits: 64 type: MCP arch: Airmont rev: 4 L2 cache: 1024 KiB
  8. flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 11520
  9. Speed: 547 MHz min/max: 480/1920 MHz Core speeds (MHz): 1: 498 2: 556 3: 480 4: 480
  10. Graphics: Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers driver: i915
  11. v: kernel bus ID: 00:02.0
  12. Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa resolution: 1366x768~60Hz
  13. OpenGL: renderer: Mesa DRI Intel HD Graphics (Cherrytrail) v: 4.5 Mesa 18.2.8 direct render: Yes
  14. Audio: Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit driver: N/A bus ID: 00:03.0
  15. Sound Server: ALSA v: k4.18.0-18-generic
  16. Network: Message: No Device data found.
  17. IF-ID-1: wlan0 state: up mac: <filter>
  18. Drives: Local Storage: total: 28.81 GiB used: 18.89 GiB (65.5%)
  19. ID-1: /dev/mmcblk0 vendor: BIWIN model: Biwin size: 28.81 GiB
  20. Partition: ID-1: / size: 27.74 GiB used: 18.88 GiB (68.1%) fs: ext4 dev: /dev/mmcblk0p2
  21. Sensors: System Temperatures: cpu: 43.0 C mobo: N/A
  22. Fan Speeds (RPM): N/A
  23. Info: Processes: 191 Uptime: 6m Memory: 3.76 GiB used: 874.1 MiB (22.7%) Init: systemd runlevel: 5 Compilers: gcc: 7.4.0
  24. Shell: bash v: 4.4.19 inxi: 3.0.27
  25. ruth@ruth-E2009:~$ aplay -l
  26. **** List of PLAYBACK Hardware Devices ****
  27. card 0: Audio [Intel HDMI/DP LPE Audio], device 0: HdmiLpeAudio [Intel HDMI/DP LPE Audio]
  28. Subdevices: 1/1
  29. Subdevice #0: subdevice #0
  30. card 0: Audio [Intel HDMI/DP LPE Audio], device 1: HdmiLpeAudio [Intel HDMI/DP LPE Audio]
  31. Subdevices: 1/1
  32. Subdevice #0: subdevice #0
  33. card 0: Audio [Intel HDMI/DP LPE Audio], device 2: HdmiLpeAudio [Intel HDMI/DP LPE Audio]
  34. Subdevices: 1/1
  35. Subdevice #0: subdevice #0
  36. card 1: chtnau8824 [chtnau8824], device 0: Audio (*) []
  37. Subdevices: 1/1
  38. Subdevice #0: subdevice #0
  39. card 1: chtnau8824 [chtnau8824], device 1: Deep-Buffer Audio (*) []
  40. Subdevices: 1/1
  41. Subdevice #0: subdevice #0
  42. ruth@ruth-E2009:~$ xed admin:///etc/modprobe.d/alsa-base.conf
  43. options snd-hda-intel model=auto
  44.  
  45. ruth@ruth-E2009:~$ sudo alsa force-reload
  46. Unloading ALSA sound driver modules: snd-soc-sst-cht-bsw-nau8824 snd-soc-nau8824 snd-seq-midi snd-seq-midi-event snd-intel-sst-acpi snd-intel-sst-core snd-rawmidi snd-hdmi-lpe-audio snd-soc-sst-atom-hifi2-platform snd-soc-acpi snd-soc-acpi-intel-match snd-seq snd-soc-core snd-compress snd-pcm-dmaengine snd-pcm snd-seq-device snd-timer (failed: modules still loaded: snd-intel-sst-acpi snd-intel-sst-core snd-hdmi-lpe-audio snd-soc-sst-atom-hifi2-platform snd-soc-acpi snd-soc-acpi-intel-match snd-soc-core snd-compress snd-pcm-dmaengine snd-pcm snd-timer).
  47. Loading ALSA sound driver modules: snd-soc-sst-cht-bsw-nau8824 snd-soc-nau8824 snd-seq-midi snd-seq-midi-event snd-intel-sst-acpi snd-intel-sst-core snd-rawmidi snd-hdmi-lpe-audio snd-soc-sst-atom-hifi2-platform snd-soc-acpi snd-soc-acpi-intel-match snd-seq snd-soc-core snd-compress snd-pcm-dmaengine snd-pcm snd-seq-device snd-timer.
  48.  
  49. ruth@ruth-E2009:~$ dmesg | grep -C1 -E 'ALSA|HDA|HDMI|snd[_-]|sound|hda.codec|hda.intel'
  50. [ 0.052339] ACPI: Added _OSI(Linux-Dell-Video)
  51. [ 0.052342] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  52. [ 0.134881] ACPI: 8 ACPI AML tables successfully acquired and loaded
  53. --
  54. [ 8.009050] proc_thermal 0000:00:0b.0: enabling device (0000 -> 0002)
  55. [ 8.025789] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input15
  56. [ 8.025937] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input16
  57. [ 8.026073] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input17
  58. [ 8.096829] intel_sst_acpi 808622A8:00: LPE base: 0xd1600000 size:0x200000
  59. --
  60. [ 8.782978] axp288_charger axp288_charger: Using INT3496 extcon for usb-id
  61. [ 8.854711] cht-bsw-nau8824 cht-bsw-nau8824: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
  62. [ 8.854785] cht-bsw-nau8824 cht-bsw-nau8824: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
  63. [ 8.854830] cht-bsw-nau8824 cht-bsw-nau8824: Compress ASoC: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
  64. [ 8.860437] cht-bsw-nau8824 cht-bsw-nau8824: nau8824-hifi <-> ssp2-port mapping ok
  65. [ 8.862602] input: chtnau8824 Headset as /devices/pci0000:00/808622A8:00/cht-bsw-nau8824/sound/card1/input21
  66. [ 8.872528] intel_rapl: Found RAPL domain package
  67. --
  68. [ 1026.921137] Call Trace:
  69. [ 1026.921167] ? snd_dma_free_pages+0xc4/0xf0 [snd_pcm]
  70. [ 1026.921182] snd_pcm_lib_preallocate_free+0x23/0x70 [snd_pcm]
  71. [ 1026.921198] snd_pcm_lib_preallocate_free_for_all+0x23/0x60 [snd_pcm]
  72. [ 1026.921212] snd_pcm_free+0x2b/0x60 [snd_pcm]
  73. [ 1026.921225] snd_pcm_dev_free+0x12/0x20 [snd_pcm]
  74. [ 1026.921244] __snd_device_free+0x4c/0x80 [snd]
  75. [ 1026.921257] snd_device_free_all+0x40/0x80 [snd]
  76. [ 1026.921269] release_card_device+0x37/0xa0 [snd]
  77. --
  78. [ 1026.921305] put_device+0x17/0x20
  79. [ 1026.921317] snd_card_free+0x67/0x90 [snd]
  80. [ 1026.921328] hdmi_lpe_audio_remove+0x18/0x20 [snd_hdmi_lpe_audio]
  81. [ 1026.921338] platform_drv_remove+0x28/0x50
  82. --
  83. [ 1026.921372] platform_driver_unregister+0x12/0x20
  84. [ 1026.921381] hdmi_lpe_audio_driver_exit+0x10/0x79a [snd_hdmi_lpe_audio]
  85. [ 1026.921390] __x64_sys_delete_module+0x146/0x280
  86. --
  87. [ 1026.921536] R13: 0000000000000001 R14: 0000558ca37782a8 R15: 00007ffea5405be0
  88. [ 1026.921542] Modules linked in: nls_iso8859_1 intel_rapl intel_powerclamp coretemp axp288_adc kvm_intel axp288_fuel_gauge extcon_axp288 industrialio axp288_charger kvm axp20x_pek gpio_keys irqbypass punit_atom_debug uvcvideo crct10dif_pclmul crc32_pclmul videobuf2_vmalloc ghash_clmulni_intel videobuf2_memops pcbc videobuf2_v4l2 videobuf2_common videodev aesni_intel aes_x86_64 media crypto_simd cryptd input_leds glue_helper joydev intel_cstate snd_intel_sst_acpi intel_xhci_usb_role_switch snd_intel_sst_core mei_txe roles snd_hdmi_lpe_audio(-) snd_soc_sst_atom_hifi2_platform mei processor_thermal_device snd_soc_acpi intel_soc_dts_iosf snd_soc_acpi_intel_match lpc_ich snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine snd_pcm r8723bs(CE) snd_timer intel_hid cfg80211 axp20x_i2c snd axp20x sparse_keymap
  89. [ 1026.921654] extcon_intel_int3496 soundcore spi_pxa2xx_platform 8250_dw int3400_thermal soc_button_array acpi_pad acpi_thermal_rel int3406_thermal mac_hid intel_int0002_vgpio int3403_thermal int340x_thermal_zone sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log mmc_block i915 dwc3 ulpi udc_core i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm dwc3_pci video sdhci_acpi sdhci hid_generic usbhid hid [last unloaded: snd_seq_device]
  90. [ 1026.921747] CR2: 0000000000000228
  91. --
  92. [ 1026.921909] CR2: 0000000000000228 CR3: 0000000139510000 CR4: 00000000001006e0
  93. [ 1027.041095] cht-bsw-nau8824 cht-bsw-nau8824: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
  94. [ 1027.041239] cht-bsw-nau8824 cht-bsw-nau8824: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
  95. [ 1027.041322] cht-bsw-nau8824 cht-bsw-nau8824: Compress ASoC: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
  96. [ 1027.042997] cht-bsw-nau8824 cht-bsw-nau8824: nau8824-hifi <-> ssp2-port mapping ok
  97. [ 1027.047546] input: chtnau8824 Headset as /devices/pci0000:00/808622A8:00/cht-bsw-nau8824/sound/card0/input22
  98. [ 1054.127013] Audio Port: ASoC: no backend DAIs enabled for Audio Port
  99.  
  100. ruth@ruth-E2009:~$ installed the lastest 4.18 kernel
  101. ruth@ruth-E2009:~$ pacmd list-sinks
  102. 1 sink(s) available.
  103. * index: 0
  104. name: <auto_null>
  105. driver: <module-null-sink.c>
  106. flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
  107. state: SUSPENDED
  108. suspend cause: IDLE
  109. priority: 1000
  110. volume: front-left: 37355 / 57% / -14.65 dB, front-right: 37355 / 57% / -14.65 dB
  111. balance 0.00
  112. base volume: 65536 / 100% / 0.00 dB
  113. volume steps: 65537
  114. muted: no
  115. current latency: 0.00 ms
  116. max request: 344 KiB
  117. max rewind: 344 KiB
  118. monitor source: 0
  119. sample spec: s16le 2ch 44100Hz
  120. channel map: front-left,front-right
  121. Stereo
  122. used by: 0
  123. linked by: 0
  124. configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
  125. module: 15
  126. properties:
  127. device.description = "Dummy Output"
  128. device.class = "abstract"
  129. device.icon_name = "audio-card"
  130. ruth@ruth-E2009:~$ pacmd list-cards
  131. 0 card(s) available.
  132.  
  133. ruth@ruth-E2009:~$sudo apt-get remove --purge alsa-base pulseaudio
  134. ruth@ruth-E2009:~$sudo apt-get remove --purge alsa-base pulseaudio
  135. ruth@ruth-E2009:~$sudo alsa force-reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement