Re: FN hotkeys not working after kernel loads (Was: Dell Latitude 5400 + plasma - keyboard?)

2025-02-12 Thread Hans
Good news! I got partly success with this issue. Now volume upand down is workiing in KDE, but still NOT screen brightness. What did I do? I first created a new user and then could see, volume is working. After that I moved some directories from my old user away. First ~/.local - no success. t

Re: FN hotkeys not working after kernel loads (Was: Dell Latitude 5400 + plasma - keyboard?)

2025-02-11 Thread Hans
related. Thus, I can not deinstall these. So far so well. Now to the weired things: In plasma (let me name it "KDE" further on) and in LXQT, none of the keys are working. I tried different keyboard setings, like "pc105" "nodeadkeys" as well as "DELL Latitude&quo

Re: FN hotkeys not working after kernel loads (Was: Dell Latitude 5400 + plasma - keyboard?)

2025-02-11 Thread Nicolas George
Hans (12025-02-10): > All keys are working. > > For example: > > xxd /dev/input/event12 > (This example is for FN+screen_brightness_up and > FN+screen_brightness_down.) Then your problem is easy. If some keys did not generate events, getting them to work might have been a nightmare or impos

Re: FN hotkeys not working after kernel loads (Was: Dell Latitude 5400 + plasma - keyboard?)

2025-02-10 Thread Hans
Yes, did so. All keys are working. For example: xxd /dev/input/event12 : 2644 aa67 4336 0900 &D.gC6.. 0010: 0100 e000 0100 2644 aa67 &D.g 0020: 4336 0900 C6.. 0030: 2644

Re: FN hotkeys not working after kernel loads (Was: Dell Latitude 5400 + plasma - keyboard?)

2025-02-10 Thread Nicolas George
by the kernel and generate keyboard events that will be dispatched to the various programs that might want to interpret them. The first step for you is to check if the keys stop working at all or not. So, you look at all the /dev/input/event* devices, and you do, with root privileges: xxd /dev

FN hotkeys not working after kernel loads (Was: Dell Latitude 5400 + plasma - keyboard?)

2025-02-10 Thread Hans
Still hasseling with this problem I am now believing, that the reason of the problem is either a BIOS issue or a kernel issue. Tested several things and I the issue appears as soon as the kernel is started. In the internet I found informations, that if the BIOS does not see Windows, it may

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-09 Thread Hans
> > Have you tried just going in the Shortcut settings in Plasma and > manually assigning the keys that you want? That way, it doesn't really > matter what Plasma thinks the keys are because you are directly entering > them in the settings dialog. > > Settings -> Shortcuts -> Shortcuts -> Power M

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-08 Thread Russell S.
Hans writes: > No, I am running Plasma in X as well as XFCE. I am no friend of Wayland, so I > avoiding it. > > Best > > Hans >> So is this a difference between Wayland and X then? You run Plasma in >> Wayland and XFCE in X since it only runs in X? Have you tried just going in the Shortcut sett

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-07 Thread Karl Vogel
>> On Wed 05 Feb 2025 at 11:38:00 (-0500), Hans wrote: > No, thwe problem is, the windowmanager or the system itself does not > recognize the code or suppresses it somehow. Are you running under X or Wayland? If X, try running "xev" and pressing the keys to see what the system thinks you're

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-06 Thread Hans
" }; }; As we can see, in Plasma it is dell, and in XFCE it is pc104. However, due to this, I tried setting the keyboard to "pc104" in Plasma, but the issue stays. The function keys are not recognized as described in my first mail. Maye it is a bug in P

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-06 Thread Hans
No, I am running Plasma in X as well as XFCE. I am no friend of Wayland, so I avoiding it. Best Hans > So is this a difference between Wayland and X then? You run Plasma in > Wayland and XFCE in X since it only runs in X?

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-06 Thread Anssi Saari
Hans writes: > In console and in Plasma the Brightness can not be adjusted, but in XFCE it > can. However, I could not get, which keyboard setting XFCE is using, does pne > know? So is this a difference between Wayland and X then? You run Plasma in Wayland and XFCE in X since it onl

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-05 Thread Max Nikulin
On 05/02/2025 18:57, Hans wrote: In console and in Plasma the Brightness can not be adjusted, but in XFCE it can. However, I could not get, which keyboard setting XFCE is using, does pne know? Save output of the following command executed in XFCE and KDE setxkbmap -print and compare it

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-05 Thread Hans
Hi Cindy, I am aware of the settings in BIOS. That is not the problem. As I already mentioned, the change of primary and secondary function is working. (I called this "level" change, maybe it was not teh correct expresion). No, thwe problem is, the windowmanager or the system itself does not re

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-05 Thread Cindy Sue Causey
On Wed, 2025-02-05 at 12:57 +0100, Hans wrote: > Dear list, > > is anyone by chance using a Dell Latitude 5400 with Plasma? > > I am looking for the keyboard setting for Debian wuith this hardware. > The > problem is, the Function-keys are not working. > > Not work

