LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-26-2007, 06:07 PM   #1
Cheater
LQ Newbie
 
Registered: Jan 2007
Posts: 9

Rep: Reputation: 0
Brother DCP-110C Printer not working on Ubuntu Feisty


I'm running Ubuntu Feisty. For some reason, it won't detect my Brother DCP-110C printer. According to multiple sites, it should work 100% with linux. I've downloaded and installed the lpr and cups wrapper (in that order like the site said). But when I go to add a printer, it isn't detected, and dcp-110c isn't even a choice under model. It also isn't in foomatic.

Could someone help me get my printer working?
 
Old 01-28-2007, 03:26 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Which packages did you use?
Did you get any errors when installing the drivers?
Did you update or disable selinux? (The drivers do not support SELinux.)
Are you using a 64 bit cpu?

Have you tried the FAQ?

Last edited by Simon Bridge; 01-28-2007 at 03:26 AM. Reason: DCP-110C is not postscript compatible
 
Old 01-28-2007, 09:54 AM   #3
Cheater
LQ Newbie
 
Registered: Jan 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Simon Bridge
Which packages did you use?
Did you get any errors when installing the drivers?
Did you update or disable selinux? (The drivers do not support SELinux.)
Are you using a 64 bit cpu?

Have you tried the FAQ?
I just tried following the FAQ. With that, I got the dcp110c listed as a model under Brother. The only problem I had following it was when I used this command:
lpinfo -v


It wouldn't give me the DeviceURL of my printer (it didn't show anything about it). I think this means my printer isn't being detected at the usb point.
 
Old 01-28-2007, 10:03 AM   #4
Jadedjay
LQ Newbie
 
Registered: Jan 2007
Location: Tokyo,Japan
Distribution: (K)Ubuntu Gutsy 7.10
Posts: 11

Rep: Reputation: 0
Thumbs up

Quote:
Originally Posted by Cheater
I'm running Ubuntu Feisty. For some reason, it won't detect my Brother DCP-110C printer. According to multiple sites, it should work 100% with linux. I've downloaded and installed the lpr and cups wrapper (in that order like the site said). But when I go to add a printer, it isn't detected, and dcp-110c isn't even a choice under model. It also isn't in foomatic.

Could someone help me get my printer working?
This may not work for you but it has for me on both Dapper and Edgy.
I know its not the exact printer driver but its what I found to get the dcp-115c working. They all use roughly the same driver anyway.
Other people pointed me in this direction when I asked so I hope it works for you.
http://ubuntuforums.org/showthread.php?t=105703
Good luck
 
Old 01-28-2007, 10:44 AM   #5
Cheater
LQ Newbie
 
Registered: Jan 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Jadedjay
This may not work for you but it has for me on both Dapper and Edgy.
I know its not the exact printer driver but its what I found to get the dcp-115c working. They all use roughly the same driver anyway.
Other people pointed me in this direction when I asked so I hope it works for you.
http://ubuntuforums.org/showthread.php?t=105703
Good luck
No luck. It still isn't showing the dcp110c as a local printer under add a printer.
 
Old 01-28-2007, 11:51 PM   #6
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
check dmesg | tail after plugging in the printer to see if it is detected by the usb system. My guess is that it is, but it's url is not registered.

However, I have a suspicion... use: usb:/dev/usb/lp0 as a device url at first. (You could also try treating it as a network printer and see what happens.)
 
Old 01-29-2007, 06:15 AM   #7
Cheater
LQ Newbie
 
Registered: Jan 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Simon Bridge
check dmesg | tail after plugging in the printer to see if it is detected by the usb system. My guess is that it is, but it's url is not registered.

However, I have a suspicion... use: usb:/dev/usb/lp0 as a device url at first. (You could also try treating it as a network printer and see what happens.)
Code:
cheater@nathan-laptop:~$ dmesg | tail
[72729.496000] usb 3-2: new full speed USB device using uhci_hcd and address 4
[72729.668000] usb 3-2: configuration #1 chosen from 1 choice
[72729.676000] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0169
[72729.684000] scsi4 : SCSI emulation for USB Mass Storage devices
[72729.684000] usb-storage: device found at 4
[72729.684000] usb-storage: waiting for device to settle before scanning
[72734.684000] usb-storage: device scan complete
[72734.696000] scsi 4:0:0:0: Direct-Access     Brother  DCP-110C         1.00 PQ: 0 ANSI: 2
[72734.720000] sd 4:0:0:0: Attached scsi removable disk sdb
[72734.720000] sd 4:0:0:0: Attached scsi generic sg2 type 0
I tried plugging that url in as the device url under a cups network printer. It automatically changes it it ipp://usb:/dev/usb/lp0. It also shows this error under the status of the printer (under printer properties) Ready: Unable to lookup host 'usb' - Host name lookup failure
 
Old 01-29-2007, 07:39 AM   #8
yvesvanbelle
Member
 
Registered: Jan 2007
Location: Belgium
Distribution: Debian, Ubuntu, Mandriva
Posts: 67

Rep: Reputation: 15
Hello Cheater,

I had the same problem, it is easy to solve. Copy the br*.ppd from /usr/share/cups/model to /usr/share/cups/model/custom

cd /usr/share/cups/model
sudo cp br*.ppd custom/

Restart cupsys

/etc/init.d/cupsys restart

