Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Drucker einrichten
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
kiron
n00b
n00b


Joined: 13 Jan 2005
Posts: 36

PostPosted: Tue Jan 18, 2005 3:54 am    Post subject: Drucker einrichten Reply with quote

Hallo!

Ich versuche gerade nach der Installationsanleitung von
Genttoo meinen Drucker HP Deskjet 720C -hängt am Parallelport-
einzurichten.
Wenn ich jetzt wie beschrieben mit cat etwas drucken
will.

# touch test.txt
# echo "Hello World" > test.txt
# cat test.txt > /dev/lp0

bekomme ich folgende Fehlermeldung.

Permission denied

was ja soviel wie keine Berechtigung bedeutet wenn
ich ich das richtig sehe.
Ich bin aber als root eingelogt bei der Einrichtung des Drucker.
Wiese bekomme ich diese Fehlermeldung und wie
kann ich sie beheben. :?:

Vielen Dank schon im voraus für jede Hilfe.

gruss
kiron
Back to top
View user's profile Send private message
SerfurJ
l33t
l33t


Joined: 10 Apr 2004
Posts: 824
Location: Texas

PostPosted: Tue Jan 18, 2005 5:22 am    Post subject: Reply with quote

try this:
Code:
cat test.txt | /dev/lp0

with
Code:
cat test.txt > /dev/lp0

you are trying to overwrite a device node.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum