Re: Problem with mirrors in a 10.4.0 install

2020-07-21 Thread Andrei POPESCU
On Lu, 20 iul 20, 12:10:01, Bill wrote:
> 
> My networking in the install is correctly set up I believe. Although the
> installer doesn't have ping capability (ash), I am able to ping the new box
> correctly from another host on my lan. I've selected http as the mirror
> protocol and there is no proxy involved. I've also successfully checked the
> integrity of the CD-ROM.
 
[...]

> From /var/log/syslog I get these messages:
> choose-mirror [20574]: DEBUG: command: wget --no-verbose
> http://ftp.us.debian.org/debian/dists/buster/Release -O - |grep -E
> '^(Suite|Codename|Architectures):'
> And then the same error message as on the F4 console above.

Does the wget command (without the grep) part work?

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


signature.asc
Description: PGP signature


Re: Slic3r --gui won't run

2020-07-21 Thread Gene Heskett
On Tuesday 21 July 2020 02:43:52 Andrei POPESCU wrote:

> On Lu, 20 iul 20, 13:52:38, Gene Heskett wrote:
> > On Monday 20 July 2020 13:01:17 Andrei POPESCU wrote:
> > > On Lu, 20 iul 20, 12:24:35, Gene Heskett wrote:
> > > > FWIW, it installs and runs fine on a pi4 running buster 10.4.
> > > > But I don't have space close enough to the pi4 to put the
> > > > printer within reach of it. I've 3 other machines, all running
> > > > wheezy because thats the last RTAI kernel the linuxcnc folks
> > > > have built, but wheezy of course is done, so if I want to put
> > > > slic3r on one of those, I'll have to build it from scratch.
> > >
> > > And buster doesn't work with that kernel because... ?
> >
> > Generally a lack of support for newer hardware, its a
> > 3.20-something-RT, that claims PAE but does not work above 3 gigs of
> > installed memory, using swap by the gigabyte if you try. But its the
> > best we have for realtime on wintel style hardware.
>
> Most of the hardware support is in the kernel and as far as I can tell
> buster should run with a 4.2 kernel (required by systemd).

No clue aboutthe pi's. They don't have an RTAI kit as its not portable to 
the arms, but a 4.19 built right on the pi, for armhf works reasonably 
well.

> Kind regards,
> Andrei


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: Using Debian OS to bundle and sell our product

2020-07-21 Thread Andrei POPESCU
On Ma, 21 iul 20, 08:49:17, Kamal wrote:
> Hi Debian Team,
 
Dear Kamal,

This is the user support forum, mostly read by other users. You might 
want to re-post your question to debian-project.
 
>          I'm Kamalakannan from Zoho Corporation Pvt Ltd. We build 
> cloud apps and we have a plan to bundle our application in a laptop 
> with debian OS and sell it to custmers with our product bundle over 
> debian OS. 

Great :)
 
> We want to know whether it is allowed as per debian's policy or not. 
> Is there any license we need to purchase to sell our product with 
> debian OS installed laptops ?

Debian is free of charge to use, change, distribute and even sell at a 
price of your chosing[1].

A significant part of the software in Debian is licenced under the GNU 
General Public License (GPL), which requires that all your customers 
have access to the source code of all GPL software. See the GPL for 
details.

It should be possible to bundle Debian with proprietary software.

In any case, you should consult a lawyer familiar with copyright law in 
your jurisdiction.

[1] technically you are selling the medium it is on.

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


signature.asc
Description: PGP signature


Re: Workstation configuration

2020-07-21 Thread Thomas Schmitt
Hi,

Andrei POPESCU wrote:
> I can't stop thinking this looks very much like an IKEA shopping list,

My hypothetical basement server room would be equipped with
  Desk Skarsta
  Chair Hattefjäll
  Bookshelf Billy

> especially if you get to assemble it yourself :)

One Allen key to screw them all ...


Have a nice day :)

Thomas



Re: Using Debian OS to bundle and sell our product

2020-07-21 Thread David Christensen

On 2020-07-20 20:19, Kamal wrote:

          I'm Kamalakannan from Zoho Corporation Pvt Ltd. We build cloud apps 
and we have a plan to bundle our application in a laptop with debian OS and 
sell it to custmers with our product bundle over debian OS.

We want to know whether it is allowed as per debian's policy or not. Is there 
any license we need to purchase to sell our product with debian OS installed 
laptops ?



