Headphones not working in Ubuntu 10.16 on Asus X540S

Asked by Martin Louis Selby

Exhausted all discoverable options on various pages. Can get speakers and headphones to work simultaneously but not headphones independently.
Software update, command, procedure?
Any assistance would be appreciated.
Thank you

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Do you mean Ubuntu 16.10? There is no Ubuntu 10.16.

If you are unsure then please run:

lsb_release -a

and provide the output.

Thanks

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#2

My apologies for the mistype

Distributor ID: Ubuntu
Description: Ubuntu 16.10
Release: 16.10
Codename: yakkety

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: 2 February 2017 7:32 AM
UTC Time: 2 February 2017 07:32
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Open => Needs information

actionparsnip requested more information:
Do you mean Ubuntu 16.10? There is no Ubuntu 10.16.

If you are unsure then please run:

lsb_release -a

and provide the output.

Thanks

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/450002

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of:

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh

Thanks

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#4

--2017-02-02 08:07:44-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org (www.alsa-project.org)... 77.48.224.243
Connecting to www.alsa-project.org (www.alsa-project.org)|77.48.224.243|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh [following]
--2017-02-02 08:07:45-- http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh
Resolving git.alsa-project.org (git.alsa-project.org)... 77.48.224.243
Connecting to git.alsa-project.org (git.alsa-project.org)|77.48.224.243|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-sh]
Saving to: ‘alsa-info.sh’

alsa-info.sh [ <=> ] 28.03K --.-KB/s in 0.06s

2017-02-02 08:07:45 (479 KB/s) - ‘alsa-info.sh’ saved [28707]

chmod: missing operand
Try 'chmod --help' for more information.
mls@MLS:~$ +x ./alsa-info.sh && ./alsa-info.sh

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: 2 February 2017 8:03 AM
UTC Time: 2 February 2017 08:03
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Open => Needs information

actionparsnip requested more information:
What is the output of:

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod
+x ./alsa-info.sh && ./alsa-info.sh

Thanks

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/450002

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

It's one command. Your email client has wrapped it and you have interpreted this as 2 lines.

If you run:

chmod +x ./alsa-info.sh
./alsa-info.sh

What is the output of please?

I have split this into 2 commands.

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#6

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

dmesg
lspci
lsmod
aplay
amixer
alsactl
/proc/asound/
/sys/class/sound/
~/.asoundrc (etc.)

See './alsa-info.sh --help' for command line options.

Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
Uploading information to www.alsa-project.org ... Done!

Your ALSA information is located at http://www.alsa-project.org/db/?f=96b1156f0b5c2802dd6be8865a03ede9423db12f

Please inform the person helping you.

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: 2 February 2017 8:14 AM
UTC Time: 2 February 2017 08:14
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Open => Needs information

actionparsnip requested more information:
It's one command. Your email client has wrapped it and you have
interpreted this as 2 lines.

If you run:

chmod +x ./alsa-info.sh
./alsa-info.sh

What is the output of please?

I have split this into 2 commands.

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/450002

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

OK, let's try the quick fix. This is one single command. Copy all the text below and run it in the terminal:

echo "options snd-hda-intel model=laptop" | sudo tee - a etc/modprobe.d/alsa-base.conf > /dev/null

Reboot to test

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#8

Thank you

This is what comes back on that command

echo "options snd-hda-intel model=laptop" | sudo tee - a etc/modprobe.d
tee: etc/modprobe.d: No such file or directory
options snd-hda-intel model=laptop
mls@MLS:~$ /alsa-base.conf > /dev/null

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: 2 February 2017 8:34 AM
UTC Time: 2 February 2017 08:34
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Open => Answered

actionparsnip proposed the following answer:
OK, let's try the quick fix. This is one single command. Copy all the
text below and run it in the terminal:

echo "options snd-hda-intel model=laptop" | sudo tee - a etc/modprobe.d
/alsa-base.conf > /dev/null

Reboot to test

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/450002/+confirm?answer_id=6

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/450002

You received this question notification because you asked the question.

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#9

Yes still a problem as the latest command suggestion does not seem to work

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: 2 February 2017 8:58 AM
UTC Time: 2 February 2017 08:58
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Answered => Open

You are still having a problem:
Thank you

This is what comes back on that command

