Re: netis wf2118

2017-08-25 Thread Michael
iwconfig doesn't see it On Thu, Aug 24, 2017 at 5:23 PM, Michael Butash wrote: > Need to make sure the system sees it as a usable network device. Do: > > iwconfig ## verifies if the system sees it as a proper 802.11 device, > and/or ap association > ip link ## sees the nic as a real interface

Re: netis wf2118

2017-08-25 Thread Michael
$ iwconfig lono wireless extensions. On Fri, Aug 25, 2017 at 7:57 AM, Michael wrote: > iwconfig doesn't see it > > On Thu, Aug 24, 2017 at 5:23 PM, Michael Butash > wrote: > >> Need to make sure the system sees it as a usable network device. Do: >> >> iwconfig ## verifies if the syst

Re: netis wf2118

2017-08-25 Thread Michael
no scanning at all unless I plug a wifi dongle in On Thu, Aug 24, 2017 at 5:23 PM, Michael Butash wrote: > Need to make sure the system sees it as a usable network device. Do: > > iwconfig ## verifies if the system sees it as a proper 802.11 device, > and/or ap association > ip link ## sees t

New Video: der.hans-Online Privacy, Security and Password Management

2017-08-25 Thread Brian Cluff
Just posted der.hans presenting "Online Privacy, Security and Password Management" from the January 12th 2017 Meeting https://youtu.be/eJneswTghPI Take control of your online security and privacy. Continuing breaches at high-profile sites prove that you can't rely on cloud services to protect

Re: netis wf2118

2017-08-25 Thread Michael Butash
Hmm, well it looks supported... https://cateee.net/lkddb/web-lkddb/RT2X00.html Per your lspci, you have a RT5362 chip, using the RT2x00 driver, and looks supported in most modern kernels. What kernel are you using? You're going to want to look through your dmesg, grepping for that RT5362 or pci

Re: netis wf2118

2017-08-25 Thread Michael
I think it is the card. The same card (except interface) works in the other computer. On Fri, Aug 25, 2017 at 4:21 PM, Michael Butash wrote: > Hmm, well it looks supported... > > https://cateee.net/lkddb/web-lkddb/RT2X00.html > > Per your lspci, you have a RT5362 chip, using the RT2x00 driver, a

Re: netis wf2118

2017-08-25 Thread Michael
The driver appears to be loading: $ lsmod| grep rt2x00 rt2x00pci 13287 1 rt2800pci rt2x00mmio 13603 2 rt2800pci,rt2800mmio rt2x00lib 55307 5 rt2x00pci,rt2800lib,rt2800pci, rt2800mmio,rt2x00mmio mac80211 626489 6 rtl_usb,rtlwifi,rt2x00lib, rt2x

Re: netis wf2118

2017-08-25 Thread Bob Elzer
doing a grep will not show adjacent lines that have errors on them. you need to use the less or more commands and search for those same things and read the lines before and after, to see if there are any errors. keep searching for the next occurrence, until you reach the end of file On Aug 25,

RE: netis wf2118

2017-08-25 Thread Carruth, Rusty
And you might want to do it case-INsensitive, just to be sure you don’t miss it. From: PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] On Behalf Of Bob Elzer Sent: Friday, August 25, 2017 3:11 PM To: Main PLUG discussion list Subject: Re: netis wf2118 doing a grep will not show adj

Re: netis wf2118

2017-08-25 Thread Michael
I'll write it to a file and saearch with a word processor ` On Fri, Aug 25, 2017 at 6:25 PM, Carruth, Rusty wrote: > And you might want to do it case-INsensitive, just to be sure you don’t > miss it. > > > > *From:* PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] *On > Behalf Of *B

Re: netis wf2118

2017-08-25 Thread Michael
that is actually what I did with dmesg. The grep thing was just to show there were no hits. On Fri, Aug 25, 2017 at 7:00 PM, Michael wrote: > I'll write it to a file and saearch with a word processor > ` > > On Fri, Aug 25, 2017 at 6:25 PM, Carruth, Rusty > wrote: > >> And you might want to do

Re: netis wf2118

2017-08-25 Thread Michael
and I just did it with lsmod no hits On Fri, Aug 25, 2017 at 7:02 PM, Michael wrote: > that is actually what I did with dmesg. The grep thing was just to show > there were no hits. > > On Fri, Aug 25, 2017 at 7:00 PM, Michael wrote: > >> I'll write it to a file and saearch with a word pro