Re: Dell Latitude 5400 + plasma - keyboard?

2025-02-05 Thread Hans
Some checks showed, that obviously the events are read correct, if I see this corect. Please see: $ acpi_listen button/mute MUTE 0080 K button/volumedown VOLDN 0080 K button/volumeup VOLUP 0080 K 9DBB5994-A997- 00d0

Dell Latitude 5400 + plasma - keyboard?

2025-02-05 Thread Hans
Dear list, is anyone by chance using a Dell Latitude 5400 with Plasma? I am looking for the keyboard setting for Debian wuith this hardware. The problem is, the Function-keys are not working. Not working means: The second level do not work like "volume higher/lower" "bright

Re: keyboard repeat

2025-01-23 Thread hohe72
are reverted if plugging a keyboard (USB). Therefore I guess here is another way using udev rules what I'm too lazy to figure out. Also, in my use case, different keyboards have different keys and need to be configured anyway. So I call a script when switching a keyboard and put the scri

Re: keyboard repeat

2025-01-13 Thread gene heskett
On 1/13/25 11:26, Thomas Schmitt wrote: Hi, Will Mengarini wrote: I handle this kind of thing with the kbdrate program, which is in the Debian package named 'kbd'. Sid: /usr/sbin/kbdrate https://packages.debian.org/sid/amd64/kbd/filelist Bookworm: /sbin/kbdrate https://packages.d

Useful information on packages for Gene [WAS Re: keyboard repeat]

2025-01-13 Thread Andrew M.A. Cater
On Mon, Jan 13, 2025 at 11:13:40AM -0500, Greg Wooledge wrote: > On Mon, Jan 13, 2025 at 10:46:18 -0500, gene heskett wrote: > > On 1/13/25 08:03, Will Mengarini wrote: > > > I handle this kind of thing with the kbdrate program, which > > > is in the Debian package named 'kbd'. > > Please read Wil

Re: keyboard repeat

2025-01-13 Thread Thomas Schmitt
Hi, Will Mengarini wrote: > > I handle this kind of thing with the kbdrate program, which > > is in the Debian package named 'kbd'. Sid: /usr/sbin/kbdrate https://packages.debian.org/sid/amd64/kbd/filelist Bookworm: /sbin/kbdrate https://packages.debian.org/bookworm/amd64/kbd/filelist Th

Re: keyboard repeat

2025-01-13 Thread Greg Wooledge
On Mon, Jan 13, 2025 at 10:46:18 -0500, gene heskett wrote: > On 1/13/25 08:03, Will Mengarini wrote: > > I handle this kind of thing with the kbdrate program, which > > is in the Debian package named 'kbd'. > gene@coyote:~$ pinfo kbd > Przemek's Info Viewer v0.6.13 > Error: could not open info fi

Re: keyboard repeat

2025-01-13 Thread gene heskett
On 1/13/25 08:16, Frank McCormick wrote: On 2025-01-13 08:03, Will Mengarini wrote: * gene heskett [25-01/13=Mon 03:15 -0500]: Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, select

Re: keyboard repeat

2025-01-13 Thread mick.crane
On 2025-01-13 15:46, gene heskett wrote: So while apt says its installed, bash can't find it to run it. I like catfish for finding where a file might be. mick

Re: keyboard repeat

2025-01-13 Thread gene heskett
On 1/13/25 08:03, Will Mengarini wrote: * gene heskett [25-01/13=Mon 03:15 -0500]: Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, selecting different keyboards, the whole maryann befor

Re: keyboard repeat

2025-01-13 Thread gene heskett
On 1/13/25 08:03, Will Mengarini wrote: * gene heskett [25-01/13=Mon 03:15 -0500]: Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, selecting different keyboards, the whole maryann befor

Re: keyboard repeat

2025-01-13 Thread Frank McCormick
On 2025-01-13 08:03, Will Mengarini wrote: * gene heskett [25-01/13=Mon 03:15 -0500]: Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, selecting different keyboards, the whole maryann bef

Re: keyboard repeat

2025-01-13 Thread Will Mengarini
* gene heskett [25-01/13=Mon 03:15 -0500]: > Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I > have to spend an hour or more, playing around with the repeat settings, > selecting different keyboards, the whole maryann before I can get the repeat &g

keyboard repeat

2025-01-13 Thread gene heskett
Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, selecting different keyboards, the whole maryann before I can get the repeat to work gain. This keyboard is an escapee from a failed windows

Re: which command can show info about battery of wireless keyboard

2024-12-05 Thread David Wright
On Thu 05 Dec 2024 at 21:01:12 (+0800), hlyg wrote: > On 12/2/24 19:21, hlyg wrote: > > > > Thank Wright! > > > > i install inxi and run it: > > > > model: Logitech Wireless Keyboard > >  charge: 55% (should be ignored) status: discharging >

Re: which command can show info about battery of wireless keyboard

2024-12-04 Thread hlyg
On 12/2/24 19:21, hlyg wrote: Thank Wright! i install inxi and run it: model: Logitech Wireless Keyboard  charge: 55% (should be ignored) status: discharging model: Logitech Wireless Mouse  charge: 5% (should be ignored) status: discharging they r unimportant after all how reliable is

Re: Preseed install, Selection of Language/Country/Keyboard and Desktop Environment

2024-12-04 Thread Ralph Aichinger
On Wed, Dec 04, 2024 at 03:00:17PM +0100, poc...@homemail.com wrote: > I do an install to a hard drive and when I get it configured to what I > want i copy to an USB drive. > > Then any time I need to do a install I simply partition a drive, > create the filesystems mount the drive and the USB d

Re: Preseed install, Selection of Language/Country/Keyboard and Desktop Environment

