Re: pci 0000:00:01:0: MSI quirk detected; subordinated MSI disabled ...

2021-04-28 Thread Dan Ritter
davidson wrote: 
> > I would like for Debian to make more official an offline mode for
> > using apt probably based on java, so that any machine could be used to
> > download packages to be then installed off-line for those of us who
> > don't/can't see the Internet as a trusted environment.
> 
> I haven't seen anyone mention apt-offline in this thread, so I will
> mention it now:

Thanks! I didn't know about it.

-dsr-



Re: how to use fetchmail with MS Office 365 / davmail?

2021-04-28 Thread Kushal Kumaran
On Wed, Apr 28 2021 at 08:20:37 PM, Gregor Zattler  wrote:
> Dear debian users, the company which employs me uses MS 365
> (former Office 365) in a federated setup where users are
> taken from MS to the companys login server for
> authentication.
>
> Which means that I have to authenticate via a web form with
> the company's login server.  MS does not know the passwords
> instead hashes are exchanged between the servers.  Some
> clients (Outlook) are able to cache successful
> authentication for days but also need to relay
> authentication to the company's server.
>
> I would like to use IMAP to access email in order to
> circumvent Outlook, but AFAIK there is no way for fetchmail
> or other command line tools to authenticate via web page and
> use the IMAP Server then (Thunderbird is able to do this but
> I don't want to use Thunderbird).
>
> I hoped davmail would be able to do that but I have no clue
> how to tell davmail to authenticate in this way.  AFAIK the
> only way is to provide a password which does not apply here.
>
> Any ideas, help?
>

I use my work email address as the username and the work password along
with it when using imap/smtp with davmail.  There are multiple sign-in
options (one of which was selected by your employer) listed at
https://docs.microsoft.com/en-us/azure/active-directory/hybrid/plan-connect-user-signin,
but I think IMAP should work regardless.  My workplace uses federated
authentication, and davmail works fine for me.

Have you tried and failed to authenticate using your email address and
password?

-- 
regards,
kushal



Re: ubuntu/snap future

2021-04-28 Thread riveravaldez
On 4/7/21, Dan Ritter  wrote:
>> riveravaldez wrote:
>>
>> Hi, I was under the impression that (besides being fully open) Flatpak
>> had
>> better confinement method that Canonical's Snap, anybody knows if this is
>> correct?
>
> "Two years ago I wrote about then heavily-pushed Flatpak,
> self-proclaimed "Future of Apps on Linux". The article
> criticized the following three major flows in Flatpak:
>
> Most of the apps have full access to the host system but
> users are misled to believe the apps are sandboxed
> The flatpak runtimes and apps do not get security updates
> Flatpak breaks many aspects of desktop integration"
>
> -- https://flatkill.org/2020/
>
> (the article then says that they fixed some desktop integration
> issues)

Hi, just in case anyone is interested in the following of this, I've
asked at Flatpak's mail-list about the issues mentioned in that
article and someone from GNOME pointed me to this post[0],
which I still didn't read. So, at the moment, just reporting. ;)

Best regards.

[0] https://ramcq.net/2018/10/15/flatpak-sandbox-security/



Re: pci 0000:00:01:0: MSI quirk detected; subordinated MSI disabled ...

2021-04-28 Thread davidson

On Thu, 22 Apr 2021 Albretch Mueller wrote:
[snip]


I will get "married" to Debian (why not? some people would marry
their pets ... ;-)) if it includes the following startup options right
of the live DVD:

* toram
* memtest
* testCD

In my opinion none of those functions are hard to include at all.

You can -almost- always go monkey and do that one way or another, but
I would like for Debian to make more official an offline mode for
using apt probably based on java, so that any machine could be used to
download packages to be then installed off-line for those of us who
don't/can't see the Internet as a trusted environment.


I haven't seen anyone mention apt-offline in this thread, so I will
mention it now:

  apt-offline is an Offline APT Package Manager.
  .
  apt-offline can fully update and upgrade an APT based distribution
  without connecting to the network, all of it transparent to APT.
  .
  apt-offline can be used to generate a signature on a machine (with
  no network).  This signature contains all download information
  required for the APT database system. This signature file can be
  used on another machine connected to the internet (which need not be
  a Debian box and can even be running windows) to download the
  updates.  The downloaded data will contain all updates in a format
  understood by APT and this data can be used by apt-offline to update
  the non-networked machine.
  .
  apt-offline can also fetch bug reports and make them available
  offline.
  Homepage: https://github.com/rickysarraf/apt-offline

I have no experience using it.  Looks to me like for buster you need
to get it from backports.

--
Ce qui est important est rarement urgent
et ce qui est urgent est rarement important
-- Dwight David Eisenhower



Re: pci 0000:00:01:0: MSI quirk detected; subordinated MSI disabled ...

2021-04-28 Thread davidson

On Tue, 27 Apr 2021 Albretch Mueller wrote:

Or toggle "javascript.enabled" to false in "about:config" - no
extensions required.


the assumption being that you would use, trust firefox. A
well-documented, XML-based open source kind of proxy/gateway through
which all requests are sent and received would work with any
browser.
~
I think, given the options, the suggested idea not to install
networking at all (one of the install options with Linux) wins the
prize; then:

b) an exposed "inet" user for the session should be defined with a
RAM drive as its home directory;
c) for whom -exclusively- the network card's device driver should be
installed (is here a hack to install a device driver entirely from
user space? probably, a Debian HURD kind of thing on which the basic
hook for the networking service is exposed and a user space program
would take it from there?);
d) then all access to the Internet go through a client proxy run by "inet";
e) acting as a squid-like application proxy;
e.1) parsing all text/html content coming in, first cleansing it into
well-fomed xhtml with some HTML parser, then using XPath, java
Nasshorn, the principles of the Burp Suite + wireshark + page Reader +
...;
e.1.1) sanitzing the page into alpha-offset format;


What is "alpha-offset format"?

--
Ce qui est important est rarement urgent
et ce qui est urgent est rarement important
-- Dwight David Eisenhower



Re: pci 0000:00:01:0: MSI quirk detected; subordinated MSI disabled ...

2021-04-28 Thread davidson

On Fri, 23 Apr 2021 Albretch Mueller wrote:
On Thu 22 Apr 2021 Dan Ritter wrote:

What you lose this way (besides time) is having apt calculate
which supporting packages you need. However,



https://packages.debian.org



will happily tell you all the dependencies of any given package,
and then you can get all the dependencies of each of those, and
so on.


yes, and "japt" would scrape those pages or even simulate apt to
figure out all dependencies and then download all the packages you
need to install locally, off line.
~


How similar, to the offline machine that will install the packages, is
the machine that connects to the internet to download them ?

If sufficiently similar, there is the '-d' option (--download-only)
for apt-get.

--
Ce qui est important est rarement urgent
et ce qui est urgent est rarement important
-- Dwight David Eisenhower



Re: Evolution

2021-04-28 Thread deloptes
Cindy Sue Causey wrote:

> My intentions are to try it again one day to attempt to figure out why
> it didn't work. It's comforting to know it's not just me encountering
> something usability related there.

:) thank you for sharing this. I can share the comforting.
I dropped Gnome into the basket around 2001 (now exactly 20y later it is
still in the basket)
Especially Evolution never kept the promise - no idea why gnomes are doing
this. IMO they like it and never learn from the mistakes. Another thing I
can imagine is that you can write a driver in C but not a GUI, but here
some people will object for sure ...
If someone has a good reading, it's welcome.




Re: Evolution

2021-04-28 Thread Cindy Sue Causey
On 4/27/21, deloptes  wrote:
>
> If you want a stable desktop you know there is one called Trinity Desktop
> (TDE) - it just works. But upfront the Evolution monster will behave the
> same if you insist using it :D

While attempting to find something calendar-like, I tried Evolution on
Xfce4 about a year ago. Installed it, gave it a shot for about 5 1/2
seconds, said pt(!), and threw it on a very far back burner.

My intentions are to try it again one day to attempt to figure out why
it didn't work. It's comforting to know it's not just me encountering
something usability related there.

Cindy :)
-- 
Cindy-Sue Causey
Talking Rock, Pickens County, Georgia, USA

* runs with birdseed *



Re: Google vs. DDG

2021-04-28 Thread Joe
On Wed, 28 Apr 2021 12:42:23 -0400
Celejar  wrote:

> On Wed, 28 Apr 2021 12:20:58 -0400
> Stefan Monnier  wrote:
> 
> > >> FWIW, I'm pretty sure that such anectodal evidence is of no
> > >> importance because you can also come up with examples where the
> > >> situation is reversed.  
> > > Can you?  
> > 
> > I meant "you" in a very general sense: I'm pretty sure it's
> > possible, but no, I haven't done the necessary work (and I'm not
> > very interested in doing it either).  
> 
> That's fine, of course, but I'm just pointing out that your logic is a
> bit circular: you dismiss my anecdote in support of Google's
> superiority with the assumption that there exist counter-anecdotes as
> well, but your only basis for this assumption seems to be the
> assumption that Google isn't objectively superior ;)
> 
> Of course, anecdotes are not data. And just to be clear, I really like
> DDG, certainly for its attitude and track record of taking privacy
> seriously, as well as for doing remarkably well as a competitor to
> Google with what I assume is a tiny fraction of its resources.
> 

I tend to treat Google as I do Wikipedia: unparalleled for information
which is not the slightest bit politically controversial, a complete
waste of time for anything that is.

Not that there's all that much left in the first category now, but on
things like the sizes of surface-mount electronic components, Wiki is
pretty sound.

-- 
Joe



Re: Google vs. DDG

2021-04-28 Thread davidson

On Wed, 28 Apr 2021 mick crane wrote:


I think Google tailors results according to what they know about you.
Even if you reset the router to a new IP and clear all the cookies they still 
seem to know. I've wondered if the browser has an identifying number.


Supplementing the observations made here by others, I suggest this
introductory reference on the topic:

 https://coveryourtracks.eff.org/about

  Cover Your Tracks is two things: a tool for users to understand how
  unique and identifiable their browser makes them online, and a
  research project to uncover the tools and techniques of online
  trackers and test the efficacy of privacy add-ons. Running tests on
  Cover Your Tracks gives you information about your own browser’s
  privacy protections, and also helps EFF use statistical methods to
  evaluate the capabilities of third-party trackers and the best forms
  of protection against them.

--
Ce qui est important est rarement urgent
et ce qui est urgent est rarement important
-- Dwight David Eisenhower

Re: Multichannel audio playback

2021-04-28 Thread Rodolfo Medina
Joel Roth  writes:

>> So we could consider problem 1) solved.
>> 
>> Let's try to go to problem 2).  The above command properly sends channel 1
>> to loudspeaker 1 and channel 2 to loudspeaker 2, but it doesn't manage to
>> send channel 3 into loudspeaker 3.  Actually, the Behringer seems to behave
>> in stereo mode.  But the strange thing is that outputs `B' (i.e. 3 and 4) do
>> not work at all and seems to be dead.  So please help: how can I - if ever
>> possible - send channel 3 to loudspeaker 3?  And, more in general: is it
>> possible, even with some other device, to achive what I want?
>
> The soundcard capabilities that linux sees are documented
> in the /proc/asound filesystem. That's worth investigating.

Here's the output:

$ cat /proc/asound/cards
 0 [HDMI   ]: HDA-Intel - HDA ATI HDMI
  HDA ATI HDMI at 0xfea64000 irq 38
 1 [Generic]: HDA-Intel - HD-Audio Generic
  HD-Audio Generic at 0xfea6 irq 16
 2 [U192k  ]: USB-Audio - UMC404HD 192k
  BEHRINGER UMC404HD 192k at usb-:00:12.0-1.2, high 
speed

It does not help me...

> Here's one reference to what you can find there:
>
> https://www.ti.com/lit/an/sprac10/sprac10.pdf
>
> Another helpful source for guidance would be the Linux Audio
> Users mailing list, with many knowledgeable and helpful
> members. 

Yes, I wrote to it before buying the Behringer and I will again now.  Some
lister was unkind and called me ignorant...  ;-)

Rodolfo



Re: Kuren bij starten van Testing

2021-04-28 Thread richard lucassen
On Wed, 28 Apr 2021 17:33:42 +0200
Wouter Verhelst  wrote:

> > Nee, maar het zal wel weer een kopie zijn van. En volgens mij is er
> > geen birth flag onder Linux, tenminste, dat meen ik ooit eens
> > ergens gelezen te hebben.
> 
> Dat moet dan wel eventjes geleden zijn ;-)

Ja, en dan misschien nog een oud document ;-)

> Sinds ext4 heeft Linux een "file system creation time", de tijd waarop
> het bestand origineel aangemaakt was op dit bestandssysteem. "ctime",
> laatste wijziging van metadata *of* bestandsinhoud, kan expliciet
> gezet worden; "mtime", laatste wijziging van (enkel) bestandsinhoud,
> is altijd gelijk aan of recenter dan alle andere tijden en kan niet
> expliciet ingesteld worden.

[knip uitleg]

Ik had destijds ook begrepen dat "Birth" er altijd wel bij stond maar
dat dat weinig betekenis had. Maar inderdaad, wellicht ging dat over
ext2/ext3, ik zie inderdaad dat ext4 dat wel doet. Handig om te
weten :-)

-- 
richard lucassen
https://contact.xaq.nl/



Re: Multichannel audio playback

2021-04-28 Thread Joel Roth
On Wed, Apr 28, 2021 at 06:21:27PM +, Rodolfo Medina wrote:
> Joel Roth  writes:
> 
> > I don't think there is a problem with ecasound. 
> > For comparison, you can try
> >
> > aplay -D  test.wav
> >
> > You get the device name from aplay -L.
> > Please also show the output from 
> >
> > cat /proc/asound/cards
> >
> > With your ecasound examples, the -a argument is not necessary, and
> > selecting channels is not its purpose.
> 
> 
> Now it works: 
> 
> 
> $ ecasound -a:1,2,3 -i:sndfile,3canali.wav -o alsaplugin,2,0
> **
> *ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
> **
> (eca-chainsetup) Chainsetup "untitled-chainsetup"
> (eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
> ... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
> ... this may cause audible glitches during processing.
> (eca-chainsetup) "rt" buffering mode selected.
> (audioio_sndfile) Using libsndfile to open file "3canali.wav" for reading.
> (eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,3,48000
> ... for object 'sndfile' (tried to open with -f:s16_le,2,44100).
> (eca-chainsetup) Opened input "sndfile", mode "read". Format: s16_le,
> ... channels 3, srate 48000, interleaved (locked params).
> (eca-chainsetup) Opened output "alsaplugin", mode "write". Format: s16_le,
> ... channels 2, srate 48000, interleaved.
> - [ Connected chainsetup: "untitled-chainsetup" ] 
> - [ Controller/Starting batch processing ] ---
> - [ Engine - Driver start ] --
> 
> - [ Engine - Processing finished ] ---
> - [ Controller/Batch processing finished (0) ] ---
> - [ Controller/Processing stopped (cond) ] ---
> - [ Engine exiting ] -
> (eca-control-objects) Disconnecting chainsetup:  "untitled-chainsetup".
> 
> 
> So we could consider problem 1) solved.
> 
> Let's try to go to problem 2).  The above command properly sends channel 1 to
> loudspeaker 1 and channel 2 to loudspeaker 2, but it doesn't manage to send
> channel 3 into loudspeaker 3.  Actually, the Behringer seems to behave in
> stereo mode.  But the strange thing is that outputs `B' (i.e. 3 and 4) do not
> work at all and seems to be dead.  So please help: how can I - if ever 
> possible
> - send channel 3 to loudspeaker 3?  And, more in general: is it possible, even
> with some other device, to achive what I want?

The soundcard capabilities that linux sees are documented
in the /proc/asound filesystem. That's worth investigating.

Here's one reference to what you can find there:

https://www.ti.com/lit/an/sprac10/sprac10.pdf

Another helpful source for guidance would be the Linux Audio
Users mailing list, with many knowledgeable and helpful
members. 

cheers


> Thanks,
> 
> Rodolfo
> 

-- 
Joel Roth



Re: Multichannel audio playback

2021-04-28 Thread Rodolfo Medina
Joel Roth  writes:

> I don't think there is a problem with ecasound. 
> For comparison, you can try
>
> aplay -D  test.wav
>
> You get the device name from aplay -L.
> Please also show the output from 
>
> cat /proc/asound/cards
>
> With your ecasound examples, the -a argument is not necessary, and
> selecting channels is not its purpose.


Now it works: 


$ ecasound -a:1,2,3 -i:sndfile,3canali.wav -o alsaplugin,2,0
**
*ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
**
(eca-chainsetup) Chainsetup "untitled-chainsetup"
(eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
... this may cause audible glitches during processing.
(eca-chainsetup) "rt" buffering mode selected.
(audioio_sndfile) Using libsndfile to open file "3canali.wav" for reading.
(eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,3,48000
... for object 'sndfile' (tried to open with -f:s16_le,2,44100).
(eca-chainsetup) Opened input "sndfile", mode "read". Format: s16_le,
... channels 3, srate 48000, interleaved (locked params).
(eca-chainsetup) Opened output "alsaplugin", mode "write". Format: s16_le,
... channels 2, srate 48000, interleaved.
- [ Connected chainsetup: "untitled-chainsetup" ] 
- [ Controller/Starting batch processing ] ---
- [ Engine - Driver start ] --

- [ Engine - Processing finished ] ---
- [ Controller/Batch processing finished (0) ] ---
- [ Controller/Processing stopped (cond) ] ---
- [ Engine exiting ] -
(eca-control-objects) Disconnecting chainsetup:  "untitled-chainsetup".


So we could consider problem 1) solved.

Let's try to go to problem 2).  The above command properly sends channel 1 to
loudspeaker 1 and channel 2 to loudspeaker 2, but it doesn't manage to send
channel 3 into loudspeaker 3.  Actually, the Behringer seems to behave in
stereo mode.  But the strange thing is that outputs `B' (i.e. 3 and 4) do not
work at all and seems to be dead.  So please help: how can I - if ever possible
- send channel 3 to loudspeaker 3?  And, more in general: is it possible, even
with some other device, to achive what I want?

Thanks,

Rodolfo



how to use fetchmail with MS Office 365 / davmail?

2021-04-28 Thread Gregor Zattler
Dear debian users, the company which employs me uses MS 365
(former Office 365) in a federated setup where users are
taken from MS to the companys login server for
authentication.

Which means that I have to authenticate via a web form with
the company's login server.  MS does not know the passwords
instead hashes are exchanged between the servers.  Some
clients (Outlook) are able to cache successful
authentication for days but also need to relay
authentication to the company's server.

I would like to use IMAP to access email in order to
circumvent Outlook, but AFAIK there is no way for fetchmail
or other command line tools to authenticate via web page and
use the IMAP Server then (Thunderbird is able to do this but
I don't want to use Thunderbird).

I hoped davmail would be able to do that but I have no clue
how to tell davmail to authenticate in this way.  AFAIK the
only way is to provide a password which does not apply here.

Any ideas, help?

Ciao; Gregor
--
 -... --- .-. . -.. ..--.. ...-.-



Re: Google vs. DDG

2021-04-28 Thread Andrei POPESCU
On Mi, 28 apr 21, 17:07:42, mick crane wrote:
> 
> I think Google tailors results according to what they know about you.
> Even if you reset the router to a new IP and clear all the cookies they
> still seem to know. I've wondered if the browser has an identifying number.
> mick

If you're using Google Chrome, it just might:

https://amifloced.org/

As far as I understand from various articles and following discussions 
(e.g. the one I quote below) browsers send various other data (like your 
screen resolution) that can be combined to be used for fingerprinting. 

Apparently Google intends to take this to another level:

https://arstechnica.com/gadgets/2021/04/everybody-hates-floc-googles-tracking-plan-for-chrome-ads

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: Best desktop environment for multitouch touchscreen?

2021-04-28 Thread deloptes
Kasper Loopstra wrote:

> What is the best desktop environment or other application to try for this?

There are ports of Sailfish OS for x86 or if not suitable something around
nemomobile and the  like
https://sailfish-x86.yeheng.org/





Re: Multichannel audio playback

2021-04-28 Thread Joel Roth
On Wed, Apr 28, 2021 at 11:48:33AM +, Rodolfo Medina wrote:
> didier gaumet  writes:
> 
> > Le 28/04/2021 à 09:37, Rodolfo Medina a écrit :
> > [...]
> >> First of all, problem 1): same error now with a 2-channel and a 3-channel
> >> file:
> > [...]
> >> ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
> >> ... Channel count 2 is out of range!"
> > [...]
> >
> > http://nosignal.fi/ecasound/Documentation/examples.html#multichannel
> >
> > I do not use ecasound but it seems to me that this indicates that by default
> > ecasound is in a one channel (mono, channel #1) mode and that channels have
> > to be specified with -a, perhaps like this:
> >
> > $ ecasound -a:1,2,3 -i:sndfile,3canali.wav -o alsahw,2,0
> >  or perhaps
> > $ ecasound -a:all -i:sndfile,3canali.wav -o alsahw,2,0
> 
> 
> Thanks, Didier:
> 
> it seems to work with 2 channels:
> 
> $ ecasound -a:1,2 -i:sndfile,2canali.wav -o alsahw,2,0
> **
> *ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
> **
> (eca-chainsetup) Chainsetup "untitled-chainsetup"
> (eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
> ... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
> ... this may cause audible glitches during processing.
> (eca-chainsetup) "rt" buffering mode selected.
> (audioio_sndfile) Using libsndfile to open file "2canali.wav" for reading.
> (eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,2,48000
> ... for object 'sndfile' (tried to open with -f:s16_le,2,44100).
> (eca-chainsetup) Opened input "sndfile", mode "read". Format: s16_le,
> ... channels 2, srate 48000, interleaved (locked params).
> (eca-chainsetup) Opened output "alsahw", mode "write". Format: s16_le,
> ... channels 2, srate 48000, interleaved.
> - [ Connected chainsetup: "untitled-chainsetup" ] 
> - [ Controller/Starting batch processing ] ---
> - [ Engine - Driver start ] --
> 
> - [ Engine - Processing finished ] ---
> - [ Controller/Batch processing finished (0) ] ---
> - [ Controller/Processing stopped (cond) ] ---
> - [ Engine exiting ] -
> (eca-control-objects) Disconnecting chainsetup:  "untitled-chainsetup".
> 
> 
> but not with 3:
> 
> $ ecasound -a:1,2,3 -i:sndfile,3canali.wav -o alsahw,2,0
> **
> *ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
> **
> (eca-chainsetup) Chainsetup "untitled-chainsetup"
> (eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
> ... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
> ... this may cause audible glitches during processing.
> (eca-chainsetup) "rt" buffering mode selected.
> (audioio_sndfile) Using libsndfile to open file "3canali.wav" for reading.
> (eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,3,48000
> ... for object 'sndfile' (tried to open with -f:s16_le,2,44100).
> (eca-chainsetup) Opened input "sndfile", mode "read". Format: s16_le,
> ... channels 3, srate 48000, interleaved (locked params).
> ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
> ... Channel count 2 is out of range!"
> 

Hi Rodolfo,

I don't think there is a problem with ecasound. 
For comparison, you can try

aplay -D  test.wav

You get the device name from aplay -L.
Please also show the output from 

cat /proc/asound/cards

With your ecasound examples, the -a argument is not necessary, and
selecting channels is not its purpose. 

cheers

> Please help...
> 
> Rodolfo
> 

-- 
Joel Roth



Re: Google vs. DDG

2021-04-28 Thread Celejar
On Wed, 28 Apr 2021 17:07:42 +0100
mick crane  wrote:

> On 2021-04-28 16:05, Celejar wrote:
> > On Tue, 16 Mar 2021 15:02:19 +0100
> >  wrote:
> > 
> >> On Tue, Mar 16, 2021 at 09:46:53AM -0400, Celejar wrote:
> >> 
> >> [...]
> >> 
> >> > You've been making some very interesting points here about the key
> >> > being context, but I'm not sure I totally buy it. DDG simply doesn't
> >> > work well for me in certain areas of interest to me. Perhaps I'm simply
> >> > not sufficiently skilled at disambiguation (my "DDG fu" needs
> >> > improvement?), but I'm simply much less productive with DDG than with
> >> > Google. And I do usually access Google without being logged in, with
> >> > most cookies blocked, NoScript, etc., so in general it has much less
> >> > (not zero, of course) "context" with regard to me than it does in
> >> > general.
> >> 
> >> Hm. Good point. Of course, Google has a lot more resources than DDG.
> >> My hypothesis is that the advantage from that is rather marginal and
> >> that they get most of their advantage from search context. Of course,
> >> I may be wrong (as nearly always ;-)
> >> 
> >> Could you give an example where DDG fails and Google succeeds?
> > 
> > Here's a sort of example I just ran into. When trying to find
> > information about Thetis hardware security keys, DDG simply couldn't
> > find the company's website: searching DDG for "thetis key" turns up (in
> > the first page of hits) a bunch of Amazon listings, and a bunch of
> > reviews of, and articles about, security keys that mention Thetis.
> > Searching for the same thing on Google, OTOH, returns the company's
> > website (https://thetis.io) as the first hit (along with a convenient
> > list of pages on the site).
> > 
> > At least, this is what I get here. Who knows what you'll see ...
> > 
> > Celejar
> 
> I think Google tailors results according to what they know about you.
> Even if you reset the router to a new IP and clear all the cookies they 
> still seem to know. I've wondered if the browser has an identifying 
> number.

I can't speak for all browsers, of course, but I'm pretty sure Firefox
has no (public) unique ID:

https://support.mozilla.org/en-US/questions/1123927

Celejar



Re: Google vs. DDG

2021-04-28 Thread Celejar
On Wed, 28 Apr 2021 12:20:58 -0400
Stefan Monnier  wrote:

> >> FWIW, I'm pretty sure that such anectodal evidence is of no importance
> >> because you can also come up with examples where the situation
> >> is reversed.
> > Can you?
> 
> I meant "you" in a very general sense: I'm pretty sure it's possible,
> but no, I haven't done the necessary work (and I'm not very interested
> in doing it either).

That's fine, of course, but I'm just pointing out that your logic is a
bit circular: you dismiss my anecdote in support of Google's
superiority with the assumption that there exist counter-anecdotes as
well, but your only basis for this assumption seems to be the
assumption that Google isn't objectively superior ;)

Of course, anecdotes are not data. And just to be clear, I really like
DDG, certainly for its attitude and track record of taking privacy
seriously, as well as for doing remarkably well as a competitor to
Google with what I assume is a tiny fraction of its resources.

Celejar



Re: Google vs. DDG

2021-04-28 Thread Stefan Monnier
>> FWIW, I'm pretty sure that such anectodal evidence is of no importance
>> because you can also come up with examples where the situation
>> is reversed.
> Can you?

I meant "you" in a very general sense: I'm pretty sure it's possible,
but no, I haven't done the necessary work (and I'm not very interested
in doing it either).

> I'm interested in examples of such cases.

I suspect that a good way to find such an example might start by trying
to think of websites which Google would specifically want to avoid
(e.g. for legal or political reasons) while Microsoft wouldn't.
This might be because it's related to a country which kicked out one of
the two while the other managed to sign some kind of agreement or
something like that.

> Incorrect (or at least outdated):
>
> DuckDuckGo gets its results from over four hundred sources. These
> include hundreds of vertical sources delivering niche Instant Answers,
> DuckDuckBot (our crawler) and crowd-sourced sites (like Wikipedia,
> stored in our answer indexes). We also of course have more traditional
> links in the search results, which we also source from multiple
> partners, though most commonly from Bing (and none from Google).
>
> https://help.duckduckgo.com/duckduckgo-help-pages/results/sources/

Thanks for the precisions.


Stefan



Re: Google vs. DDG

2021-04-28 Thread tomas
On Wed, Apr 28, 2021 at 05:07:42PM +0100, mick crane wrote:

> I think Google tailors results according to what they know about you.

Of course they do. That's a selling point (from their POV, at least).

> Even if you reset the router to a new IP and clear all the cookies
> they still seem to know. I've wondered if the browser has an
> identifying number.

What about the cache? There are lots of ways to track an individual
browser. More so if javascript is enabled.

Cheers
 - t


signature.asc
Description: Digital signature


Re: Google vs. DDG

2021-04-28 Thread mick crane

On 2021-04-28 16:05, Celejar wrote:

On Tue, 16 Mar 2021 15:02:19 +0100
 wrote:


On Tue, Mar 16, 2021 at 09:46:53AM -0400, Celejar wrote:

[...]

> You've been making some very interesting points here about the key
> being context, but I'm not sure I totally buy it. DDG simply doesn't
> work well for me in certain areas of interest to me. Perhaps I'm simply
> not sufficiently skilled at disambiguation (my "DDG fu" needs
> improvement?), but I'm simply much less productive with DDG than with
> Google. And I do usually access Google without being logged in, with
> most cookies blocked, NoScript, etc., so in general it has much less
> (not zero, of course) "context" with regard to me than it does in
> general.

Hm. Good point. Of course, Google has a lot more resources than DDG.
My hypothesis is that the advantage from that is rather marginal and
that they get most of their advantage from search context. Of course,
I may be wrong (as nearly always ;-)

Could you give an example where DDG fails and Google succeeds?


Here's a sort of example I just ran into. When trying to find
information about Thetis hardware security keys, DDG simply couldn't
find the company's website: searching DDG for "thetis key" turns up (in
the first page of hits) a bunch of Amazon listings, and a bunch of
reviews of, and articles about, security keys that mention Thetis.
Searching for the same thing on Google, OTOH, returns the company's
website (https://thetis.io) as the first hit (along with a convenient
list of pages on the site).

At least, this is what I get here. Who knows what you'll see ...

Celejar


I think Google tailors results according to what they know about you.
Even if you reset the router to a new IP and clear all the cookies they 
still seem to know. I've wondered if the browser has an identifying 
number.

mick

--
Key ID4BFEBB31



Re: Google vs. DDG

2021-04-28 Thread Celejar
On Wed, 28 Apr 2021 11:45:59 -0400
Stefan Monnier  wrote:

> > Here's a sort of example I just ran into. When trying to find
> > information about Thetis hardware security keys, DDG simply couldn't
> > find the company's website: searching DDG for "thetis key" turns up (in
> > the first page of hits) a bunch of Amazon listings, and a bunch of
> > reviews of, and articles about, security keys that mention Thetis.
> > Searching for the same thing on Google, OTOH, returns the company's
> > website (https://thetis.io) as the first hit (along with a convenient
> > list of pages on the site).
> 
> FWIW, I'm pretty sure that such anectodal evidence is of no importance
> because you can also come up with examples where the situation
> is reversed.

Can you? I'm interested in examples of such cases.

> This is simply because the subset of the internet that is indexed by the
> two search engines is not simply in a subset relation.  So the question
> is not whether such things happen, but how often they happen for your
> use-case one way compared to how it happens for your use-case the
> other way.
> 
> And of course this question is only relevant as one of the properties
> distinguishing the two search engines.  Obviously, the purpose of DDG is
> not to give better search results.
> 
> BTW, as far as I know, DDB doesn't do its own indexing but it relies
> internally on Bing, so in the above is explained by the difference

Incorrect (or at least outdated):

DuckDuckGo gets its results from over four hundred sources. These
include hundreds of vertical sources delivering niche Instant Answers,
DuckDuckBot (our crawler) and crowd-sourced sites (like Wikipedia,
stored in our answer indexes). We also of course have more traditional
links in the search results, which we also source from multiple
partners, though most commonly from Bing (and none from Google).

https://help.duckduckgo.com/duckduckgo-help-pages/results/sources/

> between Bing and Google.  Technically they could probably just as
> well rely on Google (or on both).

FWIW, Bing doesn't find the Thetis homepage either, so that supports
your point.

Celejar



Re: Google vs. DDG

2021-04-28 Thread tomas
On Wed, Apr 28, 2021 at 11:45:59AM -0400, Stefan Monnier wrote:
> > Here's a sort of example I just ran into [...]

> FWIW, I'm pretty sure that such anectodal evidence is of no importance
> because you can also come up with examples where the situation
> is reversed.

Still it might tell us something by "backscatter" :)

For example, I forced now DDG's hand by doing some "foo site:blah.blah".
Tomorrow I'll check again and see whether that site is in the index.

> This is simply because the subset of the internet that is indexed by the
> two search engines is not simply in a subset relation.  So the question
> is not whether such things happen, but how often they happen for your
> use-case one way compared to how it happens for your use-case the
> other way.

Yes, of course. Nobody can index the whole Internet these days ;-)

> BTW, as far as I know, DDB doesn't do its own indexing but it relies
> internally on Bing, so in the above is explained by the difference
> between Bing and Google.  Technically they could probably just as
> well rely on Google (or on both).

They do have an own crawler [1]. No idea of how much it contributes
to their data set, though.

Cheers

[1] https://help.duckduckgo.com/duckduckgo-help-pages/results/duckduckbot/

 - t


signature.asc
Description: Digital signature


Re: Google vs. DDG

2021-04-28 Thread Stefan Monnier
> Here's a sort of example I just ran into. When trying to find
> information about Thetis hardware security keys, DDG simply couldn't
> find the company's website: searching DDG for "thetis key" turns up (in
> the first page of hits) a bunch of Amazon listings, and a bunch of
> reviews of, and articles about, security keys that mention Thetis.
> Searching for the same thing on Google, OTOH, returns the company's
> website (https://thetis.io) as the first hit (along with a convenient
> list of pages on the site).

FWIW, I'm pretty sure that such anectodal evidence is of no importance
because you can also come up with examples where the situation
is reversed.

This is simply because the subset of the internet that is indexed by the
two search engines is not simply in a subset relation.  So the question
is not whether such things happen, but how often they happen for your
use-case one way compared to how it happens for your use-case the
other way.

And of course this question is only relevant as one of the properties
distinguishing the two search engines.  Obviously, the purpose of DDG is
not to give better search results.

BTW, as far as I know, DDB doesn't do its own indexing but it relies
internally on Bing, so in the above is explained by the difference
between Bing and Google.  Technically they could probably just as
well rely on Google (or on both).


Stefan



Re: Video wil niet afspelen

2021-04-28 Thread Wouter Verhelst
On Fri, Apr 16, 2021 at 11:27:34AM +0200, henk van ballegooijen wrote:
> Om de inhoud van de container te bekijken kun je mediainfo proberen. (pakket
> mediainfo-gui + afhankelijkheden)

ffprobe geeft toch wel meer informatie. Mijn pakket "SReview" doet bijvoorbeeld
dit ergens:

ffprobe -show_format -show_streams -print_format json foo.asf

> En voor het afspelen ffmpeg (ffplay)?

mpv heeft mijn voorkeur.

> Geen idee of die de codec ondersteunt.
> Hangt ook af van de configuratie waarmee de ffmpeg gerelateerde pakketten
> gebouwd zijn.
-- 
 w@uter.{be,co.za}
wouter@{grep.be,fosdem.org,debian.org}



Re: Google vs. DDG (was: Social-media antipathy)

2021-04-28 Thread tomas
On Wed, Apr 28, 2021 at 11:05:54AM -0400, Celejar wrote:
> On Tue, 16 Mar 2021 15:02:19 +0100
>  wrote:

[...]

> > Could you give an example where DDG fails and Google succeeds?
> 
> Here's a sort of example I just ran into. When trying to find
> information about Thetis hardware security keys, DDG simply couldn't
> find the company's website: searching DDG for "thetis key" turns up (in
> the first page of hits) a bunch of Amazon listings, and a bunch of
> reviews of, and articles about, security keys that mention Thetis.
> Searching for the same thing on Google, OTOH, returns the company's
> website (https://thetis.io) as the first hit (along with a convenient
> list of pages on the site).
> 
> At least, this is what I get here. Who knows what you'll see ...

Interesting example indeed. Thanks

Cheers
 - t


signature.asc
Description: Digital signature


Re: Kuren bij starten van Testing

2021-04-28 Thread Wouter Verhelst
On Sun, Apr 04, 2021 at 09:06:31PM +0200, Richard Lucassen wrote:
> On Sun, 4 Apr 2021 18:16:44 +0200
> Sjoerd  wrote:
> 
> > > Die Access time schrijft-ie dan niet naar disk. Omdat dat vaak niet
> > > interessant is scheelt dat weer schrijfacties.
> > 
> > Interessant allemaal, 'stat' kende ik nog niet.
> > Wel curieus dat een file al vóór zijn 'birth' gemodificeerd kan
> > worden. Maar misschien heb je in het bovenstaande zitten editen?
> 
> Nee, maar het zal wel weer een kopie zijn van. En volgens mij is er geen
> birth flag onder Linux, tenminste, dat meen ik ooit eens ergens gelezen
> te hebben.

Dat moet dan wel eventjes geleden zijn ;-)

Sinds ext4 heeft Linux een "file system creation time", de tijd waarop
het bestand origineel aangemaakt was op dit bestandssysteem. "ctime",
laatste wijziging van metadata *of* bestandsinhoud, kan expliciet gezet
worden; "mtime", laatste wijziging van (enkel) bestandsinhoud, is altijd
gelijk aan of recenter dan alle andere tijden en kan niet expliciet
ingesteld worden.

wouter@pc181009:~$ cat stats 
#!/bin/sh -x

stat foobar
touch foobar
stat foobar
rm foobar
touch -d 'now - 30 seconds' foobar
stat foobar
sleep 1
touch foobar
stat foobar
wouter@pc181009:~$ ./stats 
+ stat foobar
stat: cannot statx 'foobar': Bestand of map bestaat niet
+ touch foobar
+ stat foobar
  Bestand: foobar
  Grootte: 0Blokken: 0IO-blok: 4096   leeg normaal 
bestand
Apparaat: 10302h/66306d   Inode: 3150363  Koppelingen: 1
Toegang: (0644/-rw-r--r--)   UID: ( 1000/  wouter)   GID: ( 1000/  wouter)
Toegang:   2021-04-28 17:29:11.562314205 +0200
Gewijzigd: 2021-04-28 17:29:11.562314205 +0200
Veranderd: 2021-04-28 17:29:11.562314205 +0200
Ontstaan:  2021-04-28 17:29:11.562314205 +0200
+ rm foobar
+ touch -d now - 30 seconds foobar
+ stat foobar
  Bestand: foobar
  Grootte: 0Blokken: 0IO-blok: 4096   leeg normaal 
bestand
Apparaat: 10302h/66306d   Inode: 3150363  Koppelingen: 1
Toegang: (0644/-rw-r--r--)   UID: ( 1000/  wouter)   GID: ( 1000/  wouter)
Toegang:   2021-04-28 17:28:41.574578640 +0200
Gewijzigd: 2021-04-28 17:28:41.574578640 +0200
Veranderd: 2021-04-28 17:29:11.570314189 +0200
Ontstaan:  2021-04-28 17:29:11.570314189 +0200
+ sleep 1
+ touch foobar
+ stat foobar
  Bestand: foobar
  Grootte: 0Blokken: 0IO-blok: 4096   leeg normaal 
bestand
Apparaat: 10302h/66306d   Inode: 3150363  Koppelingen: 1
Toegang: (0644/-rw-r--r--)   UID: ( 1000/  wouter)   GID: ( 1000/  wouter)
Toegang:   2021-04-28 17:29:12.582312114 +0200
Gewijzigd: 2021-04-28 17:29:12.582312114 +0200
Veranderd: 2021-04-28 17:29:12.582312114 +0200
Ontstaan:  2021-04-28 17:29:11.570314189 +0200

(de LC_ALL=C variant is een oefening voor de lezer)

-- 
 w@uter.{be,co.za}
wouter@{grep.be,fosdem.org,debian.org}



Re: Google vs. DDG (was: Social-media antipathy)

2021-04-28 Thread Celejar
On Tue, 16 Mar 2021 15:02:19 +0100
 wrote:

> On Tue, Mar 16, 2021 at 09:46:53AM -0400, Celejar wrote:
> 
> [...]
> 
> > You've been making some very interesting points here about the key
> > being context, but I'm not sure I totally buy it. DDG simply doesn't
> > work well for me in certain areas of interest to me. Perhaps I'm simply
> > not sufficiently skilled at disambiguation (my "DDG fu" needs
> > improvement?), but I'm simply much less productive with DDG than with
> > Google. And I do usually access Google without being logged in, with
> > most cookies blocked, NoScript, etc., so in general it has much less
> > (not zero, of course) "context" with regard to me than it does in
> > general.
> 
> Hm. Good point. Of course, Google has a lot more resources than DDG.
> My hypothesis is that the advantage from that is rather marginal and
> that they get most of their advantage from search context. Of course,
> I may be wrong (as nearly always ;-)
> 
> Could you give an example where DDG fails and Google succeeds?

Here's a sort of example I just ran into. When trying to find
information about Thetis hardware security keys, DDG simply couldn't
find the company's website: searching DDG for "thetis key" turns up (in
the first page of hits) a bunch of Amazon listings, and a bunch of
reviews of, and articles about, security keys that mention Thetis.
Searching for the same thing on Google, OTOH, returns the company's
website (https://thetis.io) as the first hit (along with a convenient
list of pages on the site).

At least, this is what I get here. Who knows what you'll see ...

Celejar



Re: arrière plan image pour visioconférence

2021-04-28 Thread Erwan David

Le 28/04/2021 à 15:59, Gaëtan PERRIER a écrit :

Le mercredi 28 avril 2021 à 08:43 +0200, fabricer a écrit :

hello,


Je recherche un moyen de placer une image

[zap]

convenir sous Linux ?

teams de M$ le propose.

Comment ça je me gourré de liste de diffusion ! ;)



Pas spécialement d'erreur de liste. Il y a une version linux de Teams ...

Gaëtan



Mais elle n'a pas cette feature...



Re: arrière plan image pour visioconférence

2021-04-28 Thread Gaëtan PERRIER
Le mercredi 28 avril 2021 à 08:43 +0200, fabricer a écrit :
> hello,
> 
> > Je recherche un moyen de placer une image
> [zap]
> > convenir sous Linux ?
> teams de M$ le propose.
> 
> Comment ça je me gourré de liste de diffusion ! ;)
> 

Pas spécialement d'erreur de liste. Il y a une version linux de Teams ...

Gaëtan


signature.asc
Description: This is a digitally signed message part


Re: Ben alors là ! Vla t'y pas qu'on peut acheter du matos sans OS chez Lenovo !

2021-04-28 Thread Gaëtan PERRIER
Le mercredi 28 avril 2021 à 08:49 +0200, BERTRAND Joël a écrit :
> > Bonjour,
> > 
> > Qu'est-ce qui change entre un Thinkpad et les autres modèles Lenovo
> > niveau BIOS/EFI ?
> 
> Bonjour,
> 
> Ce n'est pas la même gamme de produit et j'ai toujours eu beaucoup
> plus de problèmes de bios incontournables avec les non Thinkpad
> qu'avec les Thinkpad. C'est juste une constatation, je n'ai jamais
> investigué plus loin. L'impression que ça me donne, vu de mon bureau,
> c'est que la gamme Thinkpad surfe encore sur la qualité IBM et qu'ils
> essaient tant bien que mal de s'y tenir alors que les autres sont à
> peine mieux que du bas de gamme lorsqu'on y regarde bien. Je parle de
> bas de gamme dans ma conception des choses, je garde un ordinateur
> jusqu'à ce qu'ils soit hors d'usage ou définitivement inutilisable en
> raison de l'embonpoint des logiciels et les seules machines qui me
> tiennent plus de dix ans sans aucun problème sont aujourd'hui les
> Lenovo/Thinkpad et les Toshiba (y compris les disques). 


Je ne sais pas ce qu'il en est des Thinkpad récents mais effectivement j'ai un
T420 qui doit avoir pas loin de 10 ans je pense. Il fonctionne encore très
bien. Je lui ai mis un BIOS déverrouillé pour pouvoir installé une carte wifi
plus performante. Par contre le gros problème avec ces vieux PC portables c'est
la batterie. Lenovo n'en vend plus et trouvé un fournisseur alternatif qui
tient la route est (quasi) mission impossible. La dernière que j'ai acheté chez
aboutbatterie est catastrophique. Le premier exemplaire coupait brutalement
alors que la batterie indiquait 20% de niveau restant. Elle m'a été remplacé
par une autre qui est un peu mieux (entre 10 et 15%). J'ai laissé tombé le SAV
mais il est clair que je n'achèterai plus chez eux.
Si vous avez un site avec de bons retex je suis intéressé.

A+

Gaëtan


signature.asc
Description: This is a digitally signed message part


Re: Multichannel audio playback

2021-04-28 Thread didier gaumet

Le 28/04/2021 à 13:48, Rodolfo Medina a écrit :
[...]

$ ecasound -a:1,2,3 -i:sndfile,3canali.wav -o alsahw,2,0

[...]

I would suggest you to try here to replace alshw by alsaplugin and see 
if it works better


If you want to use ecasound, I suggest you read the ecasound 
documentation (particularly but not limited to the examples):

http://nosignal.fi/ecasound/Documentation/index.html

I I were you (because I am not really aware of digital mixing (not even 
analog mixing) or low-level audio tools)   I would try higher level 
tools, for example a GUI DAW ( digital audio workstation) like Audacity 
or Ardour (probably overkill).


Using a CLI, one have to know what to do and how to do it while a GUI 
partially permits to guess this by exploring the menus, for example...


Good luck :-)



Re: Best desktop environment for multitouch touchscreen?

2021-04-28 Thread Weaver
On 28-04-2021 22:13, Kasper Loopstra wrote:
> On 28/04/2021 13:57, Weaver wrote:
>> On 28-04-2021 21:20, Kasper Loopstra wrote:
>>> On 28/04/2021 11:32, Weaver wrote:
 On 28-04-2021 19:04, Kasper Loopstra wrote:
> I've also briefly tried to use Kodi, but that does not seem to support
> launching external programs and/or webpages easily.
 I don't know about the rest, but Kodi usually requires extensions
 installed in order access external resources. Depending on where you
 are, cross-border `intellectual property' stipulations sometimes get in
 the way. Other than that, you shouldn't have any problems.
 Cheers!

 Harry.
>>> Thanks. I've been looking at Kodi and trying to launch a webpage in
>>> Firefox, but that requires writing an extension apparently (all the
>>> existing ones are broken or won't run on the Debian version of Kodi).
>>> Trying the "Hello World" extension to write one also gives a
>>> dependency error in Kodi that Google doesn't show me any fixes for.
>> You shouldn't need to access Firefox.
>> Kodi has its own browser interface, and it should be possible for you to
>> access what you want via addons like `lazytv', etc..
>> You should be able to access the mixer that way also, directly.
>> Cheers!
>>
>> Harry
> 
> Thanks again for the quick reply! Unfortunately, I'm trying to control
> a hardware mixer on the network here (a Behringer XAir 18). That needs
> its own Linux application. Could you link me to a tutorial on how to
> launch the external application on Kodi that works on Debian? It would
> be much appreciated!
> 
> I've installed the LazyTV addon, and tried it. It just gave a beep and
> did nothing. Do you have a tutorial on how to use that to view
> specific content only available in the browser? Such as ziggogo.tv
> (Dutch cable provider) and uitzendinggemist.nl (Dutch TV)?
> 
> These must be really basic questions, but by just googling and reading
> the manual I have not been able to figure it out.

You're probably better off speaking to the Kodi people directly.

https://kodi.wiki/view/Main_Page

https://forum.kodi.tv/

I haven't explored Kodi enough to give you the answers you need with
additional hardware in a network, but somebody there will know about it.
Good luck with it, and let us know how you go.
Cheers!

Harry

-- 
"'Crazy' is a term of art; 'Insane' is a term of law. 
Remember that, and you'll save yourself a lot of trouble." 

--Hunter S. Thompson



Re: Best desktop environment for multitouch touchscreen?

2021-04-28 Thread Kasper Loopstra



On 28/04/2021 13:57, Weaver wrote:

On 28-04-2021 21:20, Kasper Loopstra wrote:

On 28/04/2021 11:32, Weaver wrote:

On 28-04-2021 19:04, Kasper Loopstra wrote:

I've also briefly tried to use Kodi, but that does not seem to support
launching external programs and/or webpages easily.

I don't know about the rest, but Kodi usually requires extensions
installed in order access external resources. Depending on where you
are, cross-border `intellectual property' stipulations sometimes get in
the way. Other than that, you shouldn't have any problems.
Cheers!

Harry.

Thanks. I've been looking at Kodi and trying to launch a webpage in
Firefox, but that requires writing an extension apparently (all the
existing ones are broken or won't run on the Debian version of Kodi).
Trying the "Hello World" extension to write one also gives a
dependency error in Kodi that Google doesn't show me any fixes for.

You shouldn't need to access Firefox.
Kodi has its own browser interface, and it should be possible for you to
access what you want via addons like `lazytv', etc..
You should be able to access the mixer that way also, directly.
Cheers!

Harry


Thanks again for the quick reply! Unfortunately, I'm trying to control a 
hardware mixer on the network here (a Behringer XAir 18). That needs its 
own Linux application. Could you link me to a tutorial on how to launch 
the external application on Kodi that works on Debian? It would be much 
appreciated!


I've installed the LazyTV addon, and tried it. It just gave a beep and 
did nothing. Do you have a tutorial on how to use that to view specific 
content only available in the browser? Such as ziggogo.tv (Dutch cable 
provider) and uitzendinggemist.nl (Dutch TV)?


These must be really basic questions, but by just googling and reading 
the manual I have not been able to figure it out.



Thanks,


Kasper.




There are a couple of webpages I would like to launch easily (as they
are the only way to view Dutch TV online), and also a program to
control the audio mixer via the network.

If you have any hints on how to achieve this in Kodi, I'd be grateful.


Thanks,


Kasper

PS: Please put me on CC on replies, I'm not subscribed to the list.




Re: Best desktop environment for multitouch touchscreen?

2021-04-28 Thread Weaver
On 28-04-2021 21:20, Kasper Loopstra wrote:
> On 28/04/2021 11:32, Weaver wrote:
>> On 28-04-2021 19:04, Kasper Loopstra wrote:
>>> I've also briefly tried to use Kodi, but that does not seem to support
>>> launching external programs and/or webpages easily.
>> I don't know about the rest, but Kodi usually requires extensions
>> installed in order access external resources. Depending on where you
>> are, cross-border `intellectual property' stipulations sometimes get in
>> the way. Other than that, you shouldn't have any problems.
>> Cheers!
>>
>> Harry.
> 
> Thanks. I've been looking at Kodi and trying to launch a webpage in
> Firefox, but that requires writing an extension apparently (all the
> existing ones are broken or won't run on the Debian version of Kodi).
> Trying the "Hello World" extension to write one also gives a
> dependency error in Kodi that Google doesn't show me any fixes for.

You shouldn't need to access Firefox.
Kodi has its own browser interface, and it should be possible for you to
access what you want via addons like `lazytv', etc..
You should be able to access the mixer that way also, directly.
Cheers!

Harry

> There are a couple of webpages I would like to launch easily (as they
> are the only way to view Dutch TV online), and also a program to
> control the audio mixer via the network.
> 
> If you have any hints on how to achieve this in Kodi, I'd be grateful.
> 
> 
> Thanks,
> 
> 
> Kasper
> 
> PS: Please put me on CC on replies, I'm not subscribed to the list.

-- 
"'Crazy' is a term of art; 'Insane' is a term of law. 
Remember that, and you'll save yourself a lot of trouble." 

--Hunter S. Thompson



Re: Multichannel audio playback

2021-04-28 Thread Rodolfo Medina
didier gaumet  writes:

> Le 28/04/2021 à 09:37, Rodolfo Medina a écrit :
> [...]
>> First of all, problem 1): same error now with a 2-channel and a 3-channel
>> file:
> [...]
>> ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
>> ... Channel count 2 is out of range!"
> [...]
>
> http://nosignal.fi/ecasound/Documentation/examples.html#multichannel
>
> I do not use ecasound but it seems to me that this indicates that by default
> ecasound is in a one channel (mono, channel #1) mode and that channels have
> to be specified with -a, perhaps like this:
>
> $ ecasound -a:1,2,3 -i:sndfile,3canali.wav -o alsahw,2,0
>  or perhaps
> $ ecasound -a:all -i:sndfile,3canali.wav -o alsahw,2,0


Thanks, Didier:

it seems to work with 2 channels:

$ ecasound -a:1,2 -i:sndfile,2canali.wav -o alsahw,2,0
**
*ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
**
(eca-chainsetup) Chainsetup "untitled-chainsetup"
(eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
... this may cause audible glitches during processing.
(eca-chainsetup) "rt" buffering mode selected.
(audioio_sndfile) Using libsndfile to open file "2canali.wav" for reading.
(eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,2,48000
... for object 'sndfile' (tried to open with -f:s16_le,2,44100).
(eca-chainsetup) Opened input "sndfile", mode "read". Format: s16_le,
... channels 2, srate 48000, interleaved (locked params).
(eca-chainsetup) Opened output "alsahw", mode "write". Format: s16_le,
... channels 2, srate 48000, interleaved.
- [ Connected chainsetup: "untitled-chainsetup" ] 
- [ Controller/Starting batch processing ] ---
- [ Engine - Driver start ] --

- [ Engine - Processing finished ] ---
- [ Controller/Batch processing finished (0) ] ---
- [ Controller/Processing stopped (cond) ] ---
- [ Engine exiting ] -
(eca-control-objects) Disconnecting chainsetup:  "untitled-chainsetup".


but not with 3:

$ ecasound -a:1,2,3 -i:sndfile,3canali.wav -o alsahw,2,0
**
*ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
**
(eca-chainsetup) Chainsetup "untitled-chainsetup"
(eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
... this may cause audible glitches during processing.
(eca-chainsetup) "rt" buffering mode selected.
(audioio_sndfile) Using libsndfile to open file "3canali.wav" for reading.
(eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,3,48000
... for object 'sndfile' (tried to open with -f:s16_le,2,44100).
(eca-chainsetup) Opened input "sndfile", mode "read". Format: s16_le,
... channels 3, srate 48000, interleaved (locked params).
ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
... Channel count 2 is out of range!"


Please help...

Rodolfo



Re: Best desktop environment for multitouch touchscreen?

2021-04-28 Thread Kasper Loopstra



On 28/04/2021 11:32, Weaver wrote:

On 28-04-2021 19:04, Kasper Loopstra wrote:

I've also briefly tried to use Kodi, but that does not seem to support
launching external programs and/or webpages easily.

I don't know about the rest, but Kodi usually requires extensions
installed in order access external resources. Depending on where you
are, cross-border `intellectual property' stipulations sometimes get in
the way. Other than that, you shouldn't have any problems.
Cheers!

Harry.


Thanks. I've been looking at Kodi and trying to launch a webpage in 
Firefox, but that requires writing an extension apparently (all the 
existing ones are broken or won't run on the Debian version of Kodi). 
Trying the "Hello World" extension to write one also gives a dependency 
error in Kodi that Google doesn't show me any fixes for.


There are a couple of webpages I would like to launch easily (as they 
are the only way to view Dutch TV online), and also a program to control 
the audio mixer via the network.


If you have any hints on how to achieve this in Kodi, I'd be grateful.


Thanks,


Kasper

PS: Please put me on CC on replies, I'm not subscribed to the list.



Re: Best desktop environment for multitouch touchscreen?

2021-04-28 Thread Weaver
On 28-04-2021 19:04, Kasper Loopstra wrote:
> Hi all,
> 
> 
> I am trying to use a multi-touch monitor (Dell P2418HT) with Debian as
> a front-end for a media center setup. Ideally this system would work
> without having a mouse attached, and allow touching icons on some kind
> of Desktop or main screen to open specific webpages in Firefox and/or
> start programs.
> 
> 
> Having tried both KDE and Gnome I cannot really seem to get things to
> work the way I would like.
> 
> KDE/Wayland: Works reasonably well, but the icons on the desktop do
> not respond to touch in any way, and the Start menu needs to be used.
> 
> Gnome/Wayland: No longer has the concept of a Desktop, but even with
> the Desktop extension program shortcuts show up as files to be opened
> with a text-editor instead of "click and something happens".
> 
> I've also briefly tried to use Kodi, but that does not seem to support
> launching external programs and/or webpages easily.

I don't know about the rest, but Kodi usually requires extensions
installed in order access external resources. Depending on where you
are, cross-border `intellectual property' stipulations sometimes get in
the way. Other than that, you shouldn't have any problems.
Cheers!

Harry.

> Stuff like multi-touch in applications, pinch-to-zoom and 2 finger
> scroll are not working either.
> 
> 
> What is the best desktop environment or other application to try for this?
> 
> 
> Thanks,
> 
> 
> Kasper
> 
> 
> PS: Please put me on CC on replies, I'm not subscribed to the list.

-- 
"'Crazy' is a term of art; 'Insane' is a term of law.
Remember that, and you'll save yourself a lot of trouble."

--Hunter S. Thompson



Best desktop environment for multitouch touchscreen?

2021-04-28 Thread Kasper Loopstra

Hi all,


I am trying to use a multi-touch monitor (Dell P2418HT) with Debian as a 
front-end for a media center setup. Ideally this system would work 
without having a mouse attached, and allow touching icons on some kind 
of Desktop or main screen to open specific webpages in Firefox and/or 
start programs.



Having tried both KDE and Gnome I cannot really seem to get things to 
work the way I would like.


KDE/Wayland: Works reasonably well, but the icons on the desktop do not 
respond to touch in any way, and the Start menu needs to be used.


Gnome/Wayland: No longer has the concept of a Desktop, but even with the 
Desktop extension program shortcuts show up as files to be opened with a 
text-editor instead of "click and something happens".


I've also briefly tried to use Kodi, but that does not seem to support 
launching external programs and/or webpages easily.



Stuff like multi-touch in applications, pinch-to-zoom and 2 finger 
scroll are not working either.



What is the best desktop environment or other application to try for this?


Thanks,


Kasper


PS: Please put me on CC on replies, I'm not subscribed to the list.






Re: Multichannel audio playback

2021-04-28 Thread Joel Roth
--
--- Begin Message ---
On Wed, Apr 28, 2021 at 07:37:27AM +, Rodolfo Medina wrote:
> Joel Roth  writes:
> 
> > On Tue, Apr 27, 2021 at 10:22:11AM -1000, Joel Roth wrote:
> >> 
> >> ecasound -i:libsndfile,audiofile -o alsa
> >  
> > that should be -i:sndfile 
> 
> 
> Thanks, Joel...
> 
> 
> 2 problems seem to be involved:
> 
> 1) make ecasound read and play the file;
> 
> 2) properly use all those many outputs on the Behringer's back.
> 
> (Up to now, I can't make the `B' Playback Outputs work yet.  Only `A' seem to
> respond.)
> 
> First of all, problem 1): same error now with a 2-channel and a 3-channel 
> file:
> 
> 
> $ ecasound -i:2canali.wav -o alsahw,2,0
> **
> *ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
> **
> (eca-chainsetup) Chainsetup "untitled-chainsetup"
> (eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
> ... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
> ... this may cause audible glitches during processing.
> (eca-chainsetup) "rt" buffering mode selected.
> (eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,2,48000
> ... for object '2canali.wav' (tried to open with -f:s16_le,2,44100).
> (eca-chainsetup) Opened input "2canali.wav", mode "read". Format: s16_le,
> ... channels 2, srate 48000, interleaved (locked params).
> ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
> ... Channel count 2 is out of range!"
> 
> 
> 
> $ ecasound -i:sndfile,3canali.wav -o alsahw,2,0
> **
> *ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
> **
> (eca-chainsetup) Chainsetup "untitled-chainsetup"
> (eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
> ... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
> ... this may cause audible glitches during processing.
> (eca-chainsetup) "rt" buffering mode selected.
> (audioio_sndfile) Using libsndfile to open file "3canali.wav" for reading.
> (eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,3,48000
> ... for object 'sndfile' (tried to open with -f:s16_le,2,44100).
> (eca-chainsetup) Opened input "sndfile", mode "read". Format: s16_le,
> ... channels 3, srate 48000, interleaved (locked params).
> ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
> ... Channel count 2 is out of range!"
> 
> 
> Both files were created via `sox -M' command from respectively 2 and 3 mono
> files.
 
Ecasound can correctly identify and open the audiofile in
both of your tests above, with and without libsndfile. You
can see it identifies the sample rate and channel count
correctly both times. 

The problem is with the ALSA output. Something is wrong with
the soundcard device, its driver or its alsa interface via
alsahw,2,0. 

You could try listing the sound devices. 

aplay -L

Choose one you want and use -o alsa,DEVICENAME

You can also cat /proc/asound/cards.

Oh, and make sure you don't have pulseaudio running.

cheers

> Please help if you can.
 
> Thanks
> 
> Rodolfo
> 

-- 
Joel Roth
--- End Message ---


Re: Multichannel audio playback

2021-04-28 Thread didier gaumet

Le 28/04/2021 à 09:37, Rodolfo Medina a écrit :
[...]

First of all, problem 1): same error now with a 2-channel and a 3-channel file:

[...]

ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
... Channel count 2 is out of range!"

[...]

http://nosignal.fi/ecasound/Documentation/examples.html#multichannel

I do not use ecasound but it seems to me that this indicates that by 
default ecasound is in a one channel (mono, channel #1) mode and that 
channels have to be specified with -a, perhaps like this:


$ ecasound -a:1,2,3 -i:sndfile,3canali.wav -o alsahw,2,0
 or perhaps
$ ecasound -a:all -i:sndfile,3canali.wav -o alsahw,2,0



TEST2

2021-04-28 Thread Fab

TEST2 from kaz emails

f.



problème avec evolution et gnome-keyring-daemon

2021-04-28 Thread benoit
Bonjour à tou·te·s,

Habituellement mon client mail ouvre un prompt graphique pour 
gnome-keyring-daemon dans lequel je tape mon mot de passe.

Et là le prompt ne s’affiche pas quand je lance mon client mail (evolution), je 
n’ai rien changé à ma config.

Comment lancer gnome-keyring-daemon pour qu’il me propose le prompt graphique ?

gnome-keyring-daemon –unlock

Ne propose pas de prompt…

Dans un deuxième temps, comment lancer un trousseau de clés équivalant (capable 
de fournir les mdp à évolution) en mode terminal (J’ai configuré 
multi-user.target, donc je ne me logue pas en mode graphique) et utiliser le 
mdp de mon login pour ne le taper qu’une fois ?

Merci d’avance

–

Benoit

Sent with [ProtonMail](https://protonmail.com) Secure Email.

Re: arrière plan image pour visioconférence

2021-04-28 Thread Nicolas Faure

Bonjour,

Jitsi propose plusieurs arrières plan.

Nicolas

Le 28/04/2021 à 07:10, Bernard Schoenacker a écrit :

Bonjour,

Je recherche un moyen de placer une image
d'arrière plan lors d'une visioconférence
afin de simplement neutraliser
l'environnement 

Quelles sont les solutions qui pourraient
convenir sous Linux ?

Merci pour votre aimable attention

Bien à vous

Bernard



Re: Multichannel audio playback

2021-04-28 Thread Rodolfo Medina
Joel Roth  writes:

> On Tue, Apr 27, 2021 at 10:22:11AM -1000, Joel Roth wrote:
>> 
>> ecasound -i:libsndfile,audiofile -o alsa
>  
> that should be -i:sndfile 


Thanks, Joel...


2 problems seem to be involved:

1) make ecasound read and play the file;

2) properly use all those many outputs on the Behringer's back.

(Up to now, I can't make the `B' Playback Outputs work yet.  Only `A' seem to
respond.)

First of all, problem 1): same error now with a 2-channel and a 3-channel file:


$ ecasound -i:2canali.wav -o alsahw,2,0
**
*ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
**
(eca-chainsetup) Chainsetup "untitled-chainsetup"
(eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
... this may cause audible glitches during processing.
(eca-chainsetup) "rt" buffering mode selected.
(eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,2,48000
... for object '2canali.wav' (tried to open with -f:s16_le,2,44100).
(eca-chainsetup) Opened input "2canali.wav", mode "read". Format: s16_le,
... channels 2, srate 48000, interleaved (locked params).
ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
... Channel count 2 is out of range!"



$ ecasound -i:sndfile,3canali.wav -o alsahw,2,0
**
*ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
**
(eca-chainsetup) Chainsetup "untitled-chainsetup"
(eca-chainsetup) NOTE: Real-time configuration, but insufficient privileges
... to utilize real-time scheduling (SCHED_FIFO). With small buffersizes,
... this may cause audible glitches during processing.
(eca-chainsetup) "rt" buffering mode selected.
(audioio_sndfile) Using libsndfile to open file "3canali.wav" for reading.
(eca-chainsetup) NOTE: using existing audio parameters -f:s16_le,3,48000
... for object 'sndfile' (tried to open with -f:s16_le,2,44100).
(eca-chainsetup) Opened input "sndfile", mode "read". Format: s16_le,
... channels 3, srate 48000, interleaved (locked params).
ERROR:  Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
... Channel count 2 is out of range!"


Both files were created via `sox -M' command from respectively 2 and 3 mono
files.


Please help if you can.

Thanks

Rodolfo



Re: Ben alors là ! Vla t'y pas qu'on peut acheter du matos sans OS chez Lenovo !

2021-04-28 Thread BERTRAND Joël
Gaëtan Perrier a écrit :
> Le mardi 27 avril 2021 à 09:46 +0200, BERTRAND Joël a écrit :
>> kaliderus a écrit :
>>> Mesdames Messieurs bonjour,
>>> 
>>> Je zappais sur le site de Lenovo afin de m'enquérir des
>>> dernières évolutions matériel, lorsqu'en effectuant une
>>> simulation de configuration en ligne d'un petit portable, dont
>>> voici le lien :
>>> 
>>> https://www.lenovo.com/fr/fr/laptops/thinkpad/x-series/ThinkPad-X13-Intel-/p/20T2CTO1WWFRFR2/customize
>>>
>>> 
?
>>> 
>>> j'arrive à la partie " Système d'exploitation " et que vois-je,
>>> de mes yeux écarquillés, le choix " Pas de système
>>> d'exploitation ".
>>> 
>>> Cette information me semble suffisamment rare pour être
>>> partagée venant d'un gros constructeur je trouve (habitué de
>>> cette marque, la dernière fois j'ai dû me taper la taxe M$,
>>> évidemment sans possibilité de remboursement).
>>> 
>> 
>> Bonjour,
>> 
>> Sur le Thinkpad, c'est sans doute intéressant. Mais attention
>> aux autres modèles, les bios/efi et autres joyeusetés sont
>> parfois buggués sur ces modèles et empêchent un bon
>> fonctionnement sous autre chose que Windows.
> 
> 
> Bonjour,
> 
> Qu'est-ce qui change entre un Thinkpad et les autres modèles Lenovo
> niveau BIOS/EFI ?

Bonjour,

Ce n'est pas la même gamme de produit et j'ai toujours eu beaucoup
plus de problèmes de bios incontournables avec les non Thinkpad
qu'avec les Thinkpad. C'est juste une constatation, je n'ai jamais
investigué plus loin. L'impression que ça me donne, vu de mon bureau,
c'est que la gamme Thinkpad surfe encore sur la qualité IBM et qu'ils
essaient tant bien que mal de s'y tenir alors que les autres sont à
peine mieux que du bas de gamme lorsqu'on y regarde bien. Je parle de
bas de gamme dans ma conception des choses, je garde un ordinateur
jusqu'à ce qu'ils soit hors d'usage ou définitivement inutilisable en
raison de l'embonpoint des logiciels et les seules machines qui me
tiennent plus de dix ans sans aucun problème sont aujourd'hui les
Lenovo/Thinkpad et les Toshiba (y compris les disques). En étant un
peu hors sujet, depuis 1991, j'ai eu comme pannes sur mon parc
IBM/Lenovo/Toshiba (un nombre de machines permettant de commencer à
faire des stats valables) :
- une carte d'extension mémoire pour un PS/2 modèle P70;
- un clavier pour un Toshiba Satellite 4060XCDT (machine qui
fonctionne toujours);
- un écran pour un Toshiba P200 1DE;
- un support d'antivol cassé (sans doute par un utilisateur peu
scrupuleux qui m'a dit que ça s'était cassé tout seul... À d'autres !...);
- un bios complètement buggué sur une série de Lenovo non Thinkpad
dont j'ai oublié la référence (de mémoire un Ideapad quelque chose).

Ces machines sont gardées au moins cinq ans. Lorsque j'ai essayé
Dell, plus de 50% du parc est passé en SAV sous garantie pour des
problèmes de cartes-mères, de batteries et de chargeurs et de cartes
mémoire pas compatibles mais presque... La joie de la qualité à pas
cher. Quant à mon essai Acer (pas cher et jetable pour des gens qui ne
prenaient pas soin de leur matériel), mieux vaut ne pas en parler.
C'était vraiment du jetable !

Pour être tout à fait honnête cependant, il y a des choses
exaspérantes dans les bios Thinkpad (des options qui ne font
strictement rien dans le cas de mon Edge) mais pas aussi pénibles que
pour les autres modèles où l'on a l'impression soit que ce n'est pas
bien sec, soit que c'est voulu pour contraindre à l'utilisation de
l'OS de Microsoft parce que tous les tests sont faits avec la dernière
mouture de la microsofterie et que Lenovo se contrefout des autres
utilisateurs. Le pire, ce sont les bugs grossiers qui sont remontés au
support de Lenovo et qui ne sont jamais corrigés.

Bien cordialement,

JKB



Re: arrière plan image pour visioconférence

2021-04-28 Thread fabricer

hello,


Je recherche un moyen de placer une image

[zap]

convenir sous Linux ?

teams de M$ le propose.

Comment ça je me gourré de liste de diffusion ! ;)

f.



Re: arrière plan image pour visioconférence

2021-04-28 Thread didier gaumet
D'après une rapide recherche, ça semble une fonctionnalité proposée par 
certains logiciels, d'origine ou via une extension. Donc à chercher dans 
les possibilités du logiciel que tu utilises?