I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Michael
holy moly! Anyone know what to do to recover it? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Stephen Partington
There are a number of options. Step one no disk writes if you can help it On Aug 25, 2017 5:25 PM, "Michael" wrote: > holy moly! Anyone know what to do to recover it? > > -- > :-)~MIKE~(-: > > --- > PLUG-discuss mailing list - PLUG-discuss@lists.ph

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Michael
done On Fri, Aug 25, 2017 at 8:26 PM, Stephen Partington wrote: > There are a number of options. Step one no disk writes if you can help it > > On Aug 25, 2017 5:25 PM, "Michael" wrote: > >> holy moly! Anyone know what to do to recover it? >> >> -- >> :-)~MIKE~(-: >> >> ---

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Michael
what next On Fri, Aug 25, 2017 at 8:27 PM, Michael wrote: > done > > > On Fri, Aug 25, 2017 at 8:26 PM, Stephen Partington > wrote: > >> There are a number of options. Step one no disk writes if you can help it >> >> On Aug 25, 2017 5:25 PM, "Michael" wrote: >> >>> holy moly! Anyone know what

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Stephen Partington
https://unix.stackexchange.com/questions/122305/undelete-a-just-deleted-file-on-ext4-with-extundelete On Aug 25, 2017 5:28 PM, "Michael" wrote: > done > > > On Fri, Aug 25, 2017 at 8:26 PM, Stephen Partington > wrote: > >> There are a number of options. Step one no disk writes if you can help i

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Michael
that is only extundelete. Is there another way? On Fri, Aug 25, 2017 at 8:29 PM, Stephen Partington wrote: > https://unix.stackexchange.com/questions/122305/undelete- > a-just-deleted-file-on-ext4-with-extundelete > > On Aug 25, 2017 5:28 PM, "Michael" wrote: > >> done >> >> >> On Fri, Aug 25,

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Stephen Partington
Depending on filesystem. My go to when it goes south is test disk by grc On Aug 25, 2017 5:33 PM, "Michael" wrote: > that is only extundelete. Is there another way? > > > On Fri, Aug 25, 2017 at 8:29 PM, Stephen Partington > wrote: > >> https://unix.stackexchange.com/questions/122305/undelete-

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Michael
test disk wanted to much information for my liking to download. I guess I'll just recover what I had backed up and live with what is missing! On Fri, Aug 25, 2017 at 8:34 PM, Stephen Partington wrote: > Depending on filesystem. > > My go to when it goes south is test disk by grc > > On Aug 25, 2

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Stephen Partington
It asked me for nothing On Aug 25, 2017 5:51 PM, "Michael" wrote: > test disk wanted to much information for my liking to download. I guess > I'll just recover what I had backed up and live with what is missing! > > On Fri, Aug 25, 2017 at 8:34 PM, Stephen Partington > wrote: > >> Depending

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Stephen Partington
http://www.cgsecurity.org On Aug 25, 2017 5:53 PM, "Stephen Partington" wrote: > It asked me for nothing > > On Aug 25, 2017 5:51 PM, "Michael" wrote: > >> test disk wanted to much information for my liking to download. I guess >> I'll just recover what I had backed up and live with what is

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Michael
Thanks. I am currently in the process of recovery thanks to you! What did you think of my photo? On Fri, Aug 25, 2017 at 8:53 PM, Stephen Partington wrote: > http://www.cgsecurity.org > > On Aug 25, 2017 5:53 PM, "Stephen Partington" > wrote: > >> It asked me for nothing >> >> On Aug 25, 20

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Michael
I hope I recovered what I need. How do I search a bunch of directories for files ending in nef. $ ls -r recup_dir.*/*nef doesn't seem to work.. darn! I tried it again with another type of file (jpg) and it found some! So I guess that means I overwrote the files. HEY! Look at that. I figur

Re: I just deleted something by mistake and can not find it in the trash bin.

2017-08-25 Thread Snyder, Alexander J
find /path/to/recup_dir -type f -name "*.nef" Thanks, Alex. Sent from my Samsung Galaxy S8+ On Aug 25, 2017 19:21, "Michael" wrote: > I hope I recovered what I need. How do I search a bunch of directories for > files ending in nef. > > $ ls -r recup_dir.*/*nef > > doesn't seem to work.. da