* [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
[parent not found: <4BFCB9ED.9090806@gmail.com>]
* Re: [ANNOUNCE] ndiswrapper-2.6.34 [not found] ` <4BFCB9ED.9090806@gmail.com> @ 2010-05-26 18:29 ` Jeffrey Merkey 2010-05-26 20:28 ` Justin P. Mattock 0 siblings, 1 reply; 7+ messages in thread From: Jeffrey Merkey @ 2010-05-26 18:29 UTC (permalink / raw) To: Justin P. Mattock, linux-kernel I am on it. Thanks. The 1.56 version seems OK except with older laptops. I'll work on this one this evening. Jeff On Wed, May 26, 2010 at 12:04 AM, Justin P. Mattock <justinmattock@gmail.com> wrote: > On 05/25/2010 10:43 PM, Jeffrey Merkey wrote: >> >> 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 >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> Please read the FAQ at http://www.tux.org/lkml/ >> >> > > > yeah it's n=broken again with the laest HEAD: > > make > make -C driver > make[1]: Entering directory `/home/test/ndiswrapper-1.54-2.6.28/driver' > make -C /lib/modules/2.6.34-07725-gbedd0eb/build > M=/home/test/ndiswrapper-1.54-2.6.28/driver > make[2]: Entering directory `/home/kernel/2.6.34' > LD /home/test/ndiswrapper-1.54-2.6.28/driver/built-in.o > MKEXPORT /home/test/ndiswrapper-1.54-2.6.28/driver/crt_exports.h > MKEXPORT /home/test/ndiswrapper-1.54-2.6.28/driver/hal_exports.h > MKEXPORT /home/test/ndiswrapper-1.54-2.6.28/driver/ndis_exports.h > MKEXPORT /home/test/ndiswrapper-1.54-2.6.28/driver/ntoskernel_exports.h > MKEXPORT /home/test/ndiswrapper-1.54-2.6.28/driver/ntoskernel_io_exports.h > MKEXPORT /home/test/ndiswrapper-1.54-2.6.28/driver/rtl_exports.h > MKEXPORT /home/test/ndiswrapper-1.54-2.6.28/driver/usb_exports.h > MKSTUBS /home/test/ndiswrapper-1.54-2.6.28/driver/win2lin_stubs.h > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/crt.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/hal.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/iw_ndis.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/loader.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/ndis.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/ntoskernel.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/ntoskernel_io.o > /home/test/ndiswrapper-1.54-2.6.28/driver/ntoskernel_io.c: In function > 'IoConnectInterrupt': > /home/test/ndiswrapper-1.54-2.6.28/driver/ntoskernel_io.c:566: warning: > passing argument 2 of 'request_irq' from incompatible pointer type > include/linux/interrupt.h:130: note: expected 'irq_handler_t' but argument > is of type 'void (*)(int, void *)' > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/pe_linker.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/pnp.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/proc.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/rtl.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/wrapmem.o > CC [M] /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.o > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c: In function > 'set_multicast_list': > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:927: error: 'struct > net_device' has no member named 'mc_count' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:930: error: 'struct > net_device' has no member named 'mc_count' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:934: error: 'struct > net_device' has no member named 'mc_count' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:934: warning: type > defaults to 'int' in declaration of '_min2' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:934: error: 'struct > net_device' has no member named 'mc_count' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:941: error: 'struct > net_device' has no member named 'mc_list' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:942: error: > dereferencing pointer to incomplete type > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:943: error: > dereferencing pointer to incomplete type > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:945: error: > dereferencing pointer to incomplete type > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c: In function > 'notifier_event': > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1693: error: 'struct > net_device' has no member named 'open' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c: In function > 'ndis_start_device': > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1749: error: 'struct > net_device' has no member named 'open' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1750: error: 'struct > net_device' has no member named 'hard_start_xmit' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1751: error: 'struct > net_device' has no member named 'stop' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1752: error: 'struct > net_device' has no member named 'get_stats' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1753: error: 'struct > net_device' has no member named 'change_mtu' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1754: error: 'struct > net_device' has no member named 'do_ioctl' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1758: error: 'struct > net_device' has no member named 'set_multicast_list' > /home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.c:1759: error: 'struct > net_device' has no member named 'set_mac_address' > make[3]: *** [/home/test/ndiswrapper-1.54-2.6.28/driver/wrapndis.o] Error 1 > make[2]: *** [_module_/home/test/ndiswrapper-1.54-2.6.28/driver] Error 2 > make[2]: Leaving directory `/home/kernel/2.6.34' > make[1]: *** [modules] Error 2 > make[1]: Leaving directory `/home/test/ndiswrapper-1.54-2.6.28/driver' > make: *** [all] Error 2 > > > which is: > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=22bedad3ce112d5ca1eaf043d4990fa2ed698c87;hp=a748ee2426817a95b1f03012d8f339c45c722ae1 > > Justin P. Mattock > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ANNOUNCE] ndiswrapper-2.6.34 2010-05-26 18:29 ` Jeffrey Merkey @ 2010-05-26 20:28 ` Justin P. Mattock 0 siblings, 0 replies; 7+ messages in thread From: Justin P. Mattock @ 2010-05-26 20:28 UTC (permalink / raw) To: Jeffrey Merkey; +Cc: linux-kernel On 05/26/2010 11:29 AM, Jeffrey Merkey wrote: > I am on it. Thanks. The 1.56 version seems OK except with older > laptops. I'll work on this one this evening. > > Jeff > > no worries over here!! Justin P. Mattock ^ 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
* Re: [ANNOUNCE] ndiswrapper-2.6.34 2010-05-26 18:30 ` Jeffrey Merkey @ 2010-05-27 0:06 ` Simon Horman 0 siblings, 0 replies; 7+ messages in thread From: Simon Horman @ 2010-05-27 0:06 UTC (permalink / raw) To: Jeffrey Merkey; +Cc: linux-kernel On Wed, May 26, 2010 at 12:30:25PM -0600, Jeffrey Merkey wrote: > 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. > > :=) :-) ^ 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 an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.