sdr-enthusiasts / docker-readsb-protobuf

Multi-architecture readsb-protobuf container with support for RTLSDR, bladeRF and plutoSDR (x86_64, arm32v7, arm64v8)
230 stars 38 forks source link

Update README.md #183

Closed YipYup closed 1 year ago

YipYup commented 1 year ago
kx1t commented 1 year ago

These need to be removed in a certain order. See https://discord.com/channels/734090820684349521/734090821250580564/1081023241633660948

could you update your commit to reflect that? thanks!

Also it looks like we should use modprobe -r rather than rmmod according to your link?

YipYup commented 1 year ago

Order fixed.

Yes, apparently modprobe -r is a more robust method of unloading the modules. We can explore the additional flag of --remove-dependencies but I didn't include that here at the moment in order to have the change be incremental and handle one module at a time still as rmmod had been doing.