Audio Card can't be found

user2435141

I had a similar problem as this person. Namely, I tried to install a Realtek audio driver and my laptop could no longer find my audio card. I followed the solution given in the post I linked, but no luck. I've also uninstalled and reinstalled the ALSA mixer, but no luck there either.

The full alsa report is here.

Based on the troubleshooting guide Ubuntu has, it seems like I'm missing the driver I need. But that doesn't make sense to me because I know I had this driver before. And I also can't find the driver I would need on the Alsa site. When I look at the report for what audio card I have, I get the following:

Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06) Subsystem: Hewlett-Packard Company Device 1962 Flags: bus master, fast devsel, latency 0, IRQ 7 Memory at b2710000 (64-bit, non-prefetchable) [size=16K] Capabilities:

00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04) Subsystem: Hewlett-Packard Company Device 1962 Flags: bus master, fast devsel, latency 0, IRQ 10 Memory at b2714000 (64-bit, non-prefetchable) [size=16K] Capabilities:

I can't find anything matching either of those here. This is bizarre since I know I had this driver before.

mchid

In that case, install the ALSA oem-audio-hda-daily-dkms package using the following commands:

sudo add-apt-repository ppa:ubuntu-audio-dev/alsa-daily

press Enter and then execute:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install --reinstall dkms linux-image-generic linux-headers-generic linux-tools-generic linux-source alsa-firmware-loaders alsa-base alsa-utils alsa-source alsa-tools python-alsaaudio python-pyalsa

reboot, and then run:

sudo apt-get install oem-audio-hda-daily-*
sudo rm /etc/apt/sources.list.d/ubuntu-audio-dev-alsa*
sudo apt-get clean
sudo apt-get autoclean

Reboot and if the drivers aren't loaded, run:

sudo alsa force-reload

Don't forget! When you run

alsamixer

in a terminal, disable automute and then press F6, use the arrow keys and press Enter to select your desired sound card.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related