Unplug your game controller. Many game controllers constantly hammer the input and keep the computer awake.
BaDboD
Unplug your game controller. Many game controllers constantly hammer the input and keep the computer awake.
BaDboD
hmm, so your shiny new Ubuntu / Mint has a real dark webcam in skype or cheese etc ?
In command prompt do:-
sudo apt install v4l-utils
Then do:
v4l2-ctl --set-ctrl exposure_auto=01
Works for most any webcam including MS Lifecam and Logitech cams
Enjoy 🙂
For your rebooty pleasure maybe add that line to your ~/.bashrc .
BaDboD
Adding a new user is easy, but when you login as that user you wont be able to do much. You will probably see no adapter found or no network device detected for your wifi, amongst many other issues with audio devices etc.
Here goes 🙂
from Terminal:
adduser myusername
Enter the password (twice) and just enter all the rest of the info unless you really want to fill it in.
now add myusername to the required groups
usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi myusername
phew, nearly there. Do make sure you are swapping myusername for your desired username!
now, still logged in as ‘pi’ user, open the raspian desktop start menu and select ‘Preferences’ -> ‘Raspberry Pi Configuration’ and in the System tab untick the ‘Auto login as user ‘pi’
now use the raspian start menu shutdown option and select ‘logout’. Login as mysername and open a terminal.
groups
make sure your user is a member of all the groups (adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi), especially sudo
once all good you now reboot and login as myusername then remove the ‘pi’ user using the terminal:
sudo deluser --remove-home pi
good to go. any issue please leave a coment and I will try to help. You can also use the contact form to send me a message.
Enjoy
BaDboD
so your getting
/usr/bin/vivaldi: error while loading shared libraries: libffmpeg.so: cannot open shared object file: no such file or directory
hmm, try
sudo cp /usr/lib/arm-linux-gnueabihf/libffmpeg_chrome.so.60 /lib/libffmpeg.so
While typing that line you might want to press TAB before the .60 in case your version is different?
ok, vivaldi should run now.
Regardless basically you want to copy the chromium provided libffmpeg_chrome.so.(versionnumberhere) to /lib/libffmpeg.so
Let me know if you have any problems and indeed how you fixed it if this did not work for you.
Enjoy
BaDboD
Sorry for the recent outages. A change in servers has lead to a problem with database connectivity. Hopefully the problem is now solved. Thank you for your patience.
BaDboD
[update]All seems to have settled down now. thanks for all your patience[/update]