Realtek ALC269VB, needs to manually edit /etc/modprobe.d/alsa-base.conf to work

Bug #918254 reported by Lorenzo Zoffoli
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Fix Released
Undecided
David Henningsson

Bug Description

I have a laptop ASUS N53Jq, it mounts Realtek ALC269VB as sound card.

Every time I install ubuntu I need to add: "options snd-hda-intel model=auto" in /etc/modprobe.d/alsa-base.conf to get it to work.

It is not so annoying, 'cause it is necessary only once per installation, but if it were not necessary it would be great!

Regards,
- zoff -
---
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
ArecordDevices:
 **** List of CAPTURE Hardware Devices ****
 card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC1: zoff 2299 F.... pulseaudio
 /dev/snd/controlC0: zoff 2299 F.... pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd9600000 irq 55'
   Mixer name : 'Realtek ALC269VB'
   Components : 'HDA:10ec0269,10431113,00100100'
   Controls : 22
   Simple ctrls : 13
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xd3080000 irq 17'
   Mixer name : 'Nvidia GPU 14 HDMI/DP'
   Components : 'HDA:10de0014,10de0101,00100100'
   Controls : 20
   Simple ctrls : 4
DistroRelease: Ubuntu 12.04
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64+mac (20111210)
Package: alsa-driver (not installed)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
Tags: precise
Uname: Linux 3.2.0-9-generic x86_64
UpgradeStatus: Upgraded to precise on 2012-01-13 (7 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data
dmi.bios.date: 11/05/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N53Jq.209
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N53Jq
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrN53Jq.209:bd11/05/2010:svnASUSTeKComputerInc.:pnN53Jq:pvr1.0:rvnASUSTeKComputerInc.:rnN53Jq:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: N53Jq
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

CVE References

Revision history for this message
komputes (komputes) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command, as it will automatically gather debugging information, in a terminal:
apport-collect BUGNUMBER
When reporting bugs in the future please use apport by using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs.

affects: ubuntu → alsa-driver (Ubuntu)
Changed in alsa-driver (Ubuntu):
status: New → Incomplete
Revision history for this message
Daniel Letzeisen (dtl131) wrote :

@David: When using that response, please fill in BUGNUMBER , as it could confuse the user.
More generally, when something is capitalized like BUGNUMBER, RELEASE, etc., you should fill it in.

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : AlsaDevices.txt

apport information

tags: added: apport-collected precise
description: updated
Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : AplayDevices.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : BootDmesg.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : Card0.Amixer.values.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : Card0.Codecs.codec.0.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : Card1.Amixer.values.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : Card1.Codecs.codec.0.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : Card1.Codecs.codec.1.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : Card1.Codecs.codec.2.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : Card1.Codecs.codec.3.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : CurrentDmesg.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : PciMultimedia.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : ProcCpuinfo.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : PulseSinks.txt

apport information

Revision history for this message
Lorenzo Zoffoli (lorenzo-zoffoli) wrote : PulseSources.txt

apport information

Changed in alsa-driver (Ubuntu):
status: Incomplete → Triaged
Revision history for this message
David Henningsson (diwic) wrote : [PATCH] ALSA: HDA: Remove quirk for Asus N53Jq

The user reports that he needs to add model=auto for audio to
work properly. In fact, since node 0x15 is not even a pin node,
the existing fixup is definitely wrong. Relevant information can
be found in the buglink below.

Cc: <email address hidden> (3.2+)
BugLink: https://bugs.launchpad.net/bugs/918254
Signed-off-by: David Henningsson <email address hidden>
---
 sound/pci/hda/patch_realtek.c | 1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 0db1dc4..a7f17be 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5377,7 +5377,6 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
  SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
         ALC269_FIXUP_AMIC),
  SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269_FIXUP_AMIC),
- SND_PCI_QUIRK(0x1043, 0x1113, "ASUS N63Jn", ALC269_FIXUP_AMIC),
  SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269_FIXUP_AMIC),
  SND_PCI_QUIRK(0x1043, 0x1133, "ASUS UJ20ft", ALC269_FIXUP_AMIC),
  SND_PCI_QUIRK(0x1043, 0x1183, "ASUS K72DR", ALC269_FIXUP_AMIC),
--
1.7.8.3

Revision history for this message
David Henningsson (diwic) wrote :

Thanks for reporting your problem and your workaround. As seen above, I've sent a patch upstream for your issue. It is likely to reach Ubuntu before the 12.04 release.

affects: alsa-driver (Ubuntu) → linux (Ubuntu)
Changed in linux (Ubuntu):
status: Triaged → In Progress
assignee: nobody → David Henningsson (diwic)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package linux - 3.2.0-16.25

