[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:29712] プリンタの認識について。



三谷といいます。

先日、Sunのレーザープリンタを入手し、現在、認識できない症状になやんでいま
す。

現在の環境は
マシン本体 PC/AT互換機
Debian Linux 2.2(potato) 
Kernel 2.2.17
プリンタ SunSparc Printer II(接続はパラレルで接続しています)

この環境で、色んなMLの過去ログから正常にパラレルポートが認識されているか
確認をしてみました。

まずは、dmesgの結果を前文載せます。
------------------------------------------------------------------
daisuke:/etc# dmesg  | more
Linux version 2.2.17 (herbert@arnor) (gcc version 2.95.2 20000313 (Debian GNU/Linux)) #1 Sun Jun 25 09:24:41 EST 2000
Detected 232673 kHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 463.67 BogoMIPS
Memory: 62160k/65536k available (1732k kernel code, 412k reserved, 1092k data, 140k init)
Dentry hash table entries: 8192 (order 4, 64k)
Buffer cache hash table entries: 65536 (order 6, 256k)
Page cache hash table entries: 16384 (order 4, 64k)
VFS: Diskquotas version dquot_6.4.0 initialized
CPU: Intel Pentium MMX stepping 03
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
Intel Pentium with F0 0F bug - workaround enabled.
POSIX conformance testing by UNIFIX
PCI: PCI BIOS revision 2.10 entry at 0xf04b0
PCI: Using configuration type 1
PCI: Probing PCI hardware
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
TCP: Hash tables configured (ehash 65536 bhash 65536)
Starting kswapd v 1.5
Detected PS/2 Mouse Port.
pty: 256 Unix98 ptys configured
apm: BIOS not found.
Real Time Clock Driver v1.09
RAM disk driver initialized:  16 RAM disks of 4096K size
loop: registered device at major 7
PIIX3: IDE controller on PCI bus 00 dev 39
PIIX3: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xe800-0xe807, BIOS settings: hda:pio, hdb:pio
    ide1: BM-DMA at 0xe808-0xe80f, BIOS settings: hdc:pio, hdd:pio
keyboard: Too many NACKs -- noisy kbd cable?
keyboard: Too many NACKs -- noisy kbd cable?
hda: WDC AC33100H, ATA DISK drive
hdb: QUANTUM FIREBALL SE2.1A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: WDC AC33100H, 3020MB w/128kB Cache, CHS=767/128/63
hdb: QUANTUM FIREBALL SE2.1A, 2014MB w/80kB Cache, CHS=4092/16/63
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
scsi: <fdomain> Detection failed (no card)
NCR53c406a: no available ports found
sym53c416.c: Version 1.0.0
Failed initialization of WD-7000 SCSI card!
IBM MCA SCSI: No Microchannel-bus support present -> Aborting.
megaraid: v107 (December 22, 1999)
aec671x_detect:
3w-xxxx: tw_findcards(): No cards found.
scsi : 0 hosts.
scsi : detected total.
Partition check:
 hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
 hdb: hdb1
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 140k freed
NET4: Unix domain sockets 1.0 for Linux NET4.0.
Adding Swap: 64476k swap-space (priority -1)
eth0: DC21041 at 0xe000 (PCI bus 0, device 12), h/w address 00:80:c8:69:57:7e,
      and requires IRQ11 (provided by PCI BIOS).
de4x5.c:V0.544 1999/5/8 davies@xxxxxxxxxxxxxxxxxxx
Serial driver version 4.27 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
eth0: media is TP.
userlink version 0.99a registered major 254
parport0: PC-style at 0x378 [SPP] ←これがあるからパラレルポートは大丈夫?
parport_probe: failed  ←見つからないって言われてる?
parport0: no IEEE-1284 device present.
lp0: using parport0 (polling).
CSLIP: code copyright 1989 Regents of the University of California
ISDN subsystem Rev: 1.100/1.84/1.114/1.63/1.17/1.4 loaded
PCBIT-D device driver v 0.5-fjpc0 19991204 - Copyright (C) 1996 Universidade de Lisboa
Trying to detect board using default settings
------------------------------------------------------------------

次に/proc/ioportsにデバイス?があるか確認をしてみる。

------------------------------------------------------------------
daisuke:/etc# cat /proc/ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
01f0-01f7 : ide0
02f8-02ff : serial(set)
0378-037a : parport0
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
e000-e07f : DC21041 (eth0)
e800-e807 : ide0
e808-e80f : ide1
daisuke:/etc#
------------------------------------------------------------------

この状態で、とりあえず、何か印刷されるか試みる。

------------------------------------------------------------------
daisuke:/etc# more printcap > /dev/lp0
bash: /dev/lp0: Device or resource busy
daisuke:/etc#
------------------------------------------------------------------

と表示されうんとも、すんともいいません。

「これをやり忘れてる!」とかありましたら、教えてほしいです。