2024-12-04 Thread Ralph Aichinger
ogling, and tried out those very same lines for B.4.1 by pasting them into my preseed file (not that I have a Swedish, keyboard but I thought it would be easy to change to de afterwards. Those lines did not work for me though. I must try out what happens in a qemu, maybe something is weird in m

Re: Preseed install, Selection of Language/Country/Keyboard and Desktop Environment

2024-12-04 Thread Ralph Aichinger
On Wed, Dec 04, 2024 at 04:03:38PM +0100, john doe wrote: > > d-i debian-installer/locale string de_AT > > The "local" is less "flexible". > Look at [1], the first few lines > > > Similar with the menu where the desktop environment is selected. > > I want LXDE and "SSH Server". I always drop back

Re: Preseed install, Selection of Language/Country/Keyboard and Desktop Environment

2024-12-04 Thread john doe
On 12/4/24 13:35, Ralph Aichinger wrote: Hi fellow Debian Users I am currently trying to build an USB stick that does a scripted install of Debian. This works very well, and much much easier with UEFI, where you can just edit the preseed.cfg file instead of rebuilding an ISO every time you make

Re: Preseed install, Selection of Language/Country/Keyboard and Desktop Environment

2024-12-04 Thread Michael Kjörling
t; included the following for now (some of it probably redundant, useless > or cargo cultish): > > d-i debian-installer/locale string de_AT > d-i debconf/language string de > > d-i console-setup/ask_detect boolean false > d-i keyboard-configuration/xkb-keymap select de > d-i keyb

Re: Preseed install, Selection of Language/Country/Keyboard and Desktop Environment

2024-12-04 Thread pocket
> Sent: Wednesday, December 04, 2024 at 7:35 AM > From: "Ralph Aichinger" > To: debian-user@lists.debian.org > Subject: Preseed install, Selection of Language/Country/Keyboard and Desktop > Environment > > Hi fellow Debian Users > > I am currently try

Preseed install, Selection of Language/Country/Keyboard and Desktop Environment

2024-12-04 Thread Ralph Aichinger
de_AT d-i debconf/language string de d-i console-setup/ask_detect boolean false d-i keyboard-configuration/xkb-keymap select de d-i keyboard-configuration/layoutcode string de d-i keyboard-configuration/variantcode string d-i console-keymaps-usb/keymap select German d-i console-keymaps-at/keymap

Re: which command can show info about battery of wireless keyboard

2024-12-01 Thread hlyg
Thank Wright! i install inxi and run it: model: Logitech Wireless Keyboard  charge: 55% (should be ignored) status: discharging model: Logitech Wireless Mouse  charge: 5% (should be ignored) status: discharging they r unimportant after all

Re: which command can show info about battery of wireless keyboard

2024-12-01 Thread David Wright
On Mon 02 Dec 2024 at 16:02:27 (+0800), hlyg wrote: > i try some gnome live cd, it warns that my battery of wireless > keyboard is low > > my deb12 haven't gnome, which command can show that info? Here, inxi -Bx shows: Battery: Device-1: hidpp_battery_0 model: Logitech

Re: which command can show info about battery of wireless keyboard

2024-12-01 Thread George at Clug
On Monday, 02-12-2024 at 19:02 hlyg wrote: > i try some gnome live cd, it warns that my battery of wireless keyboard > is low What brand of of your Wireless Keyboard ? Are you using Gnome on your Debian 12 computer? If it is a Logitech, maybe Solaar would work? Solaar is a Linux

Re: which command can show info about battery of wireless keyboard

2024-12-01 Thread hlyg
Thank George! i use logitech keyboard/mouse combo, i install solaar for deb12, it can show that info without gnome actually it says mouse battery is 5%, less than keyboard battery

which command can show info about battery of wireless keyboard

2024-12-01 Thread hlyg
i try some gnome live cd, it warns that my battery of wireless keyboard is low my deb12 haven't gnome, which command can show that info?

Re: Circumventing keyboard problem on Lenovo R64

2024-09-13 Thread Richard Owlett
On 09/13/2024 07:03 AM, George at Clug wrote: On Friday, 13-09-2024 at 20:17 Richard Owlett wrote: On 09/13/2024 03:56 AM, Hans wrote: Hi Richard, exchanging the keyboard yourself might be not a great thing. If it is not an apple computer, where you have to strip the whole computer, most

Re: Circumventing keyboard problem on Lenovo R64

2024-09-13 Thread George at Clug
On Friday, 13-09-2024 at 20:17 Richard Owlett wrote: > On 09/13/2024 03:56 AM, Hans wrote: > > Hi Richard, > > > > exchanging the keyboard yourself might be not a great thing. If it is not an > > apple computer, where you have to strip the whole computer, most

Re: Circumventing keyboard problem on Lenovo R64

2024-09-13 Thread Richard Owlett
On 09/13/2024 03:56 AM, Hans wrote: Hi Richard, exchanging the keyboard yourself might be not a great thing. If it is not an apple computer, where you have to strip the whole computer, most keyboards are very simple to echange.[snip] ROFL The keyboard is not the only problem. I was an

Re: Circumventing keyboard problem on Lenovo R64

2024-09-13 Thread Hans
Hi Richard, exchanging the keyboard yourself might be not a great thing. If it is not an apple computer, where you have to strip the whole computer, most keyboards are very simple to echange. There are often some videos on youtube, which show, how to do it. On most, there are 1 - 3 screws

Re: Circumventing keyboard problem on Lenovo R64

2024-09-13 Thread Richard Owlett
On 09/12/2024 08:35 AM, Richard Owlett wrote: On 09/12/2024 07:13 AM, Stefan Monnier wrote: i Ricard, It has a keyboard failure - the "h" key is intermittent and my primary account is "Richard" ;/ [ I presume you know tat tis kind of failure can often (sadly not   

KDE, switching users (was: Re: Circumventing keyboard problem on Lenovo R64)

2024-09-12 Thread Max Nikulin
On 12/09/2024 21:54, Hans wrote: If someone might also confirm of this little bug I mentioned here and knows better than me, he may just file a little bugreport to the developers of KDE. Maybe he also nows a little workaround??? [Ctrl+Alt+F8], [Ctrl+Alt+F7] work fine for me to switch between u

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
On 09/12/2024 09:54 AM, Hans wrote: Didn't seem to work on 2 machines using different flavors of Debian. Where is that documented so I can run a verifiable test? You are right. I rechecked this and it does not work correctly, because of a bug in KDE. The problem is, when

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
On 09/12/2024 08:40 AM, to...@tuxteam.de wrote: On Thu, Sep 12, 2024 at 08:35:25AM -0500, Richard Owlett wrote: [...] Relevant man page to have 'root' edit a user's login name? See usermod, option -l. The wording of the text under that option does not give a "warm fuzzy" feeling that I un

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Hans
> Didn't seem to work on 2 machines using different flavors of Debian. > Where is that documented so I can run a verifiable test? You are right. I rechecked this and it does not work correctly, because of a bug in KDE. The problem is, when starting another session, your for

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
On 09/12/2024 08:50 AM, Joe wrote: On Thu, 12 Sep 2024 08:35:25 -0500 Richard Owlett wrote: Relevant man page to have 'root' edit a user's login name? TIA Looks like usermod, according to the first page Google shows for: debian change user name https://www.cyberciti.biz/faq/howto-ch

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
On 09/12/2024 09:14 AM, Greg Wooledge wrote: On Thu, Sep 12, 2024 at 14:50:23 +0100, Joe wrote: On Thu, 12 Sep 2024 08:35:25 -0500 Richard Owlett wrote: Relevant man page to have 'root' edit a user's login name? Looks like usermod, according to the first page Google shows for: debian chan

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Greg Wooledge
On Thu, Sep 12, 2024 at 14:50:23 +0100, Joe wrote: > On Thu, 12 Sep 2024 08:35:25 -0500 > Richard Owlett wrote: > > Relevant man page to have 'root' edit a user's login name? > > > Looks like usermod, according to the first page Google shows for: > debian change user name I prefer vipw(8). Bu

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
On 09/12/2024 08:03 AM, Hans wrote: Solves wrong problem ;} I couldn't log in as "Richard" at power-up. But Stefan hints at solution to that problem. Ah, ok, you are in X. Do you now, you can start a second windowmanager as root without logoff as the other user? If doing so, you can switch bet

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
On 09/12/2024 07:17 AM, Felix Miata wrote: Richard Owlett composed on 2024-09-12 06:43 (UTC-0500): I have a Lenovo R61 running 64 bit Buster. It has a keyboard failure - the "h" key is intermittent and my primary account is "Richard" ;/ Instead of a band aid, attack th

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread tomas
On Thu, Sep 12, 2024 at 08:35:25AM -0500, Richard Owlett wrote: [...] > Relevant man page to have 'root' edit a user's login name? See usermod, option -l. Heed the caveats in the man page (and all other places where the user name might be hidden). Sounds like some fun. (Of course you could ju

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
On 09/12/2024 07:13 AM, Stefan Monnier wrote: i Ricard, It has a keyboard failure - the "h" key is intermittent and my primary account is "Richard" ;/ [ I presume you know tat tis kind of failure can often (sadly not always) be fixed by cleaning. ] I have other sym

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Hans
> Solves wrong problem ;} > I couldn't log in as "Richard" at power-up. > But Stefan hints at solution to that problem. Ah, ok, you are in X. Do you now, you can start a second windowmanager as root without logoff as the other user? If doing so, you can switch between both with "CTL + ALT + F7"

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
On 09/12/2024 06:59 AM, Hans wrote: Hi Richard, Am Donnerstag, 12. September 2024, 13:43:49 CEST schrieb Richard Owlett: I have a Lenovo R61 running 64 bit Buster. It has a keyboard failure - the "h" key is intermittent and my primary account is "Richard" ;/ I have no p

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Felix Miata
Richard Owlett composed on 2024-09-12 06:43 (UTC-0500): > I have a Lenovo R61 running 64 bit Buster. > It has a keyboard failure - the "h" key is intermittent and my primary > account is "Richard" ;/ Instead of a band aid, attack the keyboard with high PSI compres

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Stefan Monnier
i Ricard, > It has a keyboard failure - the "h" key is intermittent and my primary > account is "Richard" ;/ [ I presume you know tat tis kind of failure can often (sadly not always) be fixed by cleaning. ] > I have no problem logging in as root. > > T

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Hans
I have a Lenovo T520. From time to time (but very seldom), the whole keyboard is no more working (just hangs). It is a problem with X, maybe related to the NVidia driver. In these rare cases I connect a wireless keyboard to the notebook (put the dongle into an usb port) and can go on on typing

Re: Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Hans
Hi Richard, Am Donnerstag, 12. September 2024, 13:43:49 CEST schrieb Richard Owlett: > I have a Lenovo R61 running 64 bit Buster. > It has a keyboard failure - the "h" key is intermittent and my primary > account is "Richard" ;/ > > I have no problem l

Circumventing keyboard problem on Lenovo R64

2024-09-12 Thread Richard Owlett
I have a Lenovo R61 running 64 bit Buster. It has a keyboard failure - the "h" key is intermittent and my primary account is "Richard" ;/ I have no problem logging in as root. Two primary questions: 1. is there someway that I can use a USB connected keyboard as workarou

Re: internal keyboard does not work

2024-08-25 Thread Andrew M.A. Cater
s is an Intel Mac. If it has a touchbar, does the touchbar still work? > > [Signs of life] > > > > > Below are point to point responses. > > The touchbar does not work. > AskUbuntu pointed to the following resource: https://github.com/Dunedan/mbp-2016-li

Re: internal keyboard does not work

2024-08-25 Thread Jerome BENOIT
Hi, I feel some packages are missing, You are right. More precisely, what is missing is a firmware, the brcm/brcmfmac4364-pcie.Apple Inc.-MacBookPro15,1.bin firmware. Cheers, Jerome On my side, apt-file cannot find it on Sid. [    5.253947] brcmfmac :03:00.0: firmware: failed to l

Re: internal keyboard does not work

2024-08-25 Thread Emyr Williams
probe with driver applesmc failed with error -5 The system is bookworm, they internel keyboard is not recognized by the Kernel, I also installed the  linux-image 6.10.4-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.4-1 (2024-08-12) x86_64 GNU/Linux # dmesg | grep -i 'keyboard\|input'

Re: internal keyboard does not work

2024-08-25 Thread lina
system is bookworm, they internel keyboard is not recognized by the Kernel, I also installed the linux-image 6.10.4-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.4-1 (2024-08-12) x86_64 GNU/Linux # dmesg | grep -i 'keyboard\|input' [0.990489] input: Lid Switch as /devices/LNXSYSTM:00/L

Re: internal keyboard does not work

2024-08-25 Thread lina
On Fri, Aug 23, 2024 at 5:28 PM Andrew M.A. Cater wrote: > On Fri, Aug 23, 2024 at 11:06:44PM +0530, Nilesh Patra wrote: > > Quoting Nicolas George: > > > lina (12024-08-22): > > > > however, the internal keyboard does not work > > > Sorry to ear it. D

Re: internal keyboard does not work

2024-08-25 Thread lina
On Fri, Aug 23, 2024 at 5:28 PM Andrew M.A. Cater wrote: > On Fri, Aug 23, 2024 at 11:06:44PM +0530, Nilesh Patra wrote: > > Quoting Nicolas George: > > > lina (12024-08-22): > > > > however, the internal keyboard does not work > > > Sorry to ear it. D

Re: internal keyboard does not work

2024-08-25 Thread lina
The internal keyboard does not work during installation, I have been using the external keyboard starting from installation. On Fri, Aug 23, 2024 at 5:06 PM Eddie wrote: > You might try disconnecting the external keyboard and try to boot a > live-usb of the desired os. If the live-usb bo

Re: internal keyboard does not work

2024-08-23 Thread Nicholas Geovanis
On Fri, Aug 23, 2024, 12:54 PM Nicolas George wrote: > Nilesh Patra (12024-08-23): > > What drives such a hostile and uncalled-for reply? > > It was sarcastic, but in no way hostile. > Either way it was unnecessary and will do nothing but alienate people from this list. And so perhaps from Debia

Re: internal keyboard does not work

2024-08-23 Thread Andrew M.A. Cater
On Fri, Aug 23, 2024 at 11:06:44PM +0530, Nilesh Patra wrote: > Quoting Nicolas George: > > lina (12024-08-22): > > > however, the internal keyboard does not work > > Sorry to ear it. Did it been laid off? Is it eligible for unemployment > > benefits? > > >

Re: internal keyboard does not work

2024-08-23 Thread Tom Furie
On Fri, Aug 23, 2024 at 11:52:23PM +0530, Nilesh Patra wrote: > On Fri, Aug 23, 2024 at 07:54:13PM +0200, Nicolas George wrote: > > Nilesh Patra (12024-08-23): > > > What drives such a hostile and uncalled-for reply? > > > > It was sarcastic, but in no way hostile. > > I encourage you to re-read

Re: internal keyboard does not work

2024-08-23 Thread Jeffrey Walton
On Fri, Aug 23, 2024 at 1:35 PM Nilesh Patra wrote: > > Quoting Nicolas George: > > lina (12024-08-22): > > > however, the internal keyboard does not work > > Sorry to ear it. Did it been laid off? Is it eligible for unemployment > > benefits? > > >

Re: internal keyboard does not work

2024-08-23 Thread Eddie
You might try disconnecting the external keyboard and try to boot a live-usb of the desired os. If the live-usb boots, a fresh install from the live session may boot ok. Sorry no further help than this.

Re: internal keyboard does not work

2024-08-23 Thread Nilesh Patra
On Fri, Aug 23, 2024 at 07:54:13PM +0200, Nicolas George wrote: > Nilesh Patra (12024-08-23): > > What drives such a hostile and uncalled-for reply? > > It was sarcastic, but in no way hostile. I encourage you to re-read what you wrote. > And you might notice that (1) it also contained the usefu

Re: internal keyboard does not work

2024-08-23 Thread Nicolas George
Nilesh Patra (12024-08-23): > What drives such a hostile and uncalled-for reply? It was sarcastic, but in no way hostile. And you might notice that (1) it also contained the useful answer and (2) it is for now the only reply. So we might wonder which is best: no reply at all, or a reply with sarc

Re: internal keyboard does not work

2024-08-23 Thread Nilesh Patra
Quoting Nicolas George: > lina (12024-08-22): > > however, the internal keyboard does not work > Sorry to ear it. Did it been laid off? Is it eligible for unemployment > benefits? > > More seriously, start by explaining your problem with more accuracy than > “does not wo

Re: internal keyboard does not work

2024-08-22 Thread Nicolas George
lina (12024-08-22): > however, the internal keyboard does not work Sorry to ear it. Did it been laid off? Is it eligible for unemployment benefits? More seriously, start by explaining your problem with more accuracy than “does not work”. Regards, -- Nicolas George

Re: internal keyboard does not work

2024-08-22 Thread lina
XKBMODEL="apple" XKBMODEL="applealu_ansi" I tried all possible related keyboard, none does work. thanks for your help, lina On Thu, Aug 22, 2024 at 9:34 AM lina wrote: > # KEYBOARD CONFIGURATION FILE > > I tried all these, none of them worked > > XKBMODEL=&q

Re: internal keyboard does not work

2024-08-22 Thread lina
# KEYBOARD CONFIGURATION FILE I tried all these, none of them worked XKBMODEL="macbook79" XKBMODEL="macbook78" *XKBMODEL="macintosh"* *XKBMODEL="macintosh_old"* On Thu, Aug 22, 2024 at 9:29 AM lina wrote: > Hi > > I have a macbook

internal keyboard does not work

2024-08-22 Thread lina
Hi I have a macbook pro since 2019, now I finally install the debian stable version, however, the internal keyboard does not work, here is the output with the external keyboard. # more /etc/default/keyboard # KEYBOARD CONFIGURATION FILE # Consult the keyboard(5) manual page. XKBMODEL

bluetooth keyboard done gone nuts

2024-04-12 Thread fxkl47BF
i use a logitech k270 keyboard and mouse for several years we had power outage for a couple of days now the keyboard is nuts the mouse works i get odd multiple sequences with a few, not all, keys if i type "ls" i get "l7s9u" space is "[ " there are a dozen or so o

keyboard and mouse just stuck

2024-03-14 Thread jwbda
stop. The mouse and keyboard cant click, cant move, cant type. And this is [log](https://github.com/jwbda/debian/blob/main/mouse_keyboard_problem) of `sudo journalctl --since "2024-03-11" --until "2024-03-15"` command.https://github.com/jwbda/debian/blob/main/mouse_keyboard_pro

Re: How can we change the keyboard layout?

2024-02-25 Thread David Wright
at 06:58:39 (+0100), hw wrote: > > > > > [...] > > > I'd use multiple keyboards if I had to do that and just change between > > > keyboards. > > > > Do it if you like. That's what I have on my computer in the basement: > > a GB-layout M keyboard and a US-l

Re: Re: Issue with USB External Keyboard, External Mouse, and Screen Brightness on Dell Laptop

2024-02-24 Thread Marcelo Laia
10,916 V looks a bit odd to me. After your comments, I looking forward about the battery voltage and I found this: https://www.linkedin.com/pulse/how-choose-laptop-battery-king-sener/ "Voltage is closely related to the number of cells in the battery - typically a 10.8V battery has 6 cells and

Re: Re: Issue with USB External Keyboard, External Mouse, and Screen Brightness on Dell Laptop

2024-02-24 Thread hw
Is it possible that the USB ports do not supply power once the laptop is running on battery? Does the NumLock LED of the keyboard go out? On Thu, 2024-02-22 at 13:49 -0300, Marcelo Laia wrote: > Dear Debian Users, > > Thank you all for the invaluable assistance provided. Unfortuna

Re: Issue with USB External Keyboard, External Mouse, and Screen Brightness on Dell Laptop

2024-02-22 Thread David Wright
z > - Memory: > - Size: 16GB [ … ] > After unplugging the power cable, i.e., the battery is discharging: > > After a few seconds, the screen brightness is set to zero. The mouse > remains active, and I can use it for a few more seconds, when it > also becomes disabled. From the

Re: Issue with USB External Keyboard, External Mouse, and Screen Brightness on Dell Laptop

2024-02-22 Thread Charles Curley
On Thu, 22 Feb 2024 13:49:54 -0300 Marcelo Laia wrote: > Thank you all for the invaluable assistance provided. Unfortunately, > the issue has resurfaced today. I don't believe it's related to the > age of the hardware, although my Inspiron 5547-A20 is from 2014, as > indicated below: A stab in t

Re: Re: Issue with USB External Keyboard, External Mouse, and Screen Brightness on Dell Laptop

2024-02-22 Thread Marcelo Laia
b1 usb2 usb3 :~$ After unplugging the power cable, i.e., the battery is discharging: After a few seconds, the screen brightness is set to zero. The mouse remains active, and I can use it for a few more seconds, when it also becomes disabled. From then on, only the touchpad and intern

Re: How can we change the keyboard layout?

2024-02-21 Thread hw
le keyboards if I had to do that and just change between > > keyboards. > > Do it if you like. That's what I have on my computer in the basement: > a GB-layout M keyboard and a US-layout Microsoft Pro. And is their layout identical? If isn't, do all the keys on both keyboard

Re: How can we change the keyboard layout?

2024-02-21 Thread David Wright
you like. That's what I have on my computer in the basement: a GB-layout M keyboard and a US-layout Microsoft Pro. In my case, the layout difference is incidental: the M sits on the table, the other sits on a shelf, for standing use. (There are two screens, set to mirroring.) > >

Re: Issue with USB External Keyboard, External Mouse, and Screen Brightness on Dell Laptop

2024-02-15 Thread Max Nikulin
On 15/02/2024 12:39, David Wright wrote: I would go further than tomas, and suggest that the battery might be suspect, or the charging circuit of course. (None of my three laptops works without AC power.) How old is it? Battery health may be estimated from output of upower --dump by com

Re: Issue with USB External Keyboard, External Mouse, and Screen Brightness on Dell Laptop

2024-02-14 Thread David Wright
On Wed 14 Feb 2024 at 20:09:09 (-0300), Marcelo Laia wrote: > Unfortunately, the issue has worsened. Today, I observed that upon unplugging > the power cable, within one or two seconds, the screen dims (brightness is > set to zero), and both the external mouse and keyboard (USB) sto

Re: Re: Issue with USB External Keyboard, External Mouse, and Screen Brightness on Dell Laptop

2024-02-14 Thread Marcelo Laia
Dear Debian community, Thank you for your insights. Unfortunately, the issue has worsened. Today, I observed that upon unplugging the power cable, within one or two seconds, the screen dims (brightness is set to zero), and both the external mouse and keyboard (USB) stop working. Even if I try

Re: How can we change the keyboard layout?

2024-02-12 Thread hw
On Sun, 2024-02-11 at 10:35 -0600, David Wright wrote: > On Wed 07 Feb 2024 at 06:58:39 (+0100), hw wrote: > > [...] > > > It's also obvious that "change the keyboard layout" is ambiguous, > > > and you didn't intend to mean switching between two layo

Re: How can we change the keyboard layout?

2024-02-11 Thread David Wright
> If that concerned you unduly, you could have put that in the Subject > > line. > > It doesn't concern me. > > > It's also obvious that "change the keyboard layout" is ambiguous, > > and you didn't intend to mean switching between two layouts.

  1   2   3   4   5   6   7   8   9   10   >