Sponsored Content
Operating Systems Solaris [OpenSolaris.org] backup of Ndiswrapper Post 302689569 by anapplegeek on Tuesday 21st of August 2012 04:32:06 PM
Old 08-21-2012
Error [OpenSolaris.org] backup of Ndiswrapper

Is anyone able to provide me this file URL:www.opensolaris.org/os/community/laptop/wireless/ndis/ndis-$VERSION.tar.gz ? It seems that it is unavailable, and cannot find it anywhere. If anyone has it, or knows where can I get it, please tell me.

$VERSION - is a version suitable for OpenSolaris 2009.06 (V1.2.3 would be the most suitable one, according to this: URL:web.archive.org/web/20091021160005/http://www.opensolaris.org/os/community/laptop/wireless/ndis)

Thanks in advance, God bless you!
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ubuntu help NdisWrapper

yes im new to linux and i have red insturctions on how to install ndis wrapper for a lot of distributions and ubuntu was suposed to be debian based but just in case can someone provide detaleled instructions on how to install this program(im am an absolute novise so dont use to many terms) thanks... (1 Reply)
Discussion started by: bandit_2000
1 Replies

2. News, Links, Events and Announcements

OpenSolaris.org now “open” for business

Visit: http://www.opensolaris.org/ (2 Replies)
Discussion started by: Neo
2 Replies

3. Solaris

trying to install ndiswrapper in opensolaris

Hello, I have recently installed opensolaris onto a dell dimesion 8200 with Broadcom wireless. that wireless driver isn't working so ive to aquire a matching driver and ndiswrapper.tar.bz2 (its something like that) problem is: i have no idea how to install this ndiswrapper and i dont see a readme... (1 Reply)
Discussion started by: old noob
1 Replies

4. Solaris

Error at ndiswrapper build

Today I tried to generate ndis Solaris driver. Problem is when I try to compile ndiswapper following instructions on opensolaris site. ndis wrapper (Community Group laptop.ndis) - XWiki My version of Solaris $ uname -a SunOS pc001 5.10 Generic_142910-17 i86pc i386 i86pc ... (0 Replies)
Discussion started by: solaris_user
0 Replies
NDIS_EVENTS(8)						    BSD System Manager's Manual 					    NDIS_EVENTS(8)

NAME
ndis_events -- relay events from ndis(4) drivers to wpa_supplicant(8) SYNOPSIS
ndis_events [-a] [-d] [-v] DESCRIPTION
The ndis_events utility listens for events generated by an ndis(4) wireless network driver and relays them to wpa_supplicant(8) for possible processing. The three event types that can occur are media connect and disconnect events, such as when a wireless interface joins or leaves a network, and media-specific events. In particular, ndis(4) drivers that support WPA2 will generate media-specific events containing PMKID candidate information which wpa_supplicant(8) needs in order to properly associate with WPA2-capable access points. The ndis_events daemon works by listening for interface information events via a routing socket. When it detects an event that was generated by an ndis(4) interface, it transmits it via UDP packet on the loopback interface, where wpa_supplicant(8) is presumably listening. The standard wpa_supplicant(8) distribution includes its own version of this utility for use with Windows(R). The FreeBSD version performs the same functions as the Windows(R) one, except that it uses an ioctl(2) and routing socket interface instead of WMI. Note that a single instance of ndis_events is sufficient to scan for events for any number of ndis(4) interfaces in a system. OPTIONS
The ndis_events daemon supports the following options: -a Process all events. By default, ndis_events will only process and forward media-specific events, which contain PMKID candidate information, and not bother forwarding connect and disconnect events, since wpa_supplicant(8) normally can determine the current link state on its own. In some cases, the additional connect and disconnect events only confuse it and make the association and authenti- cation process take longer. -d Run in debug mode. This causes ndis_events to run in the foreground and generate any output to the standard error instead of using the syslog(3) facility. -v Run in verbose mode. This causes ndis_events to emit notifications when it receives events. SEE ALSO
ndis(4), wpa_supplicant(8) HISTORY
The ndis_events utility first appeared in FreeBSD 6.0. AUTHORS
The ndis_events utility was written by Bill Paul <wpaul@windriver.com>. BSD
August 30, 2007 BSD
All times are GMT -4. The time now is 12:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy