LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-07-2007, 07:10 PM   #1
Relztrah
Member
 
Registered: Sep 2007
Posts: 31

Rep: Reputation: 0
I need some help with NDISwrapper


My first goal is to get my Netgear wireless PC card (model WG511) running on my old Compaq Armada using Damn Small Linux. I type NDISwrapper -l in the Terminal...and then what do I do?

Normally I should see the green and amber lights blink on the card itself even before I make a connection. At least that's what happens when I use it under Windows. I'm running off the live CD, but I can install it if that would make a difference. I don't know if another distro would be better. DSL is all that will run on this old jalopy with only 123MB of RAM.

Thanks for any help you can offer this Linux novice.
 
Old 10-07-2007, 08:32 PM   #2
cricballa
Member
 
Registered: Jan 2007
Posts: 33

Rep: Reputation: 15
ndiswrapper -l will only list the currently loaded driver. It would not do anything else.
Here is the excellent guide to install a driver. I followed the instructions in there and had no problem.

http://ndiswrapper.sourceforge.net/j...iki/Itemid,33/


cric.
 
Old 10-08-2007, 01:58 PM   #3
kigango123
LQ Newbie
 
Registered: Sep 2007
Posts: 6

Rep: Reputation: 0
you know, i think that you have to be able to connect to internet first on a hard line before there can be wireless stuff
 
Old 10-08-2007, 03:21 PM   #4
Kahless
Member
 
Registered: Jul 2003
Location: Pennsylvainia
Distribution: Slackware / Debian / *Ubuntu / Opensuse / Solaris uname: Brian Cooney
Posts: 503

Rep: Reputation: 30
Quote:
Originally Posted by kigango123 View Post
you know, i think that you have to be able to connect to internet first on a hard line before there can be wireless stuff

Not true, however it definatly makes it easier to be able to download any needed tools to make it work. In absence of a wired connection, there are plenty of other ways to get the needed files onto the machine.
 
Old 10-09-2007, 11:13 AM   #5
Relztrah
Member
 
Registered: Sep 2007
Posts: 31

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Kahless View Post
Not true, however it definatly makes it easier to be able to download any needed tools to make it work. In absence of a wired connection, there are plenty of other ways to get the needed files onto the machine.
I am able to go on-line using a network cable, but since I am using the Live CD, how would downloading anything help? I haven't actually installed DSL on this laptop, but I am willing to do so with some simple step-by-step instructions. Also, I read in another thread that DSL (which is the only distro that runs well on an old jalopy like this Armada) is really made to be run from the Live CD, not installed. Does the Live CD access files on the HDD?

Thanks for your help. The good folks here are slowly turning me into a former Windows user...at least on this laptop which I thought was ready for the trash can until I read about DSL.
 
Old 10-09-2007, 06:50 PM   #6
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
It is made for running from live media as well as installed, mostly for older machines though
 
Old 10-11-2007, 11:43 AM   #7
Relztrah
Member
 
Registered: Sep 2007
Posts: 31

Original Poster
Rep: Reputation: 0
Fortunately I'm a patient person

Well folks, I'm not one of those ranting, first-time Linux users who takes a Live CD out for a test drive and then posts an angry diatribe about how confusing it is. I'm committed to learning and using it. And I'll continue relying on the good people in this forum for coaching.

That said, my eyes glaze over when I read...

You need a recent kernel, at least 2.6.18 or 2.4.26, with kernel headers, and gcc-3.4 or newer. Make sure that /lib/modules/VERSION/build is a link to the kernel source, where VERSION is the version of the kernel you are running; this should be setup automatically by distribution package. If this path is not valid, kernel modules can’t be compiled. Also make sure gcc and associated packages (e.g., libc6-dev on Debian based distributions) are installed so C programs can be compiled. For help with these steps, refer to your distribution documents.


...on the NDISwrapper website when attempting to see if my Netgear WG511 wireless PC card will run under DSL. Speaking for the novices, we need something more basic. For starters, I don't know how to check the kernel version, much less...

Go to the source-directory and run make distclean and make. As root, run make install. This should compile and install both the kernel module and the userspace utilities. If you don’t need USB support in ndiswrapper, with recent versions, you can compile with make DISABLE_USB=1 and install with make DISABLE_USB=1 install. NOTE: Source-directory is for the ndiswrapper directory that you just created. (NOT the /usr/src directory)

Maybe a tutorial for how to enter commands would help. I'm not complaining, just confused.

Thanks,
Relztrah
 
Old 10-11-2007, 06:04 PM   #8
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
type uname -r in a terminal to find your kernel version and type gcc -v to find the gcc version
 
Old 10-13-2007, 09:36 PM   #9
Relztrah
Member
 
Registered: Sep 2007
Posts: 31

Original Poster
Rep: Reputation: 0
bash: gcc: command not found
 
Old 10-14-2007, 01:10 AM   #10
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
that means that you need to install gcc
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trying to load module "ndiswrapper" with modprobe; modprobe ndiswrapper doesn't work! Benjamin Linux - Wireless Networking 30 05-25-2008 07:04 AM
Ndiswrapper Error:couldn't add module alias: at /usr/sbin/ndiswrapper-1.9 line 717. Skuggi Linux - Wireless Networking 1 06-07-2007 11:57 AM
ndiswrapper-utils & ndiswrapper-modules cyclic dependency benoit808 Debian 4 02-19-2007 05:35 PM
ndiswrapper, ndiswrapper-utils, and Fedora Core 6 alkaholic Linux - Wireless Networking 1 02-03-2007 07:46 PM
errors while installing ndiswrapper-0.8.tar.gz and ndiswrapper-0.11.tar.gz itsonlyme Linux - Wireless Networking 31 05-19-2006 02:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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