Re: usb snooper

2019-11-26 Thread Reco
Hi. On Tue, Nov 26, 2019 at 05:05:13PM -0500, Gene Heskett wrote: > Greetings all; > > I have what I believe to be noise or crosstalk causing interference > between a wireless keyboard mouse and the machine they are controlling, > which is an rpi4. The app itself doesn't expose any

GNOME: Deprecated "Battery Charge Monitor Manual" doc in yelp

2019-11-26 Thread Vipul
Hi, When I was figuring out "how to get battery full notification?" in GNOME DE, I came across "Battery Charge Monitor Manual", in which it's mentioned that there is a setting available to get notify when battery is fully recharged; but in GNOME 3, currently there is no way available to get

Notify-send: same behavior for low and normal urgency level

2019-11-26 Thread Vipul
Hi, *notify-send* shows same behavior for both *low* and *normal* urgency levels i.e. for both levels only a notification message appears in notification level, for *low* urgency, it is expected. But for *normal* urgency, it's not an expected behavior; as far as I remember, a notification message

Re: how to config cmi8738 sound card

2019-11-26 Thread Charles Curley
On Tue, 26 Nov 2019 23:26:43 + (UTC) Long Wind wrote: > i've solved on my own.thanks anyway! Excellent. Now it would be polite to say how you solved it so that someone reading this thread in the future can benefit form your work. -- Does anybody read signatures any more?

how to config cmi8738 sound card

2019-11-26 Thread Long Wind
which module shall i use for cmi8738 in buster?i think with modprobe the module, sound card will be OK

usb snooper

2019-11-26 Thread Gene Heskett
Greetings all; I have what I believe to be noise or crosstalk causing interference between a wireless keyboard mouse and the machine they are controlling, which is an rpi4. The app itself doesn't expose any usb traffic to the user. The effect is as if the finger was lifted from the key for a

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread Thomas Schmitt
Hi, to...@tuxteam.de wrote: > That's extremely difficult to test: imagine the thing programmed to get > only active during full-moon and behave otherwise as a normal stick? A more exotic proposal: Become good friend with a veterinarian for small animals and use the X-ray machine.

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread tomas
On Tue, Nov 26, 2019 at 03:03:17PM -0500, Kenneth Parker wrote: [...] > Many thanks! I *will* Enjoy this Ride [...] :-) > Once again, let's cool down a bit: I'm not "knee jerk connecting" all USB > Devices [...] Sometimes we all do. It's a question of trust -- who checks each and every

Re: Correct way to configure network

2019-11-26 Thread Mimiko
On 26.11.2019 19:04, Sven Hartge wrote: Your first method is fine. Grüße, Sven. Thank you

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread Kenneth Parker
On Tue, Nov 26, 2019 at 4:49 AM wrote: > On Mon, Nov 25, 2019 at 10:37:42PM -0500, Kenneth Parker wrote: > > [...] > > > So, what I want, is a USB Debugging Package, that will *NOT* attempt > to, > > actually open this device, but will give me information about it. > > I think before trying an

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread Ben Caradoc-Davies
On 27/11/2019 04:28, Kenneth Parker wrote: My suspicion, by the way, is that the Power types of Malware are caused by shorting out some Pins. USB is designed to survive shorts. An example of a malicious device is the USB Killer, which is available from a commercial supplier. Similar devices

Re: How to get guest OS to see USB drive on QEMU

2019-11-26 Thread Darac Marjal
If you configure a "SPICE" video port, the SPICE protocol allows for USB redirection from clients. In other words, you can open a viewer to the VM, plug in your USB device locally and then "forward" it to the VM. https://www.phoronix.com/scan.php?page=news_item=MTEzMTQ seems a good primer, but

Re: Correct way to configure network

2019-11-26 Thread Sven Hartge
Mimiko wrote: > On one answer in Internet I've found this mode to configure bonding: > auto bond0 > iface bond0 inet manual > down ip link set $IFACE down > post-down rmmod bonding > pre-up modprobe bonding mode=4 miimon=200 > up ip link set $IFACE up mtu 9000 >

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread tomas
On Tue, Nov 26, 2019 at 10:28:18AM -0500, Kenneth Parker wrote: > Thank you for your responses. Note that I am in *no* hurry. > > Re: Safety. (most responses) > > In a way, I *am* setting up my own "Forensics Lab", and will be happy to > help out any Malware Mitigation organizations out there,

