LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 11-02-2004, 09:23 PM   #1
oceanplexian
LQ Newbie
 
Registered: Nov 2004
Location: New Hampshire
Distribution: Arklinux
Posts: 9

Rep: Reputation: 0
Unhappy mn-720 wireless and ndiswrapper


the microsoft card "should" work, according to the wiki on the ndiswrapper website. after trying at least 4 or 5 distros on my averatec laptop, ive decided to switch to arklinux from windows. i know its a less popular distro, but i havn't been able to use my 54g card after downloading ndiswrapper 9.1 from "kynaptic" . the drivers installed fine, but i try to write congifuration for modprobe (ndiswrapper -m) it does it sucessfully, but when i type modprobe ndiswrapper, i get 'cannot locate module ndiswrapper'

i get this at lspci -v

02:00.0 Network controller: Broadcom Corporation: Unknown device 4325 (rev 02)
Subsystem: Microsoft Corporation: Unknown device 0003
Flags: fast devsel, IRQ 10
Memory at 10800000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [40] Power Management version 2

i can give any information that will help solve the problem, i really want to contribute in this forum, but wireless is too important to lose just because i want linux, any help appreciated
 
Old 11-03-2004, 12:20 AM   #2
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Are you doing the install as 'root'?
You shouldn't be writing the modprobe information until you've probed. Follow the steps exactly as in the install guide and it should work fine, especially if the drivers have installed. However you need to make sure you use drivers from the ndiswrapper wiki card list as people have had success with them before.
Regards
Chris
 
Old 11-03-2004, 07:00 AM   #3
oceanplexian
LQ Newbie
 
Registered: Nov 2004
Location: New Hampshire
Distribution: Arklinux
Posts: 9

Original Poster
Rep: Reputation: 0
yes, i am doing everything as root, and the drivers did install sucessfully, as i got them from the wiki card list, as they have been known to work. what do you mean by probed? i already wrote the configuration, and it says it wrote the configuration sucessfully. perhaps the "module" itself is not installed. i did install ndiswrapper from a package manager, perhaps this is the problem? I am fairly new, and am sorry if i say something stupid.
 
Old 11-03-2004, 08:27 AM   #4
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Re: mn-720 wireless and ndiswrapper

Quote:
Originally posted by oceanplexian
the drivers installed fine, but i try to write congifuration for modprobe (ndiswrapper -m) it does it sucessfully, but when i type modprobe ndiswrapper, i get 'cannot locate module ndiswrapper'
You did this the wrong way round. The LAST thing you do is write the configuration using ndiswrapper -m as this means you are happy with the configuration, everything is working and you want it to boot up as it is at that point. However, you have written the configuration before you got it working. Oh dear.

You need to follow the install guide step by step. I suggest you go back, removing the drivers and ndiswrapper and try again.
 
Old 11-03-2004, 12:32 PM   #5
oceanplexian
LQ Newbie
 
Registered: Nov 2004
Location: New Hampshire
Distribution: Arklinux
Posts: 9

Original Poster
Rep: Reputation: 0
ok, i think i know the problem. when i try to install ndiswrapper using the package manager, it doesnt seem to install the module. the module is comparable to a windows driver from what i understand, when i modprobe, the module is missing...even though ndiswrapper is installed... now, when i try to compile and install ndiswrapper myself, it spits out errors, i guess i need the source for the kernel, and something about symlinks? the installation guide doesnt explain this very well to me

i get this error when "make install"

Entering directory `/root/wrapper/driver'
cc -DEXPORT_SYMTAB -DMODVERSIONS -include /lib/modules/2.4.27-1ark/build/include/linux/modversions.h -DNDISWRAPPER_VERSION=\"0.11\" -DEXTRA_VERSION=\"\" -DLINUX -D__KERNEL__ -DMODULE -I/lib/modules/2.4.27-1ark/build/include -Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -O2 -c -o wrapper.o wrapper.c
cc -DEXPORT_SYMTAB -DMODVERSIONS -include /lib/modules/2.4.27-1ark/build/include/linux/modversions.h -DNDISWRAPPER_VERSION=\"0.11\" -DEXTRA_VERSION=\"\" -DLINUX -D__KERNEL__ -DMODULE -I/lib/modules/2.4.27-1ark/build/include -Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -O2 -c -o iw_ndis.o iw_ndis.c
cc -DEXPORT_SYMTAB -DMODVERSIONS -include /lib/modules/2.4.27-1ark/build/include/linux/modversions.h -DNDISWRAPPER_VERSION=\"0.11\" -DEXTRA_VERSION=\"\" -DLINUX -D__KERNEL__ -DMODULE -I/lib/modules/2.4.27-1ark/build/include -Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -O2 -c -o pe_loader.o pe_loader.c
cc -DEXPORT_SYMTAB -DMODVERSIONS -include /lib/modules/2.4.27-1ark/build/include/linux/modversions.h -DNDISWRAPPER_VERSION=\"0.11\" -DEXTRA_VERSION=\"\" -DLINUX -D__KERNEL__ -DMODULE -I/lib/modules/2.4.27-1ark/build/include -Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -O2 -c -o ntoskernel.o ntoskernel.c
ntoskernel.c: In function `ExInterlockedAddLargeStatistic':
ntoskernel.c:281: error: initializer element is not constant
ntoskernel.c: At top level:
ntoskernel.c:728: error: initializer element is not constant
ntoskernel.c:728: error: (near initialization for `thread_wq.lock')
ntoskernel.c:728: error: initializer element is not constant
make[1]: *** [ntoskernel.o] Error 1
make[1]: Leaving directory `/root/wrapper/driver'
make: *** [install] Error 2

Last edited by oceanplexian; 11-03-2004 at 01:04 PM.
 
Old 11-03-2004, 03:40 PM   #6
oceanplexian
LQ Newbie
 
Registered: Nov 2004
Location: New Hampshire
Distribution: Arklinux
Posts: 9

Original Poster
Rep: Reputation: 0
i am sorry, but ive given up on the microsoft card. the microsoft driver itself is unstable and the range is not that good. perhaps someone could direct me to a wireless b or g card that WILL work under almost any distro, and is avalible in retail stores?
 
Old 11-03-2004, 05:15 PM   #7
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Ive got a belkin f5d7000 that works fine using ndiswrapper. Thats the only one I can recommend from personal experience. Other than that, see the HCL on this site for other cards thatg people have got working with linux.
Regards
Chris
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DISCUSSION: Guide to NdisWrapper for MN-720 MN-730 Microsoft Wireless Cards in Groovelab LinuxAnswers Discussion 4 10-27-2005 08:56 AM
Suse 9.3 ndiswrapper and mn-720 trey85stang SUSE / openSUSE 1 08-20-2005 11:36 PM
MN-720 Wireless Notebook Adapter RobNyc Linux - Wireless Networking 6 02-11-2005 07:09 PM
Unable to connect M$ mn-720 wireless card with ndiswrapper RanDrake10 Linux - Wireless Networking 1 10-02-2004 09:13 PM
MN-720 Wireless Card Help KStewart Linux - Wireless Networking 2 09-17-2004 06:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 08:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration