Fedora Hardware :: Scanning W/ HP C6380 All-in-One?

Jun 15, 2010

I thought I had a post out there that thoroughly covered this topic. But, I looked and I couldn't find it.Well, I am trying to get Sane to run so I could scan documents. I have printing set up, and the cups daemon is set to run at reboot. What are the following steps to achieve my objective,

View 9 Replies


ADVERTISEMENT

Fedora :: Scan With Xsane And HP C6380 All In One

Dec 21, 2009

I started a thread that just brushed on the topic of running Xsane to scan with my HP c6380. However, the subject did not go very deep. It was alot about the printer, but not very much about scanning. It was also a previous installation and version of FedoraKDE. Now, I would like to take a moment to ask how to get Xsane up and running so that I can scan with my printer. I have it installed using $yum. However, the icon has not appeared anywhere and I am stumped.

View 14 Replies View Related

Fedora Hardware :: Get Xsane Running With HP C6380

Oct 18, 2010

I installed HPLIP, CUPS, ran hp-setup, and have a scanner detected in root, but not as standard user. I had some directions given to me in this forum, and I tried to follow them, but when I went into the man page as directed by one of the terminal commands, the directions there were cryptic. No success with changing permissions for sane-find-scanner in the file where permissions are supposed to reside. Started looking around down there at a couple of files and all I saw was garbage. how to change permissions for sane-find-scanner

View 6 Replies View Related

Fedora Networking :: HP Photosmart C6380 - WIFI Installation On 11?

Aug 5, 2009

I bought a HP Photosmart C6380 Printer a few days ago, and i am trying to make it work on my Laptop with Fedora 11 installed on it. Like all the ither posts concerning this problem, when i connect the printer by USB it works without a problem. I can ping the printer with success and i can also access the Web interface of the Printer. So i think that the Printer is connected correctly to my WIFI network. I have tried several things.

- I have tried to install it with CUPS, selected "HP JetDirect", put in the IP-Adress of the Printer, selected the driver for 6300
series. In the URI i had something like "socket://<IP-Adress of the printer>:9100". After that tried to print a test page -> Nothing.

- I tried it with IPP, same result, nothing.

- I also tried, after having read a lot here, to put "http://<IP-Adress of the printer>". After that, i tried to print a test page, and the printer seemed to work. But what i got was a lot of crap, really unreadable things.

Quote:

POST / HTTP/1.1
Content-Length: 492
Content-Type: application/ipp

[code].....

Here i got unreadable things

- I also tried the CUPS web interface without any result.

- I also tried HPLIP. Downloaded the latest version and installed it. After installation i ran "hp-setup". I tried all the three steps, the only one that worked was step one, USB. For the rest nothing worked. I did not try the printer connected by Ethernet, but i think that this should work, because i tried an HP printer at work an that worked. I have an WIFI access point, so no ad-hoc connection. On my wife's Laptop, where Windows Vista is installed, the printer works without any problem.

View 11 Replies View Related

Fedora Hardware :: Setting Up The Wireless Printer HP C6380

Aug 27, 2009

I downloaded HPLIP, and I began the install process. After 'make', it prompted me to restart. Thinking that would be good, I restarted. When I logged back in I tried to print a document, and it didn't print. I don't know what to do. I tried to follow the directions at http://hplipopensource.com/hplip-web...all/index.html, and they weren't very good. How can I tell if everything is installed for the printer? Once it is installed, how do I configure it and set it up? It is a wireless printer.

View 14 Replies View Related

Fedora :: Practice Securing & Scanning System

Nov 29, 2010

Recently I've been going over a few resources (like Guide to the Secure Configuration of Red Hat Enterprise Linux 5) some forum members have provided and I've been using other resources I use for work (like the UNIX STIG requirements). I would like to improve my skill-set on hardening a linux server (for work and personal interest). Is there a specific linux distro I can install that is purposely corrupted/vulnerable where the sole goal is to secure it, and then have the means to scan it to make sure all vulnerabilities are patched and secured?

View 6 Replies View Related

Red Hat :: Multipath: Scanning New LUN Fail

May 12, 2011

I have installed RHEL5U5 but I've also tested RHEL5U4 and the problem is: Once configured the multipath, I restart the server,and with the command-ll mutipath I can see the LUN presented correctly:

[Code].....

View 2 Replies View Related

Ubuntu :: Wvdialconf Not Scanning Usb Ports?

Jan 7, 2010

Well I'm trying to set up a US robotics dial up USB Modem. When I enter WVDIALCONFI end up with a screen that says "scanning your serial ports for a modem"It scans and ends up saying Sorry'no modem was detected!Did you configure it properly with SETSERIAL?

View 9 Replies View Related

Ubuntu :: Scanning Tool That Works?

Apr 12, 2010

I have a Brother MFC-7440N which has Linux drivers, but I can't get useful scans yet. It prints fine, but the only scanning software I've found so far, XSane and a utility just called "Scanner Utility" are both useless.

XSane is no good because it crashes every time I try to scan something.

