Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Ubuntu 16.10 on Asus Zenbook 3 UX390

  1. #11
    Join Date
    Dec 2014
    Beans
    6

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    Code:
    >xinput list
    Virtual core pointer                        id=2    [master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
    ⎜   ↳ ELAN1301:00 04F3:3035 Touchpad              id=12    [slave  pointer  (2)]
    ⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
        ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
        ↳ Power Button                                id=6    [slave  keyboard (3)]
        ↳ Asus Wireless Radio Control                 id=7    [slave  keyboard (3)]
        ↳ Video Bus                                   id=8    [slave  keyboard (3)]
        ↳ Power Button                                id=9    [slave  keyboard (3)]
        ↳ Sleep Button                                id=10    [slave  keyboard (3)]
        ↳ USB2.0 VGA UVC WebCam                       id=11    [slave  keyboard (3)]
        ↳ Asus WMI hotkeys                            id=13    [slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard                id=14    [slave  keyboard (3)]
    
    >xinput list-props 12
    Device 'ELAN1301:00 04F3:3035 Touchpad':
        Device Enabled (140):    1
        Coordinate Transformation Matrix (142):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        Device Accel Profile (267):    1
        Device Accel Constant Deceleration (268):    2.500000
        Device Accel Adaptive Deceleration (269):    1.000000
        Device Accel Velocity Scaling (270):    12.500000
        Synaptics Edges (271):    128, 3080, 98, 1731
        Synaptics Finger (272):    25, 30, 0
        Synaptics Tap Time (273):    180
        Synaptics Tap Move (274):    162
        Synaptics Tap Durations (275):    180, 100, 100
        Synaptics ClickPad (276):    1
        Synaptics Middle Button Timeout (277):    0
        Synaptics Two-Finger Pressure (278):    282
        Synaptics Two-Finger Width (279):    7
        Synaptics Scrolling Distance (280):    -73, -73
        Synaptics Edge Scrolling (281):    0, 0, 0
        Synaptics Two-Finger Scrolling (282):    1, 1
        Synaptics Move Speed (283):    1.000000, 1.750000, 0.054171, 0.000000
        Synaptics Off (284):    2
        Synaptics Locked Drags (285):    0
        Synaptics Locked Drags Timeout (286):    5000
        Synaptics Tap Action (287):    2, 3, 0, 0, 1, 3, 0
        Synaptics Click Action (288):    1, 3, 0
        Synaptics Circular Scrolling (289):    0
        Synaptics Circular Scrolling Distance (290):    0.100000
        Synaptics Circular Scrolling Trigger (291):    0
        Synaptics Circular Pad (292):    0
        Synaptics Palm Detection (293):    0
        Synaptics Palm Dimensions (294):    10, 200
        Synaptics Coasting Speed (295):    20.000000, 50.000000
        Synaptics Pressure Motion (296):    30, 160
        Synaptics Pressure Motion Factor (297):    1.000000, 1.000000
        Synaptics Resolution Detect (298):    1
        Synaptics Grab Event Device (299):    0
        Synaptics Gestures (300):    1
        Synaptics Capabilities (301):    1, 0, 0, 1, 1, 0, 0
        Synaptics Pad Resolution (302):    32, 31
        Synaptics Area (303):    0, 0, 0, 0
        Synaptics Soft Button Areas (304):    1604, 0, 1499, 0, 0, 0, 0, 0
        Synaptics Noise Cancellation (305):    18, 18
        Device Product ID (262):    1267, 12341
        Device Node (263):    "/dev/input/event13"

    Thanks I see you have the ELAN. I've heard some ship with a worse trackpad, where did you buy this one?

    Have you had any issues with the trackpad?

    Also do the speakers work ok? I tried my friend's with ubuntu live cd and the audio was not good. Crackling everywhere.
    Last edited by QIII; December 10th, 2016 at 07:07 AM. Reason: Please watch the language -- and use code tags

  2. #12
    Join Date
    Jan 2010
    Beans
    1

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    To resolve the sound issue do the following:

    Code:
    sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
    Change:


    Code:
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    To this:
    Code:
    [Element Master]
    switch = mute
    volume = ignore
    
    
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    
    
    [Element LFE]
    switch = mute
    volume = ignore
    This ensure the sound behaves.

    I'll report back once I have the fingerprint reader working, but the sound was the only thing that was irritating me so I thought I'd share.

    Hanni

  3. #13
    Join Date
    Dec 2014
    Beans
    6

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    This might help anyone having speaker issues:

    https://www.reddit.com/r/ASUS/commen...p5w/?context=3

    Hello there,What you experienced is a relatively common problem, fixed by installing pulseaudio-daily (google for it and the first result is the PPA, add it and install the package).
    By default, a live CD will not have the latest kernel + pulseaudio package(s), needed to support the subwoofer and channel mapping for the SKU. Recent kernels + pulseaudio stacks fix that.




  4. #14
    Join Date
    Jan 2011
    Beans
    1

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    @hanni_ali
    This works perfectly on my system. Zenbook 3 UX390U
    Thanks a lot.
    Last edited by hansischmolke; December 14th, 2016 at 08:47 PM.

  5. #15
    Join Date
    Dec 2014
    Beans
    6

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    Quote Originally Posted by hanni_ali View Post
    To resolve the sound issue do the following:

    Code:
    sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
    Change:


    Code:
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    To this:
    Code:
    [Element Master]
    switch = mute
    volume = ignore
    
    
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    
    
    [Element LFE]
    switch = mute
    volume = ignore
    This ensure the sound behaves.

    I'll report back once I have the fingerprint reader working, but the sound was the only thing that was irritating me so I thought I'd share.

    Hanni
    I'm still getting scratchy audio. Did not seem to make any difference for me.
    Last edited by chovy2; December 17th, 2016 at 09:58 PM.

  6. #16
    Join Date
    Oct 2016
    Beans
    5

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    Quote Originally Posted by chovy2 View Post
    Thanks I see you have the ELAN. I've heard some ship with a worse trackpad, where did you buy this one?
    Switzerland

    Quote Originally Posted by chovy2 View Post
    Have you had any issues with the trackpad?
    NO

    Quote Originally Posted by chovy2 View Post
    Also do the speakers work ok? I tried my friend's with ubuntu live cd and the audio was not good. Crackling everywhere.
    Yes, audio works fine so far. With loud sound there is some vibrating of the laptop chassis.

  7. #17
    Join Date
    Oct 2016
    Beans
    5

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    @hanni_ali

    Your Code solved the audio-volume issue for me. And the Speakers sounds now more full. Thanks a lot Hanni!!!!

    Galdrapiu
    Last edited by galdrapiu2; January 4th, 2017 at 05:55 PM.

  8. #18
    Join Date
    Sep 2008
    Beans
    1

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    This seems to fix the sound control issues, but I have no volume output from my headphone jack...anyone have similar issue or a suggested fix?

    Thanks.

  9. #19
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    Quote Originally Posted by vielster View Post
    This seems to fix the sound control issues, but I have no volume output from my headphone jack...anyone have similar issue or a suggested fix?

    Thanks.
    Welcome. Better to start a new thread with a descriptive title and more detail about your issue than jump on this on which was started by another person about their issues. Good luck.

  10. #20
    Join Date
    Mar 2017
    Beans
    1

    Re: Ubuntu 16.10 on Asus Zenbook 3 UX390

    I had the same problem until I opened up alsamixer and boosted the master to max. Now it all works great.

Page 2 of 2 FirstFirst 12

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
  •