Hi, Peter T. Breuer: > pcmcia subsystem does not work properly on 2.6.13, 2.6.14, etc. kernels > because it starts cardmgr (some cards are unaffected, others aren't - > flash cards don't work for me) which is specifically required not to be > started.
Are you sure? cardmgr is not started on those kernels on my system. > pcmciautils_supported_kernel() > { > case $KERNEL_VERSION in > 2.[012345].*|2.6.[0-9]|2.6.[0-9][!0-9]*) return 1 ;; > - 2.6.1[012]|2.6.1[012][!0-9]*) return 1 ;; > + 2.6.1[0-9]|2.6.1[0-9][!0-9]*) return 1 ;; > esac > return 0 > } > > I don't see the point of only listing 2.6.{0,1,...,11,12} !!! When > the kernel starts behaving differently you can alter this line. The kernel versions listed are those where cardmgr *is* started, so it is only started up to 2.6.12, not later versions. -- Pelle -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]