Gentoo Archives: gentoo-user

From: "Michael [Plouj] Ploujnikov" <ploujj@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] lp unable to detect parallel printer hp 710c
Date: Tue, 29 Aug 2006 15:28:05
Message-Id: 18e575130608290821x3529eafm7ac6a4a039bb25c5@mail.gmail.com
1 I am having this issue on gentoo-sources 2.6.17-r4:
2 http://dev.gentoo.org/~dsd/genpatches/issues-resolved.htm#2.6.9-lp
3
4 My HP 710C parallel port printer is not being detected.
5
6 This used to work on my system before, but then I had the 2.6.16-r9
7 kernel and since them I had to re-install my Gentoo. I tried
8 re-compiling the 2.6.16-r9 kernel using a backed up config, but it
9 doesn't seem to detect my printer anymore.
10
11 I tried a recent Ubuntu live cd 6.06 and it successfully detected my printer.
12
13 current dmesg:
14 ...
15 Allocate Port Service[0000:00:0e.0:pcie03]
16 lp: driver loaded but no devices found
17 Real Time Clock Driver v1.12ac
18 ACPI: Power Button (FF) [PWRF]
19 ACPI: Power Button (CM) [PWRB]
20 Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
21 serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
22 serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
23 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
24 parport: PnPBIOS parport detected.
25 parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
26 lp0: using parport0 (interrupt-driven).
27 PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
28 ...
29
30 I am very sure I enabled all the proper kernel things as described by
31 the printing guide. I also enabled PNP as suggested by someone
32 (http://gentoo-wiki.com/HP_Deskjet_720C_with_CUPS):
33
34 $ grep -i pnp /boot/config-2.6.17-gentoo-r4
35 # CONFIG_IP_PNP is not set
36 CONFIG_PNP=y
37 # CONFIG_PNP_DEBUG is not set
38 CONFIG_PNPACPI=y
39 # CONFIG_BLK_DEV_IDEPNP is not set
40 CONFIG_SERIAL_8250_PNP=y
41 $ grep -i par /boot/config-2.6.17-gentoo-r4
42 CONFIG_ARCH_SPARSEMEM_ENABLE=y
43 # CONFIG_SPARSEMEM_MANUAL is not set
44 # CONFIG_SPARSEMEM_STATIC is not set
45 CONFIG_PM_STD_PARTITION=""
46 # Parallel port support
47 CONFIG_PARPORT=y
48 CONFIG_PARPORT_PC=y
49 # CONFIG_PARPORT_SERIAL is not set
50 # CONFIG_PARPORT_PC_FIFO is not set
51 # CONFIG_PARPORT_PC_SUPERIO is not set
52 # CONFIG_PARPORT_GSC is not set
53 # CONFIG_PARPORT_1284 is not set
54 # CONFIG_PARIDE is not set
55 # CONFIG_SERIO_PARKBD is not set
56 # CONFIG_TIPAR is not set
57 # CONFIG_I2C_PARPORT is not set
58 # CONFIG_I2C_PARPORT_LIGHT is not set
59 # Partition Types
60 # CONFIG_PARTITION_ADVANCED is not set
61 CONFIG_MSDOS_PARTITION=y
62
63 Has anyone experienced similar problems?
64
65 I would like to report this a kernel bug, but since I couldn't get the
66 previous working kernel to work this time, I can't do that.
67
68
69 Thanks.
70 --
71 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] lp unable to detect parallel printer hp 710c Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] lp unable to detect parallel printer hp 710c Richard Fish <bigfish@××××××××××.org>