Re: Correct way to configure network

2019-11-26 Thread Dan Ritter
Mimiko wrote: > On 26.11.2019 16:10, Dan Ritter wrote: > > For a system which is expected to work immediately at boot, you > > want auto. > > > > For a system which doesn't have anything particularly weird > > going on, you want to use the integrations. > > Thank you. > > It is a server on

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread Henning Follmann
On Tue, Nov 26, 2019 at 10:28:18AM -0500, Kenneth Parker wrote: > Thank you for your responses. Note that I am in *no* hurry. > > Re: Safety. (most responses) > > In a way, I *am* setting up my own "Forensics Lab", and will be happy to > help out any Malware Mitigation organizations out there,

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread Kenneth Parker
Thank you for your responses. Note that I am in *no* hurry. Re: Safety. (most responses) In a way, I *am* setting up my own "Forensics Lab", and will be happy to help out any Malware Mitigation organizations out there, that are interested in USB issues. Instead of a Raspberry Pi (Great

Re: Correct way to configure network

2019-11-26 Thread Mimiko
On 26.11.2019 16:10, Dan Ritter wrote: For a system which is expected to work immediately at boot, you want auto. For a system which doesn't have anything particularly weird going on, you want to use the integrations. Thank you. It is a server on which network adapters are onboard or PCI and

Re: how to change wifi setting

2019-11-26 Thread Jonas Smedegaard
Quoting to...@tuxteam.de (2019-11-26 10:21:21) > On Tue, Nov 26, 2019 at 03:51:24AM +, Long Wind wrote: > > haven't i made it  clear enough? i rewrite below: > > > > i often change wifi setting this way: > > i open /etc/network/interfaces and change ssid and passwordthen save and  > >

Re: Correct way to configure network

2019-11-26 Thread Dan Ritter
Mimiko wrote: > Hello. > > This is a snippet of my interfaces config file: > > auto eth0 > iface eth0 inet manual > > auto eth1 > iface eth1 inet manual > > auto bond0 > iface bond0 inet manual > bond-slaves eth0 eth1 > bond-mode 802.3ad > bond-miimon 100 >

Correct way to configure network

2019-11-26 Thread Mimiko
Hello. This is a snippet of my interfaces config file: auto eth0 iface eth0 inet manual auto eth1 iface eth1 inet manual auto bond0 iface bond0 inet manual bond-slaves eth0 eth1 bond-mode 802.3ad bond-miimon 100 bond-downdelay 200 bond-updelay 200 auto

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread Henning Follmann
On Mon, Nov 25, 2019 at 10:37:42PM -0500, Kenneth Parker wrote: > Here's an interesting one: A Windows friend handed me a USB Dongle, > knowing that I'm a Linux user. He says he got it 3rd hand, with info that > it might be "Very Dangerous". He would be interested, if I find out > something

Re: hplip

2019-11-26 Thread BERTRAND Joël
François LE GAD a écrit : > Je suppose que le problème est apparu à la suite d'une mise à jour de ta > testing, et qu'il y a un problème de correspondance entre les versions > de HPLIP et de certaines dépendances. > > Ça devrait se régler avec une prochaine maj.  Tu refais un hp-doctor au >

Re: USB Examiner Package? Special USB Kernel Modules?

2019-11-26 Thread tomas
On Mon, Nov 25, 2019 at 10:37:42PM -0500, Kenneth Parker wrote: [...] > So, what I want, is a USB Debugging Package, that will *NOT* attempt to, > actually open this device, but will give me information about it. I think before trying an analysis, you'll have to make up your mind about what

Re: hplip

2019-11-26 Thread François LE GAD
Le 25/11/2019 à 20:38, BERTRAND Joël a écrit : François LE GAD a écrit : Le 25/11/2019 à 11:49, BERTRAND Joël a écrit : Une indication pour sortir de l'ornière ? hp-doctor, peut-être ? (c'est dans le paquet hplip). Tiens, là, c'est plus verbeux.

Re: how to change wifi setting

2019-11-26 Thread tomas
On Tue, Nov 26, 2019 at 03:51:24AM +, Long Wind wrote: > haven't i made it  clear enough? i rewrite below: > > i often change wifi setting this way: > i open /etc/network/interfaces and change ssid and passwordthen save and  > reboot to make /etc/network/interfaces to take effect > any