lkml.org 
[lkml]   [2003]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: 2.5.71 go boom
    From
    Date
    Peter Lundkvist <p.lundkvist@telia.com> writes:

    > Russell King wrote:
    >> Great, this helps a lot. While I remove the bullet from my foot, could
    >> you test this patch please?
    >>
    >> --- linux/drivers/pcmcia/cs.c.old Mon Jun 16 21:17:45 2003
    >> +++ linux/drivers/pcmcia/cs.c Mon Jun 16 21:24:23 2003
    >> @@ -817,7 +817,8 @@
    >> if ((skt->state & SOCKET_PRESENT) &&
    >> !(status & SS_DETECT))
    >> socket_shutdown(skt);
    >> - if (status & SS_DETECT)
    >> + if (!(skt->state & SOCKET_PRESENT) &&
    >> + status & SS_DETECT)
    >> socket_insert(skt);
    >> }
    >> if (events & SS_BATDEAD)
    >
    > A quick test with this patch against 2.5.71: Works OK now!

    Confirmation. Booted 2.5.72 with this patch and tried swapping and switching
    cards about 50 times, and things look stable.

    Next, how to get my d-link dwl-650 wlan card up and running. If I insert it,
    link light on it lights up, and cardctl sees it in socket. However the drivers
    do not find it, and there is no interface available. This happens at least
    with 2.5.70 to .72. Anyone got suggestions where to start looking?

    Thanks.

    --j
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:36    [W:3.711 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site