Re: door bell like sound effect

2023-08-30 Thread Karl Vogel
Out of morbid curiosity (and boredom), I started wondering what types of audio files I had on my systems. I ran "file --mime-type" on 6.8 million files, looked for "audio/whatever" and got the file extensions. Extension MIME-type --- .8svx audio/x-aiff

Re: Error : virHostCPUGetKVMMaxVCPUs: KVM is not supported on this platform: Function not implemented

2023-08-30 Thread Mario Marietto
Not a useful suggestion for me. I'm not a coder,such as I'm not a pro system admin : this is only a hobby for me. I try to do the best I can,but I can't solve bugs for which a solution has not been found yet and that involves the writing of a piece of code. On Wed, Aug 30, 2023 at 4:45 AM zithro

Re: AW: Debugging initramfs, server hangs during boot process

2023-08-30 Thread Michel Verdier
On 2023-08-30, thah...@t-online.de wrote: > The last USB device in this list is a bluetooth card. I have blacklisted > btusb, > but this didn't help, still hangs. > At 182 seconds I pressed CRTL_ALT_DEL and the times without sleep statements > come down to like 11 seconds when it hangs. You sh

Re: Please verify Gnome and KDE wiki articles for correctness

2023-08-30 Thread Steve McIntyre
g...@wooledge.org wrote: >On Sat, Aug 26, 2023 at 07:40:46AM -0500, Nate Bargmann wrote: >> >> I was able to successfully change my password and update my Wiki home >> page a little while ago. It has been a long time since I created the >> account and don't recall what the process entailed. > >If

Re: door bell like sound effect

2023-08-30 Thread songbird
Karl Vogel wrote: ... > If nothing else, it's faster to run "locate" and look for file extensions; > running "file" on that much crap took nearly 9 hours. do you have SSDs or spinning rust? when i just did this: # find / -type f | wc -l it took all of 24 seconds for the 2.4 million files

Re: door bell like sound effect

2023-08-30 Thread tomas
On Wed, Aug 30, 2023 at 07:43:51AM -0400, songbird wrote: > Karl Vogel wrote: > ... > > If nothing else, it's faster to run "locate" and look for file extensions; > > running "file" on that much crap took nearly 9 hours. > > do you have SSDs or spinning rust? > > when i just did this: > > #

Re: door bell like sound effect

2023-08-30 Thread Greg Wooledge
On Wed, Aug 30, 2023 at 02:57:35PM +0200, to...@tuxteam.de wrote: > Karl ran (probably -exec) "file --mimetype" on each one, which at > least involves opening each of the files once and reading a few > (tens of) bytes off it. > > Depending on how he invoked it (with a \; at the end of find or > wi

Re: door bell like sound effect

2023-08-30 Thread songbird
wrote: ... > Yours just sailed through the directory structures. yes, i know that, which is why i asked. ;) songbird

Re: door bell like sound effect

2023-08-30 Thread zithro
On 30 Aug 2023 04:52, gene heskett wrote: man systemctl ; look for "timer" (in vi(m) use "/" to search) ? $ systemctl list-timers Tried this one ? Maybe find the script(s) where you use this sound ? I mean to find HOW you played this sound, ie. with which application. With ALSA, you could ha

HDMI not working

2023-08-30 Thread CL
Dear all, this week I bought a new HP Laptop (HP17-CN2156ng). a Bookworm - Gnome was installed originally but I replaced it with Bookworm - XFCE. Output of ``` uname -a Linux HP17cn2156ng 6.1.0-11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4 (2023-08-08) x86_64 GNU/Linux ``` During test

Re: door bell like sound effect

2023-08-30 Thread tomas
On Wed, Aug 30, 2023 at 09:23:24AM -0400, Greg Wooledge wrote: [...] > For the record, "-exec file {} +" isn't a GNU extension. That's actually > portable (it's in POSIX). Thanks... I stand corrected :) Cheers -- t signature.asc Description: PGP signature

Re: Error : virHostCPUGetKVMMaxVCPUs: KVM is not supported on this platform: Function not implemented

2023-08-30 Thread zithro
Seems you also don't read and/or learn ... Don't top post please, it's a matter of respect. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? On 30 Aug 2023 10:50, Ma

Re: HDMI not working

2023-08-30 Thread zithro
On 30 Aug 2023 15:40, CL wrote: Dear all, [...] During testing of the device I note that the HDMI interface doesn't work. A lot of GOOGLE shows me that sometimes problems with the implemented GPU IRIS Xe (Alder Lake-UP3 GT2) occurs. Also some of this problems were marked as solved. But either

Re: door bell like sound effect

2023-08-30 Thread gene heskett
On 8/29/23 15:59, Greg Wooledge wrote: find . -name '*.snd' -print many definitions, tell me about it. I made a command line to aplay anything it found, but so far only ogg's and wav's, neither of which aplay can do anything with except digital noise. Says raw file and does not adequately/auto

Re: HDMI not working with Bookworm on HP17-CN2156ng laptop

2023-08-30 Thread Michael Kjörling
On 30 Aug 2023 15:40 +0200, from cl.debian.mail...@t-online.de (CL): > this week I bought a new HP Laptop (HP17-CN2156ng). > > a Bookworm - Gnome was installed originally but I replaced it with Bookworm > - XFCE. Unrelated, but you could likely have got much the same effect by simply `apt-get ins

Re: HDMI not working

2023-08-30 Thread Hans
Hi, fist of all, it would be nice, if you could tell us your hardware. Some notebooks are using two graphic cards One in the CPU and one external. Mine for example. has a NVidia card as external and an Intel chip built in the CPU. Those are switched in linux with "bumblebee". If we correctl

Re: door bell like sound effect

2023-08-30 Thread Greg Wooledge
On Wed, Aug 30, 2023 at 10:15:50AM -0400, gene heskett wrote: > On 8/29/23 15:59, Greg Wooledge wrote: > > find . -name '*.snd' -print > many definitions, tell me about it. I made a command line to aplay anything > it found, but so far only ogg's and wav's, neither of which aplay can do > anything

Re: HDMI not working

2023-08-30 Thread CL
Am 30.08.23 um 16:26 schrieb Hans: Hi, fist of all, it would be nice, if you could tell us your hardware. Some notebooks are using two graphic cards One in the CPU and one external. Mine for example. has a NVidia card as external and an Intel chip built in the CPU. Those are switched in linux w

Re: HDMI not working

2023-08-30 Thread Hans
Hi Chritian, your chipset is Intel i915. Some search I found this: https://wiki.archlinux.org/title/Intel_graphics[1] A hint, I found in several forums: Deinstall xf86-video-intel (also seen in my link). The link I sent with, offers some general methods, maybe these might help. And maybe you

Re: HDMI not working with Bookworm on HP17-CN2156ng laptop

2023-08-30 Thread CL
Am 30.08.23 um 16:22 schrieb Michael Kjörling: On 30 Aug 2023 15:40 +0200, from cl.debian.mail...@t-online.de (CL): this week I bought a new HP Laptop (HP17-CN2156ng). a Bookworm - Gnome was installed originally but I replaced it with Bookworm - XFCE. Unrelated, but you could likely have got

Re: HDMI not working

2023-08-30 Thread Michel Verdier
On 2023-08-30, CL wrote: > 00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-UP3 GT2 > [Iris Xe Graphics] [8086:46a8] (rev 0c) > DeviceName: Onboard - Video > Subsystem: Hewlett-Packard Company Alder Lake-UP3 GT2 [Iris Xe > Graphics] [103c:899b] > Kerne

Re: HDMI not working

2023-08-30 Thread CL
Am 30.08.23 um 16:13 schrieb zithro: On 30 Aug 2023 15:40, CL wrote: Dear all, [...] During testing of the device I note that the HDMI interface doesn't work. A lot of GOOGLE shows me that sometimes problems with the implemented GPU IRIS Xe (Alder Lake-UP3 GT2) occurs. Also some of this probl

Re: door bell like sound effect

2023-08-30 Thread Curt
On 2023-08-29, Larry Martell wrote: > On Tue, Aug 29, 2023 at 12:59 PM Greg Wooledge wrote: >> >> On Tue, Aug 29, 2023 at 09:29:35AM -0700, Larry Martell wrote: >> > find . -regex '.*\.snd$' -print >> >> That is an incredibly silly way to write >> >> find . -name '*.snd' -print > > Gene said

Re: HDMI not working

2023-08-30 Thread CL
Am 30.08.23 um 17:07 schrieb Michel Verdier: On 2023-08-30, CL wrote: 00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-UP3 GT2 [Iris Xe Graphics] [8086:46a8] (rev 0c) DeviceName: Onboard - Video Subsystem: Hewlett-Packard Company Alder Lake-UP3 GT2 [Iris Xe

Re: HDMI not working

2023-08-30 Thread CL
Am 30.08.23 um 17:04 schrieb Hans: Hi Chritian, your chipset is Intel i915. Some search I found this: https://wiki.archlinux.org/title/Intel_graphics A hint, I found in several forums: Deinstall xf86-video-intel (also seen in my link).

Re: HDMI not working

2023-08-30 Thread CL
Dear all, just received a message from the seller of the laptop. It seems that the problem is know and the Linux-Team work on it already under several bug reports. e.g. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1994144 As I understand it is a bug in the Kernel itself. **In any c

Re: HDMI not working with Bookworm on HP17-CN2156ng laptop

2023-08-30 Thread Felix Miata
What is not working, HDMI video? HDMI audio? Both? CL composed on 2023-08-30 17:06 (UTC+0200): > - firmware-misc-nonfree > - firmware-intel-sound > - firmware-realtek > - firmware-sof-signed > - xserver-xorg-video-intel > I assume this is the source of the i915 driver. > Uninstalle

Re: door bell like sound effect

2023-08-30 Thread gene heskett
On 8/29/23 22:12, Max Nikulin wrote: On 30/08/2023 01:58, gene heskett wrote: bash: pactl: command not found gene@coyote:~$ sudo apt install pactl ... E: Unable to locate package pactl Next? Either apt-file suggested earlier or if you are using it rarely and prefer to avoid downloading of

Re: door bell like sound effect

2023-08-30 Thread gene heskett
On 8/30/23 04:21, Karl Vogel wrote: Out of morbid curiosity (and boredom), I started wondering what types of audio files I had on my systems. I ran "file --mime-type" on 6.8 million files, looked for "audio/whatever" and got the file extensions. Extension MIME-type --

Re: door bell like sound effect

2023-08-30 Thread gene heskett
On 8/30/23 09:32, zithro wrote: On 30 Aug 2023 04:52, gene heskett wrote: man systemctl ; look for "timer" (in vi(m) use "/" to search) ? $ systemctl list-timers Tried this one ? Maybe find the script(s) where you use this sound ? I mean to find HOW you played this sound, ie. with which app

Re: door bell like sound effect

2023-08-30 Thread gene heskett
On 8/30/23 10:48, Greg Wooledge wrote: On Wed, Aug 30, 2023 at 10:15:50AM -0400, gene heskett wrote: On 8/29/23 15:59, Greg Wooledge wrote: find . -name '*.snd' -print many definitions, tell me about it. I made a command line to aplay anything it found, but so far only ogg's and wav's, neither

Debian soporte

2023-08-30 Thread Mario Garcia
Hola mi nombres mario garcia , quisiera pregutarle si una laptop con siguiente procesador snapdragon (tM 7c puedo instalar debian. ? Saludos ?

Re: door bell like sound effect

2023-08-30 Thread Anders Andersson
On Wed, Aug 30, 2023 at 12:50 PM Karl Vogel wrote: > > Out of morbid curiosity (and boredom), I started wondering what types of > audio files I had on my systems. I ran "file --mime-type" on 6.8 million > files, looked for "audio/whatever" and got the file extensions. > > Extension MIME-type

Re: Debian soporte

2023-08-30 Thread zithro
On 30 Aug 2023 20:15, Mario Garcia wrote: Hola mi nombres mario garcia , quisiera pregutarle si una laptop con siguiente procesador snapdragon (tM 7c puedo instalar debian. ? Saludos ? This is an english list ;) If you only speak spanish, I'd recommend debian-user-spanish (or equivalents).

Re: Error : virHostCPUGetKVMMaxVCPUs: KVM is not supported on this platform: Function not implemented

2023-08-30 Thread Mario Marietto
Zithro : And yet you continue trying to compile (possibly) incompatible softwares from source, instead of following the user guides, and despite our warnings. You essentially say "I want to do some complicated stuff without understanding how it works, and quick please". Are you reading my mind ? H

Re: door bell like sound effect

2023-08-30 Thread Karl Vogel
On Wed, Aug 30, 2023 at 07:55:14AM -0400, songbird wrote: > Karl Vogel wrote: > ... > > If nothing else, it's faster to run "locate" and look for file extensions; > > running "file" on that much crap took nearly 9 hours. > > do you have SSDs or spinning rust? I have a 256-Gb SSD and two mirrore