View previous topic :: View next topic |
Author |
Message |
nivw Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 09 Nov 2005 Posts: 261
|
Posted: Tue Feb 28, 2006 3:12 pm Post subject: missing /dev/parport |
|
|
$ uname -a
Linux blacky 2.6.15.4 #2 Tue Feb 28 01:35:02 IST 2006 i686 AMD Athlon(tm) XP 3200+ AuthenticAMD GNU/Linux
$ dmesg | grep parport
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
$ lsmod |grep parport
parport_pc 32324 0
parport 28104 1 parport_pc
# ls -lat /dev/lp*
ls: /dev/lp*: No such file or directory
blacky niv # ls -lat /dev/par*
ls: /dev/par*: No such file or directory
Last edited by nivw on Tue Feb 28, 2006 3:15 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drescherjm Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2004 Posts: 2790 Location: Pittsburgh, PA, USA
|
Posted: Tue Feb 28, 2006 3:15 pm Post subject: |
|
|
Did you compile support for it in your kernel (I get the same dmesg and I beleive I did not compile support for parport in my kernel because I never connect anything to it)?
Do you have coldplug emerged?
Does it start during boot? _________________ John
My gentoo overlay
Instructons for overlay |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nivw Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 09 Nov 2005 Posts: 261
|
Posted: Tue Feb 28, 2006 3:22 pm Post subject: |
|
|
I read https://forums.gentoo.org/viewtopic-t-396885-highlight-dev+par.html - but he doesnt tell where is CONFIG_PPDEV in the menus.
$ fgrep -i config_ppdev /usr/src/linux/.config
# CONFIG_PPDEV is not set
drescherjm: yes in devices/parralell port all are light up
also as you can see it is loaded, so coldplug works and it loads fine during boot |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nivw Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 09 Nov 2005 Posts: 261
|
Posted: Tue Feb 28, 2006 3:29 pm Post subject: |
|
|
man, CONFIG_PPDEV is in the charecter display / serial drivers section.
WTF?
what does it have to do with 8250 ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|