Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

Due to overwhelming demand, we have created a forum just dedicated to Toughbook users who use Linux!
Message
Author
User32
Posts: 287
Joined: Sat Jun 20, 2015 3:24 pm

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#31 Post by User32 »

Azrial wrote:
kode-niner wrote:Have you looked at volume and mute settings with pavucontrol? Also look into alsamixer. In the latter, you may need to type F6 and select the proper hardware for all the volume sliders to appear.
Pavucontrol is set to 100% and not muted.

I have no program called alsamixer when I search in the Dash.
You'd need to type alsamixer in the terminal.

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#32 Post by kode-niner »

It's also part of the alsa-utils package which might not be installed by default in bt5
Daily drives a CF-31

User avatar
Azrial
Posts: 540
Joined: Sun Nov 29, 2009 1:52 pm
Location: Hotlanta, GA, USA!
Contact:

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#33 Post by Azrial »

Ok, that was helpful, but confuseing. When I brought up the alsamixer control in terminal. It was set to "default." I selected my Intel sound card.

I then made sure that nothing was muted, but found that what made the difference was when I raised the volume and made sure my headphone jack was un-muted! I guess that this version of Ubuntu has the headphones and speakers confused.

Now, lets see if it holds these settings through a re-start!
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003

User avatar
Azrial
Posts: 540
Joined: Sun Nov 29, 2009 1:52 pm
Location: Hotlanta, GA, USA!
Contact:

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#34 Post by Azrial »

Damn, it resets every time I reboot and I have no sound until I return to alsamixer and un-mute the headphones, even though I am listening on the built in speakers.

I wonder if the settings for speaker and headphones are confused in this version of Ubuntu and because there is no headphone plugged in, it automatically mutes?

This seems a common problem on the Ubuntu boards.
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#35 Post by kode-niner »

try

Code: Select all

sudo alsactl store
Also check for an auto-mute-mode setting in the mixer that should be disabled.
Daily drives a CF-31

User avatar
Azrial
Posts: 540
Joined: Sun Nov 29, 2009 1:52 pm
Location: Hotlanta, GA, USA!
Contact:

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#36 Post by Azrial »

kode-niner wrote:try

Code: Select all

sudo alsactl store
Did not work, still was muited on start-up
kode-niner wrote:Also check for an auto-mute-mode setting in the mixer that should be disabled.
I could not find this setting.
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003

User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#37 Post by SHEEPMAN! »

From terminal:

Code: Select all

alsamixer
Unmute headphone (M toggles mute)
Up-arrow to 100%

Temporary fix.

From here: http://www.linuxquestions.org/questions ... ost5290879

I'm still working on it.

Reading above :pat: I see you have tried this. Sorry for the duplication.

I deleted pulse audio through synaptic then re-installed through terminal: All new packages referred to Xenial Xerus.

I think we are looking for a config file.

FWIW
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/

User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#38 Post by SHEEPMAN! »

Azrial wrote:
kode-niner wrote:try

Code: Select all

sudo alsactl store
Did not work, still was muited on start-up
kode-niner wrote:Also check for an auto-mute-mode setting in the mixer that should be disabled.
I could not find this setting.
When in alsamixer use right arrow. There's more there than meets the eye.
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/

User avatar
Azrial
Posts: 540
Joined: Sun Nov 29, 2009 1:52 pm
Location: Hotlanta, GA, USA!
Contact:

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#39 Post by Azrial »

Sadlmkr wrote:
Azrial wrote:
kode-niner wrote:try

Code: Select all

sudo alsactl store
Did not work, still was muited on start-up
kode-niner wrote:Also check for an auto-mute-mode setting in the mixer that should be disabled.
I could not find this setting.
When in alsamixer use right arrow. There's more there than meets the eye.
Thanks, I found this link, which explains it all. But while I can get sound now, I can not keep it. Everytime I reboot I lose it and much change the settings again in Alsamixer.

Better then no sound, I guess.
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Ubuntu ‎16.04.1 LTS Xenial Xerus‎ & the CF31J (WARNING)

#40 Post by kode-niner »

I've had swapped or misidentified channels before. I don't remember specifically which ones and I don't think it involved a channel that auto-muted itself. What I do remember is that it sorted itself out after a few upgrades.

In your case, it would be possible to issue a command with amixer. Then you could run the command automatically on startup or when you login.

It would looke like

Code: Select all

amixer -c 0 sset 'Auto-Mute mode' Disabled
I'd have to play around to figure it out, but the aim would be to unmute the proper channel on the specified card.
Daily drives a CF-31

Post Reply

Return to “The LINUX forum!!!”