Rufus (software for configuring your USB device) seems to be more reliable than some of the other options available on the internet.
source: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#0
Monday, 11 March 2019
wifi drops on its own in ubuntu
Seems like it has to do with a default 'power management' option.
source: https://www.quora.com/Why-does-my-WiFi-get-disconnected-on-its-own-in-Ubuntu
- sudo ifconfig wlp4s0 down
- sudo iwconfig wlp4s0 power off
- sudo ifconfig wlp4s0 up
- sudo service network-manager restart
source: https://www.quora.com/Why-does-my-WiFi-get-disconnected-on-its-own-in-Ubuntu
Friday, 8 March 2019
'gazebo' in terminal doesn't run properly
gazebo: symbol lookup error: /usr/lib/x86_64-linux-gnu/ libgazebo_common.so.9: undefined symbol: _ZN8ignition10fuel_ tools12ClientConfig12SetUserAg entERKNSt7__cxx1112basic_ stringIcSt11char_ traitsIcESaIcEEE
ignition-math version is out of date.
source: https://bitbucket.org/osrf/gazebo/issues/2448/problem-running-gazebo7
ignition-math version is out of date.
sudo apt upgrade libignition-math2
source: https://bitbucket.org/osrf/gazebo/issues/2448/problem-running-gazebo7
Tuesday, 5 March 2019
Mouse click wasn't working properly
If the mouse is working in Safe Mode, there is likely a driver or software conflict. To fix this problem, follow the steps below. Expand the mouse (mice) option in Device Manager by clicking the + symbol. Remove all mice listed by highlighting each device and then pressing the delete key on the keyboard.
> reinstalling driver worked.
source: https://www.computerhope.com/issues/ch000254.htm
Subscribe to:
Posts (Atom)