Remove any previous Brother printer and create a brand new one.

Best regards,

Yves
 
Old 01-29-2007, 07:56 AM   #9
yvesvanbelle
Member
 
Registered: Jan 2007
Location: Belgium
Distribution: Debian, Ubuntu, Mandriva
Posts: 67

Rep: Reputation: 15
Hello again cheater,

To use the scanner follow the instructions on the following site:
http://www.yvesvanbelle.net/DebianBrscan.html

Best regards,

Yves
 
Old 01-29-2007, 04:54 PM   #10
Cheater
LQ Newbie
 
Registered: Jan 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yvesvanbelle
Hello Cheater,

I had the same problem, it is easy to solve. Copy the br*.ppd from /usr/share/cups/model to /usr/share/cups/model/custom

cd /usr/share/cups/model
sudo cp br*.ppd custom/

Restart cupsys

/etc/init.d/cupsys restart

Remove any previous Brother printer and create a brand new one.

Best regards,

Yves
I just tried that. It still doesn't detect it as a local printer.
Here is the result of dmesg | tail right after I plug in the printer:
Code:
cheater@nathan-laptop:/usr/share/cups/model$ dmesg | tail
[110986.120000] usb 3-2: new full speed USB device using uhci_hcd and address 6
[110986.292000] usb 3-2: configuration #1 chosen from 1 choice
[110986.300000] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 6 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0169
[110986.300000] scsi6 : SCSI emulation for USB Mass Storage devices
[110986.300000] usb-storage: device found at 6
[110986.300000] usb-storage: waiting for device to settle before scanning
[110991.300000] usb-storage: device scan complete
[110991.312000] scsi 6:0:0:0: Direct-Access     Brother  DCP-110C         1.00 PQ: 0 ANSI: 2
[110991.332000] sd 6:0:0:0: Attached scsi removable disk sdb
[110991.332000] sd 6:0:0:0: Attached scsi generic sg2 type 0
Here is how I am installing it:
Network Printer->Cups Printer (IPP)
URL->usb:/dev/usb/lp0
Brother->DCP-110C->Standard Cups Driver

When I go to print a test page, nothing prints. Also, I'm not worried about the scanner right now. I just care about getting it to print.
 
Old 01-30-2007, 03:51 AM   #11
yvesvanbelle
Member
 
Registered: Jan 2007
Location: Belgium
Distribution: Debian, Ubuntu, Mandriva
Posts: 67

Rep: Reputation: 15
Hello Cheater,

You must not use network printer, but a Local Printer. First connect your DCP-110C with a USB cable to your PC. With lsusb you should get something about Brother. Now go to the menu System -- Administration -- Printing. Here remove all previous Brother DCP printers. Now create a new "Local Printer" and follow the wizzard. Now you should be able to print.
IPP is used with network printers, not with local USB or parallel connected printers.

Best regards,

Yves
 
Old 01-30-2007, 06:03 AM   #12
Cheater
LQ Newbie
 
Registered: Jan 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Here is the result of lsusb after plugging in the printer:
Code:
cheater@nathan-laptop:~$ lsusb
Bus 005 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000  
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 007: ID 04f9:0169 Brother Industries, Ltd 
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000
When I go to add a printer, the only local printer I can choose is a pdf printer.
 
Old 01-31-2007, 03:34 AM   #13
yvesvanbelle
Member
 
Registered: Jan 2007
Location: Belgium
Distribution: Debian, Ubuntu, Mandriva
Posts: 67

Rep: Reputation: 15
Hello Cheater,

There seems to be something wrong with your Gnome printer configuration. Lets try to add the printer the old school way, direct in CUPS.

-activate the CUPS web interface (disabled by default in Ubuntu)
$sudo adduser cupsys shadow

-open a browser and go to the URL http://localhost:631

-select the Administration tab

-click on the Add printer button and follow the wizard, at Device select the USB interface.

Best regards,

Yves
 
Old 01-31-2007, 06:04 AM   #14
Cheater
LQ Newbie
 
Registered: Jan 2007
Posts: 9

Original Poster
Rep: Reputation: 0
There is no usb interface under device.
 
Old 02-01-2007, 05:17 AM   #15
yvesvanbelle
Member
 
Registered: Jan 2007
Location: Belgium
Distribution: Debian, Ubuntu, Mandriva
Posts: 67

Rep: Reputation: 15
Hello Cheater,

I got the feeling there is a problem with your CUPS system. Please reinstall your cupsys. Here are the instructions:

System -- Administration -- Synaptic Package Manager

Mark for reinstallation the following packages cupsys, cupsys-bsd, cupsys-client, cupsys-common and pray it works.

Best regards,

Yves
 
  


Reply

Tags
brother, feisty fawn, printer, ubuntu



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
brother dcp-1000 printer prkn8tr Linux - Hardware 6 08-14-2007 03:03 AM
Brother DCP-110C Printer/Scanner Installation Issues Maxwell Rain Mandriva 4 08-08-2005 03:09 PM
New brother DCP 110C printer not working CUPS babil Linux - Hardware 8 07-03-2005 07:24 AM
Brother DCP-110C and others Michael Johnson Linux - Hardware 1 07-03-2005 04:43 AM
Brother Printer/Scanner DCP-110C Installation Issues Maxwell Rain Linux - Hardware 1 10-31-2004 05:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration