ALSA Audio Driverlinux mint helena

Asked by John Cullison

HI!
I HAVE A PROBLEM WITH MY AUDIO! i COMPLETELY REMOVED IT BY ERROR! PLEASE, I NEED HELP...I HAVE TRIED TO FIX IT MYSELF BUT NO SUCCESS AT ALL!

THANK YOU

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tom (tom6) said :
#1

Hi

Are you following the guides in
https://help.ubuntu.com/community/SoundTroubleshootingProcedure
Usually the page helps guide you through but hopefully Mark or someone might be able to help better
Good luck and regards from
Tom :)

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

@John: Please try this procedure:

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following command (copy/paste command into the Terminal
and then hit <enter>)

gksudo gedit /etc/modprobe.d/alsa-base.conf

In gedit, scroll down and ADD this line to the end of the
/etc/modprobe.d/alsa-base.conf file:

options snd-hda-intel model=acer-dmic

In the same file, REMOVE the following line:

options snd-hda-intel model=3stack

Then save the change to the /etc/modprobe.d/alsa-base.conf file.

Make sure to delete the following file if it exists:

/etc/modprobe.d/alsa-base

You can delete it with this command:

sudo rm /etc/modprobe.d/alsa-base

Revision history for this message
ken78724 (koymkg) said :
#3

Can't help except to say,,, "where's gedit" in this? # autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2"
I do not see how to proceed. Not having that I will fall back in bed for a bit.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

@ken78724 : gedit is the name of the editor you are using to edit the file /etc/modprobe.d/alsa-base.conf

See here for more info about gedit:

http://en.wikipedia.org/wiki/Gedit

@ken78724 : please create a separate thread for your sound issue using this link:

https://answers.launchpad.net/ubuntu/+addquestion

Revision history for this message
ken78724 (koymkg) said :
#5

Marco, Keep me posted on this. I've not benefited from prior advice; on my
Mirus PC 10.04 LTS, where I run the low latency kernel, alsa remains
non-functional. On this Acer laptop 10.04 Lucid, I have sound. more later.
Kenneth

On Mon, Jun 21, 2010 at 6:15 AM, marcobra (Marco Braida) <
<email address hidden>> wrote:

> Question #114922 on alsa-driver in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/114922
>
> Project: gnome-terminal in ubuntu => alsa-driver in ubuntu
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Ken you are linked with the best answering man on audio trouble here: Mark Rijckenberg so please follow him future instructions or requests.

Hth

Revision history for this message
Tom (tom6) said :
#7

Hi Ken

I usually disagree with blindly taking advice offered by so-called experts in forums however in this instance you have a top sound man advising you to follow a trouble-shooting procedure and give us feedback on outputs generated. Trouble-shooting does not always directly solve the problem in the same way that seeing an goal-net does not always mean the same thing as scoring a goal. However until we can see where the goal-net is it will be difficult to score.

Alsa = Advanced Linux Sound Architecture
The file "alsa-base.conf" as with most ".conf" files is a text-based configuration file which means you can edit it in a standard text-editor, such as gedit or kate or sciTe or vi or something. If you are using Kubuntu then the default text-editor is "kate" if you are using Xubuntu, errr i can't remember which one Xubuntu uses sorry. In either case just replace the word "gedit" in the command with the text-editor that is easier for you to use. Some of us carefully install our favourite text-editor rather than relying on the default one all the time. In linux you get choices

Good luck and regards from
Tom :)

Revision history for this message
Tom (tom6) said :
#8

Hi :)

Please post this as a new question
https://answers.launchpad.net/ubuntu/+source/alsa-driver/+addquestion

I think it should be easy enough to fix but i still don't know much about sound. My approach would be to simply reinstall Alsa or/and PulseAudio. 'Just' look in "Synaptic Package Manager"
System - Administration - Synaptic
or in "Sotware Centre"
Applications - "Software Centre"
as either/both should be able to find what you need easily enough.

With Synaptic you could also try its "Edit" menu to "Repair broken packages"
Good luck and regards from
Tom :)

PS editing the original question in a thread (as you have just done with this one) rather than just adding a comment at the end really messes the thread up in Launchpad.

Revision history for this message
ken78724 (koymkg) said :
#9

LinkedIn
------------

I'd like to add you to my professional network on LinkedIn.

- Kenneth

Kenneth Koym
CE, MCLE & CME Course Coordinator at American International University
Austin, Texas Area

Confirm that you know Kenneth Koym:
https://www.linkedin.com/e/-l88qkf-hqxdbn5k-m/isd/19639988236/zF4EKmDL/?hs=false&tok=0Py1enNhENIS41

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-l88qkf-hqxdbn5k-m/quplvzlveC9Z6gF3_a6wBtlmNUNeOnzTMT2gKa-DXzQa6EFe9rE6pP/goo/question114922%40answers%2Elaunchpad%2Enet/20061/I6350262202_1/?hs=false&tok=1vC4gE148NIS41

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.

Can you help with this problem?

Provide an answer of your own, or ask John Cullison for more information if necessary.

To post a message you must log in.