OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Anthony Wesley (Anthony.Wesleyprometheus.com.au)
Date: Wed Jul 04 2001 - 00:03:02 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Steven Hanley wrote:
    >
    > On Wed, Jul 04, 2001 at 12:08:41PM +1000, Anthony Wesley wrote:
    > > I am trying to get a D-Link DWL-650 PCMCIA card to run in a desktop Linux system (kernel 2.4.5 + pcmcia-cs-3.1.26 + PCI
    > > adapter).
    >
    > as I discovered yesterday this card is fully supported by the driver at
    > ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/
    > I am still to try it out in recent 2.4.* however it is promising until david's
    > driver wortks with the card and the pci<->pcmcia adapter.
    >
    > See the email I sent to the list about all this yesterday (there is a list
    > archive on lists.samba.org/pipermail/wireless or something
    >
    > See You
    > Steve

    Ok, I've downloaded that package, and it looks like it might be promising.

    interestingly, loading the prism2_cs module complains about undefined references to
    netlink_kernel_create() and netlink_broadcast().

    Looking at the source I can see that these 2 functions are called by the module, but are not exported
    from the kernel. I have hacked kernel/ksyms.c to add them to the export list but I
    am wondering if this is a known problem/oversight that has been fixed elsewhere?

    cheers, Anthony