LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 10-15-2004, 06:10 AM   #1
honey badger
LQ Newbie
 
Registered: Oct 2004
Location: Australia
Distribution: debian(knoppix hd install)
Posts: 4

Rep: Reputation: 0
MSI PC54G Wireless Adapter Problems and Ndiswrapper


What im running - Knoppix Hard Drive Install v3.4 (Debian based)
- MSI PC54G 802.11 Wireless Adapter
- AMD Duron II 900mhz PC
-Linux Partition about 6Gig with 500mg swap file
- 256mg RAM

The windows drivers for this adapter are not compatible with linux, so i have tried installing ndiswrapper, but have realized lately the Debian install of ndiswrapper is much much harder than just ./configure, make, make install .


Ive only been using linux for 2 days now and have only read 1 text (Revised Linux Pocketbook) so please be as friendly with your response as possible . Sorry if this has been covered i could not see, but ive tried looking up guides and they really have me befazzled.

Thanx for your help in advance - Aaron
 
Old 10-15-2004, 08:29 AM   #2
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
You can install ndiswrapper on debian with ./configure and make install (I don't think the make step works or does anything you should try that. If it works just do it in the order you posted)

Then you have to use modprobe to insert the module in the kernel:

Code:
modprobe ndiswrapper
now install the windows driver:

Code:
ndiswrapper -i /path/to/file
Now you can configure with iwconfig, ifconfig and route or with dhcp. You'll need the wireless-tools package:

Code:
apt-get install wireless-tools
That's the package with iwconfig in it.

BTW if this isn't what made the debian install harder than ./configure etc. could you post the error you're getting then?

Just ask more if it doesn't work yet or you have a question
 
Old 10-15-2004, 09:56 AM   #3
honey badger
LQ Newbie
 
Registered: Oct 2004
Location: Australia
Distribution: debian(knoppix hd install)
Posts: 4

Original Poster
Rep: Reputation: 0
ok i do the make and make install and a bunch or writing comes up like it should, no errors

then i type modprobe ndiswrapper

~while in the same directory where i made it and literally nothing happens, just goes down to the next menu line, i have no idea what happens there.

Another problem is after reading ahead i figure i should look for the driver in Windows in the device manager just a .SYS file. Is this a problem considering it specifies .inf and have i got it wrong? is there a .inf file i dont know about?

im not even sure i have the right version of ndiswrapper now, because it came in a debian package, and all the research ive done indicates that it should have been in tar.gz

Last edited by honey badger; 10-15-2004 at 10:47 AM.
 
Old 10-15-2004, 01:03 PM   #4
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Quote:
Originally posted by honey badger
[B]ok i do the make and make install and a bunch or writing comes up like it should, no errors

then i type modprobe ndiswrapper

~while in the same directory where i made it and literally nothing happens, just goes down to the next menu line, i have no idea what happens there.
Actually now the module is added into the kernel. If you do:
Code:
lsmod
you should see ndiswrapper in the list

Quote:
Another problem is after reading ahead i figure i should look for the driver in Windows in the device manager just a .SYS file. Is this a problem considering it specifies .inf and have i got it wrong? is there a .inf file i dont know about?
You got a CD with your card isn't it? The file is on the CD. I don't know if it's the same but for my linksys card the file was lsipnds.inf . Note that for me there were 2 .inf files on the CD and I checked them both, one didn't work.

Quote:
im not even sure i have the right version of ndiswrapper now, because it came in a debian package, and all the research ive done indicates that it should have been in tar.gz
http://sourceforge.net/projects/ndiswrapper/ donwload this .tar.gz file. I don't know how you got your ndiswrapper in debian packages but it's not on the official debian mirrors so I don't know if it's good. Also if you have ndiswrapper in the list when you do lsmod you shouldn't download this then you can go on with what you have now.
 
Old 10-15-2004, 11:40 PM   #5
honey badger
LQ Newbie
 
Registered: Oct 2004
Location: Australia
Distribution: debian(knoppix hd install)
Posts: 4

Original Poster
Rep: Reputation: 0
Ok, to make things easier for you ive included all the steps i took to get where i am, the thing is that i install ndiswrapper on the inf files and tried iwconfig and it still says no card so im not sure if i have used the right .inf -unless otherwise noted the step works just as you said it would, btw i downloaded the tar.gz file you pointed me to.



Code:
tar -zxvf ndiswrapper-0.11
Code:
cd ndiswrapper-0.11
Code:
./configure
~error:no such file or directory (so i just skipped it)
Code:
make
~bunch of code comes up, says its successfule basically
Code:
make install
~more code, success messages
Code:
modprobe ndiswrapper
Code:
lsmod
~ndiswrapper shows up on the list as expected
Code:
apt-get wireless-tools
~says latest version installed

====Problems Point====
Code:
ndiswrapper -i mnt/WINDOWS/inf/MS6826.inf
then i used DHCP broadcast and iwconfig, both do not detect card
Code:
ndiswrapper -i mnt/WINDOWS/inf/msi505.inf
no cards detected
Code:
ndiswrapper -i mnt/WINDOWS/inf/MSI68NIC.inf
no cards detected

this puzzled me deluxe because there were 6 .inf files on the setup cd but only these 3 were located in mnt/WINDOWS/inf

just so you can see the other files, ive included a screenshot of the driver directory on the MSI driver CD which is at the bottom of the post, the red arrows indicated the files in the inf driver file, and the 3 other .inf files are shown as well



thanx for your huge help up until this point
-Aaron:

http://www.free.prohosting.com/imevi...iverscreen.JPG *right click save target as*

Last edited by honey badger; 10-15-2004 at 11:45 PM.
 
Old 10-16-2004, 03:29 AM   #6
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
I can't see the picture as my GIMP tells me it's not a .jpg file.

Try
Code:
ndiswrapper -l
If one line says that the driver is present and the hardware is present it's ok. If it doesn't work then do:
Code:
modprobe -r ndiswrapper
This removes the module. Then do
Code:
modprobe ndiswrapper
again.

If this doesn't work can you try the other files from the CD as well as trying the files you now got out of windows. So try all the files directly from the CD and use ndiswrapper -l to see if one is right.
 
Old 10-16-2004, 10:36 PM   #7
honey badger
LQ Newbie
 
Registered: Oct 2004
Location: Australia
Distribution: debian(knoppix hd install)
Posts: 4

Original Poster
Rep: Reputation: 0
thanx for your help with this, ive got to the point where ndiswrapper is installed and i just need to find the correct driver, i think i can handle from here.



Thankyou again from a linux

-Aaron
 
  


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
msi ub11b wireless adapter pupain Linux - Hardware 2 04-10-2006 02:42 AM
Ndiswrapper and Dell Wireless 1450 Dual-Band USB 2.0 Adapter bharrison4 Linux - Software 6 11-07-2005 04:18 PM
Ndiswrapper can't finish installing my wireless adapter joshknape Linux - Wireless Networking 3 08-29-2005 08:49 AM
Ndiswrapper can't finish installing my wireless adapter joshknape Mandriva 7 08-11-2005 02:43 PM
MSI PCI PC54G Wireless jscfernandes Linux - Wireless Networking 1 12-09-2004 02:10 PM

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

All times are GMT -5. The time now is 05:37 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