The official HP/Samsung laser printer driver is only for for ARM, i386, and for x86_64 available. But ... the generic PCL 5e printer supports my HP/Samsung laser printer.
Unfortunately it doesn't print (Filters failed). It works on MintPPC with the same settings.
Hi
I reinstalled VOID today and am having trouble starting apache.
I think that it is because httpd did not run either.
Someone who can guide me further in VOID
Thanks in advance
musa wrote: ↑Sun Jun 19, 2022 11:34 am
Hi
I reinstalled VOID today and am having trouble starting apache.
I think that it is because httpd did not run either.
Someone who can guide me further in VOID
Thanks in advance
Hi Christian
Many thanks that guide was just what I was missing.
I had some issues with the phpmyadmin user but resolved it with this in a terminal.
mysql (enter)
MariaDB [(none)]> GRANT SELECT, INSERT, UPDATE, DELETE ON phpmyadmin. * TO 'pma' @ 'localhost' IDENTIFIED BY 'password'; (enter)
MariaDB [(none)]> CREATE USER myadmin; (enter) (where mayadmin is the phpmyadmin user and password the new password)
MariaDB [(none)]> GRANT ALL PRIVILEGES ON *. * TO 'myadmin' @ 'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION; (enter)
MariaDB [(none)]> FLUSH PRIVILEGES; (enter)
MariaDB [(none)]> EXIT; (enter)
After this I could log in to phpmyadmin (http: // localhost / phpmyadmin)
Hi
today I have customized my php.ini and then installed a copy of my joomla website in localhost. Everything works.
I have set up my hp premium c309g and it works too.
i found this version of Void to work really well.
Regards Peter
musa wrote: ↑Mon Jun 20, 2022 7:50 pm
Hi
today I have customized my php.ini and then installed a copy of my joomla website in localhost. Everything works.
I have set up my hp premium c309g and it works too.
i found this version of Void to work really well.
Regards Peter