In order to contact airtel customer care
- Dial 121/198 and wait for response
- Select option 1 as Mobile Services
- Select option 9 to speak to airtel customer care executive
ERROR:
"The VirtualBox Linux kernel driver (vboxdrv) is either not loaded
or there is a permission problem with /dev/vboxdrv.
Please reinstall the kernel module by executing"
sudo modprobe vboxdrv
if does not worked then
sudo apt update
sudo apt install --reinstall linux-headers-$(uname -r) virtualbox-dkms dkms
reboot and run
sudo modprobe vboxdrv