LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-29-2005, 05:42 PM   #1
sarge extreme
Member
 
Registered: Jan 2005
Posts: 32

Rep: Reputation: 15
More troubles with ndiswrapper (crashes)


I am using suse 9.2 pro free version (32 bit) and i am trying to get ndiswrapper (0.10.3 that came on the suse disk) to work with my belkin pci wireless G card based on the broardcom chipset. I have managed to install the drivers with ndiswrapper and when i type ndiswrapper -l it says drivers are installed and hardware is present, but when i type modprobe ndiswrapper the system crashes (can't move mouse or do anything). If I try going iwlist wlan0 scan or dhcpcd wlan0 the system crashes in a similar way. Anyone know how I can fix this?


Please note i am a complete noob at linux so u will probably have to tell me exactly what to do as I probably won't know what u are talking about.
 
Old 01-29-2005, 09:18 PM   #2
gaston_007
LQ Newbie
 
Registered: Jan 2005
Posts: 5

Rep: Reputation: 0
Well I posted sort of the same thing couple days ago , and no body answer back ....may be because nobody knows the problem.

But I had the same problem that you have now, and I can tell you my experience about it , Im noob just like you.

I fixed it ,installing a new ndiswrapper version 0.12 ,I had the alpha release before ....with the same crash problem.
I used several version and I find out this version very stable with no problems at all.

I been in front of my computer for the last week trying to get ready my Wirelees Linksys WMPG54G v4 on Mandrake 10.1 ,Nobody helped me out , buddy .
I had to solved it myself.
So good luck dude and if there something that I can help you just post it.

I gotta everything undercontrol now, and I got internet ,,,,,,,,,,,,,,,,,,,LOVE LINUX
 
Old 01-31-2005, 07:40 AM   #3
sarge extreme
Member
 
Registered: Jan 2005
Posts: 32

Original Poster
Rep: Reputation: 15
You don't happen to know how to install ndiswrapper 0.12 do u? Its just that i have never managed to do i successfully.
 
Old 01-31-2005, 08:09 AM   #4
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Hello there,

Version 1.0 was released recently. Can I suggest you check out the installation wiki at ndiswrapper.sourceforge.net. This has some distribution-specific that you may need.
Regards
Chris
 
Old 01-31-2005, 05:47 PM   #5
sarge extreme
Member
 
Registered: Jan 2005
Posts: 32

Original Poster
Rep: Reputation: 15
I trying to install the 1.0 version but there is no guide to suse except telling u to install the version that came with suse.
anyway when i type "make" I get this error:


inux:/home/andrew/ndiswrapper/ndiswrapper-1.0 # make
make -C driver
make[1]: Entering directory `/home/andrew/ndiswrapper/ndiswrapper-1.0/driver'
make -C /lib/modules/2.6.8-24-default/build SUBDIRS=/home/andrew/ndiswrapper/ndiswrapper-1.0/driver \
NDISWRAPPER_VERSION=1.0 \
EXTRA_VERSION= modules
make[2]: Entering directory `/usr/src/linux-2.6.8-24-obj/i386/default'
make -C ../../../linux-2.6.8-24 O=../linux-2.6.8-24-obj/i386/default modules
/usr/src/linux-2.6.8-24/scripts/gcc-version.sh: line 11: gcc: command not found
/usr/src/linux-2.6.8-24/scripts/gcc-version.sh: line 12: gcc: command not found
CC [M] /home/andrew/ndiswrapper/ndiswrapper-1.0/driver/hal.o
/bin/sh: gcc: command not found
make[5]: *** [/home/andrew/ndiswrapper/ndiswrapper-1.0/driver/hal.o] Error 127
make[4]: *** [_module_/home/andrew/ndiswrapper/ndiswrapper-1.0/driver] Error 2
make[3]: *** [modules] Error 2
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.8-24-obj/i386/default'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/andrew/ndiswrapper/ndiswrapper-1.0/driver'
make: *** [all] Error 2
 
Old 01-31-2005, 07:04 PM   #6
sarge extreme
Member
 
Registered: Jan 2005
Posts: 32

Original Poster
Rep: Reputation: 15
ok managed to fix that problem but now i have a new one
when i type "modprobe ndiswrapper" it says:

Error 2

# modprobe ndiswrapper
FATAL: Error inserting ndiswrapper

(/lib/modules/2.6.8-24-default/extra/ndiswrapper.ko): Invalid module format
 
Old 01-31-2005, 07:19 PM   #7
sarge extreme
Member
 
Registered: Jan 2005
Posts: 32

Original Poster
Rep: Reputation: 15
Well i managed to fix that problem aswell. In fact i am now posting this in linux

the solution was this :
rm /lib/modules/$(uname -r)/extra/ndiswrapper.ko
cp /lib/modules/$(uname -r)/misc/ndiswrapper.ko /lib/modules/$(uname -r)/extra

found it on some site hopefully someone else will benefit from this knowledge

Anyway thanks for your help.
 
Old 02-01-2005, 06:07 AM   #8
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Dang, that might just be the answer I was looking for!
Been having the same problem with the latest FC3 kernel
Will post back later
Nope, that didnt work. Still on 737, no big deal.

Last edited by snecklifter; 02-01-2005 at 04:23 PM.
 
  


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
I installed ndiswrapper and system crashes ever since! apocoloco Linux - Wireless Networking 9 09-19-2005 07:25 AM
ndiswrapper troubles Ab3n Linux - Newbie 9 09-02-2005 02:01 PM
ndiswrapper troubles.. ultimatenoob Linux - Software 3 05-07-2005 08:50 AM
ndiswrapper+WMP54G troubles calcon Linux - Wireless Networking 4 04-08-2005 10:25 AM
ndiswrapper troubles with Linksys WMP54G kupek85 Linux - Wireless Networking 6 08-04-2004 09:54 PM

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

All times are GMT -5. The time now is 02:17 PM.

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