View previous topic :: View next topic |
Author |
Message |
Sonic Lux Guru
Joined: 07 Mar 2004 Posts: 375 Location: Dresden / Germany
|
Posted: Mon Oct 11, 2004 10:04 pm Post subject: Drucker geht nicht ... kein /dev/lp0 |
|
|
Hallo,
ich habe ein Problem mit meinem Drucker ein Kyocera FS 1010.
Vorweg: ich habe das printing howto von gentoo gelesen, parallel support im kernel (nicht als modul)
und aktives DevFS
Jetzt habe ich das Problem das mein Drucker nicht geht.
Wollte ihn mit CUPS einrichten aber er durckt einfach nicht.
/dev/lp0 existiert nicht
/dev/printers/0 existiert aber /dev/printers/0 leer und von 1970 ^^
Weiß jemand rat wie ich den ParallelPort und damit meinen Drucker anspreche ?
Sonic |
|
Back to top |
|
|
Voltago Advocate
Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Mon Oct 11, 2004 10:30 pm Post subject: |
|
|
Hast Du auch 'Parallel printer support' (unter 'Character devicess') mit eingebaut? Und falls Dein /dev/lp0 dann nicht automatisch auftauchen sollte:
Code: | mknod /dev/lp0 c 6 1 |
|
|
Back to top |
|
|
Sonic Lux Guru
Joined: 07 Mar 2004 Posts: 375 Location: Dresden / Germany
|
Posted: Mon Oct 11, 2004 10:39 pm Post subject: |
|
|
Okay nun funktioniert es.
Aber der Drucker schmuckt Mist aus, aber das denke ich bekomm ich schon hin.
Danke schonmal.
Frage: Wie kommt man auf die zahlen hinter mknode ?
Sonic |
|
Back to top |
|
|
Voltago Advocate
Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Mon Oct 11, 2004 10:45 pm Post subject: |
|
|
Antwort: Man googelt. Hatte das Problem nämlich auch schon mal. |
|
Back to top |
|
|
Sonic Lux Guru
Joined: 07 Mar 2004 Posts: 375 Location: Dresden / Germany
|
Posted: Mon Oct 11, 2004 11:40 pm Post subject: |
|
|
Okay
Danke nochmal.
Sonic |
|
Back to top |
|
|
flo_02_mu n00b
Joined: 06 Aug 2004 Posts: 73
|
Posted: Tue Oct 12, 2004 9:40 am Post subject: |
|
|
Sonic Lux wrote: | Okay nun funktioniert es.
Frage: Wie kommt man auf die zahlen hinter mknode ?
|
/usr/src/linux/Documentation/devices.txt wrote: |
6 char Parallel printer devices
0 = /dev/lp0 Parallel printer on parport0
1 = /dev/lp1 Parallel printer on parport1
|
Aber dank udev & co sollte man das eigentlich nur noch selten brauchen.
- Flo |
|
Back to top |
|
|
|