LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > DamnSmallLinux
User Name
Password
DamnSmallLinux This forum is for the discussion of DamnSmallLinux.

Notices


Reply
  Search this Thread
Old 01-17-2010, 06:09 PM   #1
Messenger2
LQ Newbie
 
Registered: Jan 2010
Posts: 2

Rep: Reputation: 0
DSL does not see my WIFI adapter


I have an Averatec laptop with 1.39 ghhrz, 224 ram and 27.9 gb hard drive and an S3 Graphic ProSavage DDR.
I burned an ISO of DSL and it booted from Cd with no problem but I noticed as it loaded my USB peripherals it did not recognize my D-Link DWL G122 usb Wifi adapter.
I used the Prism2 as was suggested on the Damn Small Linux Wikki and put in the proper SSID, Channel and WEP Key but there it still would not connect to the internet.
When I used Puppy Linux, it recognized my D-Link WIFI adapter right away but my computer didn't have enough ram to run Puppy with out it freezing or randomly closing an internet session when running from the cd.
I would like to get DSL up and running because I am tired of all the viruses that sneak in and mess up this old computer.
Any help would be greatly appreciated.
Please remember that I am new and am not even sure how to make a partition or Swap partition and many other terms I have been reading about.
Really need to know how to get DSL to recognize my WIFI Adapter.
 
Old 01-17-2010, 07:42 PM   #2
neonsignal
Senior Member
 
Registered: Jan 2005
Location: Melbourne, Australia
Distribution: Debian Bookworm (Fluxbox WM)
Posts: 1,391
Blog Entries: 54

Rep: Reputation: 360Reputation: 360Reputation: 360Reputation: 360
If you like DSL, have you considered using DSL-N instead? It has a much newer kernel, which might make it easier to get wifi going. It isn't quite as lean as DSL, but it is comparable to Puppy.

Last edited by neonsignal; 01-17-2010 at 07:44 PM.
 
Old 01-17-2010, 10:52 PM   #3
Messenger2
LQ Newbie
 
Registered: Jan 2010
Posts: 2

Original Poster
Rep: Reputation: 0
I will give DSL-n a try, it won't hurt that's for sure. It's sometimes very hard for newbies to make the jump due to all the
hardware incompatibilities and when an advanced user suggests that we use "lspci" (just an example) we go "huh, what is that?"
I think as time goes, the more the distros become user friendly the more people will make the switch. I am willing to give things a try as best I can with my extremely limited knowledge. I really appreciate all suggestions and information.
 
Old 01-17-2010, 11:45 PM   #4
neonsignal
Senior Member
 
Registered: Jan 2005
Location: Melbourne, Australia
Distribution: Debian Bookworm (Fluxbox WM)
Posts: 1,391
Blog Entries: 54

Rep: Reputation: 360Reputation: 360Reputation: 360Reputation: 360
Quote:
the more the distros become user friendly the more people will make the switch
Yes, that's true. You will find the more general purpose distros are a bit easier (Ubuntu, Fedora, openSUSE, Mandriva, Debian), but the choice begins to narrow when you have less than 256Mb of memory.

I'm a little surprised you couldn't run Puppy reliably; 224Mb is still a reasonable amount of memory. Running off a CD does bog things down, because a CD is significantly slower than a hard drive, and it also means that some of the memory has to be reserved for a RAM drive (for things such as log files and so on).
 
Old 01-18-2010, 07:25 AM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,343

Rep: Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587
you are probabley having one of three problems, wrong driver for card, card not setup correctly or not loaded, and /etc/resolv.conf not correct.
open xshell from a menu and type
Code:
iwconfig
if you wireless card is listed with wep key then, probabley need to edit /etc/resolv.conf with correct nameserver. if card not listed then, at xshell
Code:
cd /opt
ls
if card is already setup will have a file called myiwconfig.
if file does'nt exist then your card isn't set up correctly. If myiwconfig file is there then open a root xshell and do the following
Code:
cd /opt
./myiwconfig
iwconfig
and see if your card is listed. post your results so can provide further help.
as for puppy verses dsl puppy, you will fine puppy easier to use in my opinion. To get puppy to work better will need to create a swap patitition with gparted.
 
Old 01-18-2010, 07:33 AM   #6
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Um

you know DSL/DSL-N are basically very outdated and no further development
also no Flashplayer available.

I think you should do a minimal lenny Debian net-install with light Desktop

Are you willing to check that out Messenger2?

You would have access to a huge amount of software via Debian repos and up-to-date software,etc

I can walk you thru it or you can install one of my premade distros
http://linux.softpedia.com/progMoreB...isX-31789.html

I put 503box-Chrome on my lappy, a 160mb RAM toshiba 7000ct 233mhz processor and it runs good
 
Old 02-06-2010, 10:53 PM   #7
tgp1994
Member
 
Registered: Nov 2009
Distribution: Used to use: Ubuntu. Still use: Debian, Other small distros
Posts: 78

Rep: Reputation: 17
And sorry if I'm bumping an old topic here, but I was having Wifi problems too, (Not your card type, but wireless none the less,) and my step process looked like this:

Login in
Type in iwconfig (card dev name) essid (network name)
Then I had to edit /etc/network/interfaces, adding a line saying:
iface (card dev name) inet dhcp
Save
Then type ifup (card dev name).

Viola.
 
  


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
Wifi Adapter Identification Mystery Man Programming 1 12-03-2007 04:37 PM
Could it be that my wifi adapter is too old for WPA mamadu.bwana Linux - Wireless Networking 20 10-17-2007 10:33 PM
WiFi adapter complication dingle959 Linux - Hardware 3 03-25-2007 04:27 PM
Integrated WIFI adapter 5had0w Linux - Wireless Networking 1 12-01-2004 09:39 PM
Detect WiFi adapter jeopardyracing Linux - Wireless Networking 2 09-16-2004 12:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > DamnSmallLinux

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