* bug#47982: Unable to type password for encrypted fs due to usb keyboard
@ 2021-04-23 20:34 James Fenn
2021-04-24 5:58 ` luhui
0 siblings, 1 reply; 3+ messages in thread
From: James Fenn @ 2021-04-23 20:34 UTC (permalink / raw)
To: 47982
[-- Attachment #1: Type: text/plain, Size: 327 bytes --]
Hi!
I attempted to install guix system on an gpd micropc laptop, choosing an
encrypted filesystem without a separate home partition. The laptop keyboard
is a usb keyboard. Once installed, I was able to use the keyboard for the
first time the password was asked for. The second time, however, the
keyboard was not functional.
[-- Attachment #2: Type: text/html, Size: 397 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#47982: Unable to type password for encrypted fs due to usb keyboard
2021-04-23 20:34 bug#47982: Unable to type password for encrypted fs due to usb keyboard James Fenn
@ 2021-04-24 5:58 ` luhui
2022-07-14 4:05 ` Maxim Cournoyer
0 siblings, 1 reply; 3+ messages in thread
From: luhui @ 2021-04-24 5:58 UTC (permalink / raw)
To: James Fenn; +Cc: 47982
On Fri, Apr 23, 2021 at 09:34:45PM +0100, James Fenn wrote:
> Hi!
>
> I attempted to install guix system on an gpd micropc laptop, choosing an
> encrypted filesystem without a separate home partition. The laptop keyboard
> is a usb keyboard. Once installed, I was able to use the keyboard for the
> first time the password was asked for. The second time, however, the
> keyboard was not functional.
Does your machine have a special kernel module for the keyboard?
If have, please add the system configuration file:
```
(operating-system
;; ...
(initrd-modules
(append
(list
"module1"
"module2")
%base-initrd-modules)))
```
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#47982: Unable to type password for encrypted fs due to usb keyboard
2021-04-24 5:58 ` luhui
@ 2022-07-14 4:05 ` Maxim Cournoyer
0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2022-07-14 4:05 UTC (permalink / raw)
To: luhui; +Cc: James Fenn, 47982-done
Hello,
luhui <luhuins@163.com> writes:
> On Fri, Apr 23, 2021 at 09:34:45PM +0100, James Fenn wrote:
>> Hi!
>>
>> I attempted to install guix system on an gpd micropc laptop, choosing an
>> encrypted filesystem without a separate home partition. The laptop keyboard
>> is a usb keyboard. Once installed, I was able to use the keyboard for the
>> first time the password was asked for. The second time, however, the
>> keyboard was not functional.
>
> Does your machine have a special kernel module for the keyboard?
> If have, please add the system configuration file:
>
> ```
> (operating-system
> ;; ...
> (initrd-modules
> (append
> (list
> "module1"
> "module2")
> %base-initrd-modules)))
>
> ```
Being USB, I don't think any special support from the kernel Linux would
need to be enabled, but we'd need to know which keyboard exactly.
Closing since this is a very old bug. I hope you could sort it out!
Thanks,
Maxim
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-14 4:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-23 20:34 bug#47982: Unable to type password for encrypted fs due to usb keyboard James Fenn
2021-04-24 5:58 ` luhui
2022-07-14 4:05 ` Maxim Cournoyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).