qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1873335] [NEW] Dos Keypad is not working for numbers - numlock is not working
@ 2020-04-16 19:28 ruthan
  2021-04-02  6:33 ` [Bug 1873335] " promeneur
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ruthan @ 2020-04-16 19:28 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hello,
i tried to use Qemu 4.2 for Dos, but there is problem what in Dos is not possible turn on Numlock for input numbers, so games need it.. Numlock only working as arrow keys.
  I tested bough Windows and Linux builds.

With same setting, when i use Windows 98 or later os, numlock is working
fine.

** Affects: qemu
     Importance: Undecided
         Status: New

** Description changed:

  Hello,
  i tried to use Qemu 4.2 for Dos, but there is problem what in Dos is not possible turn on Numlock for input numbers, so games need it.. Numlock only working as arrow keys.
-   I tested bough Windows and Linux builds.
+   I tested bough Windows and Linux builds.
+ 
+ With same setting, when i use Windows 98 or later os, numlock is working
+ fine.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873335

Title:
  Dos Keypad is not working for numbers - numlock is not working

Status in QEMU:
  New

Bug description:
  Hello,
  i tried to use Qemu 4.2 for Dos, but there is problem what in Dos is not possible turn on Numlock for input numbers, so games need it.. Numlock only working as arrow keys.
    I tested bough Windows and Linux builds.

  With same setting, when i use Windows 98 or later os, numlock is
  working fine.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1873335] Re: Dos Keypad is not working for numbers - numlock is not working
  2020-04-16 19:28 [Bug 1873335] [NEW] Dos Keypad is not working for numbers - numlock is not working ruthan
@ 2021-04-02  6:33 ` promeneur
  2021-04-02  6:37 ` promeneur
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: promeneur @ 2021-04-02  6:33 UTC (permalink / raw)
  To: qemu-devel

I made the following experiments

openSuse 15.2
kde environment
qemu 4.2.1 and 5.2.0

VM: android-x86-7.1-r5 (www.android-x86.org)

1.

i add a standard 102 keys PC keyboard with "-device usb-kbd"

for host numlock is "on"
i launch the VM
for host numlock is on. We can use the numeric keypad.
for guest numlock is off! We can't use the numeric keypad.

Now to add the keyboard instead of "-device usb-kbd" I use "-device usb-
host, vendorid=<hex number>,productid= <hex number>

for host numlock is "on"
I launch the VM
for host numlock is on. We can use the numeric keypad.
for guest numlock is on. We can use the numeric keypad.

2.

I add a standard 102 keys PC keyboard with "-device usb-kbd"

for the host the keyboard is in state "numlock on"
launch the VM
wait for launching is finished

for the host the keyboard is in state "numlock on". We see that the numlock ligh is on. We can use the numeric keypad.
but for the guest the keyboard is in state "numlock off" ! We can't use the numeric keypad.

type the key "numlock". the numlock light is switched off.

for the host the keyboard is in the state "numlock off". We can't use the numeric keypad to write 0...9, "."
for the guest the keyboard is in the state "numlock on" ! We can use the numeric keypad to write 0...9, "."

retype the key "numlock"

this time the numeric keypad is in state "numlock on" for the host and
the guest. We can use the numeric keypad for the host and for the guest
!

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873335

Title:
  Dos Keypad is not working for numbers - numlock is not working

Status in QEMU:
  New

Bug description:
  Hello,
  i tried to use Qemu 4.2 for Dos, but there is problem what in Dos is not possible turn on Numlock for input numbers, so games need it.. Numlock only working as arrow keys.
    I tested bough Windows and Linux builds.

  With same setting, when i use Windows 98 or later os, numlock is
  working fine.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1873335] Re: Dos Keypad is not working for numbers - numlock is not working
  2020-04-16 19:28 [Bug 1873335] [NEW] Dos Keypad is not working for numbers - numlock is not working ruthan
  2021-04-02  6:33 ` [Bug 1873335] " promeneur
@ 2021-04-02  6:37 ` promeneur
  2021-05-06  7:22 ` Thomas Huth
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: promeneur @ 2021-04-02  6:37 UTC (permalink / raw)
  To: qemu-devel

I use this qemu invocation

[CODE]
#!/bin/bash

