LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-11-2005, 12:53 PM   #16
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843
Blog Entries: 1

Rep: Reputation: 30

maybe this will be helpful:
http://www.linuxprinting.org/show_pr...son-Stylus_C86

I just attempted to install a laser printer using the drivers of the manifacturer... when all I needed was to read the instructions on linuxprinting.org ....
 
Old 11-11-2005, 01:33 PM   #17
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
I have read that page, but I don't see anything helpful...what part exactly are you talking about? I tried changing the driver to C84 like suggested, but still nothing.

I still think the solution lies in figuring out why i don't have a /dev/usb directory.
 
Old 11-11-2005, 03:54 PM   #18
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,140

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Quote:
Originally posted by Likosin
Ok, an update, of sorts. I reinstalled cupsys, and now I can access localhost:631, whereas I could not before. Now, I don't get any on fire errors, but the web control panel allways fails printing a test page with "parallel port busy, retry in 30 secs"...i have a usb printer, but i chose the parallel port (/dev/lp0) since the ub port (/dev/usb/lp0) doesn't exist on my system...the whole /dev/usb directory is missing? maybe that is it?

Ink checking worked before, that is why i thought it was so indicative.
Maybe a udev issue ???.
Have you recently upgraded kernels ??? - 2.6.13 is udev only, devfs is gone (not just deprecated, gone)
 
Old 11-11-2005, 04:55 PM   #19
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
I've been tracking the 2.6 series, so yes, i have upgraded constantly. In retrorespect, 2.6.13 seems to be about the time it broke...how do I fix it? I have the latest version of udev installed...
 
Old 11-11-2005, 05:38 PM   #20
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843
Blog Entries: 1

Rep: Reputation: 30
You lost me there. 2.6.13 broke a couple of things in gentoo for me too. I'm sticking to 2.6.12 until something comes out that doesn't break my current (hard) work.
 
Old 11-11-2005, 06:51 PM   #21
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,140

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Quote:
Originally posted by mimithebrain
You lost me there. 2.6.13 broke a couple of things in gentoo for me too. I'm sticking to 2.6.12 until something comes out that doesn't break my current (hard) work.
udev is here to stay - no later kernel will (likely) ship devfs again. Well ... the code is (was at 2.6.13) still there, just unused. If you ignored all the warnings ...
Have a look at the (Gentoo) udev guide - update to udev on your 2.6.12 system, and you should find the move to 2.6.13 effortless.

Likosin:
Don't know about Debian - every other distro has a udev-update guide, I'm sure they will have.
Did you use a Debian package to update the kernel ??? - you'd have to think (late) 2.6 kernel packages would be udev aware by now. Maybe you just need to setup some rules - try this for some background.
 
Old 11-11-2005, 07:01 PM   #22
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843
Blog Entries: 1

Rep: Reputation: 30
as long as I don't have to learn another 50 sets of commands and relearn the location of all my devices again...
 
Old 11-11-2005, 09:57 PM   #23
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
I custom-compiled my kernel, so i'll search for an upgrade guide, thanks for the idea. I have th udev package installed, which gives me some of (all?) the rules.

http://www.reactivated.net/writing_u...xample-printer
explains that a usb printer actually might appear at /dev/lp0, which throws me completely off trach again.

sob.
 
Old 11-14-2005, 03:31 PM   #24
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
Ok, after a bit of investigation, I have discovered that the printer does not show up if i do an lsusb...strange, since dmesg shows these two lines:

Nov 14 16:27:41 [kernel] usb 3-1: new full speed USB device using uhci_hcd and address 8
Nov 14 16:27:41 [kernel] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 8 if 0 alt 0 proto 2 vid 0x04B8 pid 0x0005

I guess this is the root of the problem...any ideas? I recompile kernels for lunch, so that is no problem.

Thanks!
 
Old 11-14-2005, 09:35 PM   #25
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843
Blog Entries: 1

Rep: Reputation: 30
I had a similar thing when I was enabling my mouse. I'd get similarly these two lines, but cat /dev/input/mice, I wouldn't get anything. The solution was to install hid as a module (compilled in, it would conflict with my USB drivers... don't know why)...

It's not quite helping you... but you might have a uncompilled driver left to compile, or have some conflicting.

I must have compilled my kernel 30 times in the last 2 months...
 
Old 11-16-2005, 08:06 PM   #26
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
I checked over my stuff, and I can't find any problems...unfortunately.
 
Old 11-16-2005, 08:20 PM   #27
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843
Blog Entries: 1

Rep: Reputation: 30
this is a dumb attempt :

Is cups started?
 
Old 11-16-2005, 08:43 PM   #28
anubis26
Member
 
Registered: Jan 2005
Location: Somewhere in the Central Timezone
Distribution: Suse 10.0
Posts: 128

Rep: Reputation: 15
Is this problem occuring only on Linux, or is it also happening on other computers/operating systems??? That could rule out wether it is printer or system related.
 
Old 11-17-2005, 01:02 PM   #29
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
I really don't have any other computers to test the printer with. I may be able to soon, though, as my brother will be visiting soon, and he will have his Windows laptop. I'll report back then, but in the meanwhile, if anyone has any further ideas, please post! I'll certainly be checking this thread.
 
  


Reply



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
server-error-internal-error with CUPS "Configure Printer" fskmh Slackware 6 06-05-2013 01:51 PM
Printer error jmdlcar Slackware 1 07-20-2005 01:45 PM
Printer error abhijitpethkar Linux - Newbie 0 04-15-2004 08:39 AM
printer error demmylls Linux - General 1 12-21-2003 12:24 PM
printer error demmylls Linux - Hardware 1 12-21-2003 03:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:46 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