Ubuntu :: Brothers Printer Connected With A USB Cable

May 15, 2010

I just installed a Brothers HL2170W printer on my desktop which is running Ubuntu 1004 I had no problem with the install and it is working. The problem is when I send a page to print it takes 5 minutes before it prints. if this is normal or if there is a fix. I have the printer connected with a USB cable.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Brothers HL2170W Printer - Send A Page To Print It Takes 5 Minutes Before It Prints

May 15, 2010

I just installed a Brothers HL2170W printer on my desktop which is running Ubuntu 1004 I had no problem with the install and it is working. The problem is when I send a page to print it takes 5 minutes before it prints. Does anyone know if this is normal or if there is a fix. I have the printer connected with a USB cable.

View 2 Replies View Related

General :: Find Blackberry Connected Via USB Cable?

May 29, 2011

I just connected my BlackBerry to Linux via USB cable. How do I know which device in /dev it actually is?

View 2 Replies View Related

General :: System Not Connected With LAN By Cross Over Cable / Fix It?

Dec 1, 2010

I have linux system which receive data from other system having linux OS in that also. but i cannot send data on other system.

View 2 Replies View Related

Ubuntu Multimedia :: Monitor Is Connected Via An HDMI Cable But No Signal

Jul 21, 2011

I am running 11.04 on a new Gateway with 8 gigs of ram. It is a solo installation. The monitor is connected via an HDMI cable. Everything was great (installation running smoothly for over a month) until last night. I just installed a netgear router and was setting it up with the system to try to get Stanza on my IPAD to connect to Calibre. Anyway, i suffered a severe freeze up warranting a hard boot. I could see the drive working, ancillary drives lit up, keyboard lit up so I know the system is working. The monitor did not come on, It shows a yellow light indication no signal. It is a 28" Hansspree. I tested the monitor by hooking it to a laptop. The monitor is fine. I cannot see anything on the screen so I can't boot to repair mode or use a CD. There is no signal.

View 1 Replies View Related

General :: Net Boot From Debian Server Using Directly Connected Ethernet Cable

Jun 23, 2011

I have a computer with grub installed, and nothing else. I'd like to install Debian on it without having to burn a CD. (and I don't have any flash disks.) It has a nice ethernet card, and I have another computer right next to it with an ethernet card. I also have an ethernet cable. However, I don't have any router free which I can mess with for these purposes. As I've looked up, apparently modern Ethernet cards don't need crossover cables, normal cables will work for this type of connection.

I've tried several different "tutorials" on how to set up a netboot server, but

None of them are complete. All of them assume that you understand how DHCP works, and that you can do things like set up a dnsmasq server. I don't understand the DHCP protocol, with submasks and whatnot (I know that it is the protocol for assigning computer network addresses, and that's it), and I don't think I should have to in order to simply connect two computers. All of the tutorials give you incomplete configuration files, and ask you to fill in things which I don't understand, and for me it doesn't make sense to customize these settings, as I just want to connect them and I really don't care what ip address the TFTP server has or whatnot. All of these assume that you are going through a router. I am not. When I try googling for ways to directly connect two linux computers with an ethernet cable, I can't even find instructions, just more references to "you need crossover cables".

So basically, I have two computers directly connected by ethernet cables. Tell me what packages I need to install, what the contents of my configuration files should look like, and what, if any, commands I need to run in order that when I turn on my second computer, and select network boot, it will start up a minimal debian system.

EDIT: Hmmm, it looks like I actually have a linux kernel installed too, but no root filesystem (so no other programs besides busybox).

View 1 Replies View Related

OpenSUSE Hardware :: USB Wifi Adapter Works When Connected Directly But It Doesn't With Cable

Jun 4, 2010

I am using this usb wifi adapter, it uses zd1211rw and it works fine if I connect it directly to the usb port, but if I add a cable (around 5mts) between the usb port and the usb plug, the device doesn't appear (I used iwconfig to check). The green light on the wifi adapter turns on but it doesn't blink like it does when connecting it directly without the cable. What could be happening?

I use the same cable + usb wifi adapter in windows, and it works fine, I can scan and connect without problems. When I use the cable, lsusb doesn't show the device neither, it does when connecting the adapter directly.

View 2 Replies View Related

Ubuntu Installation :: Printer USB Cable Port Not Found On 10.04

May 22, 2010

I have upgraded from 9.04 to 10.04. 9.04 found my usb connected printer ( LaserJet 6MP) with no problems. But 10.04 will not find the usb port to which my printer is connected. I have searched for a solution on the forum, and others seem to have a similar problem, but not recognized it. For some it seemed to have self corrected, but I am having no such luck. I have downloaded hplip from [URL]

Following their instructions, I have run "hp-setup" in Terminal. This gives the following output:
Code:
cs@cs-desktop:~$ hp-setup
HP Linux Imaging and Printing System (ver. 3.10.5)
Printer/Fax Setup Utility ver. 9.0
Copyright (c) 2001-9 Hewlett-Packard Development Company, LP

This software comes with absolutely No warning. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details.
Searching... (bus=usb, search=(None), desc=0)
error: No devices found on bus: usb
After disconnecting and reconnecting the printer cable, I used the command "dmseg| tail"

Terminal output:
Code:
s@cs-desktop:~$ dmesg | tail
[263.646972] Buffer I/O error on device fd0, logical block 0
[301.759023] end_request: I/O error, dev fd0, sector 0
[301.759033] Buffer I/O error on device fd0, logical block 0
[339.871189] end_request: I/O error, dev fd0, sector 0
[339.871199] Buffer I/O error on device fd0, logical block 0
[349.600055] usb 2-1: USB disconnect, address 2
[349.600258] usblp0: removed
[361.712024] usb 2-1: new full speed USB device using uhci_hcd and address 3
[361.869251] usb 2-1: configuration #1 chosen from 1 choice
[ 361.884062] usblp0: USB Bidirectional printer dev 3 if 0 alt 1 proto 2 vid 0x050D pid 0x0002

I interpret this to mean that the printer is seen from this command. Yet when I do the "lsusb" command, I get this output:
Code:
s@cs-desktop:~$ lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 050d:0002 Belkin Components
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
This to me indicates that the printer is not seen by the "lsusb" command.

I would like to get my printer printing. I am trying to get hold of an older parallel Centronics printer cable with a DB25 at the other end to see if I can get the printer working with it. Have others done this with success?

View 9 Replies View Related

Debian :: Canon Printer - Lp0 - "Printer Not Connected -- Check Your Connection"

Jul 31, 2011

I have a canon printer which was working so far. After my latest upgrade its giving errors saying "Printer not connected -- Check your connection" Fortunately I had a backup of my root before the upgrade and one difference I see is that on the new system theres no /dev/usb/lp0 which there is on the old one. So how do I make it? Or should I use the /dev/lp0? Note they are different:

[Code].....

So (naturally) when I tried to make a softlink from /dev/usb/lp0 to /dev/lp0 it did not work.

View 10 Replies View Related

OpenSUSE Network :: Possible To Install A Netwerk Printer, While Not Connected To The Netwerk Where The Printer Is?

Jan 7, 2010

is it possible to install a netwerk printer, while not connected to the netwerk where the printer is?I installed opensuse on my sisters desktop and I want to install the printer that she and my parents are using at home. Is this possible?De printer is in a windows workgroup and shared. De name of the workgroup is DEROON and the name f the computer the printer is connected to is Nico

View 4 Replies View Related

Ubuntu Networking :: Ethernet Suddenly Crash And Says "no Cable Connected"

Apr 1, 2011

Yesterday it was everything OK in my PC with Ubutnu 10.4 and WinXP. Suddenly Ethernet stop working at Ubuntu, all what happened in between was a change of user, I trying changin user again, restarting PC, switching the cable (I have two ethernet boards) and nothing happened. It is like a virus attack, I don't know. I am writing now from WinXP in the same computer. Ubuntu says that I have no cable connected, but as you can see I am connected in Windows

View 3 Replies View Related

Ubuntu :: Install Printer In Connected In Print Server?

Apr 22, 2010

