Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

  1. #11
    Join Date
    May 2013
    Beans
    13

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    hdajackretask gives error device or resource busy.
    Trying apply on boot option. Will update.


    About wifi:
    Old link speed ~500mbps. Now, 866mbps.

  2. #12
    Join Date
    May 2013
    Beans
    13

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    Not able to make out.
    Is there any package which will play every speaker individually?

  3. #13
    Join Date
    Mar 2019
    Beans
    17

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    Hrm, give this a shot:

    Before running hda:
    Code:
    systemctl --user mask pulseaudio.socket
    systemctl --user stop pulseaudio.service
    And after:

    Code:
    systemctl --user unmask pulseaudio.socket
    systemctl --user start pulseaudio.service
    If mask/unmask doesn't work, try stop/start.

  4. #14
    Join Date
    Mar 2019
    Beans
    17

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    Actually, give this a shot:

    Code:
    echo "autospawn = no" | sudo tee -a /etc/pulse/client.conf
    pulseaudio --kill
    
    echo "0x12 0x411111f0" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x13 0x40000000" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x14 0x90170151" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x16 0x411111f0" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x17 0x90170110" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x18 0x411111f0" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x19 0x04a110c0" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x1a 0x411111f0" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x1b 0x411111f0" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x1d 0x40600001" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x1e 0x90170150" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo "0x21 0x04211020" | sudo tee /sys/class/sound/hwC0D0/user_pin_configs
    echo 1 | sudo tee /sys/class/sound/hwC0D0/reconfig
    
    sudo sed -i 's/^autospawn = no//g' /etc/pulse/client.conf
    pulseaudio --start
    It doesn't give me the device busy error, but I can't tell if it's working. I never used Windows so I don't know what I'm listening for.

  5. #15
    Join Date
    May 2013
    Beans
    13

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    Trying
    Last edited by mayurvirkar; March 10th, 2019 at 08:47 PM.

  6. #16
    Join Date
    May 2013
    Beans
    13

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    No audio output at all.
    None.
    I also played with hdajackretask, the moment there is any configuration in /sys/class/sound/hwC0D0/user_pin_configs, everything breaks.

    PS: reboot fixes everything & yes, the above user_pin_configs file is empty on reboot.

  7. #17
    Join Date
    Mar 2019
    Beans
    17

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    Ok, I will keep toying with it and see if I can figure it out. The above script still gives me audio, though, so I'm not sure what's different about our setups.

  8. #18
    Join Date
    May 2013
    Beans
    13

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    Hey,
    I installed kernel 5.0.2, dmesg is still flooded, looks like that patch didn't get approved.
    How are things at your side? Any improvements?

  9. #19
    Join Date
    Mar 2019
    Beans
    17

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    Quote Originally Posted by mayurvirkar View Post
    Hey,
    I installed kernel 5.0.2, dmesg is still flooded, looks like that patch didn't get approved.
    How are things at your side? Any improvements?
    Yea, they haven't integrated the patch yet. There is also a second patch for a tiny flood of messages from the pen, too.

    Is there interest in me posting a link to a precompiled `deb` of a patched kernel?

  10. #20
    Join Date
    May 2013
    Beans
    13

    Re: [Guide] Install Ubuntu 18.04 on HP Spectre x360 13"

    I think the mic should have higher priority here. Coz thats the only thing making me consider moving to windows.
    Do you have any luck with the same?

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •