Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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.
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.
Distribution: Slackware / Debian / *Ubuntu / Opensuse / Solaris uname: Brian Cooney
Posts: 503
Rep:
Quote:
Originally Posted by kigango123
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.
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.