<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.drivers.ndiswrapper.general">
    <title>gmane.linux.drivers.ndiswrapper.general</title>
    <link>http://blog.gmane.org/gmane.linux.drivers.ndiswrapper.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6444"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6442"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6439"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6437"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6435"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6432"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6430"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6428"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6426"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6418"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6407"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6397"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6396"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6444">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6444</link>
    <description>&lt;pre&gt;Stable version 1.57 has been released (took lot longer than expected, as Pavel Roskin kept fixing it!). Following is short summary of changes:

* Added support for Linux 2.6.35 - Linux 3.1
* Kernels as old as 2.6.14 are now supported
* IW_AUTH_MFP implemented
* Reserve stack before copying arguments when calling from Windows to Linux
  on x86_64
* Fixed a kernel panic if there are many devices for one driver and one
  fails to initialize
* Fixed a kernel panic with Marvell USB if ndiswrapper is reloaded
* Fixed support for AVM Fritz USB
* Loading drivers with unknown symbols is disallowed, it's a certain crash
* Fixed procfs registration if the network device is renamed
* Added more function stubs
* Build system improved
* Code cleanup, fixed many warnings, style issues and typos

Giri------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access t&lt;/pre&gt;</description>
    <dc:creator>Giridhar Pemmasani</dc:creator>
    <dc:date>2011-12-31T20:39:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6442">
    <title>Any way to run 32 bit ndiswrapper on 64-bitLinux system?</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6442</link>
    <description>&lt;pre&gt;
Hi,I am wondering if there is any way to run a 32 bit ndiswrapper binary on a 64-bit Linux system?  For example could something like ia32-libs be used?  If not, how much effort would be involved to get this to happen, would this require kernel changes, or just changes to ndiswrapper?Thanks,Mark       ------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/_______________________________________________
Ndiswrapper-general mailing list
Ndiswrapper-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ndiswrapper-general
&lt;/pre&gt;</description>
    <dc:creator>Mark _</dc:creator>
    <dc:date>2011-09-15T17:31:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6439">
    <title>Instability after ndiswrapper unload with USBdrivers</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6439</link>
    <description>&lt;pre&gt;Hello!

I was too optimistic to write in a recent subversion commit that the  
USB problems in ndiswrapper have been fixed.  I managed to unload  
ndiswrapper several times in a row so I concluded that my fix  
(canceling an IRP before freeing it) was the right fix for the problem.

I still think my fix was correct.  Freeing an irp with a cancel  
routine is not a good idea.  But it wasn't relevant to the actual  
problem.  The actual problem happens if IoCancelIrp() is called  
directly from the Windows driver.  It doesn't happen every time.

As far as I can tell, there are three different problems, and it's not  
clear if they are connected.

1) The freed URB is accessed for writing after being freed.  I believe  
that's the real source of instability after ndiswrapper is unloaded.

2) IoCancelIrp() is called with an IRP that has stack location  
pointing the end of the memory allocated for the IRP.  That leads to  
reading dev_obj from random memory.  Fortunately, ndiswrapper's only  
implementation of ca&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-08-27T23:44:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6437">
    <title>1.57-rc1</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6437</link>
    <description>&lt;pre&gt;

Pavel Roskin has been working to improve ndiswrapper. In fact, all the changes in this release are by him. Following is short summary of changes:

* Added support for Linux 2.6.35 - Linux 3.1
* Kernels as old as 2.6.14 are now supported
* IW_AUTH_MFP implemented
* Reserve stack before copying arguments when calling from Windows to Linux
  on x86_64
* Fixed a kernel panic if there are many devices for one driver and one
  fails to initialize
* Fixed a kernel panic with Marvell USB if ndiswrapper is reloaded
* Fixed support for AVM Fritz USB
* Loading drivers with unknown symbols is disallowed, it's a certain crash
* Fixed procfs registration if the network device is renamed
* Added more function stubs
* Build system improved
* Code cleanup, fixed many warnings, style issues and typos

Please test this version as changes have been all over the place and if something is broken, it helps to know now than later. We expect to release 1.57 soon (couple of weeks at most).

Thanks,
Giri---------------------------&lt;/pre&gt;</description>
    <dc:creator>Giridhar Pemmasani</dc:creator>
    <dc:date>2011-08-22T05:16:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6435">
    <title>BUG: unable to handle kernel paging request</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6435</link>
    <description>&lt;pre&gt;
Greetings.  I hope I'm doing this correctly.

I have a HP G62-355DX laptop running Linux 2.6.36 from Slackware.

This laptop has PCI Atheros Communications Inc. AR9285 Wireless Network 
Adapter (PCI-Express) (rev 01) network card.  It uses the Linux ath9k
driver, but I'm having problems with it.  Since I've used ndiswrapper
successfully in the past with my old laptop, I thought I'd give it a
try.

