Hi all BSD Steamers and Lunuxilators,
Since linux-nvidia-libs is still not defaulting to linux-rl9 (which is about time i guess
) I tried to compile it from ports with
It compiled fine and I made a package with
Installation successful without any problems and finally I can run steam with
(as suggested from https://github.com/shkhln/linuxulator-steam-utils)
Now a new problem arrived. steam seems to not be able to contact the network: Error: Steam needs to be online to update. Please confirm your network connection and try again.
Any suggestion how can fix this? Or how to test if chroot into /compat/linux can access the outside network since I could not even find the ping command inside /compat/linux
Since linux-nvidia-libs is still not defaulting to linux-rl9 (which is about time i guess
USES=linux:rl9
instead of USES=linux
(which default to linux-c7)It compiled fine and I made a package with
make package
then cd work/pkg; pkg add ./linux-nvidia-libs-550.127.05.pkg
Installation successful without any problems and finally I can run steam with
/opt/steam-utils/bin/steam
(as suggested from https://github.com/shkhln/linuxulator-steam-utils)
Now a new problem arrived. steam seems to not be able to contact the network: Error: Steam needs to be online to update. Please confirm your network connection and try again.
Any suggestion how can fix this? Or how to test if chroot into /compat/linux can access the outside network since I could not even find the ping command inside /compat/linux