a newbe one, but its if my fifth try in using ubuntu for working with Architecture, so... my problem is...I have a plotter (xerox 2230ij) connected in a print server, i tryed to connect in lpt1 port and was sucessful with HP 750 plus driver... so.. yay! but my original intend is to connect in print server and all the computers (windows/ubuntu) use that.But when i connect in PS, i cant see the plotter, but i can acess the PS (Dlink)so.. what i have to do, to make thing working well? and i have virtualbox with windows XP, can XP acess that plotter as well?here a small scheme of my connections...


Code:
router -----------------------------------
| |

[code]...

View 1 Replies View Related

Ubuntu Servers :: Use Printer And Scanner Connected To Server Pc?

Jan 13, 2011

I want to set up a home / file / torrent / web / print server at home. I am using a dell optiplex gx240 and my printer is a Epson dx8400. I was wondering if it is possible to use the printer and scanner connected to the server. Has anyone done this before? I hope to print from any computer in my house. Scanning would probably be the hardest part I guess.

View 2 Replies View Related

Ubuntu / Apple :: Printing To Network Printer Connected To Mac

Aug 8, 2011

I've run into issue on my Linux machine (running 10.04) when I want to print. When I go to System>Administration> Printing, I cannot find the printer connected to the network through my dad's computer, running OS X 10.7.

View 4 Replies View Related

Hardware :: LAN Connected Printer Needs Re-connecting

Jun 1, 2010

My home/small office LAN has network connected printers. Some use wire. Some are wireless. Each has a unique static, private IP address on my LAN. Each workstation has a primary printer, but all of the printers are visible and used by all family and office folks. The symptoms:boot a workstation, connect to LAN printer,

start a queue
print things
suspend or shutdown the workstation
resume or reboot the workstation
various troubles

Even if there are no jobs queued (everything printed already) at the time of suspend, I must routinely "thump" the printer or workstation of both to make printing work again. I am concerned with Ubuntu Jaunty towers and laptops. All of the printers are HP something with a built-in wired or wireless ethernet connection. I'm not concerned with win-dose workstations on the LAN (unless interaction over there is causing other grief)!! For example, a win-dose spooler fails to end a print job properly and let go so that others may use the resource.

In the words of Snow White, "someday my Prints will come." ~~~ 0;-/ Dan __________
"Thump" -- a technical term for various acts including but not limited to reset, restart, power cycle, reboot, physical violence, etc. intended to correct bad behavior of computer system components. Not to be confused with "Swat" where one strikes the side or top of a monitor to correct problems with the displayed image.

View 3 Replies View Related

General :: 'see' Printer Connected To A Windows PC?

Jun 19, 2011

Main PC runs Win7 with Epson printer connected (not wireless)...I'm running Win7/Ubuntu 11.04 on my laptop getting internet wirelessly. When in Win7 on my laptop I can 'see' the printer that's connected to my main pc and print to it but when I switch to ubuntu I 'see' the main pc on my network but not the printer...

View 4 Replies View Related

Ubuntu Networking :: Directly Connected Network Printer Unreachable.

Oct 3, 2010

I have a network printer directly connected via ethernet cable to an Ubuntu netbook, but pinging the printer fails, giving "Host Unreachable". The network light on the ethernet socket is lit green, and there is nothing else cable-connected to the network - just a simple cable connection between the netbook ethernet socket and the Network printer (a HP Laserjet 4200n). Ping works fine if I plug the cable into a different machine (a Win XP box) and ping from there, so it's not a cable or IP address problem.

This sounds simple enough and should work, but I'm stumped. Clues, anyone?

View 2 Replies View Related

Fedora Hardware :: F15: HP LaserJet 5MP Printer Not Connected

Apr 23, 2011

