OpenSUSE Install :: Running The Hplip Command In Terminal?
Nov 17, 2010
I have downloaded the hplip command on the desktop, attempted to cd desktop, and it shows "no such directory". running this command so I can set up my printer? And I can't seem to put the screenshot here..
View 9 Replies
ADVERTISEMENT
Jul 10, 2011
How to stop/start KDE from the command line (Terminal) on opensuse 11.4?
View 9 Replies
View Related
Sep 14, 2010
I've accidentally changed /usr/bin/php file on my server by running a cp command. I know this is bad, i just don't know how bad. Everything is working fine (websites using php), so i just wanted to know what this action could cause and also how can i restore original content.
View 4 Replies
View Related
May 14, 2011
I am relatively new to linux but i need to run a command in the terminal so i can prevent wireless power save from happening every time i switch to battery power. I dont really want to go into the terminal every time i switch to battery mode so i want to be able to launch this command upon start up:
Code:
sudo iwconfig wlan0 power off
View 2 Replies
View Related
Aug 17, 2010
Here's my linuxquestion I have a bash terminal window opened by next command:
Quote:
gnome-terminal -x bash -c "bash"
Now i need to run different commands or scripts AS ROOT in this terminal window from another terminal. I tried things like
Quote:
sudo echo 123 >/dev/pts/4
The result is 123 in that terminal window, but sudo password is asked in my tab where i entered the command.
View 6 Replies
View Related
Feb 25, 2010
so the safest way to go about this is to assume I know nothing. I mean, I have a rough Idea of what a kernel is, no idea what a shell is, etc. I do consider myself computer savvy, but know NOTHING about linux and thats why I'm Diving in, hopefully not too much, this is just to give you an idea of what we're working with here.
After several install attempts I kept getting a blank screen. Whether it be black,white, or the default gnome desktop (without any icons, and simple things like ctrl+alt+backspace just doesn't work, or anything else for that matter) I was ending up with a blank screen. Driver for moniter....maybe....but I did succesfully install it once, and it worked like a charm...shutdown properly, and the next day after work...Boom, same thing after startup.today I started from scratch and re-installed....samething, until I hit the power button, went from the dvd(iso) and did a fail safe, now my resolution is much better than it was the first time..Actual questions.....what did I do to fix it when failsafe never worked before?
Is there a way to save these settings, so I don't run into the problem again, because I don't even want to turn of my computer at this point?If i'm trying to dive in and learn the command line actions, is there any substancial difference between gnome terminal or hitting "c" to bring up the command line?
View 9 Replies
View Related
Jan 20, 2011
In windows command prompt, F8 key can cycle through your previously entered commands i.e say you enter "ping google.com" and then "pushd <dir>". Next when you type p and then press F8 brings pushd and next F8 brings ping command. You can then hit enter to execute the corresponding command i.e ping in this case.Is there anything similar in Ubuntu Terminal running bash? Very handy to get back previously entered commands.
View 3 Replies
View Related
Apr 14, 2011
I'm trying to ssh my ubuntu laptop with my android phone. But with the app I have (connectbot) I don't seem to be able to pass any args to the command. I want to pass the -Y command to allow my phone access to the screen on my laptop so i can use my laptop (somewhat) from my phone. Can you change the args passed to the command while it is running?
View 5 Replies
View Related
Sep 3, 2009
I've used the following script here: [URL] to upgrade Alsa to 1.0.21 in Ubuntu 8.04. Now whenever I run:
Code:
sudo shutdown -h <time> or sudo reboot from the terminal I get a rather annoying beep sound. What's even more annoying is if I use the shutdown command to specify a time I get a beep every 10 minutes or so.
I've tried disabling the terminal beep in the terminal profile, disabling the beep in System/Preferences/Sound, adding "blacklist pcspkr" to /etc/modprobe.d/blacklist, and running gconf-editor from the terminal and setting /desktop/gnome/peripherals/keyboard/bell_mode to 'off' rather than 'on'.
View 6 Replies
View Related
Oct 18, 2010
When I open a terminal and start the 'top' command to view the running processes, in the summary view I get 4 users. I guess that in addition to my account the root runs in the background but who are the other 2??
View 1 Replies
View Related
Feb 15, 2010
Deskjet-F4400-series
--------------------
Type: Unknown
Installed in HPLIP?: No, not using the hp: or hpfax: CUPS backend.
Device URI: usb://HP/Deskjet%20F4400%20series?serial=CN9C1CK70705C5
PPD: /etc/cups/ppd/Deskjet-F4400-series.ppd
[code]....
how do I get the printer installed in hplip? I can print but cannot scan. xsane will not recognize printer. Jaunty 64bit 2GB Ram 350GB HD
View 1 Replies
View Related
Feb 5, 2011
I've recently setup a custom home server running openSUSE 11.3 64-bit in terminal mode. I've since successfully setup and configured it to act as an iSCSI target using the iscsitarget package and the corresponding kernel module, along with the YaST module for the configuration. Prior to setting up my hard drive accordingly, however, I noticed that when I ran 'zypper up' in a terminal I got the following:
Code:
pph-server:~ # zypper up
Loading repository data...
Reading installed packages...
[Code]....
At the time I accepted, and found later that it removed the setup I had, meaning I had to start over. However when I ran YaST in a terminal it then wanted to re-install the iscsitarget package, which subsequently removed the tgt package, and so this continued for a bit. (Thankfully no actual data was stored on the target at this stage .) For the time being I've locked the iscsitarget package and the kernel module to prevent zypper from wanting to remove it and install tgt instead since I now have my target working as I want.
The question I have is why zypper was trying to remove iscsitarget and install tgt, and yet the corresponding YaST module was wanting to do the opposite. Is tgt considered a better option by the openSUSE developers, in some way, for setting up an iSCSI target? Is iscsitarget development/availability being ceased by them in favour of tgt? Is there something else I'm missing? Neither of these packages seems old to me: the latest version of iscsitarget was released on SourceForge last July, while tgt was only updated this month.
View 2 Replies
View Related
May 10, 2011
I've recently installed matlab and after some poking around found that you must start it using a script like:
#>> cd ~root/../matlab2009/bin/
#>>./matlab
the manual tells me that the installation should have made it so that all you have to do is type matlab at the terminal but for some reason this hasn't happened. If you did not set up symbolic links in the installation procedure, you must enter the full path name to start MATLAB, matlabroot/bin/matlab, where matlabroot is the name of the folder in which you installed MATLAB. I've also looked at documentation on ln but most refers to making links between files. Is there a way to link the command "matlab" to the file shown above so all I have to do is type the command and it runs the script?
p.s: Here's what I've tried:
#>> ln -s ~root/../matlab2009/bin/matlab matlab
linux-2fs6:/home/alex # matlab
If 'matlab' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf matlab
View 9 Replies
View Related
Jan 12, 2011
when i try to install gimp with the terminal command:sudo apt-get install gimpI get this Error(yes its in german i know):Die folgenden Pakete haben unerflte Abhngigkeiten: gimp : Hgt ab von: libpoppler-glib4 (>= 0.12) ist aber nicht installierbarE: Beschdigte Paketeit says, that the packet: libpoppler-glib4 is corrupt.i already tried to reinstall libpoppler-glib4, but it wouldnt let me
View 9 Replies
View Related
Jun 24, 2011
I'm considering making a switch from Ubuntu/Linux Mint to Fedora 15 because I just adore, love, cannot be without Gnome Shell any longer. SELinux - I actually am finding I hate this program as it blocks certain plugins (like Java), some programs I run it blocks functionality, etc. What's the best way to disable it or make it more like Ubuntu where it's pretty much permissive of everything. Common Apps I use - I haven't checked the repos, but at the least I use the following (some I know work, but I can't remember the specific ones I want to know if I need to compile or if it's in the repos)
a - Snes9x
b - PCSX Reloaded
c - KeepNote
d - libdvdcss2 and libdvdread4
e - MP4, MP3, AVI, MPEG, OGG, OGV codecs (I think I've converted any others like WMA and WMV... wait I have a few WMA files, crap)
f - Flash 64-bit - this one I have issues with SELinux wise, (reason for first question)
g - VirtualBox - it runs so much faster under Fedora so I know this one works
h - Sun Java
RPMs - Fedora uses RPMs right? Is there like an DEB Alien to convert DEBs to RPMs? Apache2 - Now maybe I found this as httpd or lightppd or something, but why isn't it listed as Apache2 in the repos? I'm more or less guessing that Fedora is not a "rolling" release, is there a variant or version that is or a repo I can enable? A software center, other than Synaptic; I'm pampered when it comes to Ubuntu Software Center and that, is there anything like that in Fedora that isn't Synaptic? What's the terminal command for installing packages, is it zypper or is that OpenSuSE?
View 7 Replies
View Related
Apr 7, 2011
I recently upgraded from 11.3 to 11.4 succesfully. I had to reinstall several applications and, some of them, can't be configured as default from the control panel (e.g. Opera as default browser, VLC as default media player). The problem is that droplists at the prefered applications don't show any other than the default ones, Firefox and TotemIs there a way I can change these settings via command line or a way to fix what applications are shown at the control panel?
View 8 Replies
View Related
Nov 14, 2010
Can't get an applet to initiate on a gaming site...is their a simple terminal command to install the latest version of Java?
View 9 Replies
View Related
Apr 1, 2011
How do I install Drivers for logitech c100 webcam in kiwi 10.08?
I am dyslexic. Is there a command for install webcam drivers that I can copy and paste to terminal window?
View 14 Replies
View Related
Dec 28, 2009
I've set up hplip and added a "fax" device. However, when I go into open office and try to fax something, it says it's doing it, then pops up a window saying "step 3 of 5" asking me to add files to the fax (there are no others to add) and only the "cancel" button is clickable. Then in HP Device Manager, it shows the fax as having a job but it never does anything.
View 6 Replies
View Related
Jan 4, 2011
I have following setup on my one of the customer where we had suplly thin client. Customer have their old system with SuSE Linux Enterprise Desktop 10.2 with HP LaserJet P1008. They had configure this printer thru foo2xqx & HPLIP 2.8.10. Our Thin Client which we had supplied with SuSE Linux Enterprise Desktop 11.1 & HPLIP 3.10.2.
I am able to install HP printer on my thinclient but thru IPP but, when we fire any print command I am getting "Stopped: /usr/lib/cups/filter/foomatic-rip-hplip failed" error. If I can connect printer on thinclient I am able to print. But, thru IPP share I am not able to print. Also, customer have their old thinclient also on which they share this printer so, I am not able to detach this printer from that system.
View 3 Replies
View Related
Apr 5, 2011
I would like to hear about a (telnet) terminal for Linux that can run VB scripts. The need is for configuration of a target board. I like secureCRT very much, but I can not use it from a Linux workstation.
View 4 Replies
View Related
Apr 4, 2011
I have now two computers running Fedora 14 64 bit. The previous installation was a couple years ago and i have had no problem getting HPLIP installed - at least not a lot of trouble. This time, however, the install disk has installed the latest version but without a number of its dependencies. The .run shell only tells me that it can't install this or that dependency, in this case sane-backends-devel. When I use the command su -c "yum -d 10 -e 1 install sane-backends-devel" the dependencies are located and the debugger starts. The install proceeds until the more recent libtif 64 bit file is found already on my computer but the desired but older 32 bit version has been set up for install. This stops the business with an error. I have struggled with this until my backend is no longer sane.
I am not sure where to go from here. It looks to me as though the sane-backends-devel dependencies will always prevent an install. Is there a command I could insert to prevent this from happening - such as eliminating the d 10 switch or otherwise? Is there a way to skip one error and go on, for instance? I have not always used the shell to install, and there are several other methods out there, but without this dependency I will not be able to scan, which is what I have to do.
View 12 Replies
View Related
Jul 19, 2010
I am planning on purchasing a new printer, HP 8500 all in one. I downloaded hplip.net. it is listed in the downloads. Now how do I install hplip? I want to ready for the new printer. Chef Robert Here in the Land Of Enchantment.
View 3 Replies
View Related
Dec 20, 2010
I have been having the issue with my printer, where it will not print using both cartridges, and just mixes the colours to try and make black....I have found the following patch, but would like to know how to apply it?
[URL]
View 6 Replies
View Related
Feb 10, 2010
Everytime I get HPLip working with my printer, it will only work until I shutdown the computer. On next restart, it no longer works and the only way to get it to work again is to delete the printer configs in hplip and re-create them!
View 2 Replies
View Related
Nov 15, 2010
Trouble with cups - Opensuse 11.3 x86-64
Hplip installed
prrinter = HP photosmart 4280
No way I can set the printer as default printer in cups as in 11.2. Now hp-device-manager. Part of hplip is complaining "set the default printer"
View 2 Replies
View Related
Apr 30, 2011
When I try to change some settings of my printer using HPLIP it tells me to add myself to the lp an sys group. Is that safe ? What are those groups used for ?
View 9 Replies
View Related
Sep 15, 2010
I recently bought the HP Officejet 8500 all-in-one. I was at that moment using OpneSUSE 11.1 on a HP Pavilion laptop. As this printer was too recent for the version of hplip in the 11.1 repositories, I downloaded the source, compiled and installed it. Last week I upgraded to 11.3, and now the repositories have an even more recent version than what I installed. But in Yast the hplip package is marked as 'never install'. Why is this and how do I remove this blocking? How can I install a hplip package compatible with 11.3?
View 2 Replies
View Related
Apr 9, 2011
Installing support for Phototsmart 7150 on Ubuntu 10.10 server (no desktop).Installed 3.10.6 and 3.11.3a.
Installation hangs at the point where the printer is supposed to be detected (after the prompt to restart).At that point I break out with Ctrl-C.I then run hp-setup and select usb. That process complains about missing dbus file but prompts for the printing of a test page. The job begins but only a few lines are printed before the page is ejected, some more lines print, the page is ejected and so on.Have tried to uninstall with make uninstall but since there's no desktop I suppose the hp files are in the home folder?Please inform of proper uninstall for my case.I have also installed hplip via the webmin config. That install proceeds smoothly with no errors but print result is same.
View 4 Replies
View Related
Nov 9, 2010
How can i install foomatic-rip-hplip in Mandriva?
View 10 Replies
View Related