LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 01-22-2004, 12:59 AM   #1
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Rep: Reputation: 30
wireless card problems


ok i am trying to get my wirless card working


but i am using slackware now and i am very new to it

well i got my wireless card drivers all working
and when i do a iwconfig it shows that card in there
link quality zero tho and the essid is something likd b11d and should be "link" i tried iwconfig eth0 essid link but it doesn't seem to change it

when i used mandrake it worked fine but now i am running into some trouble with slackware

mandrake also had something like network configure GUI where i can mandage and change the ip address of my network componets idk if slackware has something like this



would really like to get on the net soon with my linux box
stuck with M$ right now

_________________________________________________________
slackware 9.1 KDE 3.1.4
linksys wireless card v2.7

 
Old 01-22-2004, 01:15 AM   #2
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Original Poster
Rep: Reputation: 30
ok well i got it to change to link i am an idiot and my router was set to something else lol but i still cant get it working on the network

and also why doesn't the ifup eth0 command work in slackware
i have to do ifconfig eth0 up witch is fine but when i did ifup in mandrake is usually work right away and found the dhpc server at the same time
 
Old 01-22-2004, 04:12 PM   #3
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Original Poster
Rep: Reputation: 30
anyone???
 
Old 01-22-2004, 04:43 PM   #4
clar77
Member
 
Registered: May 2002
Location: Baltimore,MD
Distribution: RH8.0 FC1/2.6.1 MacOsX 10.3
Posts: 53

Rep: Reputation: 15
so what exactly is the problem ? Can you ping your access point ? Can you get an IP using DHCP ? Can you ping to the internet ? (eg www.yahoo.com) Can you ping to an outside IP address ?

could you post the output of iwconfig ?
also ifconfig eth0?
also /sbin/route ?

Thanks
 
Old 01-22-2004, 05:46 PM   #5
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
ifup/down is supposed to call "ifconfig up/down". if im not wrong ifup/down will "activate" the interface while the config for the n/w is done by ifconfig using those script files. i think u have to add some extra lines in ur script file for ifup/down to do what u saw in mdk (maybe look at the mdk n/w config script and copy it over to slack?)
 
Old 01-22-2004, 07:00 PM   #6
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Original Poster
Rep: Reputation: 30
first of all the
# ifup
comand not found

in slackware

# ifconfig eth0 up
does work
but doesn't assing any addresses or anythign
 
Old 01-22-2004, 07:03 PM   #7
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Original Poster
Rep: Reputation: 30
i would post the out put but i don't have anyway of doing that other then copying it all down and come downstairs and writing it all again
 
Old 01-22-2004, 07:31 PM   #8
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Original Poster
Rep: Reputation: 30
i tried just assigning and ip address
but i don't know how to put in the gateway

it doesn't say network unreachable when i ping my accesspoint
but it does say host unreachable
 
Old 01-22-2004, 09:27 PM   #9
clar77
Member
 
Registered: May 2002
Location: Baltimore,MD
Distribution: RH8.0 FC1/2.6.1 MacOsX 10.3
Posts: 53

Rep: Reputation: 15
right, so can you ping localhost ? if you run ifconfig eth0 up what happens ? did you assign an address using if config or is you ap configured for dhcp ?

if you run ifconfig eth0 up and then run iwconfig does eth0 show up ? any signal/connection ?

if yes then run /sbin/dhclient... see if you can get a IP address from the AP... if you can't get to the ap you won't ever get out

check 'man route', you'll need to set your ap ip address as the default gateway, its really quite easy, something like 'route #ip of ap# default eth0' I think but you better check the man page.

ifconfig won't assign an address unless you tell it to, again check man if config.

will you use dhcp or manually assign a IP ?
 
Old 01-22-2004, 10:16 PM   #10
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Original Poster
Rep: Reputation: 30
i am trying use dhcp but here the thing that dhclient didn't really help
and it was using 255.255.255.255 not 255.255.255.0

anyways i don't mine if i can get it to work manually

i tried a little bit and did
# ifconfig eth0 192.168.1.55 netmask 255.255.255.0 up
ok so no i can ping my other computers
i can ping my access point and i can get into my router page

but i cant get on the net
 
Old 01-22-2004, 11:08 PM   #11
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Original Poster
Rep: Reputation: 30
anyhelp?
 
Old 01-23-2004, 05:59 AM   #12
clar77
Member
 
Registered: May 2002
Location: Baltimore,MD
Distribution: RH8.0 FC1/2.6.1 MacOsX 10.3
Posts: 53

Rep: Reputation: 15
alrighty then, you got halfway there!!!! Almost done!

if you can ping your access point then you need to:

1) set the default gateway using:
#route ( I c an't remember what exactly to passs this command, check the man page or search the forums)

2) set dns servers in /etc/resolv.conf
if your ap is set to get the dns servers from the isp then set resolv.conf to the IP of the defaul gateway.

Once you do the first one you should be able to ping outside your network to IP addresses, once you do the second you should be able to ping domani names like www.yahoo.com and usea web browser.
 
Old 01-23-2004, 07:22 AM   #13
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Original Poster
Rep: Reputation: 30
whats the man page?
 
Old 01-23-2004, 08:17 AM   #14
clar77
Member
 
Registered: May 2002
Location: Baltimore,MD
Distribution: RH8.0 FC1/2.6.1 MacOsX 10.3
Posts: 53

Rep: Reputation: 15
manual pages.
type:
$man #command name#

for all kinda info re that command. scroll thru with the space bar and enter key just like looking at a file with less.

sometimes the answer is right there on your box

Last edited by clar77; 01-23-2004 at 02:14 PM.
 
Old 01-23-2004, 02:23 PM   #15
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
i believe the option for gateway settings on ifconfig is "ifconfig <iface> gw <addr>"
 
  


Reply



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
wireless card problems biojayc Linux - Software 4 04-11-2005 01:15 PM
Problems starting wireless card Golden Ape Linux - Wireless Networking 1 02-28-2005 01:09 PM
Problems with Wireless Card in Fedora eduardo.haro Linux - Wireless Networking 1 02-02-2005 02:35 PM
wireless network card problems snip128 Linux - Wireless Networking 1 07-20-2004 12:25 PM

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

All times are GMT -5. The time now is 03:07 PM.

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