* [gentoo-user] Wiress Question...
@ 2008-11-24 14:42 BRM
2008-11-24 14:54 ` Joshua Murphy
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: BRM @ 2008-11-24 14:42 UTC (permalink / raw
To: Users Gentoo
I have a Dell D600 Laptop that I've got Gentoo installed on. It pretty much uses Gentoo full-time now. (Yeah!)
I very frequently use the Wireless with it, which works great for the most part. However, it seems that the connection drops every once in a while, and the system doesn't detect it.
A quick restart of the wlan0 interface (/etc/init.d/net.wlan0 restart) resolves the issue.
I was wondering what the normal procedure is for this.
I have WPA Supplicant installed, but it doesn't seem to be managing my wireless at all. (Would be great to get it to do so.)
I'd really like to get this working properly. It's the probably the last thing to making the system 100% usable 100% of the time, and the only annoyance right now.
Ben
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Wiress Question...
2008-11-24 14:42 [gentoo-user] Wiress Question BRM
@ 2008-11-24 14:54 ` Joshua Murphy
2008-11-25 10:02 ` Florian Philipp
2008-11-26 17:01 ` Neil Bothwick
2 siblings, 0 replies; 7+ messages in thread
From: Joshua Murphy @ 2008-11-24 14:54 UTC (permalink / raw
To: gentoo-user
On Mon, Nov 24, 2008 at 9:42 AM, BRM <bm_witness@yahoo.com> wrote:
> I have a Dell D600 Laptop that I've got Gentoo installed on. It pretty much uses Gentoo full-time now. (Yeah!)
> I very frequently use the Wireless with it, which works great for the most part. However, it seems that the connection drops every once in a while, and the system doesn't detect it.
> A quick restart of the wlan0 interface (/etc/init.d/net.wlan0 restart) resolves the issue.
>
> I was wondering what the normal procedure is for this.
>
> I have WPA Supplicant installed, but it doesn't seem to be managing my wireless at all. (Would be great to get it to do so.)
>
> I'd really like to get this working properly. It's the probably the last thing to making the system 100% usable 100% of the time, and the only annoyance right now.
>
> Ben
Write a quick script to run from cron every 2 or 5 minutes that tests
the connection and restarts if needed? Also straight from the
handbook...
# Prefer wpa_supplicant over wireless-tools
modules=( "wpa_supplicant" )
And if that doesn't do the trick, there's always a means of forcing
modules, but I don't have it handy, should be in net.example
somewhere.
--
Poison [BLX]
Joshua M. Murphy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Wiress Question...
2008-11-24 14:42 [gentoo-user] Wiress Question BRM
2008-11-24 14:54 ` Joshua Murphy
@ 2008-11-25 10:02 ` Florian Philipp
2008-11-26 17:01 ` Neil Bothwick
2 siblings, 0 replies; 7+ messages in thread
From: Florian Philipp @ 2008-11-25 10:02 UTC (permalink / raw
To: gentoo-user
BRM schrieb:
> I have a Dell D600 Laptop that I've got Gentoo installed on. It pretty much uses Gentoo full-time now. (Yeah!)
> I very frequently use the Wireless with it, which works great for the most part. However, it seems that the connection drops every once in a while, and the system doesn't detect it.
> A quick restart of the wlan0 interface (/etc/init.d/net.wlan0 restart) resolves the issue.
>
> I was wondering what the normal procedure is for this.
>
> I have WPA Supplicant installed, but it doesn't seem to be managing my wireless at all. (Would be great to get it to do so.)
>
> I'd really like to get this working properly. It's the probably the last thing to making the system 100% usable 100% of the time, and the only annoyance right now.
>
> Ben
>
>
Could you please provide more info? What kind of WLAN-hardware do you
use, maybe Intel PRO/Wireless 3945ABG or Wireless WiFi Link 4965AGN?
What is your current kernel version?
Do you use WPA or WEP encryption on your WLAN?
Is it ad-hoc or infrastructure mode?
How have you configured your network? Can you please provide your
/etc/conf.d/net file (please gzip/zip/bzip2 the file before attaching it)?
If you ever touched it, please also provide
/etc/wpa_supplicant/wpa_supplicant.conf.
If this is all too much fuss for you, you could try using
net-misc/networkmanager.
When you notice that your WLAN just lost its connection, take a look at
the last few lines of the output of dmesg. If you can't make sense out
of it, please send it to the list.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Wiress Question...
2008-11-24 14:42 [gentoo-user] Wiress Question BRM
2008-11-24 14:54 ` Joshua Murphy
2008-11-25 10:02 ` Florian Philipp
@ 2008-11-26 17:01 ` Neil Bothwick
2008-11-26 17:51 ` BRM
2 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2008-11-26 17:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 605 bytes --]
On Mon, 24 Nov 2008 06:42:36 -0800 (PST), BRM wrote:
> I very frequently use the Wireless with it, which works great for the
> most part. However, it seems that the connection drops every once in a
> while, and the system doesn't detect it. A quick restart of the wlan0
> interface (/etc/init.d/net.wlan0 restart) resolves the issue.
I've been using wicd to manage my wireless for the last couple of months.
As well as handling the nuts and bolts of connecting to
encrypted networks, it will also reconnect automatically.
--
Neil Bothwick
A Smith & Weason beats Four Aces everytime.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Wiress Question...
2008-11-26 17:01 ` Neil Bothwick
@ 2008-11-26 17:51 ` BRM
2008-11-26 22:47 ` Iain Buchanan
0 siblings, 1 reply; 7+ messages in thread
From: BRM @ 2008-11-26 17:51 UTC (permalink / raw
To: gentoo-user
I'll have to look into that one.
I started playing around with WPA Supplicant; and got it working with my wireless NIC; however, it doesn't like my AP configuration.
So I was thinking of changing the configuration to make it work better; but this might give me what I need.
Thanks!
Ben
----- Original Message ----
From: Neil Bothwick <neil@digimed.co.uk>
To: gentoo-user@lists.gentoo.org
Sent: Wednesday, November 26, 2008 12:01:32 PM
Subject: Re: [gentoo-user] Wiress Question...
On Mon, 24 Nov 2008 06:42:36 -0800 (PST), BRM wrote:
> I very frequently use the Wireless with it, which works great for the
> most part. However, it seems that the connection drops every once in a
> while, and the system doesn't detect it. A quick restart of the wlan0
> interface (/etc/init.d/net.wlan0 restart) resolves the issue.
I've been using wicd to manage my wireless for the last couple of months.
As well as handling the nuts and bolts of connecting to
encrypted networks, it will also reconnect automatically.
--
Neil Bothwick
A Smith & Weason beats Four Aces everytime.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Wiress Question...
2008-11-26 17:51 ` BRM
@ 2008-11-26 22:47 ` Iain Buchanan
2008-11-29 4:37 ` BRM
0 siblings, 1 reply; 7+ messages in thread
From: Iain Buchanan @ 2008-11-26 22:47 UTC (permalink / raw
To: gentoo-user
BRM wrote:
> I'll have to look into that one.
>
> I started playing around with WPA Supplicant; and got it working
> withmy wireless NIC; however, it doesn't like my AP configuration.
> So I was thinking of changing the configuration to make it work
> better; but this might give me what I need.
wpa_supplicant is _very_ configurable, so I would guess that it can
handle your AP configuration, but you just haven't configured it enough!
Not that this is slack on your part - it took me a while to figure out
all the options I needed for some of my AP's too...
--
Iain Buchanan <iaindb at netspace dot net dot au>
"Pay no attention to the man behind the curtain."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Wiress Question...
2008-11-26 22:47 ` Iain Buchanan
@ 2008-11-29 4:37 ` BRM
0 siblings, 0 replies; 7+ messages in thread
From: BRM @ 2008-11-29 4:37 UTC (permalink / raw
To: gentoo-user
True it is. I have a simple 128-bit WEP setup presently - I use to have a system that couldn't handle WPA so I didn't set it up for WPA; I think I could now, but I don't have the time quite at the moment. Any how...wpa_supplicant didn't like the key (see below); thus my original e-mail.
network={
ssid="my-network-here"
key_mgmt=NONE
wep_key0=hexkeyhere
priority=1
auth_alg=SHARED
}
I did try wicd, which seemed to be working for the most part, but still having a little trouble...I restarted the router and it still didn't want to connect...so still working on it. wicd is nice though.
TIA,
Ben
----- Original Message ----
From: Iain Buchanan <iaindb@netspace.net.au>
To: gentoo-user@lists.gentoo.org
Sent: Wednesday, November 26, 2008 10:47:53 PM
Subject: Re: [gentoo-user] Wiress Question...
BRM wrote:
> I'll have to look into that one.
>
> I started playing around with WPA Supplicant; and got it working
> withmy wireless NIC; however, it doesn't like my AP configuration.
> So I was thinking of changing the configuration to make it work
> better; but this might give me what I need.
wpa_supplicant is _very_ configurable, so I would guess that it can handle your AP configuration, but you just haven't configured it enough! Not that this is slack on your part - it took me a while to figure out all the options I needed for some of my AP's too...
-- Iain Buchanan <iaindb at netspace dot net dot au>
"Pay no attention to the man behind the curtain."
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-11-29 4:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 14:42 [gentoo-user] Wiress Question BRM
2008-11-24 14:54 ` Joshua Murphy
2008-11-25 10:02 ` Florian Philipp
2008-11-26 17:01 ` Neil Bothwick
2008-11-26 17:51 ` BRM
2008-11-26 22:47 ` Iain Buchanan
2008-11-29 4:37 ` BRM
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox