Package: pcmcia-cs Version: 3.2.8-8 Severity: normal 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.
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. Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]