qemu-kvm \
-enable-kvm \
-k fr \
-m 2048 \
-smp 2 \
-cpu host \
-vga qxl \
-device usb-ehci \
-device usb-mouse \
-device usb-kbd \
-device usb-tablet \
-device ich9-intel-hda \
-device hda-duplex,audiodev=snd0 \
-audiodev pa,id=snd0 \
-device usb-host,vendorid=0x046d,productid=0x08e5 \
-boot menu=on \
-nic bridge \
~/QEMU_VM/android_x86_7.1-r5.img \

[/CODE]

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873335

Title:
  Dos Keypad is not working for numbers - numlock is not working

Status in QEMU:
  New

Bug description:
  Hello,
  i tried to use Qemu 4.2 for Dos, but there is problem what in Dos is not possible turn on Numlock for input numbers, so games need it.. Numlock only working as arrow keys.
    I tested bough Windows and Linux builds.

  With same setting, when i use Windows 98 or later os, numlock is
  working fine.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1873335] Re: Dos Keypad is not working for numbers - numlock is not working
  2020-04-16 19:28 [Bug 1873335] [NEW] Dos Keypad is not working for numbers - numlock is not working ruthan
  2021-04-02  6:33 ` [Bug 1873335] " promeneur
  2021-04-02  6:37 ` promeneur
@ 2021-05-06  7:22 ` Thomas Huth
  2021-05-06 13:03 ` ruthan
  2021-05-06 17:31 ` Thomas Huth
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2021-05-06  7:22 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently moving its bug tracking to another system.
For this we need to know which bugs are still valid and which could be
closed already. Thus we are setting older bugs to "Incomplete" now.

If you still think this bug report here is valid, then please switch
the state back to "New" within the next 60 days, otherwise this report
will be marked as "Expired". Or please mark it as "Fix Released" if
the problem has been solved with a newer version of QEMU already.

Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873335

Title:
  Dos Keypad is not working for numbers - numlock is not working

Status in QEMU:
  Incomplete

Bug description:
  Hello,
  i tried to use Qemu 4.2 for Dos, but there is problem what in Dos is not possible turn on Numlock for input numbers, so games need it.. Numlock only working as arrow keys.
    I tested bough Windows and Linux builds.

  With same setting, when i use Windows 98 or later os, numlock is
  working fine.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1873335] Re: Dos Keypad is not working for numbers - numlock is not working
  2020-04-16 19:28 [Bug 1873335] [NEW] Dos Keypad is not working for numbers - numlock is not working ruthan
                   ` (2 preceding siblings ...)
  2021-05-06  7:22 ` Thomas Huth
@ 2021-05-06 13:03 ` ruthan
  2021-05-06 17:31 ` Thomas Huth
  4 siblings, 0 replies; 6+ messages in thread
From: ruthan @ 2021-05-06 13:03 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Incomplete => New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873335

Title:
  Dos Keypad is not working for numbers - numlock is not working

Status in QEMU:
  New

Bug description:
  Hello,
  i tried to use Qemu 4.2 for Dos, but there is problem what in Dos is not possible turn on Numlock for input numbers, so games need it.. Numlock only working as arrow keys.
    I tested bough Windows and Linux builds.

  With same setting, when i use Windows 98 or later os, numlock is
  working fine.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1873335] Re: Dos Keypad is not working for numbers - numlock is not working
  2020-04-16 19:28 [Bug 1873335] [NEW] Dos Keypad is not working for numbers - numlock is not working ruthan
                   ` (3 preceding siblings ...)
  2021-05-06 13:03 ` ruthan
@ 2021-05-06 17:31 ` Thomas Huth
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2021-05-06 17:31 UTC (permalink / raw)
  To: qemu-devel

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/204


** Changed in: qemu
       Status: New => Expired

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #204
   https://gitlab.com/qemu-project/qemu/-/issues/204

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1873335

Title:
  Dos Keypad is not working for numbers - numlock is not working

Status in QEMU:
  Expired

Bug description:
  Hello,
  i tried to use Qemu 4.2 for Dos, but there is problem what in Dos is not possible turn on Numlock for input numbers, so games need it.. Numlock only working as arrow keys.
    I tested bough Windows and Linux builds.

  With same setting, when i use Windows 98 or later os, numlock is
  working fine.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-06 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16 19:28 [Bug 1873335] [NEW] Dos Keypad is not working for numbers - numlock is not working ruthan
2021-04-02  6:33 ` [Bug 1873335] " promeneur
2021-04-02  6:37 ` promeneur
2021-05-06  7:22 ` Thomas Huth
2021-05-06 13:03 ` ruthan
2021-05-06 17:31 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).