Comment 66 for bug 1413446

Revision history for this message
paul wall (hektik02) wrote : Re: Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04

Here's what I did to get my sound/microphone working.

It appears ubuntu is loading the wrong module for our soundcard at start so some people dont get sound or get to use their microphone.

Manually load the module as so.

sudo modprobe snd-soc-rt286

goto your sound settings in the system settings and choose your output device and sound should immediately start working as well as your microphone.

you want to have the module automatically load at start up.

sudo nano /etc/modules
add this to the file and save and close it:
snd-soc-rt286

restart your system to make sure sound is working automatically after reboot.

now enojy your sound!