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

Linux -> Kernel module unload required #10

Closed
ramtej opened this issue Dec 6, 2022 · 1 comment
Closed

Linux -> Kernel module unload required #10

ramtej opened this issue Dec 6, 2022 · 1 comment

Comments

@ramtej
Copy link

ramtej commented Dec 6, 2022

Hi,

thank you for the exciting project.

I would just like to add that there are issues on Linux when the rtl* kernel modules are loaded. The kernel modules take over the RTL-SDR device so that the USB device can no longer be accessed.

The USB error is as follows:

thread 'main' panicked at 'Unable to open SDR device!: Usb(Busy)'

The module can be temporarily unloaded as follows:

sudo rmmod rtl2832_sdr
sudo rmmod dvb_usb_rtl28xxu
sudo rmmod rtl2832
sudo rmmod rtl8xxxu

Regards,
Jiri

@ramtej ramtej changed the title Linux -> Kernel module upload required Linux -> Kernel module unload required Dec 6, 2022
@ccostes
Copy link
Owner

ccostes commented Dec 22, 2022

Thanks for the report, updated the readme with your info!

@ccostes ccostes closed this as completed Dec 22, 2022
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