Scanner Utility has a few problems. Unless I set the paper size to "Legal," it keeps cutting off the bottom few inches of my (US letter-size) document. It's the same, regardless of whether I scan from the auto document feeder, or with the original on the glass. Also the orientation is screwed up. When I select "Portrait," the scan comes out rotated 90 degrees, exactly the opposite of what I'd expect.

I also don't like that there's no way to go back and change the scan settings. If I want to scan another document or at a different resolution, I have to quit Scan Utility and run it again.

Neither utility will scan to a .pdf. XSane gives the option, but like I said, it crashes every time I try to scan something.

Is there a scanning program available for Ubuntu that actually works, & will scan to a .pdf? Brother doesn't supply any scanning software for Linux, just drivers, so I have to find some 3rd-party utility.

View 2 Replies View Related

Ubuntu :: Hp C4680 Scanning Program?

Jul 28, 2010

Is there an easy scanning program for kubuntu and where do I go to get it? My mom is running it and needs to scan things. She has the all-in-one mentioned in the thread title.

View 4 Replies View Related

Ubuntu :: Program For Book Scanning / OCR?

Apr 15, 2011

I want to scan in a book and convert it to a pdf AND make an OCR text of it. I am looking for somebody who can help me to gie me some BASH helps to combine the pieces I have already got:

Workflow:

1. scan in the book pages: coverpage (=1), page 3, page 5, page 7 .... n (At this point the book is upside down)

2. scan in the book pages turn the book and scan from the back to the front:

back coverpage (= n-1), page n-3, page n-5 .... 2

3. run the program All scanned images are in directory scannedimages

#!/bin/bash
mkdir temppic
for i in `find scannedimages/*.png`

[code]....

how to make it, but I have no knowledge how to program it.Maybe something like that exists already and I can save the programming effort.

View 1 Replies View Related

OpenSUSE :: Program For Scanning Documents To PDF File?

Aug 12, 2010

I am searching for some program for scanning documents to PDF file, I am using samsung SCX-4300. I tried XSane but the files I get are to big (1-3 Mb). Is there some other application for scanner I don't want to star my Windows just for scan some document.

View 2 Replies View Related

Ubuntu :: Stop Grub 2 From Scanning For Boot Cd?

Jun 10, 2010

