From: Christian Axelsson <smiler@lanil.mine.nu>
To: Pontus Fuchs <pof@users.sourceforge.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Announce: ndiswrapper
Date: Tue, 18 Nov 2003 13:51:03 +0100 [thread overview]
Message-ID: <3FBA15B7.7030906@lanil.mine.nu> (raw)
In-Reply-To: <1069153340.2200.28.camel@dhcp-225.mlm.tactel.se>
Pontus Fuchs wrote:
> Hi,
>
> Since some vendors refuses to release specs or even a binary
> Linux-driver for their WLAN cards I desided to try to solve it myself by
> making a kernel module that can load Ndis (windows network driver API)
> drivers. I'm not trying to implement all of the Ndis API but rather
> implement the functions needed to get these unsupported cards working.
Sounds like a plan!
Ok, here we go with my intel PRO/2100 (those found in centrino laptops).
The drivers are taken from Acers homepage (I have an Travelmate 800)
[lspci]
02:04.0 Network controller: Intel Corp.: Unknown device 1043 (rev 04)
[lspci -n]
02:04.0 Class 0280: 8086:1043 (rev 04)
[utils/loaddriver 8086 1043 w70n51.sys w70n51.inf]
Calling putdriver ioctl
Unable to put driver (check dmesg for more info): Invalid argument
[dmesg]
Putting driver size 2479104
Unknown symbol: ntoskrnl.exe:strlen
Unknown symbol: ntoskrnl.exe:memcpy
Unknown symbol: ntoskrnl.exe:memset
Unknown symbol: HAL.dll:WRITE_PORT_ULONG
Unknown symbol: HAL.dll:READ_PORT_ULONG
Unknown symbol: NDIS.SYS:NdisResetEvent
Unknown symbol: NDIS.SYS:NdisInitializeString
Unknown symbol: NDIS.SYS:NdisMSleep
Unknown symbol: NDIS.SYS:NdisUnchainBufferAtBack
Unknown symbol: NDIS.SYS:NdisQueryBufferSafe
Unknown symbol: NDIS.SYS:NdisGetFirstBufferFromPacketSafe
Unknown symbol: NDIS.SYS:NdisUnchainBufferAtFront
Unable to prepare driver
--
Christan Axelsson
smiler@lanil.mine.nu
next prev parent reply other threads:[~2003-11-18 12:51 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-18 11:02 Announce: ndiswrapper Pontus Fuchs
2003-11-18 12:51 ` Christian Axelsson [this message]
2003-11-18 13:26 ` Maciej Zenczykowski
2003-11-18 13:37 ` Christian Axelsson
2003-11-18 13:49 ` Richard B. Johnson
2003-11-18 14:02 ` Arjan van de Ven
2003-11-18 13:59 ` Jeff Garzik
2003-11-18 14:14 ` Maciej Zenczykowski
2003-11-18 14:49 ` Jan-Benedict Glaw
2003-11-18 15:31 ` Maciej Zenczykowski
2003-11-18 14:19 ` Richard B. Johnson
2003-11-18 14:31 ` Davide Libenzi
2003-11-18 22:22 ` Pavel Machek
-- strict thread matches above, loose matches on Subject: below --
2003-11-20 3:11 Jean Tourrilhes
2003-11-20 3:26 ` Jeff Garzik
2003-11-20 3:34 ` Jean Tourrilhes
2003-11-21 12:05 ` Vojtech Pavlik
2003-11-21 17:25 ` Jean Tourrilhes
2003-11-21 17:30 ` Jeff Garzik
2003-11-21 17:43 ` Vojtech Pavlik
2003-11-21 17:48 ` Jean Tourrilhes
2003-11-21 17:50 ` Vojtech Pavlik
2003-11-20 4:00 ` William Lee Irwin III
2003-11-20 4:16 ` Nick Piggin
2003-11-20 4:35 ` Neil Brown
2003-11-20 4:49 ` Nick Piggin
2003-11-20 4:57 ` Randy.Dunlap
2003-11-20 5:05 ` Nick Piggin
2003-11-20 6:50 ` Benjamin Herrenschmidt
2003-11-20 5:27 ` William Lee Irwin III
2003-11-20 5:36 ` Jeff Garzik
2003-11-20 5:36 ` Nick Piggin
2003-11-20 4:38 ` William Lee Irwin III
2003-11-20 4:59 ` Nick Piggin
2003-11-20 5:12 ` William Lee Irwin III
2003-11-20 5:27 ` Nick Piggin
2003-11-24 15:40 ` Rik van Riel
2003-11-20 12:41 ` Diego Calleja García
2003-11-20 13:04 ` Christoph Hellwig
2003-11-20 20:24 ` Pasi Kärkkäinen
2003-11-20 5:11 ` Valdis.Kletnieks
2003-11-20 9:56 ` Ingo Oeser
2003-11-20 13:15 ` Ralph Metzler
2003-11-20 6:52 ` Matt Mackall
2003-11-20 7:40 ` Nick Piggin
2003-11-20 10:13 ` Geert Uytterhoeven
2003-11-20 10:17 ` William Lee Irwin III
2003-11-20 22:47 ` Bill Davidsen
2003-11-20 22:59 ` William Lee Irwin III
2003-11-20 23:26 ` Oliver Hunt
2003-11-20 23:32 ` Bill Davidsen
2003-11-20 13:19 ` Gene Heskett
2003-11-20 23:15 ` Bill Davidsen
2003-11-20 5:25 ` Jeff Garzik
2003-11-20 5:26 ` William Lee Irwin III
2003-11-20 6:54 ` Benjamin Herrenschmidt
2003-11-20 17:27 ` Jean Tourrilhes
2003-11-20 23:57 ` Benjamin Herrenschmidt
2003-11-21 0:03 ` Jean Tourrilhes
2003-11-20 16:47 ` Jason Lunz
2003-11-20 17:36 ` Jeff Garzik
2003-11-20 17:24 ` Jean Tourrilhes
2003-11-20 17:48 ` Richard B. Johnson
2003-11-20 18:03 ` William Lee Irwin III
2003-11-20 23:01 ` Bill Davidsen
2003-11-21 5:48 ` H. Peter Anvin
2003-11-21 7:26 ` Linus Torvalds
2003-11-21 7:37 ` H. Peter Anvin
2003-11-21 7:47 ` Nuno Silva
2003-11-21 7:51 ` Linus Torvalds
2003-11-20 10:55 ` Pavel Machek
2003-11-20 17:22 ` Jean Tourrilhes
2003-11-20 23:04 ` Bill Davidsen
2003-11-20 23:45 ` Jean Tourrilhes
2003-11-21 17:08 ` Bill Davidsen
2003-11-23 23:13 ` Jan Rychter
2003-11-20 23:53 Mudama, Eric
2003-11-21 0:00 ` Jean Tourrilhes
2003-11-21 1:01 ` Bob McElrath
2003-11-24 17:42 ` Pavel Machek
2003-11-21 7:58 ` Jan De Luyck
2003-11-21 8:59 ` Jamie Lokier
[not found] <TNwv.6Lz.7@gated-at.bofh.it>
[not found] ` <TPHV.1vf.1@gated-at.bofh.it>
[not found] ` <TQXu.420.11@gated-at.bofh.it>
2003-11-21 2:53 ` Andrew Miklas
2003-11-21 10:33 ` Maciej Zenczykowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3FBA15B7.7030906@lanil.mine.nu \
--to=smiler@lanil.mine.nu \
--cc=linux-kernel@vger.kernel.org \
--cc=pof@users.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox