LinuxQuestions.org
Review your favorite Linux distribution.
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 03-29-2010, 05:40 AM   #1
moragtoerag
LQ Newbie
 
Registered: Mar 2010
Location: Nairn, Scotland
Posts: 8

Rep: Reputation: 0
Puppy Linux Network Wizard can't detect my router


Have just booted Puppy onto old laptop using LiveCD, trying to set up Internet Connection and although it found my USB adaptor, when it scans it can't detect the wireless router which is used successfully by another laptop in the house, or any other routers for that matter. I have searched the fora, but couldn't find anything, so any help would be greatly appreciated. Btw I am new to Linux so need everything explained with a minimum of jargon, thanks!
 
Old 03-29-2010, 01:01 PM   #2
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
these commands are to help us to know what your system thinks is installed (not necessarily to get you connected).
Code:
lspci # will tell us the pci devices you have in your system.
lsusb # will tell us the usb devices you have in your system.
ifconfig # will tell us what network interface cards you have turned on in your system.
ifconfig -a # will tell us all the network interface cards you have in your system.
iwconfig # will tell us which of your network interface cards has wireless capability
now that we know that, this should get you connected:
Code:
sudo iwlist device scan # this will use the device interface (that from the above command, we found out has wireless capability) and scan for wireless routers that are accessible.
sudo iwconfig device essid "myssid" # assuming no security, use that device to connect to your router.
sudo dhclient # will attempt to get ip-address, subnet mask, dns server information automatically from your router assuming dhcp is turned on on your router.
as for a gui to handle this automatically in the future try these:
Code:
sudo apt-get install network-manager # to install network manager applet
sudo apt-get install wicd # to install wicd
also, make sure there isnt some switch or key combination to turn on/off the wireless radio.
 
  


Reply

Tags
detected, network, router


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
Installing Wizard Wired Router EBR-2310 GypsyPants Linux - Software 1 05-03-2009 03:19 AM
Puppy Linux: problems with dial-up and router connections on XP PC Peter Rosier Puppy 8 07-22-2008 09:49 AM

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

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