Launchpad has imported 17 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=219891.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2025-03-18T07:40:11+00:00 mrcold.il wrote:

Hello!

MY ASUS Vivobook 14 X1404VAP_X1404VA laptop keyboard is not working with Ubuntu 
22.10.
(original comment https://bugzilla.kernel.org/show_bug.cgi?id=219224#c13, 
requested as separate issue comment 
https://bugzilla.kernel.org/show_bug.cgi?id=219224#c10)

Looks like i have same problem as in 219224 issue (similar model comment
https://bugzilla.kernel.org/show_bug.cgi?id=219224#c10)

dmidecode:

System Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Product Name: ASUS Vivobook 14 X1404VAP_X1404VA
        Version: 1.0
        Serial Number: S1N0CV05H399023
        UUID: 4f4adcfd-3666-084c-89a4-f6975a5f2083
        Wake-up Type: Power Switch
        SKU Number:
        Family: ASUS Vivobook 14

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Product Name: X1404VAP
        Version: 1.0
        Serial Number: S101NBCV003W58MB
        Asset Tag: ATN12345678901234567
        Features:
                Board is a hosting board
                Board is replaceable
        Location In Chassis: Default string
        Chassis Handle: 0x0003
        Type: Motherboard
        Contained Object Handles: 0

sudo grep -A 30 PS2K dsdt.dsl | grep IRQ -A 1
                IRQ (Level, ActiveLow, Exclusive, )
                    {1}
uname -a
Linux sh-ASUS-Vivobook-14-X1404VAP-X1404VA 6.11.0-19-generic #19-Ubuntu SMP 
PREEMPT_DYNAMIC Wed Feb 12 21:43:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

sb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 24.10
Release:        24.10
Codename:       oracular

Its possible to get patch for this?
Also i will be highly appreciated for explanations (pointing me to some docs or 
etc.) how i can install this patch?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/0

------------------------------------------------------------------------
On 2025-03-18T15:40:33+00:00 pmenzel+bugzilla.kernel.org wrote:

For the record the private email communication, as the Bugzilla
installation had problems:

As you are using Ubuntu, you could try their mainline builds [1], as I
think Hans de Goede added some things to autodetect problematic devices.
For Linux 6.14-rc7 [2]:

     $ cd /dev/shm
     $ wget 
https://kernel.ubuntu.com/mainline/v6.14-rc7/amd64/linux-image-unsigned-6.14.0-061400rc7-generic_6.14.0-061400rc7.202503170040_amd64.deb
     $ wget 
https://kernel.ubuntu.com/mainline/v6.14-rc7/amd64/linux-modules-6.14.0-061400rc7-generic_6.14.0-061400rc7.202503170040_amd64.deb
     $ sudo dpkg -i *.deb

### Answer

I ve restarted laptop its booted with mainline kernel, but it still not
works.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/1

------------------------------------------------------------------------
On 2025-03-18T16:22:24+00:00 pmenzel+bugzilla.kernel.org wrote:

I created a patch, you can try the instructions below. Change the
directory `~/linux/` to your likings.

    $ git clone --depth 1 -b master \
      https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
~/linux/
    $ cd ~/linux/
    $ b4 shazam 
https://lore.kernel.org/all/20250318160903.77107-1-pmen...@molgen.mpg.de/T/#u
    $ cp /boot/config-<TAB and choose the latest> .config
    $ sudo apt install b4
    $ make -j $(nproc --all) bindeb-pkg
    $ sudo dpkg -i ../linux-image….deb
    $ sudo systemctl reboot

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/2

------------------------------------------------------------------------
On 2025-03-18T20:08:11+00:00 mrcold.il wrote:

(In reply to Paul Menzel from comment #2)
> I created a patch, you can try the instructions below. Change the directory
> `~/linux/` to your likings.
> 
>     $ git clone --depth 1 -b master \
>       https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> ~/linux/
>     $ cd ~/linux/
>     $ b4 shazam
> https://lore.kernel.org/all/20250318160903.77107-1-pmen...@molgen.mpg.de/T/#u
>     $ cp /boot/config-<TAB and choose the latest> .config
>     $ sudo apt install b4
>     $ make -j $(nproc --all) bindeb-pkg
>     $ sudo dpkg -i ../linux-image….deb
>     $ sudo systemctl reboot

After a bit long & tricky process (not sure that i did all properly, it my 
first time) ive managed to perform all steps.
Sadly but still keyboard is not working. 

uname -a
Linux sh-ASUS-Vivobook-14-X1404VAP-X1404VA 6.14.0-rc7+ #16 SMP PREEMPT_DYNAMIC 
Tue Mar 18 21:37:49 IST 2025 x86_64 x86_64 x86_64 GNU/Linux

If anything i can do with this? 
Maybe provide some additional information?
Or perform any other actions?

Nevertheless, I am very grateful for all!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/3

------------------------------------------------------------------------
On 2025-03-18T20:24:18+00:00 pmenzel+bugzilla.kernel.org wrote:

Congratulations on successfully building and then running your self-
built Linux kernel. You are a hacker now. ;-)

Hmm, too bad, it does not work yet. Please paste the Linux messages
(`sudo dmesg > /dev/shm/20250318--ASUS-Vivobook-14-X1404VAP-X1404VA--
linux-6.14-rc7+.log`, and also the output of `git log -p -2` from within
the Linux source directory.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/4

------------------------------------------------------------------------
On 2025-03-19T05:57:46+00:00 mrcold.il wrote:

Created attachment 307855
dmesg with patched kernel 6.14.0-rc7+

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/5

------------------------------------------------------------------------
On 2025-03-19T06:10:57+00:00 mrcold.il wrote:

(In reply to Paul Menzel from comment #4)
> Congratulations on successfully building and then running your self-built
> Linux kernel. You are a hacker now. ;-)
> 
> Hmm, too bad, it does not work yet. Please paste the Linux messages (`sudo
> dmesg >
> /dev/shm/20250318--ASUS-Vivobook-14-X1404VAP-X1404VA--linux-6.14-rc7+.log`,
> and also the output of `git log -p -2` from within the Linux source
> directory.

Thanks :) 
Ive attached dmesg output, output of git log is a bit heavy (~1.5 GB unzipped 
or ~ 248 Mb zipped) i suppose its will be a problem to attach it here.
($ ~/linux# git --no-pager log -p -2 > /dev/shm/git.log)
Ive uploaded zipped version to google drive, here is link: 
https://drive.google.com/file/d/1RD6hB4LFgH3wvXCp1kNvp0hn-n0i-Pch/view?usp=sharing

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/6

------------------------------------------------------------------------
On 2025-03-19T06:59:52+00:00 mrcold.il wrote:

Created attachment 307856
dmidecode

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/7

------------------------------------------------------------------------
On 2025-03-19T07:00:46+00:00 mrcold.il wrote:

Created attachment 307857
cat /sys/firmware/acpi/tables/DSDT > dsdt.dat

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/8

------------------------------------------------------------------------
On 2025-03-19T12:34:13+00:00 mrcold.il wrote:

Update:

Patch that Paul Menzel did - working great! - THANKS!

Problem was on my side - while applying patch empty git email & name,
prevented it from being applied.

After cloning, setting git email & name, recompiling & installing
keyboard start WORKING like charm.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/9

------------------------------------------------------------------------
On 2025-03-19T12:40:09+00:00 pmenzel+bugzilla.kernel.org wrote:

Awesome. It’d be great if you could reply to my email with the patch,
and add the line:

Tested-by: Your Name <email>

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/10

------------------------------------------------------------------------
On 2025-03-19T12:44:43+00:00 mrcold.il wrote:

(In reply to Paul Menzel from comment #10)
> Awesome. It’d be great if you could reply to my email with the patch, and
> add the line:
> 
> Tested-by: Your Name <email>

Done (hope i did it for proper mail :)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/11

------------------------------------------------------------------------
On 2025-03-19T12:47:45+00:00 pmenzel+bugzilla.kernel.org wrote:

Thank you. You need to reply to all (if you do not mind your email
getting public). Also just reply in text/plain format (no HTML part), as
otherwise the LKML list manager is going to reject it [1].

[1]: https://useplaintext.email/

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/12

------------------------------------------------------------------------
On 2025-03-19T12:52:34+00:00 mrcold.il wrote:

Sure, done
(hope i don't messed it up again :)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/13

------------------------------------------------------------------------
On 2025-03-19T13:09:51+00:00 pmenzel+bugzilla.kernel.org wrote:

Worked [1]! Thank you for your peristance.

[1]: https://lore.kernel.org/linux-acpi/CABbizf-
ubeiujmpuhhpdzt7jftyom+qukvrt4wunxa6actq...@mail.gmail.com/T/#m167e5d12bf944208833de9ac21a2407deee0986c

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/14

------------------------------------------------------------------------
On 2025-03-19T13:10:18+00:00 pmenzel+bugzilla.kernel.org wrote:

*persistence

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/15

------------------------------------------------------------------------
On 2025-03-20T07:33:11+00:00 pmenzel+bugzilla.kernel.org wrote:

Downstream Ubuntu report:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103685/comments/17


** Changed in: linux
       Status: Unknown => Confirmed

** Changed in: linux
   Importance: Unknown => Medium

** Bug watch added: Linux Kernel Bug Tracker #219224
   https://bugzilla.kernel.org/show_bug.cgi?id=219224

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103685

Title:
  Laptop internal keyboard not working on ASUS Vivobook 14
  X1404VAP_X1404VA

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/2103685/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to