LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-11-2004, 04:05 PM   #16
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30

Also, from 'dhclient eth'1 I get"
Quote:
dhclient eth1
Internet Software Consortium DHCP Client V3.0.1rc13
Copyright 1995-2002 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth1/00:09:5b:94:15:ab
Sending on LPF/eth1/00:09:5b:94:15:ab
Sending on Socket/fallback
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.4 -- renewal in 124438 seconds.
 
Old 09-11-2004, 04:16 PM   #17
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
Hmmm mine never seems to grab the IP like yours. It just tries a few times then quits. What does your /sbin/dhclient-script for wireless look like? Mine says I don't have one.
 
Old 09-11-2004, 04:34 PM   #18
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
Mine used to say that as well, but after I installed the kwifimanager, it didnt anymore. Make sure you do the 'dhclient wlan0' at the '/' level. Have you been doing that?
 
Old 09-11-2004, 07:10 PM   #19
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
Sounds about write that a third party app would generate the wifi config, only problem is I use GNOME / Would you be able to post the config? Or do you know of something like kwifimanager for GNOME? Problem here is I don't even have QT installed, much less KDE-libs.
 
Old 09-11-2004, 08:16 PM   #20
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
Yikes, that might be a problem. What kind of card are you using? I dont use the ndiswrapper, so I dont know much about it, other than as finegan said, it can be somewhat buggy and weird.

I looked for the /sbin config, and its the same as it was the first time I looked at it when it said I didnt have one, so I have no clue on that one

As far as a wireless manager for Gnome, I dont know, because I dont use it.
 
Old 09-11-2004, 08:33 PM   #21
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
I'm using a Broadcom integrated chipset. It's worked before, on Gentoo. Seems the only thing getting in my way here is the way Fedora handles wireless/networking devices. One major kink here is that when I do iwlist scan, two devices come up, and the one has an address of 00:00:00:00:00. How does iwlist scan work? I only have one wireless router in the room, and it's the only one nearby, so it shouldn't be a confliction with another one. Bug in ndiswrapper perhaps?
 
Old 09-11-2004, 08:44 PM   #22
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
Perhaps. You could try www.prism54.org and see if they have a driver for your chipset.

AFAIK, iwlist listens for access points using your wireless card. If its picking up two, does that mean someone close to you might have one? Either that, or you could have another wireless device that is in As-Hoc mode. Just a thought.
 
Old 09-11-2004, 09:19 PM   #23
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
Well considering my dorm is primarily all dumb football players I think it's safe to assume none of them have a wireless router, and this second AP always has identical attributes (if I disable encryption they both have disabled encryption, etc.) with the exception of this messed up AP address.

I actually did manage to get the Prism drivers installed on Gentoo and that built some configs that allowed ndiswrapper to work better, but no luck as of yet getting those drivers to work on Fedora.
 
Old 09-11-2004, 09:27 PM   #24
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
What kind of router/AP do you have? That is extremely weird Have you thought about updating your firmware?
 
Old 09-13-2004, 04:21 AM   #25
basd
Member
 
Registered: Apr 2002
Location: Riverside CA USA
Distribution: SuSE 11
Posts: 83

Rep: Reputation: 15
I don't have the precise configuration or situation that you have, but I have gone through this wireless setup in a couple of different configurations. My ethernet card is eth0 and my lan is wlan0, so here is what I have to go through to get everything working after booting. (And this assumes the drivers are properly installed and the network device is setup to use dhcp.)

ifdown eth0
ifdown wlan0
ifup wlan0

As far as I can tell, if the eth0 card is active it interferes in some way with the wireless card dhcp. So, I shut it off. I shut off wlan0 so that it will pick up new IP/DNS server, etc. when I restart it with ifup.
 
Old 09-13-2004, 08:29 AM   #26
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
Quote:
What kind of router/AP do you have? That is extremely weird Have you thought about updating your firmware?
Netgear wireless router, don't remember the model number offhand, itsa weird one. New router though, can't see why the firmware would need upgrading.

Quote:
As far as I can tell, if the eth0 card is active it interferes in some way with the wireless card dhcp. So, I shut it off. I shut off wlan0 so that it will pick up new IP/DNS server, etc. when I restart it with ifup.
I'll give this a whirl again later today when I have a chance, but iirc I always had eth0 down when I tried. I'll fill ya in later today
 
Old 09-13-2004, 09:17 AM   #27
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
Quote:
Originally posted by Twiggy794
Netgear wireless router, don't remember the model number offhand, itsa weird one. New router though, can't see why the firmware would need upgrading.

I have 2 Netgear routers (home and school, Home is 54g, school is 11b) and both needed firmware upgrades right out of the box to work properly just FYI. I had nothing but constant trouble keeping a connection with my Centrino notebook (on Windoze) with the 54g, until I updated the firmware. From then on, its worked perfectly.
 
Old 09-13-2004, 09:26 AM   #28
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
Interesting, when I had the connection working in Gentoo it would drop randomly. How can I update the firmware? Never done that before.
 
Old 09-13-2004, 09:41 AM   #29
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
You need to find out which router you have first of all. Then head to the netgear site and look for a router firmware upgrade, if there is one. They should have it listed for your router. Once you've downloaded that, log into your router, however you choose to do so, and then upload the image that you just downloaded. Once its uploaded, the router reboots itself, and you should be ready to go.
 
Old 09-13-2004, 12:07 PM   #30
Twiggy794
Member
 
Registered: Sep 2003
Location: Philadelphia
Distribution: Gentoo Linux
Posts: 159

Original Poster
Rep: Reputation: 30
Got the firmware upgraded, it actually fixed the two AP problem for a brief moment, but on reboot it happened again / so I can set it up, it gets an IP now but it won't set the ESSID and that seems to be the problem here. My guess is (again) it's confused about the two APs. Any ideas?

Thanks for the the help btw, you guys have been a huuuuge help!
 
  


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 NIC Woes inversecow Linux - Hardware 1 11-21-2005 05:08 PM
wireless AP woes the_cranky_don Linux - Wireless Networking 1 05-16-2005 11:57 AM
Wireless woes... buzznick Mandriva 13 04-10-2005 12:31 AM
wireless woes lockejr Slackware 0 09-25-2003 06:53 PM
Wireless woes mrsolo Linux - Hardware 10 09-23-2003 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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