I'm having trouble using my wh-1000xm4s with ubuntu. It connects fine, but it won't show up in PulseAudio. The strange thing is that it worked previously, but after I disconnected it doesn't work any longer. Any ideas on how to get it working again?
            Asked
            
        
        
            Active
            
        
            Viewed 1.3k times
        
    4 Answers
12
            
            
        - Turn on the headphones
- Press the power button again and hold
- The headset switches off, do not release the button.
- Wait for it to turn back on in pairing mode. To release.
Then appears "WH-1000xm4" in the list of bluetooth devices, in addition to "THE_WH1000xm4". Select "WH-1000xm4".
 
    
    
        Philippe Gaucher
        
- 2,462
1
            After some searching I found out the answer. It seems like pulseaudio has troubles detecting that the headset is connected. For this you need to reset the bluetooth services;
sudo service bluetooth restart
Then just reconnect the headset, and that should work!
 
    
    
        Anders Haarberg Eriksen
        
- 91
- 1
- 1
- 4
0
            
            
        In my case what helped is:
- Pulse Audio -> Configuration
- Unchecking all the profiles except WH1000XM4 (WH1000XM3 in my case).
 
    
    
        adamssef
        
- 1
0
            
            
        When I have the headset connected via Bluetooth but not appearing in pulseaudio, I do the following:
- Run in the terminal pulseaudio -k
- Reconnect the headset
After that it gets recognized.
 
    
    
        max
        
- 191