This issue is caused by a missing driver module. Please make sure that the module is not loaded (should return an empty line):
lsmod |grep solo
You can run:
sudo apt-get install --reinstall solo6010-dkms
to re-install the driver or:
sudo depmod -a
to fix the missing dependencies.
If the crash happened during the installation -- make sure the driver is installed (following instructions above) and then install the server (if it was not installed already, check using "dpkg -l bluecherry") by running:
sudo apt-get install bluecherry
Please let me know if this works or if you have any other questions.
Comments
John,
This issue is caused by a missing driver module. Please make sure that the module is not loaded (should return an empty line):
You can run:
to re-install the driver or:
to fix the missing dependencies.
If the crash happened during the installation -- make sure the driver is installed (following instructions above) and then install the server (if it was not installed already, check using "dpkg -l bluecherry") by running:
Please let me know if this works or if you have any other questions.
Thanks!
Alex.