Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Wireless Internet
Reload this Page WiFi Adapter on DSL
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Wireless Internet Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Reply
 
Thread Tools Display Modes
Old 04-02-2008   #1 (permalink)
Just Joined!
 
Join Date: May 2006
Posts: 8
Question WiFi Adapter on DSL

I have an old AST Ascentia M Series laptop currently running Damn Small Linux. I've been trying to get the WiFi adapter working, but have had no luck so far. The power light goes on on the adapter and "lsusb" shows the device name, but I still cannot connect. I also cannot get Ndiswrapper onto the laptop because the USB drive won't mount. What should I do?
RedFox5 is offline   Reply With Quote
Old 04-03-2008   #2 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,475
The key to getting a wireless to work in Linux is to determine the manufacturer of the chipset in it. If this is a USB wireless adapter, it is more difficult to determine. If you use NDISwrapper, you don't need to know the chipset manufacturer.

I don't understand why a USB drive prevents you from using NDISwrapper. It should be available from the installation CD, or downloadable from the DSL repository. There usually no need to compile it from scratch.

You will need the WinXP driver for this. This would be on a driver CD that came with the wireless, or downloaded from their web site. No USB drive needed for this either.
__________________
Paul
waterhead is offline   Reply With Quote
Old 04-03-2008   #3 (permalink)
Just Joined!
 
Join Date: May 2006
Posts: 8
The USB drive poses a problem because I cannot transfer files. However, I did not think that NDISwrapper would be included, though. I'll check for it. What should I do once I find NDISwrapper? I do have the original CD.
RedFox5 is offline   Reply With Quote
Old 04-04-2008   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,475
If your distro has no utility for installing programs from the CD, you can locate what you need on the CD and manually install them.

I don't see any mention of NDIswrapper om the DSL web site, so I don't even know if it is offered by DSL.

I would recommend installing a full Linux distro. You will have less trouble with things like this.
__________________
Paul
waterhead is offline   Reply With Quote
Old 04-04-2008   #5 (permalink)
Just Joined!
 
Join Date: May 2006
Posts: 8
DSL does, in fact, include NDISwrapper as well as several other promising-looking programs. However, they don't seem to recognize the adapter. However, it may just be my general ignorance. I have two questions:
1) What settings should I enter into NDISwrapper to get it to recognize the adapter?
2) Is there another distro which is easier to use with more features? ( Note: the laptop has an amazingly huge 3 gig hard drive )
RedFox5 is offline   Reply With Quote
Old 04-04-2008   #6 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,475
NDISwrapper is run from terminal commands. You can get more info by running it without any options.
Code:
[paul2@localhost ~]$ ndiswrapper
install/manage Windows drivers for ndiswrapper

usage: ndiswrapper OPTION
-i inffile       install driver described by 'inffile'
-a devid driver  use installed 'driver' for 'devid' (dangerous)
-r driver        remove 'driver'
-l               list installed drivers
-m               write configuration for modprobe
-ma              write module alias configuration for all devices
-mi              write module install configuration for all devices
-v               report version information

where 'devid' is either PCIID or USBID of the form XXXX:XXXX,
as reported by 'lspci -n' or 'lsusb' for the card
You need a working WinXP driver, it is easier if it is in your home folder. It needs to be unpacked so that there is a .inf file and a .sys file. You then tell NDISwrapper where the driver files are located. In my example they are in a folder called "wireless". (do all commands as root)
Code:
ndiswrapper -i /home/redfox5/wireless/<driver>.inf
If there are no errors, then check that it is installed with this.
Code:
ndiswrapper -l
If everything looks good, run these commands.
Code:
ndiswrapper -m
ndiswrapper -ma
ndiswrapper -mi
Then load the module.
Code:
modprobe ndiswrapper
__________________
Paul
waterhead is offline   Reply With Quote
Old 04-05-2008   #7 (permalink)
Just Joined!
 
Join Date: May 2006
Posts: 8
Oh, I was using the GUI interface. Unfortunately, I have also found another problem; I have no idea how to mount a CD. Thanks for your help here, but is there any distro in which all this is easier? I'm definitely willing to switch at this point. I usually use a Mac; this is really different and rather frustrating.
RedFox5 is offline   Reply With Quote
Old 04-05-2008   #8 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,475
You mean to tell me that DSL doesn't automatically mount an inserted CD? Have you looked in the /media or /mnt folders?

If you have to do it manually, then this would be the process.

First create a folder to mount the CD in (as root).
Code:
mkdir /mnt/cdrom
Then mount the CD in that folder
Code:
mount -t auto /dev/cdrom /mnt/cdrom
Don't forget to unmount it before removing it.
Code:
unmount /mnt/cdrom
If this doesn't work, there is another command to try.
Code:
mount -t isoo9660 -r /dev/cdrom /mnt/cdrom
__________________
Paul
waterhead is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 01:56 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0