See:

https://www.debian.org/doc/manuals/debian-faq/redistributing.en.html


Compliance with FOSS licenses should not be too hard, so long as 
incompatibilities are avoided (such as GPL and CDDL).  But, compliance 
with national and international treaties, laws, and regulations is 
likely to be cost-prohibitive.  Distributing only the application may be 
be cost-effective.  Your company will want to retain a qualified 
attorney or law firm in any case.



David



On line meet up Thursday 17:30

2020-07-21 Thread Keith bainbridge

Good evening All


I couldn't help notice how many of you suggested a Raspberry Pi as a 
better alternative to trying to use an old PC, in answer to a recent 
question.



I wondered if some of you would care to join a small user group in 
regional Australia, whose prime purpose is using single board computers. 
Most use Pi's.


We have been meeting on line since April at

https://meet.jit.si/SBCCandSBCGeelongForums

generally for about 2 hours.

Very informal.





To get the timing right as close as possible, it is 17:40  as I send 
this note.



--

Keith Bainbridge

keithr...@gmail.com

0447 667468



Re: Problem with mirrors in a 10.4.0 install

2020-07-21 Thread Bill

On 21/07/20 12:05 AM, Andrei POPESCU wrote:

Does the wget command (without the grep) part work?


Thanks Andrei,

You've definitely pointed me in the right direction.

On another host, I ran the installer command:
wget --no-verbose 
http://mirrors.edge.kernel.org/debian/dists/buster/Release -O - grep -E 
'^(Suite|Codename|Architectures):'

It worked fine, with a response:
Suite: stable
Codename: Buster
Architectures: amd64 arm64 armel armhf i386 mips mips64el mipsel etc

Running the same command in a console on the installer produced a 
different result:

Unable to connect to host (or something similar)

So I checked the DNS setting and sure enough one digit was off.
Problem solved.

Muchas Gracias,

Bill

--
Sent using Icedove on Debian GNU/Linux.



IP traffic counter

2020-07-21 Thread basti
Hello, I need some kind of software for ip accounting and record my
traffic rx and tx. I need to know how much Gigabyte I used over a month.

any suggestions?
Best regards



Re: IP traffic counter

2020-07-21 Thread Sven Hartge
basti  wrote:

> Hello, I need some kind of software for ip accounting and record my
> traffic rx and tx. I need to know how much Gigabyte I used over a
> month.

vnstat

S!

-- 
Sigmentation fault. Core dumped.



Re: IP traffic counter

2020-07-21 Thread Reco
Hi.

On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote:
> Hello, I need some kind of software for ip accounting and record my
> traffic rx and tx. I need to know how much Gigabyte I used over a month.

nfacct, ulogd2, possibly iptables-netflow, "ip -s a l" if you need it
quick. Good old cacti can be used for this, although it's probably an
overkill in your case.
Your question is too general to suggest something specific.

Reco



Re: IP traffic counter

2020-07-21 Thread basti
On 21.07.20 11:34, Reco wrote:
>   Hi.
> 
> On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote:
>> Hello, I need some kind of software for ip accounting and record my
>> traffic rx and tx. I need to know how much Gigabyte I used over a month.
> 
> nfacct, ulogd2, possibly iptables-netflow, "ip -s a l" if you need it
> quick. Good old cacti can be used for this, although it's probably an
> overkill in your case.
> Your question is too general to suggest something specific.
> 
> Reco
> 

I need to Monitor my monthly traffic, send and receive from my ISP.
In the datacenter we used nfdump. but this is a bit over killed i think.
I will try to use vnstat.
It's just to make a rough estimate how much traffic is used all over a
month.



Re: IP traffic counter

2020-07-21 Thread Joe
On Tue, 21 Jul 2020 12:39:23 +0200
basti  wrote:

> On 21.07.20 11:34, Reco wrote:
> > Hi.
> > 
> > On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote:  
> >> Hello, I need some kind of software for ip accounting and record my
> >> traffic rx and tx. I need to know how much Gigabyte I used over a
> >> month.  
> > 
> > nfacct, ulogd2, possibly iptables-netflow, "ip -s a l" if you need
> > it quick. Good old cacti can be used for this, although it's
> > probably an overkill in your case.
> > Your question is too general to suggest something specific.
> > 
> > Reco
> >   
> 
> I need to Monitor my monthly traffic, send and receive from my ISP.
> In the datacenter we used nfdump. but this is a bit over killed i
> think. I will try to use vnstat.
> It's just to make a rough estimate how much traffic is used all over a
> month.
> 