Is there a way to stop Grub from scanning the optical drive for boot media before getting to the boot menu? Or to skip this step? (I have the drive excluded from the BIOS's boot menu but then Grub still checks it anyway)

View 1 Replies View Related

Ubuntu Networking :: Aircrack-ng Does Not Find Any APs While Scanning

Dec 31, 2010

I've just bought a GEETEK Hercules USB Wlan adapter, which has the Ralink rt3072 chipset. The Connection manager can find wireless APs, but it won't connect to any of those. Also, aircrack-ng does not find any APs while scanning.After some tinkering and a lot of restarting, I can now connect t wireless networks, although slowly. However, I still can't use it with aircrack-ng.

View 6 Replies View Related

Ubuntu Networking :: UI Tools For WIFI Scanning

Mar 30, 2011

As a frequent traveler, I spend most of my time in Hotel these months.My laptop is Ubuntu Maverick.Is there any UI tools for wifi scanning and auto-connection in Ubuntu?I have tried wifiradar. Although it could scan out the wifi SSID, while, the wifiradar could not connect to the WIFI.

View 4 Replies View Related

Ubuntu Networking :: Automatic Port Scanning?

Aug 5, 2011

I'm running 10.04 LTS Desktop and I'm wondering if there any default packages that are automatically scanning for hosts? I'm on a university network and they're really touchy about any computers scanning ports/hosts and they keep disabling my computer. I'm just wondering if there's anything like that installed by default - maybe some of the zeroconf stuff?

View 2 Replies View Related

General :: Scanning A LAN For Specifc Ports With Nmap?

Jul 16, 2011

I want to identify all the computers on my LAN that have port 80 open. So I want to scan an IP range (192.168.0-255.0-255) and have Nmap print onto the screen all the IPaddresses it scanned that are accepting connections on port 80. How do I do this?

View 1 Replies View Related

Security :: Block Port Scanning Attempts?

Nov 18, 2010

I run SSH on a publicly open server and see following attempts in /var/log/auth.log which I was told by some one could be port scanning attempts.(Not sure though)

Code:
Nov 18 23:50:19 server sshd[21716]: Did not receive identification string from 186.0.80.197
Nov 19 00:05:57 server sshd[24056]: Did not receive identification string from 85.108.110.66

How can I block above such attempts?

View 11 Replies View Related

Software :: Ettercap Crashes During Scanning For Host

Mar 4, 2011

I have installed ettercap using apt. But, when I scan for hosts, Ettercap crashes. I've found on the Web that there's a solution, but I don't manage to solve this problem.

View 3 Replies View Related

Software :: Fingerprint Scanning Perpetually Broken / Why Is So?

Apr 5, 2010

Why doesn't my laptop's built-in fingerprint scanner work in GNOME? It's fairly common (manufactured by UPEK) and I've tried fprintd and thinkfinger to no avail. The latter seems to be built for USB-attached devices and fails to find any device and the former installs and runs fine, but fails to recognize any fingerprints.

Using either fprintd-enroll or the GNOME "About Me" panel, fprintd will gladly register my fingerprint, but no amount of swiping will get it to actually recognize it afterwards. I try re-installing it every new update, but same results, what's going on?

View 4 Replies View Related

Software :: Setting Up Antivirus Scanning For Evolution?

Nov 17, 2010

I would like to set up a email virus scanner. I use Spamssassin and BogoFilter (Spamssassin by default).

I have now installed Clam-AV (KlamAV) for the "normal" files on my system. and see that there is a tab in there for email scanning. When i pick Evolution as my email client it tells me to set up a filter and pipe if into Klammail. I can not find Klammail anywhere. I have even looked for it in the Documentation and all i could see is that i can not run this manually.

I have found links to say that if i am using Spamssassin that this will use CLamAV be default... Im not sure if this is the case or not. of if there is another AV system i should be using to do email virus scanning.

Ubuntu 10.04.1
KlamAV 0.46
evolution 2.28.3

View 2 Replies View Related

Programming :: Program For /usr/bin For Scanning With Color Using Scanimage?

May 21, 2010

scanimage is cool. It would be great if there was a command line that one can configure to scan without X, and with rather quite some options to configure... convert to jpgcapable of finding -d snap:lib... whatever you plug and replug the scanner

View 12 Replies View Related

OpenSUSE Wireless :: Interface Doesn't Support Scanning

Nov 8, 2010

I have only just got my first netbook and when I first installed 11.2 on it it would detect local networks and ask if I wanted to use any of them. Since they belonged to other people and I use a wired connection at home, I declined. I then took my netbook on travels and tried to connect to freely available networks there, but to my surprise it no longer detected them. I tried to go through YAsT and see what needs to be changed but no matter what I tried the wireless option was never offered again.

I have now come back and decided to get to the bottom of this. Here is what I get from iwlist scan:lo Interface doesn't support scanning eth0 Interface doesn't support scanning.It is as if there has never been a wireless capability. Can anyone advise on what to do to fix this?

View 9 Replies View Related

Ubuntu Multimedia :: Scanning Media In Banshee W/ Mirage?

Jan 12, 2010

Has anyone been trying or playing with Banshee and the Mirage plug-in? I set it up to do a media scan, and I'm looking at somewhere in the neighborhood of 18hrs now and it's still going.... More importantly, when this is complete, and I add some new music, will the scan just hit the new tracks, or will it go through the whole library again? If you have any experience with this please fill me in if you can.

View 3 Replies View Related

Ubuntu :: Virus Scanning - Running ClamTk Sufficient

Feb 10, 2010

Would I need to scan the (root /) directory with sudo clamtk or would running clamtk be sufficient? Theoretically, if Ubuntu did get a virus; would this virus try to establish itself in / rather than /home? Also is it correct to presume that to scan the /home directory; running sudo clamtk wont do any more than just running clamtk?

View 9 Replies View Related

Ubuntu Multimedia :: Scanning For Analogue Cable Channels?

Feb 10, 2010

I'm trying to scan for analogue cable channels. How do I go about this?

I'm using the Hauppage HVR-1950 in Karmic.

After initial setup I'd like to use a program other than MythTV.

View 3 Replies View Related

Ubuntu :: Printing / Scanning Resolution Stuck At 600dpi?

May 18, 2010

I have installed Lucid 64bit and everything is working OK except for my printer / scanner.
I have a Canon Pixma MP520 and when I switched it on and plugged it in Lucid identified it and installed the necessary drivers.

I have tried printing and scanning (scanning using Simple Scan and Xsane) but I can't get any more than 600 dpi resolution (my printer / scanner is capable of 4200 resolution).I have tried changing the resolution in the scanning packages but the resolution stays the same.

View 2 Replies View Related

Ubuntu Networking :: Wicd Disconnects Wifi When Scanning?

Oct 29, 2010

I have an hp compaq 6720s laptop dualboot vista/ubuntu lucyd.My wireless card is Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02), controlled by wicd 1.7.0 (gnome network manager connects/disconects the net continuously).The problem is, any time I do a scanning with wicd or from command line to see the wifi nets around,my wireless is disconnected, then it connects again because is set to automatic reconnection

View 2 Replies View Related

Ubuntu :: Xsane Image Scanner Freezes While Scanning?

Nov 19, 2010

I have a Fujitsu ScanPartner 93GX scanner that freezes Xsane when I try to use it. The same thing happens to Simple Scan too.

When use sane-find-scanner I get the following:

Code:
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
found SCSI scanner "FUJITSU M3093GX 02" at /dev/sg0

[Code].....

I started to think I might need a different driver. I found a driver (sane-fujitsu.5) at mangpages (link), but there are no instructions as to what directory to place it in, what files need to be modified to point to it, etc.

View 3 Replies View Related

Ubuntu :: Force Scanning Of Wifi Networks After Suspend?

Dec 31, 2010

After I put my laptop in suspend mode and I resume it, it doesn't immediately detect the wifi networks. I have to wait for 5-10 minutes to see the various networks appearing.Is there a command I could run from the terminal to scan the wifi networks? I have tried the wcid application but I got some kind of conflict and then I removed i

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved