I have just been out to buy one of these as they are supported by Linux however!
I have Kubuntu installed and the drivers I can get from Epson Avasys support:
Red Hat Linux 9
Turbo Linux 11
Mandriva 2006
OpenSuse 10.2
Fedora Core6
Is there any way I can stick with Kubuntu which I really like or do I have to try one of these distros.
I was given this advice as below which I followed which let me install the printer, however even though I can print documents in O.O Writer when I tried to print a landscape pdf it printed the top left corner in a portrait style (the facility to change portrait/landscape is greyed out in the printer options screen.
Any ideas because I have already taken back a Kodak printer I got for my birthday and swapped it for this, my Dad is not going to be best pleased if I say this isn't fully functioning either!
thanks in advance,
Susan
(You can use the appropriate RPM from the download page, but you have to convert it. Download it to a directory, then open a command line and go to that directory.
Use the command
Code:
sudo alien <packagename>.rpm
where you replace <packagename> with the correct name of course. If alien is not yet installed, you get an error message. In that case, use
Code:
sudo apt-get install alien
to install it.
There should be a file with the same name as the rpm and the extension deb in the directory once the alien command above has been successful. To install the content of the deb, do the following:
Code:
sudo dpkg -i <packagename>.deb)
again replacing <packagename> with the actual name. The printer drivers should then be available in your printer setup tool.
I have Kubuntu installed and the drivers I can get from Epson Avasys support:
Red Hat Linux 9
Turbo Linux 11
Mandriva 2006
OpenSuse 10.2
Fedora Core6
Is there any way I can stick with Kubuntu which I really like or do I have to try one of these distros.
I was given this advice as below which I followed which let me install the printer, however even though I can print documents in O.O Writer when I tried to print a landscape pdf it printed the top left corner in a portrait style (the facility to change portrait/landscape is greyed out in the printer options screen.
Any ideas because I have already taken back a Kodak printer I got for my birthday and swapped it for this, my Dad is not going to be best pleased if I say this isn't fully functioning either!
thanks in advance,
Susan
(You can use the appropriate RPM from the download page, but you have to convert it. Download it to a directory, then open a command line and go to that directory.
Use the command
Code:
sudo alien <packagename>.rpm
where you replace <packagename> with the correct name of course. If alien is not yet installed, you get an error message. In that case, use
Code:
sudo apt-get install alien
to install it.
There should be a file with the same name as the rpm and the extension deb in the directory once the alien command above has been successful. To install the content of the deb, do the following:
Code:
sudo dpkg -i <packagename>.deb)
again replacing <packagename> with the actual name. The printer drivers should then be available in your printer setup tool.
Comment