[jornada] Linux 2.4.31 for Jornada 7xx

From: Michael Gernoth <mlists_at_zerfleddert.de>
Date: Sun, 5 Jun 2005 17:32:36 +0200

Hi,
I have updated my Jornada kernel to Linux 2.4.31. This version can
be found at:
http://wwwcip.informatik.uni-erlangen.de/~simigern/jornada-7xx/linux-2.4.31-j720/
(I've dropped the vrs1-pxa1 part from the kernel-name)

It has some problems with the resume of WLAN-cards which can be
work-arounded by appending the following snippet to
/etc/pcmcia/wireless.opts:

====================snip====================
case "$ACTION" in
        'suspend')
                ifconfig $DEVICE down
                ;;
        'resume')
                ifconfig $DEVICE down
                (cardctl eject $SOCKET ; cardctl insert $SOCKET) </dev/null &>/dev/null &
                ;;
esac
====================snip====================

The changes between my kernel-versions can be found in:
http://wwwcip.informatik.uni-erlangen.de/~simigern/jornada-7xx/ChangeLog

Regards,
  Michael
Received on Sun Jun 05 2005 - 11:37:10 EDT

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:26:20 EDT