Can you not just look at your router? The large majority record
traffic, you just have to remember to look every month and then clear it
manually.

Some routers allow a fair bit to be done remotely, either through http
or ssh, though it's often difficult to get documentation.

-- 
Joe



Re: IP traffic counter

2020-07-21 Thread basti
>> I need to Monitor my monthly traffic, send and receive from my ISP.
>> In the datacenter we used nfdump. but this is a bit over killed i
>> think. I will try to use vnstat.
>> It's just to make a rough estimate how much traffic is used all over a
>> month.
>>
> 
> Can you not just look at your router? The large majority record
> traffic, you just have to remember to look every month and then clear it
> manually.
> 
> Some routers allow a fair bit to be done remotely, either through http
> or ssh, though it's often difficult to get documentation.
> 

No, I would not like depend on vendor software updates, so my router is
 raspi behind a modem



Re: Slic3r --gui won't run

2020-07-21 Thread Greg Wooledge
On Tue, Jul 21, 2020 at 09:43:52AM +0300, Andrei POPESCU wrote:
> Most of the hardware support is in the kernel and as far as I can tell 
> buster should run with a 4.2 kernel (required by systemd).

The release notes for buster say that it requires a 3.2 kernel due
to GNU libc.

https://www.debian.org/releases/buster/amd64/release-notes/ch-information.en.html#glibc-and-linux

This is the reason why my VPS, which is running under a 2.6 kernel,
cannot be upgraded past stretch.

To the best of my knowledge, there is no reason Gene couldn't run
buster with his 3.10 kernel.  At least, nothing in the release notes
counter-indicates it.  Actual experience may dictate otherwise.



Re: Slic3r --gui won't run

2020-07-21 Thread Gene Heskett
On Tuesday 21 July 2020 07:45:03 Greg Wooledge wrote:

> On Tue, Jul 21, 2020 at 09:43:52AM +0300, Andrei POPESCU wrote:
> > Most of the hardware support is in the kernel and as far as I can
> > tell buster should run with a 4.2 kernel (required by systemd).
>
> The release notes for buster say that it requires a 3.2 kernel due
> to GNU libc.
>
> https://www.debian.org/releases/buster/amd64/release-notes/ch-informat
>ion.en.html#glibc-and-linux
>
> This is the reason why my VPS, which is running under a 2.6 kernel,
> cannot be upgraded past stretch.
>
> To the best of my knowledge, there is no reason Gene couldn't run
> buster with his 3.10 kernel.  At least, nothing in the release notes
> counter-indicates it.  Actual experience may dictate otherwise.

The other consideration in the case of the pi's is that up until part way 
thru the 4.19 series, there was no support for its video hdwe, forceing 
us to use the framebuffer, whose update rate is about 2 to 3 fps at 
best.  With that support enabled, full screen glxgears runs at 60 fps. 
Without that, the backplot for linuxcnc is 2 or 3 seconds behind the 
machine.

What has amazed me from the gitgo, is that the single most popular by a 
wide margin, arm based board, outnumbering all others combined by a wide 
margin, gets zero support from debian. I did a netinstall of buster, 
which almost worked, but because it was for arm64, had unusable for 
linuxcnc multi-millisecond latency, where the armhf can do latencies of 
15 microseconds, not great, but good enough.  And it took me a couple 
days after the install, to get enough networking stuff blown away and 
make it work on my host file based network. I spent weeks building 
preempt-rt kernels without building anything that would install. 
Questions asking for help were always blown off.

Then I found raspbian was also makeing buster, but for armhf.  And they 
could supply the src for a realtime-preempt kernel, no support, just the 
src. So I built it, and using what I learned, I figured out a way to 
install it, and made a 30meg tarball others could install. You can even 
get it from my web page. But the install is not by conventional methods, 
read and follow the readme.

So please tell me why, despite all the other distributions using your 
code base to make extremely stable versions of buster, has debian rather 
pointedly, indeed gone out of your way, to unsupport the rpi's?

Thank you.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: IP traffic counter

