Bug 145178
Summary: | Parallel port not detected in 2.6.10 kernels | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael J. Chudobiak <mjc> |
Component: | kernel | Assignee: | Dave Jones <davej> |
Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | pfrields, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-01-15 04:55:52 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michael J. Chudobiak
2005-01-15 00:13:10 UTC
Sorry, forgot the system details: Hewlett-Packard D330 tower, 2.66GHz Intel Pentium 4 processor, 768 MB RAM Last working, printing installed kernel was (uname -a): Linux strawberry 2.6.9-1.724_FC3 #1 Sun Jan 2 15:43:49 EST 2005 i686 i686 i386 GNU/Linux Additional clues - dmesg shows some differences for parport - on the working 2.6.9-1.724_FC3: [root@strawberry mjc]# dmesg | grep parport parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE] parport0: irq 7 detected parport0: faking semi-colon parport0: Printer, Hewlett-Packard HP LaserJet 2100 Series parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE] parport0: irq 7 detected parport0: faking semi-colon parport0: Printer, Hewlett-Packard HP LaserJet 2100 Series lp0: using parport0 (polling). and on the problematic 2.6.10-1.741_FC3: par[root@strawberry mjc]# dmesg | grep parport port: PnPBIOS parport detected. parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE] parport0: faking semi-colon parport0: Printer, Hewlett-Packard HP LaserJet 2100 Series parport: PnPBIOS parport detected. Modules linked in: parport_pc lp parport autofs4 ipt_state ipt_REJECT ipt_limit ipt_LOG ip_conntrack_ftp ip_conntrack iptable_filter ip_tables microcode dm_mod video button battery ac md5 ipv6 uhci_hcd ehci_hcd i2c_i801 i2c_core snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc tg3 floppy ext3 jbd ata_piix libata sd_mod scsi_mod I don't see any option for enabling/disabling PNP in the bios. |