| Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux. |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-04-2005, 01:47 PM
|
#1
|
|
LQ Newbie
Registered: Sep 2004
Posts: 21
Rep:
|
Problem connecting thru wireless
Dear Friends, First of all the guys who know linux and help other people they deserve an applause, u guys rock!!...
okay...first my System : HP pavilion Zx5000 with MDK 10.1 Official. Wireless Chipset Broadcom 4306.Using NDISWrapper 0.8.
Problem: CANNOT CONNECT to the Internet?? Tried everything i possibly can, i am a newbie by the way. I installed Ndiswrapper then installed the required .inf and .sys driver files. So thats not a problem. Used Mandrake Control Center to configure Wlan0 (STATIC). Can Ping IP, but then thats that. Even on KDE the sign shows that wlan0 is up and running. iwconfig: results in showing what is should show :ssid, freq etc. In resolv.conf i added "search domain.actdsltmp" instead of "search localhost". Added correct DNS servers, eth0 is off, Basically i have reached a point that i cannot do anymore but i do want to take care of this problem rather than use windows, I cannot post my linux actual output as i have to boot in windows to go onto the internet. i just have wireless access thru windows. Please help me i am going nuts...
Thank you
dave
|
|
|
|
07-04-2005, 02:20 PM
|
#2
|
|
Senior Member
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170
Rep:
|
Ok if you're 100% sure it's ok to have "search domain" in /etc/resolv.conf. Cause I have "nameserver (routerip)". Do you have a gateway set. Try:
"route add default gw 192.168.1.1"
If needed change 192.168.1.1 to your access point's IP address.
|
|
|
|
07-04-2005, 02:27 PM
|
#3
|
|
LQ Newbie
Registered: Sep 2004
Posts: 21
Original Poster
Rep:
|
yes i have my gateway set.
thank you for replying..
|
|
|
|
07-04-2005, 06:32 PM
|
#4
|
|
LQ Newbie
Registered: Sep 2003
Distribution: SuSE 9.1, 9.2, 9.3
Posts: 26
Rep:
|
Re: Problem connecting thru wireless
What does ifconfig show for wlan0? I see you are using a STATIC IP, and i suspect you are able to ping your own IP, but not the gateway. Is this true?
Is the network open, or does it use encryption? What does a "route" command show?
Larry
Last edited by lwfinger; 07-04-2005 at 06:38 PM.
|
|
|
|
07-04-2005, 07:37 PM
|
#5
|
|
Member
Registered: Nov 2003
Location: UK
Distribution: SUSE 9.2
Posts: 77
Rep:
|
I'm not familiar with MDK, but are you using any firewall software or IPTables frontends that need to be reconfigured to tell them about WLAN0 rather than ETH0?
I also second lwfingers question on encryption - all it means when the host OS (Windows or Linux) reports a wireless connection is that it is getting a signal that's strong enough and reliable enough from another node. It's not any indicator of the sanity of the connection - if you have the encryption wrong then both side will see the other as talking garbage and give you a dead connection.
BTW - if you have your router scan the local area (do you have another machine to connect to it from?) does it show the presence of the Linux box?
|
|
|
|
07-04-2005, 08:39 PM
|
#6
|
|
LQ Newbie
Registered: Mar 2004
Location: I currently live in St. Paul, MN, but will soon be moving to the Seattle area
Posts: 2
Rep:
|
I had the same problem with Mandrake 10.1 and then with another of those "Personal" or "Live CDs" of the
latest releases. While I'd moved on to another distro, the problem was probably the same. I had a builtin
Network card and a wireless card. The problem was with the boot process built into the distro. The builtin
card would be recognized and started, and most importantly, dhcpcd would start, then an attempt was made
to get me an ip address, which, of course, failed because I didn't attach a wire for a wired connection. What I
learned was that I had to down dhcpcd and then restart it after the wireless card associated. The way to check
the progress is to ifconfig both ethernet addresses (eth0 and eth1) and make sure the built in wired card is
not routed anywhere. Then (if memory serves me correctly) dhcpcd down (never hurts to do this to both eth0 and
eth1 until you figure out your system). ifconfig the wireless card to where it is running then dhcpcd up the wireless
card. Excuse me for being conceptual in this answer, but I believe it is good for a newbie to learn how to read
and understand man pages for the various commands. It was because I got to "hate" wizards in Windows that
I choose to run Linux. And BTW, the "pay for it" distro release fixed this problem. I think that's why the distro
manufacturers allow many of us to get "free" releases. It helps them find "bugs" Good luck.
|
|
|
|
07-05-2005, 04:26 AM
|
#7
|
|
LQ Newbie
Registered: Jun 2005
Posts: 2
Rep:
|
I don't know if this the same problem that you've got but I found similar problems with my wireless setup on a toshiba tecra 8200 laptop (builtin eth0 and eth1(wireless)) running kubuntu (although I didn't need Ndiswrapper).
The wireless appears to be running correctly with dhcp etc., but when I try to access the internet from Firefox or Opera I have no joy. However, I found I could access the internet using konqueror! I haven't had a chance to look into this further yet, but could it be the configuration of the browser you're using that is the problem?
Also Thunderbird didn't work, but KMail did for e-mail.
|
|
|
|
07-06-2005, 06:45 PM
|
#8
|
|
LQ Newbie
Registered: Sep 2004
Posts: 21
Original Poster
Rep:
|
Thank you
Thank you for all your replies guys, i figured it out....the DNS servers numbers were wrong, so got the correct one's and voila....now its working smoothly...
thanks again
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:26 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|