2020-07-21 Thread Reco
On Tue, Jul 21, 2020 at 12:39:23PM +0200, basti wrote:
> On 21.07.20 11:34, Reco wrote:
> > Hi.
> > 
> > On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote:
> >> Hello, I need some kind of software for ip accounting and record my
> >> traffic rx and tx. I need to know how much Gigabyte I used over a month.
> > 
> > nfacct, ulogd2, possibly iptables-netflow, "ip -s a l" if you need it
> > quick. Good old cacti can be used for this, although it's probably an
> > overkill in your case.
> > Your question is too general to suggest something specific.
> 
> I need to Monitor my monthly traffic, send and receive from my ISP.
> In the datacenter we used nfdump. but this is a bit over killed i think.
> I will try to use vnstat.
> It's just to make a rough estimate how much traffic is used all over a
> month.

ulogd2 is probably the simpliest then, but you'll need a database to
store its data.

Reco



Re: Workstation configuration

2020-07-21 Thread rhkramer
On Tuesday, July 21, 2020 02:56:28 AM Andrei POPESCU wrote:
> Please be considerate of the international audience of this list and
> stop posting prices in the US :p

I don't understand your objection -- to you object to prices in general, or 
specifically US?  (Surely you don't expect prices in every currency / country 
where a product is available.)  Hmm, maybe I have to look up the :p emoticon 
(or whatever it is called) ...

Ok, one defintion from a google search:

The "P" is a mouth with the tongue sticking out. :P. Frustrated or Sticking 
Tongue Out. Google Frustrated or Sticking Tongue Out Emoticon. This emoticon 
can be used for expressing frustration, indicating tiredness, or just being 
silly.

www.emoticonr.com › emoticons › frustrated-tongue
Frustrated tongue Emoticons and Smileys :P, =P, :-P, :P, :-P, :P

OK, so that is a little ambiguous. :-(


Re: Slic3r --gui won't run

2020-07-21 Thread rhkramer
On Tuesday, July 21, 2020 02:47:47 AM Andrei POPESCU wrote:
> On Lu, 20 iul 20, 13:46:28, Greg Wooledge wrote:
> > If synaptic is pulling in *-backports without you manually DOING
> > something to select the backport over the standard version, then
> > synaptic is broken.  Broken-er.  More broken-er.
> 
> In synaptic's defence, it probably doesn't have a choice if -backports
> (and -security?) is the only available repository. See Gene's original
> sources.list.

I can look for the reference, but somewhere I read (recently, but as with all 
google searches, it could have been from the previous century) something to 
the effect that, well, I forget which way it worked, but somehow that maybe non 
backport applications would get a pin value like 100 so that backport 
applications would only be installed if somehow they had a higher pin value 
(or something like that).

Maybe that goes out the window if all / the only repositories were backport 
repositories?

(BTW, if it's not yet clear, I'm going down the rabbit hole ;-(



Re: Slic3r --gui won't run

2020-07-21 Thread rhkramer
On Monday, July 20, 2020 10:11:40 AM rhkra...@gmail.com wrote:
> On Monday, July 20, 2020 06:58:10 AM Andrei POPESCU wrote:
> > "the latest candidate version" would be more accurate. If you think this
> > wording is an improvement feel free to file a wishlist bugs against
> > 'apt' (the package).
> 
> Thanks -- I'll probably let that percolate in my head for a little while
> before I file a bug -- it's probably good wording, but there is no need to
> jump to a conclusion -- maybe we (collectively) will come up with
> something better or recognize this as the best choice.

...

> Thanks!  (But, nothing shows up there as pinned -- I probably have a lot
> more to learn here, but, as my current problem is solved, may not dig into
> it.)

Darn. I shouldn't have said that -- I seem to be going down the rabbit hole 
;-(

I've decided to think further about a possible bug report, and the following 
is sort of a first draft / thinking out loud approach to the subject (with some 
false starts along the way.  I had a headache when I wrote this, I'm trying to 
dress it up a little, but not sure how well I'll do.

I see it in two parts (as you read on) -- first establishing the possible 
situations reflected by the existing message, and then some brainstorming on 
possible changes to the message.

The messages is like this:

= 
Depends: libwxbase3.0-dev (= 3.0.2+dfsg-4) but 3.0.4+dfsg-4~bpo9+1 is to be 
installed
=

There can be 2 (or 3?) cases when that message appears:

   * the bpo9 (to use some improvised shorthand) version is to be installed, 
but would not satisfy the dependency for the package you've asked apt-get (or 
similar) to install (can this be the case? -- this is not the case I 
encountered, and I'm not 100% sure it can occur -- more discussion somewhere 
below)

   * the bpo9 version is already installed, but does not satisfy the 
dependency for the package you've asked apt-get (or similar) to install (this 
is the case I encountered (for openssh-server on Wheezy))

   * is there another case?

So, I don't like the wording as is (I mean, it took me (and, apparently, Gene) 
too much effort to understand it).  

I'm not sure I like calling it a candidate, either, especially if it is 
already installed.  

And, if the only case is the one where it has already been installed (I bring 
this up because the 2nd is the only case that I've encountered (iirc)), then 
wording more like might be more helpful:

Depends: libwxbase3.0-dev (= 3.0.2+dfsg-4) is required, but 
3.0.4+dfsg-4~bpo9+1 is installed

Hmm, maybe the first case can come up when the non-bpo9 version is already a 
dependency for some other package, and removing it to install the bp09 would 
break that other package (not the one that apt-get is attempting to install)?

But for that case, wording like this might be better:

Depends: libwxbase3.0-dev (= 3.0.2+dfsg-4) is required for , but 3.0.4+dfsg-4~bpo9+1 is installed (required) 
for 

 might display the list of other packages, or just say 
"other packages" (as long as there is a tool to easily discover those other 
packages, which I believe there is, but I can't instantly recite the tool / 
command).

Or, somewhat combinging the two cases (that I've discussed so far) -- for 
either case (note the optional part (in square brackets)):

Depends: libwxbase3.0-dev (= 3.0.2+dfsg-4) is required for , but 3.0.4+dfsg-4~bpo9+1 is installed [for 
]

An alternate wording to consider if the current installed version (the bpo9) 
version could be " ... is an orphan"  (Even though, in a way, iiuc, that 
should not occur -- I mean, iiuc, if a package is not required, running apt-
get -autoremove will remove such packages.  

Hmm, I guess add  a caveat / question -- if a package has been installed as a 
dependency for an application / program installed by the user by means other 
than the debian packaging system, I don't think that apt[-get] will recognize 
it as a dependency?

As another comment, now that I understand the message, it isn't as hard to 
understand, but what about the next newbie to that message?



Re: Slic3r --gui won't run

2020-07-21 Thread mick crane

On 2020-07-19 13:00, Gene Heskett wrote:

Greetings all;

Very disapointed in the results from the openscad to Cura to ender 3 
pro

results. Forstarters, no support for gcodes g2/g3 so everything has to
be cobbled up with short straight lines.

So I installed slic3r. but all I get is the help screen which is 
several

pages long. But one of the options is to start it with -gui as option.

That also fails, looking for Wx.

Full error report:

gene@coyote:~/Downloads/stl.stf/files$ slic3r --gui
Can't locate Wx.pm in @INC (you may need to install the Wx module) 
(@INC

contains: /usr/bin/lib /usr/lib/slic3r/ /etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.24.1
/usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24
/usr/share/perl/5.24 /usr/local/lib/site_perl
/usr/lib/x86_64-linux-gnu/perl-base)
at /usr/lib/slic3r/Slic3r/GUI/AboutDialog.pm line 6.
BEGIN failed--compilation aborted
at /usr/lib/slic3r/Slic3r/GUI/AboutDialog.pm line 6.
Compilation failed in require at /usr/lib/slic3r/Slic3r/GUI.pm line 8.
BEGIN failed--compilation aborted at /usr/lib/slic3r/Slic3r/GUI.pm line
8.
Compilation failed in require at (eval 77) line 1.

This is stretch, uptodate. What can I do?  Backports doesn't seem to be
enabled.

Cheers, Gene Heskett


excuse me for not knowing what I'm talking about but if is a Perl module 
you are after cannot use cpan ?


mick
--
Key ID4BFEBB31



Re: Workstation configuration

2020-07-21 Thread tomas
On Tue, Jul 21, 2020 at 02:38:08PM -0400, rhkra...@gmail.com wrote:
> On Tuesday, July 21, 2020 02:56:28 AM Andrei POPESCU wrote:
> > Please be considerate of the international audience of this list and
> > stop posting prices in the US :p
> 
> I don't understand your objection -- to you object to prices in general, or 
> specifically US?

[...]

This was tongue-in-cheek. So not to be taken too seriously.
> 
> Ok, one defintion from a google search:
> 
> The "P" is a mouth with the tongue sticking out. :P. Frustrated or Sticking 
> Tongue Out. Google Frustrated or Sticking Tongue Out Emoticon. This emoticon 
> can be used for expressing frustration, indicating tiredness, or just being 
> silly.

[...]

> OK, so that is a little ambiguous. :-(

It was rather some humorous "hey, don't make us all jealous with your low
prices!" or something. But the OP will be in better position to disambiguate.

Cheers
-- t


signature.asc
Description: Digital signature


Re: psu or firmware?

2020-07-21 Thread Graham Seaman

On 21/07/2020 04:35, David Wright wrote:


However, this laptop, the lenovo, no longer has a functioning power
regulation. The battery shows full at all times, but if the AC is
interrupted, it's dead. It doesn't help that the connector (a USB-A
look-alike) is loose fitting, so the laptop now has to be a static
desktop, with its power cord twisted and trapped underneath in such
a manner that it can't move around.

It's not worth spending any money on because, after a hard life,
. the touchpad doesn't click any more,
. the screen is coming away from the casing at the hinge, so closing
   or opening it is a delicate operation,
. the USB sockets are about as loose as the power one with some sticks,
. I've had to strap a straightened coathook to the PSU because the
   cable's strain relief has broken, leaving the wires exposed and
   vulnerable. (It's a replacement PSU.)


Wow. That puts mine to shame: I have replaced a dying fan, a dead hard 
drive, and a dead power adaptor so far. But apart from holes in the 
plastic case where the fan grid has given way it's currently all intact 
apart from the faulty regulator or whatever it is. Speed has been a 
problem - I ran gentoo on it for years but switched to debian when the 
hdd died, because compile times were getting too long.



I suppose if push came to shove, and Vostros were common enough, you
might be able get another machine to charge the battery pack for you.


I'm not going to buy another dodgy antique just for that! But its not a 
bad idea in principle: maybe I can find something just as a recharger. 
My wife has a Packard bell bought on the very same day - but 
unfortunately her power regulator has died too. Must be a common fault, 
wonder if it was a particular component problem at the time (you'd think 
there would be more stress on the CPU


Cheers

Graham



Cheers,
David.





Re: Workstation configuration

2020-07-21 Thread rhkramer
On Tuesday, July 21, 2020 04:07:45 PM to...@tuxteam.de wrote:
> It was rather some humorous "hey, don't make us all jealous with your low
> prices!" or something. But the OP will be in better position to
> disambiguate.

Ahh, ok, thanks!



Re: Setup sound for zoom conferencing

2020-07-21 Thread Gary L. Roach

On 7/18/20 4:52 PM, Bob Weber wrote:

On 7/18/20 6:46 PM, Gary L. Roach wrote:

Installed Alsa, asound

OS Debian 10

Hi all,

I have standard alsa sound installed in my system and it works fine 
for most things. Recently I started using Zoom, have installed a 
Logitech C920 webcam with stereo microphones and a Sennheiser 
HD4.50BTNC headphones with stereo microphones. I now have a conflict 
between the mic inputs from the two devices. The bluetooth 
connections is through a dongle plugged into one of my usb ports. The 
Logitech also plugs into one of my usb ports.


I want to use the mics from the HD4.50 and shut down the mics on the 
Logitech. I also want to shut down the speaker bar on my monitor and 
just use the headphones. How do I do this.


Another want is to have a graphic equalizer in the chain. I can't 
seem to find any software that would do this.


All help will be sincerely appreciated.


Gary R.


Have you tried pulseaudio?

If the devices are visible to pulse then pavucontrol can connect and 
control volumes of all the devices. pulseaudio even has many modules 
like a loop device to extend pulseaudio.


--


*...Bob*


Yes I have pulseaudio, pulseaudio volume and any other associated 
package that I could find. The problem seems to be that pulseaudio does 
not recognize my headset microphones. They don't show up in the device 
list.


I also find it a bit confusing when the volume panel lists front and 
back microphones when there is no back microphone. The front one seems 
to be the mic's on my webcam. The back one ???



Gary R.



Error while trying to install openssh-server on Buster

2020-07-21 Thread rhkramer
I get this error when trying to apt-get install openssh-server on my (up to 
date) Buster system:

Error: GDBus.Error:org.freedesktop.systemd1.UnitMasked: Unit -.mount is 
masked.

I tried (based on the reference below):

root@s32:/# systemctl unmask org.freedesktop.systemd1.UnitMasked
Unit org.freedesktop.systemd1.UnitMasked.service does not exist, proceeding 
anyway.

I don't really have a clue.  One googled page suggests 


Situation

Checking the status of a service shows it is masked.

Running systemctl unmask  doesn't change the status.


Resolution
The systemd unit file is empty.  Replace it in /usr/lib/systemd/system by 
reinstalling the package in which the unit file was contained.






Debian 10.4 blank screen After new install

2020-07-21 Thread Edward M Kent
Hello All,   I am an old Nube trying to get set up to use a Beaglebone on
some projects.  I thought I had a successful install after a list of tasks
was displayed down the screen's left hand edge.  The list went blank and
left a - in the upper left corner.  This curser soon disappeared leaving a
blank screen.  The mouse cursed did show up but was a bit erratic.  I
rebooted several times and ended back at the same place.
This is on a win10 Dell and I can not get back to win10 because I did not
get the dual boot setup.
Thanks for any advice.
Mick


Re: Debian 10.4 blank screen After new install

2020-07-21 Thread Umarzuki Mochlis
On Wed, 22 Jul 2020 at 11:21, Edward M Kent  wrote:
>
> Hello All,   I am an old Nube trying to get set up to use a Beaglebone on 
> some projects.  I thought I had a successful install after a list of tasks 
> was displayed down the screen's left hand edge.  The list went blank and left 
> a - in the upper left corner.  This curser soon disappeared leaving a blank 
> screen.  The mouse cursed did show up but was a bit erratic.  I rebooted 
> several times and ended back at the same place.
> This is on a win10 Dell and I can not get back to win10 because I did not get 
> the dual boot setup.
> Thanks for any advice.
> Mick
>

Hi,

Try Boot-Repair.



Re: Debian 10.4 blank screen After new install

2020-07-21 Thread Edward M Kent
Thanks Umarzuki,  I will take your advice and make a bootable repair disk
tomorrow. Too late tonight.  I used f10 on reboot and now have win10.
Mick


On Tue, Jul 21, 2020, 10:33 PM Umarzuki Mochlis  wrote:

> On Wed, 22 Jul 2020 at 11:21, Edward M Kent  wrote:
> >
> > Hello All,   I am an old Nube trying to get set up to use a Beaglebone
> on some projects.  I thought I had a successful install after a list of
> tasks was displayed down the screen's left hand edge.  The list went blank
> and left a - in the upper left corner.  This curser soon disappeared
> leaving a blank screen.  The mouse cursed did show up but was a bit
> erratic.  I rebooted several times and ended back at the same place.
> > This is on a win10 Dell and I can not get back to win10 because I did
> not get the dual boot setup.
> > Thanks for any advice.
> > Mick
> >
>
> Hi,
>
> Try Boot-Repair.
>


Re: Debian 10.4 blank screen After new install

2020-07-21 Thread Umarzuki Mochlis
Glad to hear it!

On Wed, 22 Jul 2020 at 12:57, Edward M Kent  wrote:
>
> Thanks Umarzuki,  I will take your advice and make a bootable repair disk 
> tomorrow. Too late tonight.  I used f10 on reboot and now have win10.
> Mick
>
>
> On Tue, Jul 21, 2020, 10:33 PM Umarzuki Mochlis  wrote:
>>
>> On Wed, 22 Jul 2020 at 11:21, Edward M Kent  wrote:
>> >
>> > Hello All,   I am an old Nube trying to get set up to use a Beaglebone on 
>> > some projects.  I thought I had a successful install after a list of tasks 
>> > was displayed down the screen's left hand edge.  The list went blank and 
>> > left a - in the upper left corner.  This curser soon disappeared leaving a 
>> > blank screen.  The mouse cursed did show up but was a bit erratic.  I 
>> > rebooted several times and ended back at the same place.
>> > This is on a win10 Dell and I can not get back to win10 because I did not 
>> > get the dual boot setup.
>> > Thanks for any advice.
>> > Mick
>> >
>>
>> Hi,
>>
>> Try Boot-Repair.