* [ANNOUNCE] ndiswrapper-2.6.34
@ 2010-05-26 5:23 Jeffrey Merkey
2010-05-26 5:43 ` Jeffrey Merkey
2010-05-26 7:45 ` Simon Horman
0 siblings, 2 replies; 7+ messages in thread
From: Jeffrey Merkey @ 2010-05-26 5:23 UTC (permalink / raw)
To: linux-kernel
Always here to support the hated projects of Evil Emperor Linus.
Needed this fucking thing to work on my laptop so fixed the busted
shit. There you go whoever needs it.
http://merkeydebugger.googlecode.com/files/ndiswrapper-2.6.34.tar.gz
Also, Peter Anvins busted SYSLINUX loader doesn't boot Fedora Core 12
on Windows Laptops for overinstall. Locks up on a Compaq. Guess I
have to rebuild FC12
and use a loader that actually works "cannot find linux kernel to
load" Geeeeezzzzzzzzzzz....
FIXES - Fixed all this busted shit. The netdev_ops structure is a
good idea since making these tables const prevents dirty hooking. Too
bad the netdev_ops pointer still allows it though. Whoever mucked
with the request_irq handlers needs to finish what they broke. Having
an intermediary handler var seems fucking braindead not to mention it
s little late to be screwing arounf with IRQ handlers -- this shit
should have been dealt with in 1997 guys.
make -C /lib/modules/2.6.34/build M=/archive/ndis/ndiswrapper-1.54-2.6.34/driver
make[2]: Entering directory `/kernel/linux-2.6.34'
LD /archive/ndis/ndiswrapper-1.54-2.6.34/driver/built-in.o
MKEXPORT /archive/ndis/ndiswrapper-1.54-2.6.34/driver/crt_exports.h
MKEXPORT /archive/ndis/ndiswrapper-1.54-2.6.34/driver/hal_exports.h
MKEXPORT /archive/ndis/ndiswrapper-1.54-2.6.34/driver/ndis_exports.h
MKEXPORT /archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel_exports.h
MKEXPORT /archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel_io_exports.h
MKEXPORT /archive/ndis/ndiswrapper-1.54-2.6.34/driver/rtl_exports.h
MKEXPORT /archive/ndis/ndiswrapper-1.54-2.6.34/driver/usb_exports.h
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/crt.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/hal.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/iw_ndis.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/loader.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/ndis.o
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ndis.c: In function
‘NdisMAllocateMapRegisters’:
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ndis.c:948: warning:
‘DMA_nnBIT_MASK’ is deprecated
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ndis.c:950: warning:
‘DMA_nnBIT_MASK’ is deprecated
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ndis.c:954: warning:
‘DMA_nnBIT_MASK’ is deprecated
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel.o
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel.c: In function
‘MmAllocateContiguousMemorySpecifyCache’:
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel.c:1706:
warning: ‘DMA_nnBIT_MASK’ is deprecated
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel.c:1708:
warning: ‘DMA_nnBIT_MASK’ is deprecated
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel_io.o
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel_io.c: In
function ‘IoConnectInterrupt’:
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/ntoskernel_io.c:566:
warning: passing argument 2 of ‘request_irq’ from incompatible pointer
type
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/pe_linker.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/pnp.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/proc.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/rtl.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapmem.o
CC [M] /archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.o
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c: In function
‘notifier_event’:
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1693: error:
‘struct net_device’ has no member named ‘open’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c: In function
‘ndis_start_device’:
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1749: error:
‘struct net_device’ has no member named ‘open’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1750: error:
‘struct net_device’ has no member named ‘hard_start_xmit’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1751: error:
‘struct net_device’ has no member named ‘stop’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1752: error:
‘struct net_device’ has no member named ‘get_stats’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1753: error:
‘struct net_device’ has no member named ‘change_mtu’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1754: error:
‘struct net_device’ has no member named ‘do_ioctl’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1758: error:
‘struct net_device’ has no member named ‘set_multicast_list’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1759: error:
‘struct net_device’ has no member named ‘set_mac_address’
/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.c:1774: error:
‘struct net_device’ has no member named ‘poll_controller’
make[3]: *** [/archive/ndis/ndiswrapper-1.54-2.6.34/driver/wrapndis.o] Error 1
make[2]: *** [_module_/archive/ndis/ndiswrapper-1.54-2.6.34/driver] Error 2
make[2]: Leaving directory `/kernel/linux-2.6.34'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/archive/ndis/ndiswrapper-1.54-2.6.34/driver'
make: *** [all] Error 2
All this shit is fixed.
Jeff Merkey
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ANNOUNCE] ndiswrapper-2.6.34
2010-05-26 5:23 [ANNOUNCE] ndiswrapper-2.6.34 Jeffrey Merkey
@ 2010-05-26 5:43 ` Jeffrey Merkey
[not found] ` <4BFCB9ED.9090806@gmail.com>
2010-05-26 7:45 ` Simon Horman
1 sibling, 1 reply; 7+ messages in thread
From: Jeffrey Merkey @ 2010-05-26 5:43 UTC (permalink / raw)
To: linux-kernel
NOTE: Porting the 1.56 version too - its also fucking broken with
iwconfig and wireless extensions. I'll post the shit on google code
since the native wireless drivers in linux dont work on windows
laptops and probably never will without massive firmware theft. At
any rate the 1.54 version works on 2.6.34
Jeff
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] ndiswrapper-2.6.34
2010-05-26 5:23 [ANNOUNCE] ndiswrapper-2.6.34 Jeffrey Merkey
2010-05-26 5:43 ` Jeffrey Merkey
@ 2010-05-26 7:45 ` Simon Horman
2010-05-26 18:30 ` Jeffrey Merkey
1 sibling, 1 reply; 7+ messages in thread
From: Simon Horman @ 2010-05-26 7:45 UTC (permalink / raw)
To: Jeffrey Merkey; +Cc: linux-kernel
On Tue, May 25, 2010 at 11:23:30PM -0600, Jeffrey Merkey wrote:
> Always here to support the hated projects of Evil Emperor Linus.
> Needed this fucking thing to work on my laptop so fixed the busted
> shit. There you go whoever needs it.
Hi Jeffrey,
If you need a dictionary so that you can learn some words
that are more than four letters long, just let me know your address.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ANNOUNCE] ndiswrapper-2.6.34
2010-05-26 7:45 ` Simon Horman
@ 2010-05-26 18:30 ` Jeffrey Merkey
2010-05-27 0:06 ` Simon Horman
0 siblings, 1 reply; 7+ messages in thread
From: Jeffrey Merkey @ 2010-05-26 18:30 UTC (permalink / raw)
To: Simon Horman; +Cc: linux-kernel
LOL. I recall some past posts to this list that only contained four
letter words. You might want to post the dictionary for everyone --
doubt they will read it.
:=)
Jeff
>
> Hi Jeffrey,
>
> If you need a dictionary so that you can learn some words
> that are more than four letters long, just let me know your address.
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-05-27 0:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-26 5:23 [ANNOUNCE] ndiswrapper-2.6.34 Jeffrey Merkey
2010-05-26 5:43 ` Jeffrey Merkey
[not found] ` <4BFCB9ED.9090806@gmail.com>
2010-05-26 18:29 ` Jeffrey Merkey
2010-05-26 20:28 ` Justin P. Mattock
2010-05-26 7:45 ` Simon Horman
2010-05-26 18:30 ` Jeffrey Merkey
2010-05-27 0:06 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®