http://bugzilla.kernel.org/show_bug.cgi?id=7706
------- Comment #27 from [EMAIL PROTECTED] 2007-08-04 09:32 ------- so there's no warning about IOCTL usage which means that cardmgr does not do anything. also it seems that resources are not set up so the PCMCIA layer does not bind the driver to the device. you could figure by doing a cat /sys/class/pcmcia_socket/*/available_resources_setup_done you could also compile the kernel with CONFIG_PCMCIA_DEBUG=y and put the line 'options pcmcia pc_debug=4' in your /etc/modprobe.conf so you get the debug messages. also try to run 'pcmcia-socket-startup' from the pcmciautils package before you plug the card. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Linux PCMCIA reimplementation list http://lists.infradead.org/mailman/listinfo/linux-pcmcia