---------------
linux (3.2.0-16.25) precise; urgency=low

  [ Andy Whitcroft ]

  * d-i -- include the Hyper-V drivers in the virtio udeb
    - LP: #917135

  [ Felix Fietkau ]

  * (pre-stable): ath9k_hw: fix a RTS/CTS timeout regression
    - LP: #925602

  [ Keith Packard ]

  * SAUCE: drm/i915: Force explicit bpp selection for
    intel_dp_link_required
    - LP: #745112, #912387, #917330

  [ Leann Ogasawara ]

  * Fix typo in generic-pae description
    - LP: #928448
  * Rebase to v3.2.6

  [ Upstream Kernel Changes ]

  * procfs: parse mount options
    - CVE-2011-4917
  * procfs: add hidepid= and gid= mount options
    - CVE-2011-4917
  * proc: fix null pointer deref in proc_pid_permission()
    - CVE-2011-4917
  * xhci: Remove warnings about MSI and MSI-X capabilities.
    - LP: #929656
  * xhci: Remove scary warnings about transfer issues.
    - LP: #929656
  * x86, mce, therm_throt: Don't report power limit and package level
    thermal throttle events in mcelog
    - LP: #930288
  * rebase to v3.2.6
    - LP: #924320
    - LP: #918254
 -- Leann Ogasawara <email address hidden> Mon, 13 Feb 2012 13:00:08 -0800

Changed in linux (Ubuntu):
status: In Progress → Fix Released
Revision history for this message
ALberto Beltran (betoarmenia) wrote :

Dear developers, I have the same problem with my computer Asus EEEpc1011px, with the same Realtek ALC269VB. No sound in the internal speakers, only headphones. I did the "options snd-hda-intel model=auto" in /etc/modprobe.d/alsa-base.conf but did not work. thanks for your help.

Revision history for this message
Kai-Heng Feng (kaihengfeng) wrote : Re: [Bug 918254] Re: Realtek ALC269VB, needs to manually edit /etc/modprobe.d/alsa-base.conf to work
Download full text (3.2 KiB)

> On 31 Jan 2018, at 10:15 PM, ALberto Beltran <email address hidden> wrote:
>
> Dear developers, I have the same problem with my computer Asus
> EEEpc1011px, with the same Realtek ALC269VB. No sound in the internal
> speakers, only headphones. I did the "options snd-hda-intel model=auto"
> in /etc/modprobe.d/alsa-base.conf but did not work. thanks for your
> help.
Please file a separate bug.

Kai-Heng
>
> --
> You received this bug notification because you are subscribed to linux
> in Ubuntu.
> https://bugs.launchpad.net/bugs/918254
>
> Title:
> Realtek ALC269VB, needs to manually edit /etc/modprobe.d/alsa-
> base.conf to work
>
> Status in linux package in Ubuntu:
> Fix Released
>
> Bug description:
> I have a laptop ASUS N53Jq, it mounts Realtek ALC269VB as sound card.
>
> Every time I install ubuntu I need to add: "options snd-hda-intel
> model=auto" in /etc/modprobe.d/alsa-base.conf to get it to work.
>
> It is not so annoying, 'cause it is necessary only once per
> installation, but if it were not necessary it would be great!
>
> Regards,
> - zoff -
> ---
> AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
> ApportVersion: 1.91-0ubuntu1
> Architecture: amd64
> ArecordDevices:
> **** List of CAPTURE Hardware Devices ****
> card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
> AudioDevicesInUse:
> USER PID ACCESS COMMAND
> /dev/snd/controlC1: zoff 2299 F.... pulseaudio
> /dev/snd/controlC0: zoff 2299 F.... pulseaudio
> Card0.Amixer.info:
> Card hw:0 'Intel'/'HDA Intel at 0xd9600000 irq 55'
> Mixer name : 'Realtek ALC269VB'
> Components : 'HDA:10ec0269,10431113,00100100'
> Controls : 22
> Simple ctrls : 13
> Card1.Amixer.info:
> Card hw:1 'NVidia'/'HDA NVidia at 0xd3080000 irq 17'
> Mixer name : 'Nvidia GPU 14 HDMI/DP'
> Components : 'HDA:10de0014,10de0101,00100100'
> Controls : 20
> Simple ctrls : 4
> DistroRelease: Ubuntu 12.04
> InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64+mac (20111210)
> Package: alsa-driver (not installed)
> ProcEnviron:
> PATH=(custom, no user)
> LANG=en_US.UTF-8
> SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
> Tags: precise
> Uname: Linux 3.2.0-9-generic x86_64
> UpgradeStatus: Upgraded to precise on 2012-01-13 (7 days ago)
> UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data
> dmi.bios.date: 11/05/2010
> dmi.bios.vendor: American Megatrends Inc.
> dmi.bios.version: N53Jq.209
> dmi.board.asset.tag: ATN12345678901234567
> dmi.board.name: N53Jq
> dmi.board.vendor: ASUSTeK Computer Inc.
> dmi.board.version: 1.0
> dmi.chassis.asset.tag: No Asset Tag
> dmi.chassis.type: 10
> dmi.chassis.vendor: ASUSTeK Computer Inc.
> dmi.chassis.version: 1.0
> dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrN53Jq.209:bd11/05/2010:svnASUSTeKComputerInc.:pnN53Jq:pvr1.0:rvnASUSTeKComputerInc.:rnN53Jq:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
> dmi.product.name: N53Jq
> dmi.product.version: 1.0
> dmi.sys.vendor: ASUSTeK Computer Inc.
>
> ...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.