Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing installation step #167

Open
ivan-radic opened this issue Mar 23, 2016 · 2 comments
Open

Missing installation step #167

ivan-radic opened this issue Mar 23, 2016 · 2 comments

Comments

@ivan-radic
Copy link

Hi there,

thanks for a great repo.
On my Fedora 23 box this is the full installation procedure:

git clone https://github.com/lwfinger/rtl8188eu.git
cd rtl8188eu/
make all
sudo make install

this step is missing in README.md

it was not needed in Mint, but it was necessary in Fedora

sudo insmod 8188eu.ko

Best regards,
Ivan

@lwfinger
Copy link
Owner

After you do a "make install", you ALWAYS need to load the module. Why not use "sudo modprobe 8188eu"? You could also reboot.

I have trouble believing that it was not needed in Mint.

@ivan-radic
Copy link
Author

I just loaded Fedora Cinnamon spin in live mode, and was able to make wireless connection by doing:

make all
sudo make install
sudo modprobe 8188eu

connecting was slow so I restarted network manager with:

systemctl restart NetworkManager

With these steps I was able to get it running without restarting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants