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

How to detect driver version I am using? #101

Closed
techtonik opened this issue Feb 16, 2015 · 7 comments
Closed

How to detect driver version I am using? #101

techtonik opened this issue Feb 16, 2015 · 7 comments

Comments

@techtonik
Copy link

Got a whole lot of question about driver management. The reason why I need it is the same problem as in #76. How to detect if I am using driver that comes with kernel or driver that is custom compiled from this repository (I don't remember if I previously installed driver from sources on this system)?

If I compile driver now, won't it override future kernel version? How can I detect when new kernel comes with newer version of the driver? Thanks.

@lwfinger
Copy link
Owner

This repo was cleverly designed to provide a different name than the kernel. If 'lsmod | grep 8188eu' returns "r8188eu", you have the kernel version. If it returns "8188eu", you have this one.

When you install a new kernel from your distro, you wipeout any external driver. That also applies to reinstalling the same kernel.

@techtonik
Copy link
Author

Cool, I wish it was a link to FAQ somewhere. =) lsmod | grep 8188 shows r8188eu.

@techtonik
Copy link
Author

The only question left - if I compile driver from this repository, will it conflict with current kernel driver?

@techtonik techtonik reopened this Feb 16, 2015
@lwfinger
Copy link
Owner

Possibly. If you install the driver from this repo, you should blacklist the kernel version.

@lwfinger
Copy link
Owner

Possibly. If you install the driver from this repo, you should blacklist the kernel version.

@techtonik
Copy link
Author

It looks like the kernel driver is missing on Fedora. I don't get why - the kernel version is higher than on Ubuntu, where kernel driver is present.

@lwfinger
Copy link
Owner

Not all distros configure staging drivers. It has nothing to do with kernel version.

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