Clive Long wrote:
********** Copy ******
Yepp, see here:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123457
Quote:
The line I changed in /etc/rc.d/init.d/pcmcia is 95:
#if ! grep -q pcmcia /proc/devices ; then
if ! cardctl status 2>&1 > /dev/null ; then
HaJo
******** End copy ******************
This one-liner fixed a problem I have had for a month
on a laptop with a PCMCIA network card
So, is the line
if ! cardctl status 2>&1 > /dev/null ; then
better (for you) than
if ! grep -q pcmcia /proc/devices ; then
?
Which module I have to recompile to try to restore the old PCMCIA code?
Thanks in advance.
Daniele