I downloaded the SVN trunk for revision 2729.  It compiled and installed
just fine, and the WinXP driver installed as well:

newlaptop-pts/5:/var/log% /usr/sbin/ndiswrapper -l
netathw : driver installed
        device (168C:002B) present (alternate driver: ath9k)

But when I try to modprobe it, I get this error:

May  7 07:11:52 laptop kernel: Disabling lock debugging due to kernel taint
May  7 07:11:52 laptop kernel: ndiswrapper (import:233): unknown symbol: ntoskrn
l.exe:'IoUnregisterPlugPlayNotification'
May  7 07:11:52 laptop kernel: ndiswrapper (import:233): unknown symbol: ntoskrn
l.exe:'IoRegisterPlugPlayNo&lt;/pre&gt;</description>
    <dc:creator>hymie!</dc:creator>
    <dc:date>2011-05-07T11:46:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6432">
    <title>ndiswrapper-kmod-common</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6432</link>
    <description>&lt;pre&gt;Hello,

I have been wrestling with the installation of akmod-ndiswrapper on my Fedora 14 64 bit machine. No matter what I do I get stopped by this message
 Failed dependencies:
    ndiswrapper-kmod-common &amp;gt;= 1.56 is needed by akmod-ndiswrapper-1.56-1.fc14.1.x86_64
What can I do? All of the repositories I download from show that 

Provides 

  * ndiswrapper = 1.56-1.fc14
  * ndiswrapper(x86-32) = 1.56-1.fc14
  * ndiswrapper-kmod-common = 1.56

The thing I need is in what I am trying to install...it is getting frustrating.

Jerry

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d_______________________________________________
Ndiswrapper-general mailing list
Ndiswrapper-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ndiswrapper&lt;/pre&gt;</description>
    <dc:creator>Gerald Sloan</dc:creator>
    <dc:date>2011-03-05T22:11:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6430">
    <title>Need another release</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6430</link>
    <description>&lt;pre&gt;Hi, Giri!

We need another release.  It turns out that the i386 compilation was
broken since Linux 2.6.31.  The code assumed that Linux 2.6.31 and newer
export cmpxchg8b() on i386, but it wasn't true for any kernel version.

To anticipate future compile errors, I checked compilation with the
current linux-next branch, which includes changes scheduled for the
future kernels.  Everything was fine for i386 and x86_64.

I made a change to satisfy realtime kernels distributed by Ubuntu.  They
don't have init_MUTEX.

There is one big thing that needs to be done.  It's porting the
configuration from Wireless Extension to cfg80211.  Linux 2.6.33 will
disable wireless extensions unless some old wireless driver is enabled
(e.g. ipw2100).  That will surely result in user complaints.  But that
effort is better done in a separate release.

&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2010-02-01T23:08:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6428">
    <title>problen driver USR5421 on linux 64bit</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6428</link>
    <description>&lt;pre&gt;hi,
  I have a usb-key wireless USrobotics 5421

in archlinux 32bit following this:  
http://sourceforge.net/apps/mediawiki/ndiswrapper/index.php?title=US_Robotics_USR805421
all works OK

I have problem installing it on archlinux 64bit
I use this: 
http://www.usr.com/support/5421a/5421a-files/5421-v6.01.19.10x64.exe

but I find only .inf file
and no .sys


can you help me?

thankyou

sacarde&amp;lt; at &amp;gt;tiscali.it


p.s.
http://sourceforge.net/projects/ndiswrapper/forums/forum/323168/topic/3526052/index/page/1


 

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>sacarde</dc:creator>
    <dc:date>2010-01-24T09:09:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6426">
    <title>Powerpc architecture</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6426</link>
    <description>&lt;pre&gt;I have Ubuntu running on a G3 Powerpc, but cannot get the wireless to 
work. Will Ndiswrapper compile and install on a Powerpc?

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Raymond Norton</dc:creator>
    <dc:date>2010-01-19T19:24:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6418">
    <title>how many ethernet card support?</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6418</link>
    <description>&lt;pre&gt;Hi, All,

In the "main page", i see follow line:
-------------------------------------------------------
other devices are known to work: e.g., ethernet cards,
-------------------------------------------------------

I want to know, how many type's of such cards support current time, i
try to find, only find:


  3Com 3C410


      From ndiswrapper

Jump to: navigation
&amp;lt;http://sourceforge.net/apps/mediawiki/ndiswrapper/index.php?title=3Com_3C410#column-one&amp;gt;,
search
&amp;lt;http://sourceforge.net/apps/mediawiki/ndiswrapper/index.php?title=3Com_3C410#searchInput&amp;gt;


    3COM #3C410, HPNA 2.0 (not wireless)


Ndiswrapper can support normal ethernet card, i mean "not wireless", right?

Thanks for your help first!

Best Regards

