<div dir="ltr">Thanks Jerry that finally worked.  Now I should work on 16.04 or 17 but going to keep 14.04 around until I know my system won't freeze on the other 2.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 16, 2017 at 11:22 PM, Jerry Snitselaar <span dir="ltr"><<a href="mailto:dev@snitselaar.org" target="_blank">dev@snitselaar.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Stephen M @ 2017-04-17 01:41 GMT:<br>
<span class=""><br>
> Jerry,<br>
><br>
> I should have noticed this sooner because I have been trying this but the<br>
> "extra" in the /lib/mobules is a file instead of a folder.  If I'm going to<br>
> insert anything into it I can't remember which command to use.  Would an<br>
> echo command help?  Also because I'm on 14 still I think I should upgrade<br>
> to 16 but before doing that I'd like to get it to work in 14.<br>
><br>
<br>
</span>Ah, the problem is I forgot to mention creating the directory extra if<br>
it didn't exist, so when you did cp 8188eu.ko /lib/modules/`uname -r`/extra<br>
it copied the module to a file with that name. I'm used to that<br>
directory being there since I use RHEL and Fedora all the time.<br>
<br>
<br>
So delete that file and then:<br>
<br>
sudo mkdir -p /lib/modules/`uname -r`/extra<br>
<span class="">sudo cp 8188eu.ko /lib/modules/`uname -r`/extra/<br>
</span>sudo depmod -a<br>
sudo modprobe 8188eu<br>
<div class="HOEnZb"><div class="h5"><br>
> On Fri, Apr 14, 2017 at 11:09 AM, Jerry Snitselaar <<a href="mailto:dev@snitselaar.org">dev@snitselaar.org</a>><br>
> wrote:<br>
><br>
>><br>
>> Michael Butash @ 2017-04-14 03:20 GMT:<br>
>><br>
>> > Seeing the passthrough comment reminded me I have a weird issue with my<br>
>> usb<br>
>> > wlan nic doing something odd, might affect you doing much the same.  I<br>
>> > forget the flavor of nic, but once I plug it into linux, the drivers<br>
>> would<br>
>> > kick in and start locking the device.  My goal usually with it is to tend<br>
>> > to a windoze instance that also runs some wireless spectrum analyzer<br>
>> tools,<br>
>> > but I end up having to rmmod the driver prior to giving it to virtualbox<br>
>> or<br>
>> > windows just sees it as a broken driver state with the angry (!).<br>
>> ><br>
>> > Might be something like that why it doesn't always come and go?<br>
>> ><br>
>> > -mb<br>
>> ><br>
>><br>
>> I don't think Stephen was using passthrough, I was just being lazy<br>
>> because I didn't want to install ubuntu on a system.<br>
>> ------------------------------<wbr>---------------------<br>
>> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.<wbr>org</a><br>
>> To subscribe, unsubscribe, or to change your mail settings:<br>
>> <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/<wbr>mailman/listinfo/plug-discuss</a><br>
>><br>
<br>
------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.<wbr>org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/<wbr>mailman/listinfo/plug-discuss</a></div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Stephen Melheim <br>602-400-7707<br><a href="mailto:SMelheim85@gmail.com" target="_blank">SMelheim85@gmail.com</a></div>
</div>