I’ve noticed there are no good tutorials on how to check what hardware you have installed on your machine. In Linux there are many ways doing this so it’s not an issue but you have to know the needed commands.
.:: Open Source Guides ::.
I’ve noticed there are no good tutorials on how to check what hardware you have installed on your machine. In Linux there are many ways doing this so it’s not an issue but you have to know the needed commands.
We should firstly install build-essential, foomatic-filters, cupsys over the command line: user@somebox ~$ su – Note: This is in case that you are not logged in as root root@somebox ~$ apt-get install build-essential root@somebox ~$ apt-get install foomatic-filters root@somebox ~$ apt-get install cupsys After this we need to download the needed software and firmware: root@somebox ~$ wget -O foo2zjs.tar.gz […]