echo "options snd-hda-intel model=laptop" | sudo tee - a etc/modprobe.d
tee: etc/modprobe.d: No such file or directory
options snd-hda-intel model=laptop
mls@MLS:~$ /alsa-base.conf > /dev/null

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: 2 February 2017 8:34 AM
UTC Time: 2 February 2017 08:34
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Open => Answered

actionparsnip proposed the following answer:
OK, let's try the quick fix. This is one single command. Copy all the
text below and run it in the terminal:

echo "options snd-hda-intel model=laptop" | sudo tee - a etc/modprobe.d
/alsa-base.conf > /dev/null

Reboot to test

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/450002/+confirm?answer_id=6

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/450002

You received this question notification because you asked the question.

--
You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

I said it was one command! Why have you ran two commands? I made it quite clear and added this because I knew it could be confused as 2...... Did you read what I wrote?

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#11

Please be so kind as to repeat the TWO commands and I shall try them

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: 2 February 2017 12:38 PM
UTC Time: 2 February 2017 12:38
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Open => Answered

actionparsnip proposed the following answer:
I said it was one command! Why have you ran two commands? I made it
quite clear and added this because I knew it could be confused as
2...... Did you read what I wrote?

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/450002/+confirm?answer_id=9

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/450002

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

Its not two commands, it's one.

Copied and pasted from above:

"OK, let's try the quick fix. This is one single command. Copy all the text below and run it in the terminal:"

This is the ONE command. Copy ALL of the text below and above the line stating to reboot, and run it in a terminal.

echo "options snd-hda-intel model=laptop" | sudo tee - a etc/modprobe.d/alsa-base.conf > /dev/null

Reboot to test

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#13

Thank you

The result is as below:

~$ echo "options snd-hda-intel model=laptop" | sudo tee - a etc/modprobe.d/alsa-base.conf > /dev/null
tee: etc/modprobe.d/alsa-base.conf: No such file or directory

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: 2 February 2017 1:23 PM
UTC Time: 2 February 2017 13:23
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Open => Answered

actionparsnip proposed the following answer:
Its not two commands, it's one.

Copied and pasted from above:

"OK, let's try the quick fix. This is one single command. Copy all the
text below and run it in the terminal:"

This is the ONE command. Copy ALL of the text below and above the line
stating to reboot, and run it in a terminal.

echo "options snd-hda-intel model=laptop" | sudo tee - a etc/modprobe.d/alsa-base.conf > /dev/null

Reboot to test

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/450002/+confirm?answer_id=11

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/450002

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#14

Sorry, I missed a leading slash.

echo "options snd-hda-intel model=laptop" | sudo tee - a /etc/modprobe.d/alsa-base.conf > /dev/null

That should add the line file.

Reboot to test

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#15

Thank you

The response is this:

echo "options snd-hda-intel model=laptop" | sudo tee - a /etc/modprobe.d
tee: /etc/modprobe.d: Is a directory
options snd-hda-intel model=laptop
mls@MLS:~$ /alsa-base.conf > /dev/null
bash: /alsa-base.conf: No such file or directory

<email address hidden>
Telegram : @mcmlvii
Sent with [ProtonMail](https://protonmail.com) Secure Email.

-------- Original Message --------
Subject: Re: [Question #450002]: Headphones not working in Ubuntu 10.16 on Asus X540S
Local Time: February 2, 2017 5:44 PM
UTC Time: February 2, 2017 5:44 PM
From: <email address hidden>
To: <email address hidden>

Your question #450002 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/450002

Status: Open => Answered

actionparsnip proposed the following answer:
Sorry, I missed a leading slash.

echo "options snd-hda-intel model=laptop" | sudo tee - a /etc/modprobe.d
/alsa-base.conf > /dev/null

That should add the line file.

Reboot to test

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/450002/+confirm?answer_id=13

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/450002

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#16

Again, it's one command. It's identical to the one you ran but I missed a leading slash....

Revision history for this message
Martin Louis Selby (mcmlvii) said :
#17

I am very grateful to all who have contributed. Nothing appears to work to rectify the problem. I may well have to simply give up although I'd rather not

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#18

If you run:

cat -n /etc/modprobe.d/alsa-base.conf

What is the output please?

Can you help with this problem?

Provide an answer of your own, or ask Martin Louis Selby for more information if necessary.

To post a message you must log in.