I am running F15 Beta i686 (Gnome3) Desktop on a dual-core, 4 Mb DDR2 system. I already installed hplip and hpijs drivers and connected HP LaserJet 5MP printer to the parallel port of my PC. Set up was by running "system-config-printer", adding device URI=parallel:/dev/lp0, and selecting approriate driver (CUPS+Gutenprint (en) for the printer. However, when I chose to print a test page, nothing came out and the printer window says the printer is not connected. This is even though I can print from Fedora14 installed on the same PC.

View 2 Replies View Related

Fedora :: KDE Print Manager In F15 - Printer May Not Be Connected

May 30, 2011

I have a rather ancient HP LaserJet printer that was working fine in fedora 14, but when I upgraded to Fedora 15, I can no longer get this printer to work. The printer's front panel reads "LaserJet 5P", but when I print out a test page, it's a "LaserJet 5MP". The printer is connected to my computer's parallel port, and it's capable of understanding PostScript, and I usually don't have any problems printing to it under various operating systems.

The following error comes and goes under the KDE print manager:
"Printer 'LaserJet_5P' may not be connected."
CUPS reports the following printer state:
"Processing - Printer not connected; will retry in 30 seconds..."

I have double-checked that my printer is indeed powered on and connected. And the following lines appear in the error log:
W [29/May/2011:18:03:02 -0700] no access to /System/Library/ColorSync/Profiles/sRGB Profile.icc
W [29/May/2011:18:03:02 -0700] no access to /System/Library/ColorSync/Profiles/sRGB Profile.icc
W [29/May/2011:18:03:02 -0700] no access to /System/Library/ColorSync/Profiles/Generic CMYK Profile.icc
W [29/May/2011:18:03:02 -0700] failed to CreateProfile: org.freedesktop.ColorManager.Failed:profile object path '/org/freedesktop/ColorManager/profiles/LaserJet_5P_Gray__' already exists .....

The first three warnings are regarding file paths that one would expect in an Apple OSX system. The "bad request" error is troublesome, because it indicates that either my browser or some configuration software on my system is sending garbage to CUPS. The last two errors occurred when I tried to use the KDE print configuration tool, which was not smart enough to ask me for the root password, which CUPS needs. By the way, the device URI is "parallel:/dev/lp0". Is this still the correct URI?

View 7 Replies View Related

Hardware :: Echo > /dev/lp0 Hangs When No Printer Is Connected?

Mar 17, 2010

I need to output a byte to LPT port. For this there's an option to program I/O ports directly (with ioperm & outb), but only if LPT port is a standard PC one (ports 0x378, 0x278, etc.). But i need a 'portable' way of doing this, i.e. which would also work on such interfaces as USB2LPT. I guess these adaptors will also have /dev/lp[0-9]* interface (am i right?). Here's what i get currently:$ echo 1 > /dev/lp0^CI.e. i have to use Ctrl+C because 'echo' never exits. When i had a printer connected to LPT, this did work

View 4 Replies View Related

General :: SUSE 11.3 Using Printer Connected To Windows 7?

Aug 16, 2010

I am trying to set up my SUSE 11.3 machine to print on my printer connected to my windows 7 box.

View 3 Replies View Related

Fedora Hardware :: Printer Paused Or Not Connected Message In F15

Jul 28, 2011

I am using a Toshiba Satellite with an HP Officejet7410. I installed the printer last night, printed a test page and went to bed smiling. This morning, I try to print and nothing. Fedora see the printer, but keeps saying it is paused or is not connected. The test page printed out the following.

Officejet-7400-series
HP Officejet 7400 series
franks-lappy
HP Officejet 7400 series, hpcups 3.11.5
8.50 x 11 inches
0.12 x 0.12 to 8.38 x 10.88 inches
3 x 3 to 213 x276 millimeters
hp-officejet 7400_series, ppd
hpcups 3.11.5
This page was produced by CUPS 1.4.6

View 13 Replies View Related

Hardware :: Printer Is Connected To LINKSYS WRT54G Port?

May 17, 2011

1. My Lunix Desktop is connected via a cable to a port in the LINKSYS WRT54G (my Desktop does not have a wireless card).

2. My EPSON WORKFORCE 600 also is connected via cable to port in the LINKSYS WRT54G.

3. how do I setup Linux Desktop to print on my ESPON WORKFORCE 600?

View 2 Replies View Related

Ubuntu :: Parallel To USB Printer Cable - Shell Command To "mount" It At Startup

May 5, 2011

what shell command I should look into that will "mount" a printer that is present in lsusb output, but not present in /dev/usb/? I have a working printer connected with a Parallel to USB printer cable, but after I reboot the machine the printer is not "mounted" (for lack of the correct term?) at /dev/usb/lp0 until I unplug the USB cable and plug it back in lsusb sees it always though.

View 1 Replies View Related

Ubuntu Networking :: Connect And Watch Brothers Cpu

Jan 15, 2010

He uses a Windows Vista computer, i use an Ubuntu laptop. My parents now want me to connect to my brothers computer and watch what he is doing. Is there any way that i would be able to observe what he is doing without him knowing that im watching him? I'm connected to the same server thing as he is. If you need me too, i'll ad more info to this, but im new... so... ya.

View 9 Replies View Related

Ubuntu Networking :: Getting My Wireless Printer To Work - Unknown Device Connected To Router

Apr 27, 2010

I had previously been having loads of problems getting my wireless printer to work with Linux [http://ubuntuforums.org/showthread.php?t=1453697]. Everything is working fine now. However, something that confused me is that whenever I tried to ping the printer _before_ I got it working, it would fail with a _different_ IP address. That is, the command 'ping x.y.z.3' would fail with a message saying it was unable to contact 'x.y.z.2'

Now I am looking at my router - for something unrelated - and I've noticed that rogue IP address shows up in the list of connected devices. It has a MAC address but for the device name it lists "<unknown>". Should I be concerned about this? how to figure out what this device is?

View 6 Replies View Related

Debian Hardware :: Getting Output On Printer Connected Via Parallel Port

May 24, 2011

I currently cannot get my printer to work (nothing ever get's printed) even though CUPS seems to be correctly configured and reports all jobs as "completed" without any errors. As I know that my printer works (I can print from my laptop on it) I currenty suspect my new PC's parallel port to maybe have a hardware issue. My question is now is there any way to check the parallel port?

Here are some details:
from dmesg:
lp0: using parport0 (interrupt-driven).
from lsmod:
parport 27954 3 ppdev,lp,parport_pc

In the BIOS the mode is set to EPP. So as far I can see (I am not really an expert) the kernel-modules are there, /dev/lp0 exists and has the proper permissions.
Yet doing 'echo -en "
Hello
f" >/dev/lp0' does not produce any Putout on my printer that is connected via the parallel port.

View 6 Replies View Related

Fedora Hardware :: Print To A Printer That Is Connected To A Router Wirelessly?

Jul 17, 2011

Linux and I have trying to get my Fedora 15 (x86 64bit) on my laptop to print to an Epson Stylus NX515 printer/scanner. I have the printer connected to a router through a wireless connection. I have other computers that are on the network that are Windows based and they of course are printing/Scanning just fine. The printer is located in a different room. I have been searching for a solution but non that explains how to install a printer driver for one that is connected to a router wirelessly.

View 1 Replies View Related

Ubuntu / Apple :: EMac And IMac File Sharing With Ethernet Cable And Other Cable?

Oct 12, 2010

how I could file share, or make the whole Hard Drive (HDD) accessible to another computer. The two other computers I have are a Toshiba Laptop with Ethernet and USB, and a iMac Intel with Firewire, USB, and Ethernet. Putting these to use along with:

Three Ethernet Cables
Two Printer Peripheral USB Cables
The Two Computers
A 2GB Flash Drive

That is all I can think of right now. I do not want to use CDs. In a way, I would like to do a network boot. So, how do I get the whole HDD visible to the others computers (either/both) and be able to write to it? I want to put Xubuntu on it, and earse the rest of the Hard Drive. The computers getting this are the iMac G3s and the eMac G4. The eMac has 256MB RAM, 40GB HDD, and a 700MHz processor. Two iMacs have 128MB RAM, 40GB HDD, and a 600MHz Processor. The other iMac is the same as the rest but has a 500MHz processor.

View 8 Replies View Related

Debian Hardware :: Lenny Brothers DCP-195C Didn't Work?

Jun 15, 2010

I bought a brothers printer yersterday. And it doesn't work on Debian Lenny. I've tried to install this drivers : dcp195clpr et dcp195ccupswrapper with dpkg command but nothing work. When I try to print nothing happen. But in CUPS, there a printer call dcp-195c.

View 4 Replies View Related







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