Every time I boot the computer I have to reinstall printer

Asked by guy holmes

I have ubuntu 9.04 and the Epson Stylus Office BX300F works fine BUT every time I shut down the computer and reboot, the printer doesn't work until I paste: sudo dpkg -i --force-architecture pipslite_1.4.0-3_i386.deb" into the terminal. It's as if some part of the computer has lost its memory. Any ideas?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu cups Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
cmnorton (octopusgrabbus) said :
#1

After you install this printer, I suggest that you backup what's in /etc/cups. Then, after you reboot, see what's been changed. That will go a long way with helping diagnose this problem.

Revision history for this message
guy holmes (guyholmes) said :
#2

I'm not a computer buff, so how do I back up what's in /etc/cups, and how will I know what's changed?

Revision history for this message
guy holmes (guyholmes) said :
#3

When I type in:sudo dpkg -i --force-architecture pipslite_1.4.0-3_i386.deb, I get:
guy@linuxpc:~$ sudo dpkg -i --force-architecture pipslite_1.4.0-3_i386.deb
dpkg - warning, overriding problem because --force enabled:
 package architecture (i386) does not match system (amd64)
(Reading database ... 205082 files and directories currently installed.)
Preparing to replace pipslite 1.4.0-3 (using pipslite_1.4.0-3_i386.deb) ...
Unpacking replacement pipslite ...
Setting up pipslite (1.4.0-3) ...
Install Message > Described entry of LITE in services.
Install Message > Backup file is /etc/services.bak.
Install Message > Start /usr/lib/pipslite/setup to change setup.
Install Message > Start /usr/bin/pipslite-install to make ppd file.

Processing triggers for libc6 ...
ldconfig deferred processing now taking place.

Once I have done that the printer works fine but forgets every time I boot.

When I type in the command: piplite-install, I get the following: guy@linuxpc:~$ pipslite-install
enter your password
[sudo] password for guy:
/usr/lib/pipslite/pipslite-install: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory

Is this of any help?

Revision history for this message
Jeruvy (jeruvy) said :
#4

Sure,

Reviewing your claims above "pipslite-install" is found in "/usr/bin" (which is PATH'd unless you've modified your PATH), however contrary to your claim above it does not appear you are running it in that fashion, as the error above indicates "/usr/lib/pipslite/pipslite-install" and it does not exist, or perhaps a conf file is misconfigured for the app. I can honestly say I have no idea what this is supposed to do, sorry.

Even tho, I'd suggest:

guy@linuxpc:~$ cd /usr/bin
guy@linuxpc:/user/bin$ pipslite-install

...and see what transpires.

Good luck.

Revision history for this message
guy holmes (guyholmes) said :
#5

I tried the commands, but to no avail. "Pipslite-install" is in "/usr/bin" but it is also in "/home/guy/.cups/cups-1.4rc1/usr/bin". What should I do? Thanx!

Revision history for this message
Jeruvy (jeruvy) said :
#6

Oop's my bad, I typo'd that prompt above, not critical. :) The cd was correct however :)

It seems this package requires a shared object library libtdl.so.3 and is not able to find it.

In this thread:

http://ubuntuforums.org/showthread.php?t=978407

Someone said that libltdl.so.7 existed so he created a symbolic link to this in hopes it would work, you could try this, if it doesn't then you can just remove the link.

guy@linuxpc:~$ cd /usr/lib
guy@linuxpc:/usr/lib$ sudo ln -s libltdl.so.7 libltdl.so.3

If you decide to remove the symlink just remove it where you created it in the /usr/lib directory:

guy@linuxpc:/usr/lib$ rm libltdl.so.3

Also someone suggested downloading the package from the hardy repo and installing it, this can be found here:

http://packages.ubuntu.com/hardy/libltdl3

HTH's

Can you help with this problem?

Provide an answer of your own, or ask guy holmes for more information if necessary.

To post a message you must log in.