首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu 21.04新戴尔Inspiron 7700 AIO没有声音

Ubuntu 21.04新戴尔Inspiron 7700 AIO没有声音
EN

Ask Ubuntu用户
提问于 2021-09-26 14:18:35
回答 1查看 1K关注 0票数 1

我刚刚买了一台新的戴尔Inspiron 7700 AIO电脑与第11代i7处理器。安装了Ubuntu21.04,它大部分工作正常。然而,我没有声音从内置扬声器,声音设置面板显示“虚拟输出”作为唯一的输出选择。

目前,我已经安装了一个蓝牙声音输出设备,并且正在成功地将它用于声音输出,但我更喜欢使用AIO内置的扬声器。

有什么我能查到的吗?

Ubuntu 21.04

内核5.11.0-36-通用

$ sudo lshw -C相关输出

代码语言:javascript
复制
  *-cpu                     
       description: CPU
       product: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
       vendor: Intel Corp.
       physical id: 18
       bus info: cpu@0
       version: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
       slot: Socket 0
       size: 1803MHz
       capacity: 4700MHz
       width: 64 bits
       clock: 100MHz

*-multimedia
       description: Audio device
       product: Tiger Lake-LP Smart Sound Technology Audio Controller
       vendor: Intel Corporation
       physical id: 1f.3
       bus info: pci@0000:00:1f.3
       version: 20
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list
       configuration: driver=snd_hda_intel latency=32
       resources: iomemory:600-5ff iomemory:600-5ff irq:131 memory:6013128000-601312bfff memory:6013000000-60130fffff

$ pacmd列表-卡片

代码语言:javascript
复制
2 card(s) available.
    index: 0
    name: 
    driver: 
    owner module: 24
    properties:
        alsa.card = "0"
        alsa.card_name = "HDA Intel PCH"
        alsa.long_card_name = "HDA Intel PCH at 0x6013128000 irq 150"
        alsa.driver_name = "snd_hda_intel"
        device.bus_path = "pci-0000:00:1f.3"
        sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
        device.bus = "pci"
        device.vendor.id = "8086"
        device.vendor.name = "Intel Corporation"
        device.product.id = "a0c8"
        device.product.name = "Tiger Lake-LP Smart Sound Technology Audio Controller"
        device.form_factor = "internal"
        device.string = "0"
        device.description = "Built-in Audio"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-pci"

$ sudo lspci -vvv grep -A12音频

代码语言:javascript
复制
00:1f.3 Audio device: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20) (prog-if 80)
    DeviceName: Onboard - Sound
    Subsystem: Dell Tiger Lake-LP Smart Sound Technology Audio Controller
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Address: 00000000fee003b8  Data: 0000
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2021-10-05 13:32:11

修正是将以下内容添加到/etc/modprobe.d/alsa-base.conf并重新引导.

代码语言:javascript
复制
# Enable internal audio and headphone jack on Dell Inspiron 27 7700 AIO
options snd-hda-intel model=dell-headset-multi

一个来源:英特尔nuc10i7fnh在Ubuntu20.04中安装Realtek音频驱动程序

票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1365905

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档