Hovatek Forum MOBILE Android (SOLVED)Keypad not working in phoenix os 3.6.X
Can't login? Please, reset your password.
Hovatek is recruiting! Apply Now


(SOLVED)Keypad not working in phoenix os 3.6.X

(SOLVED)Keypad not working in phoenix os 3.6.X

Pages (2): 1 2 Next
shankar1790
shankar1790
shankar1790
Senior Member
474
30-06-2019, 06:56 AM
#1



I recently install phoenix os for check and compare with primeOS. i found many bugs same as primeOs .But keypad (pc) is working in primeos not in phoenix OS. I have to use virtual keyboard which is not suitable for me. Is there any method to enable laptop keypad to work with Phoenix OS.
This post was last modified: 16-02-2020, 02:51 PM by shankar1790.
xerxes
xerxes
xerxes
Senior Member
8,355
30-06-2019, 02:21 PM
#2
(30-06-2019, 06:56 AM)shankar1790 I recently install phoenix os for check and compare with primeOS. i found many bugs same as primeOs .But keypad (pc) is working in primeos not in phoenix OS. I have to use virtual keyboard which is not suitable for me. Is there any method to enable laptop keypad to work with Phoenix OS.

what your laptop name/model?
have you tried using an external key (usb keyboard)?
does the OS you installed accept installation of .exe files?
juvette
juvette
juvette
Senior Member
506
30-06-2019, 02:58 PM
#3
(30-06-2019, 06:56 AM)shankar1790 I recently install phoenix os for check and compare with primeOS. i found many bugs same as primeOs .But keypad (pc) is working in primeos not in phoenix OS. I have to use virtual keyboard which is not suitable for me. Is there any method to enable laptop keypad to work with Phoenix OS.

Do you still encounter this when phoenix OS is installed on an external USB drive?
shankar1790
shankar1790
shankar1790
Senior Member
474
30-06-2019, 07:15 PM
#4
(30-06-2019, 02:58 PM)juvette
(30-06-2019, 06:56 AM)shankar1790 I recently install phoenix os for check and compare with primeOS. i found many bugs same as primeOs .But keypad (pc) is working in primeos not in phoenix OS. I have to use virtual keyboard which is not suitable for me. Is there any method to enable laptop keypad to work with Phoenix OS.

Do you still encounter this when phoenix OS is installed on an external USB drive?
Yes, in bootable usb( live) mode it's not working.
shankar1790
shankar1790
shankar1790
Senior Member
474
30-06-2019, 07:20 PM
#5



(30-06-2019, 02:21 PM)babaJ5
(30-06-2019, 06:56 AM)shankar1790 I recently install phoenix os for check and compare with primeOS. i found many bugs same as primeOs .But keypad (pc) is working in primeos not in phoenix OS. I have to use virtual keyboard which is not suitable for me. Is there any method to enable laptop keypad to work with Phoenix OS.

what your laptop name/model?
have you tried using an external key (usb keyboard)?
does the OS you installed accept installation of .exe files?
Model - hp 245 g4. I haven't checked with usb keyboard and does phoenix os support exe files?
X3non
X3non
X3non
Recognized Contributor
22,062
01-07-2019, 10:30 AM
#6
(30-06-2019, 07:20 PM)shankar1790 Model - hp 245 g4. I haven't checked with usb keyboard and does phoenix os support exe files?

No it doesn't support exe
you've tried both live mode and installation directly on your hdd and the keyboard's still doesn't work?
ibnudarmaja
ibnudarmaja
ibnudarmaja
Newbie
1
11-09-2019, 04:46 PM
#7
(01-07-2019, 10:30 AM)Same issue here. HP Netbook 10 (AMD). Working with live but bricked when installed in hard drive. What should I do?X3non
(30-06-2019, 07:20 PM)shankar1790 Model - hp 245 g4. I haven't checked with usb keyboard and does phoenix os support exe files?

No it doesn't support exe
you've tried both live mode and installation directly on your hdd and the keyboard's still doesn't work?
X3non
X3non
X3non
Recognized Contributor
22,062
12-09-2019, 10:21 AM
#8
(11-09-2019, 04:46 PM)ibnudarmaja Same issue here. HP Netbook 10 (AMD). Working with live but bricked when installed in hard drive. What should I do?

this is someone else's thread, create a new thread for your device issue
see https://www.hovatek.com/forum/thread-514.html for how to create a thread
shankar1790
shankar1790
shankar1790
Senior Member
474
16-02-2020, 11:41 AM
#9
Finally after searching over net i solve it like  this:
after installing phoenix os doesn't boot directly to os. just boot to live usb or another os (i have quad boot WIN10 /MINT/MANJARO/Phoenixos).
i am using linux mint here

steps- 1. after installing phoenix os reboot to another os or live usb.
2.navigate /boot/efi folder (efi partition mounted here) mount it as read/write (open as root)
(Here i have installed phoenix os in UEFI mode but same as LEGACY mode)
3.navigate to efi/boot/ and open grub.cfg file
In the grub.cfg file, remove i8042.nokbd=1

ALSO edit  EFI/Phoenix/boot grub.cfg.  remove i8042.nokbd=1
so finally look like this

set timeout=3

menuentry 'Phoenix OS' --class android-x86 {
search --set=root --file /efi/PhoenixOS/kernel
linux /efi/PhoenixOS/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 SRC=/PhoenixOS vga=788
initrd /efi/PhoenixOS/initrd.img
}
credit - phoenix studio forum
This post was last modified: 16-02-2020, 11:43 AM by shankar1790.
hguo83
hguo83
hguo83
Newbie
1
15-10-2021, 09:14 AM
#10



(16-02-2020, 11:41 AM)shankar1790 Finally after searching over net i solve it like  this:
after installing phoenix os doesn't boot directly to os. just boot to live usb or another os (i have quad boot WIN10 /MINT/MANJARO/Phoenixos).
i am using linux mint here

steps- 1. after installing phoenix os reboot to another os or live usb.
2.navigate /boot/efi folder (efi partition mounted here) mount it as read/write (open as root)
(Here i have installed phoenix os in UEFI mode but same as LEGACY mode)
3.navigate to efi/boot/ and open grub.cfg file
In the grub.cfg file, remove i8042.nokbd=1

ALSO edit  EFI/Phoenix/boot grub.cfg.  remove i8042.nokbd=1
so finally look like this

set timeout=3

menuentry 'Phoenix OS' --class android-x86 {
search --set=root --file /efi/PhoenixOS/kernel
linux /efi/PhoenixOS/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 SRC=/PhoenixOS vga=788
initrd /efi/PhoenixOS/initrd.img
}
credit - phoenix studio forum

I got the same keyboard issue after installing Phoenix OS on my laptop.

I used a usb stick to boot into a Linux Lite live image , i saw /media/linux/PhoenixOS/PheonixOS/ using the gui desktop but i didn't see any /boot/efi/ at all and so how do i mount /boot/efi in order to edit the grub.cfg file ?

I am not very experienced in Linux, can you give me the exact commands to mount /boot/efi using Linux Lite live image ? Thank you very much for helping
This post was last modified: 15-10-2021, 09:16 AM by hguo83.
Pages (2): 1 2 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram