Linux Lite Forums
ALC268 speakers ok no headphones sound - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Sound (https://www.linuxliteos.com/forums/forumdisplay.php?fid=23)
+--- Thread: ALC268 speakers ok no headphones sound (/showthread.php?tid=1894)



ALC268 speakers ok no headphones sound - madalin.andrei - 06-13-2015

So I think this is the fifth time i reinstalled LL 2.4 trying to solve my issue. 

I have an Intel HDA ALC268 sound card on a Toshiba Satellite p200. On any Ubuntu/Debian based distro (LL included) I installed, the headphones won't work, while the speakers work just fine. I searched forums, documentation, installed the realtek linux driver, tried all that alsamixer - pulseaudio advice, on this last LL 2.4 fresh install I even installed the 3.15 kernel from here https://www.linuxliteos.com/forums/installing-software/linux-lite-kernel/ .

Nothing, headphones don't work. I'm out of options. I was planning on making LL 2.4 my base OS, instead of Windows, but because of this issue I've delayed that.


Re: ALC268 speakers ok no headphones sound - rokytnji - 06-13-2015

What in terminal does

Code:
cat  /var/lib/alsa/asound.state

show? Just poking and hoping here. If a headphone readout shows in the text file. See if it says false anywhere on headphone. Might need too change to true.


Re: ALC268 speakers ok no headphones sound - madalin.andrei - 06-13-2015

Thanks for your response. So I looked at the feedback from the command you posted and found this:
Code:
control.23 {
      iface CARD
      name 'Mic Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.24 {
      iface CARD
      name 'Line Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.25 {
      iface CARD
      name 'Front Headphone Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
Haven't tested the microphone jack, but apparently it doesn't work also.


Re: ALC268 speakers ok no headphones sound - rokytnji - 06-13-2015

Make a backup 1st of asound.state

Code:
sudo cp /var/lib/alsa/asound.state /var/lib/alsa/asound.state.old

then cd into /var/lib/alsa  like so, and make sure your backup was made a listed

Code:
cd  /var/lib/alsa

Hit enter/return key

then

Code:
ls

to list what is in alsa folder. Your asound.state.old should now be listed if you follwed my steps right.

Then while staying in terminal (while inside of folder /var/lib/alsa) .

Code:
sudo leafpad  asound.state

Edit any false entries to true. See if it fixes anything. Reboot may be necessary after this edit. You will be unmuting ports and cards and jacks
with what I am showing you. You have the original as a backup in case you screw
up. You can always use it to copy and paste the original text back into
your edited asound.state to start over in case you scew up for any reason.

Good Luck. Happy Trailz, Rok



Re: ALC268 speakers ok no headphones sound - madalin.andrei - 06-13-2015

Tried it. Nothing.  Sad


Re: ALC268 speakers ok no headphones sound - rokytnji - 06-14-2015

(06-13-2015, 10:17 PM)Madalin Andrei link Wrote: Tried it. Nothing.  Sad

Sorry. It was a poke and hope on my end. I had my own drama today as well

http://antix.freeforums.org/viewtopic.php?f=16&t=5656


Re: ALC268 speakers ok no headphones sound - Valtam - 06-14-2015

Known issue on the P200 - https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1213485

Try the #4 fix. File is in: /etc/modprobe.d/alsa-base.conf


Re: ALC268 speakers ok no headphones sound - madalin.andrei - 06-14-2015

It worked! I applied the fix, rebooted the laptop and it worked. Thank you all!



Re: ALC268 speakers ok no headphones sound - Valtam - 06-14-2015

You're welcome Smile

Sent from my Nexus 6 using Tapatalk