| 
		
	
	
		I am trying to connect my Epson "Small-in-one" printer. I went to http://www.openprinting.org/printer/Epso...410_Series  and tried to download x86 32 bit: 1.0.0 (DEB for LSB 3.2), which I am assuming is the right package, but cannot get a connection, I could, however, open the install instructions, (Not sure I understand about "Installing the LSB package" first) but regardless, ll can't do the download. Any suggestions?
 
Max
	 
	
	
	
		
	Posts: 1,149 
	Threads: 22 
	Joined: Feb 2014
	
 Reputation: 
0 
	
	
		Hello! 
The LSB package must be installed first, per the documentation:
 
sudo apt-get install lsb
 
The driver SHOULD install after that.
 
More detailed installation instructions can be found here:
https://wiki.linuxfoundation.org/en/Open...tributions 
73 DE N4RPS 
Rob
	
![[Image: EtYqOrS.png%5D]](http://imgur.com/EtYqOrS.png%5D)  
A gun in your hand is worth more than a whole police force on the phone.
 
	
	
		Rob,
 Thanks.
 
 Are you saying then that I don't need to download the driver separately?
 
 Max
 
	
	
		Rob,
 I ran the command to install the LSB package. After several lines of text. it stopped at my user ID and beeps three times. Does that mean it's waiting for something else?
 
 Still cannot download the other file...says connecting, then spins for several minutes and stops.
 
 Max
 
	
	
	
		
	Posts: 1,149 
	Threads: 22 
	Joined: Feb 2014
	
 Reputation: 
0 
	
	
		Hello!
 Sounds like lsb didn't install properly for you. When *I* installed lsb, it shot out three SCREENS of text (it installs a LOT of dependencies). FWIW, I went on to successfully install the 32-bit .DEB version of what you're trying to install with GDebi Package Installer. If it's not already built into LL (can't remember),
 
 sudo apt-get install gdebi
 
 will take care of that.
 
 Try this:
 
 sudo apt-get install -f
 
 That should fix any dependency issues. If THAT bombs, then:
 
 sudo apt-get remove lsb
 
 Then try reinstalling it, copy-and-paste the contents of the terminal window (if only a few lines result), and post that in your reply. Sounds like some dependencies aren't being satisfied...
 
 73 DE N4RPS
 Rob
 
 
![[Image: EtYqOrS.png%5D]](http://imgur.com/EtYqOrS.png%5D)  
A gun in your hand is worth more than a whole police force on the phone.
 
	
	
		max@max-HP-Compaq-dx2200-MT:~$ max@max-HP-Compaq-dx2200-MT:~$ sudo apt-get remove lsb
 [sudo] password for max:
 Sorry, try again.
 [sudo] password for max:
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following packages will be REMOVED:
 lsb
 0 upgraded, 0 newly installed, 1 to remove and 6 not upgraded.
 After this operation, 45.1 kB disk space will be freed.
 Do you want to continue [Y/n]? y
 (Reading database ... 129110 files and directories currently installed.)
 Removing lsb ...
 max@max-HP-Compaq-dx2200-MT:~$
 max@max-HP-Compaq-dx2200-MT:~$ sudo apt-get install -f
 
 First two commands did nothing; this is what happened with uninstall and get install.
 
	
	
		max@max-HP-Compaq-dx2200-MT:~$ sudo apt-get install gdebi[sudo] password for max:
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 gdebi is already the newest version.
 The following packages were automatically installed and are no longer required:
 libqt4-opengl lsb-graphics lsb-desktop m4 ncurses-term libqt4-gui pax
 libjpeg62 libqt4-designer lsb-printing libqt3-mt lsb-core lsb-cxx
 Use 'apt-get autoremove' to remove them.
 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
 max@max-HP-Compaq-dx2200-MT:~$
 
 
 
	
	
	
		
	Posts: 1,149 
	Threads: 22 
	Joined: Feb 2014
	
 Reputation: 
0 
	
		
		
		04-14-2014, 02:41 AM 
(This post was last modified: 04-14-2014, 02:43 AM by N4RPS.)
		
	 
		Hello! 
Thanks for posting that for me. OK, so you already have gdebi. My bad.
 
Sounds like you already had lsb there, also, then removed it (because I told you to, of course).
 
So... type 
 Code: sudo apt-get install lsb
again, then, in Firefox, click on the link you originally posted and click to download whichever .DEB for LSB 3.2 file you need (32 or 64 bit).
 
A popup window will appear in Firefox. Easiest to just select 'Save File'. This will save the .deb to your /home/<username>/Downloads directory. 
 
Go to that folder in File Manager (or through Firefox), right-click on the icon for the driver .deb, select 'Open with "GDebi Package Installer"', and let us know what happens from there...
 
73 DE N4RPS 
Rob
	
![[Image: EtYqOrS.png%5D]](http://imgur.com/EtYqOrS.png%5D)  
A gun in your hand is worth more than a whole police force on the phone.
 
	
	
		OK...I reinstalled LSB, went back to the DEB link, clicked, after some time trying to connect, it stops and says: "Printer: Epson XP-410-Series..." That's it, just as before, nothing downloads...there's nothing to save. Back to where I started.
	 
	
	
	
		
	Posts: 1,149 
	Threads: 22 
	Joined: Feb 2014
	
 Reputation: 
0 
	
	
		Hello!
 It's weird that Firefox won't download the .deb without bombing. I tried it again, on several 32-bit machines, and had no issues.
 
 Then again, I don't have an Epson printer around here to play with. I just installed the driver...
 
 73 DE N4RPS
 Rob
 
 
 
 
![[Image: EtYqOrS.png%5D]](http://imgur.com/EtYqOrS.png%5D)  
A gun in your hand is worth more than a whole police force on the phone.
 |