Bob

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and st&lt;/pre&gt;</description>
    <dc:creator>bobl</dc:creator>
    <dc:date>2009-10-21T06:24:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6407">
    <title>x86_64, rtl8187b stack trace</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6407</link>
    <description>&lt;pre&gt;svn r2700, x86_64, rtl8187b XP driver from a previous trial - machine just locked up then (around 1.53), but now the machine survives with a stacktrace. (I am just trying this for general improvements on ndiswrapper - I know the native rtl8187b driver works quite well). Hope this trace is useful to somebody.

-------
Disabling lock debugging due to kernel taint
ndiswrapper version 1.55 loaded (smp=yes, preempt=no)
usb 1-6: reset high speed USB device using ehci_hcd and address 2
ndiswrapper (link_pe_images:575): fixing KI_USER_SHARED_DATA address in the driver
ndiswrapper: driver net8187b (Realtek Semiconductor Corp.,07/18/2007,5.1097.0718.2007) loaded
wlan0: ethernet device &amp;lt;mac_address&amp;gt; using NDIS driver: net8187b, version: 0x1, NDIS version: 0x500, vendor: 'Realtek RTL8187 Wireless LAN USB NIC               
                      ', 0BDA:8197.F.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
usbcore: registered new interface driver ndiswrapper
nd&lt;/pre&gt;</description>
    <dc:creator>Hin-Tak Leung</dc:creator>
    <dc:date>2009-09-29T07:09:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6397">
    <title>Need help to create driver for Netgear WN111v2</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6397</link>
    <description>&lt;pre&gt;Hi there,

I was able to extract the Windows XP driver for the Netgear WN111v2 and WNDA 
300 MBit stick, don't remember the exact name for that stick.

Ok, ndiswrapper -i arusb_xp.inf works, ndiswrapper -l  gives output:

arusb_xp : driver installed
device (0846:9001) present

But, when i load ndiwrapper module into memory und plug in the stick i see 
this in syslog:

new high speed USB device using ehci_hcd and address 9
kernel: usb 2-3: configuration #1 chosen from 1 choice
kernel: usb 2-3: reset high speed USB device using ehci_hcd and address 9
kernel: ndiswrapper (import:242): unknown symbol: 
ntoskrnl.exe:'NlsMbCodePageTag'
kernel: ndiswrapper (load_sys_files:206): couldn't prepare driver 'arusb_xp-
test'
loadndisdriver: loadndisdriver: load_driver(358): couldn't load driver 
arusb_xp-test
kernel: ndiswrapper (load_wrap_driver:108): couldn't load driver arusb_xp-
test; check system log for messages from 'loadndisdriver'
kernel: usb 2-3: New USB device found, idVendor=0846, idProduct=9001
kernel: usb 2-&lt;/pre&gt;</description>
    <dc:creator>Malte Gell</dc:creator>
    <dc:date>2009-09-29T01:59:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6396">
    <title>Intel Corporation PRO/Wireless 3945ABG Network Connection [8086:4222] card</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.ndiswrapper.general/6396</link>
    <description>&lt;pre&gt;Dear All,

I have a simple problem in doing modprobe of ndiswrapper in case of 
driver of  Intel Corporation PRO/Wireless 3945ABG Network Connection 
[8086:4222] card. The steps which I mentioned is as follows. Please help 
me if I am missing something :


1.
I am using  2.6.19 kernel with 16 kb stack size and smp disable.  I have 
also enabled the wireless option  &amp;amp;  done blacklisting  of  iwl3945  
driver  ( because I  want to test it  with windows driver via  
ndiswrapper.)
[root&amp;lt; at &amp;gt;fedora7 ndiswrapper-1.55]# uname -a
Linux fedora7 2.6.19 #2 Sun Aug 9 05:03:23 IST 2009 i686 i686 i386 
GNU/Linux
[root&amp;lt; at &amp;gt;fedora7 ndiswrapper-1.55]#
Scanning for PCI Cards...
Found - Intel Corporation PRO/Wireless 3945ABG Network Connection 
[8086:4222]



2.
I am using ICS_Dx32.zip windows driver for testing purpose of my device.

[root&amp;lt; at &amp;gt;fedora7 x32]# pwd
/root/ndiswrpr/wdriver/Disk/Drivers/x32
[root&amp;lt; at &amp;gt;fedora7 x32]#
[root&amp;lt; at &amp;gt;fedora7 x32]#
[root&amp;lt; at &amp;gt;fedora7 x32]# ls
dpinst32.exe  NETw2c32.dll  NETw5r32.dll  NETw5x32.sys  w29n51.INF
iProDifX.&lt;/pre&gt;</description>
    <dc:creator>krishna.kumar</dc:creator>
    <dc:date>2009-08-10T11:34:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.drivers.ndiswrapper.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.drivers.ndiswrapper.general</link>
  </textinput>
</rdf:RDF>

