Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-30 Thread Brian
On Sat 29 Oct 2011 at 11:37:37 +0100, Raf Czlonka wrote: Main advantage - you're not keeping your passphrase in clear text on your filesystem. PSK is precomputed from a passphrase for a specific SSID and passphrase cannot be quantified from it. What difference does that make? A file which is

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-29 Thread Brian
On Fri 28 Oct 2011 at 14:54:38 -0700, kei...@strucktower.com wrote: I installed ifplugd. Still, the wireless does not work if I unplug the Ethernet, but now if I do a ifdown eth1 | ifup eth1 the wireless will now connect (most of the time). Following is a session where the process worked,

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-29 Thread Raf Czlonka
On Fri, Oct 28, 2011 at 06:22:00PM BST, Brian wrote: You don't, for simple setup that is indeed enough. If you have several wireless networks you can keep your interfaces file tidy and organised, not to mention that roaming mode won't work without wpa_supplicant.conf file. Yes, I'd

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread J. Bakshi
On Fri, 28 Oct 2011 00:43:08 +0100 Raf Czlonka r...@linuxstuff.pl wrote: [] There's no need to run wpa_supplicant by hand - it integrates nicely with ifupdown. You can simply put: iface eth0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf into your

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread Brian
On Thu 27 Oct 2011 at 17:42:18 -0700, kei...@strucktower.com wrote: BUT... I had actually tried the wext driver as well...and it had failed with this output: root@eve:~# wpa_supplicant -Dwext -c/etc/wpa_supplicant.conf -ieth0 -d Initializing interface 'eth0' conf '/etc/wpa_supplicant.conf'

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread Raf Czlonka
On Fri, Oct 28, 2011 at 09:46:25AM BST, Brian wrote: As Raf Czlonka has already said, using /etc/network/interfaces and its integration with wpa_supplicant is the way to go. You do not even need a wpa_supplicant.conf file. You don't, for simple setup that is indeed enough. If you have several

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread J. Bakshi
On Fri, 28 Oct 2011 12:36:26 +0100 Raf Czlonka r...@linuxstuff.pl wrote: On Fri, Oct 28, 2011 at 09:46:25AM BST, Brian wrote: As Raf Czlonka has already said, using /etc/network/interfaces and its integration with wpa_supplicant is the way to go. You do not even need a wpa_supplicant.conf

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread Raf Czlonka
On Fri, Oct 28, 2011 at 07:04:10AM BST, J. Bakshi wrote: How can I remove the wpa related entry from rc.local and add directly at /etc/interfaces ? Please read /usr/share/doc/wpasupplicant/README.Debian.gz - you can find all the answers there. A couple of hints: wpa-driver nl80211 wpa-conf

RE: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread keitho
Thank you Brian and Raf- I learned several things from both of you, and I really appreciate it :-) It took me several hours with your help- without your help I would still be struggling with it. Turns out, Brian was right to warn me about making sure I was using the correct interface- I was not.

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread Brian
On Fri 28 Oct 2011 at 12:36:26 +0100, Raf Czlonka wrote: On Fri, Oct 28, 2011 at 09:46:25AM BST, Brian wrote: As Raf Czlonka has already said, using /etc/network/interfaces and its integration with wpa_supplicant is the way to go. You do not even need a wpa_supplicant.conf file. You

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread Brian
On Fri 28 Oct 2011 at 10:01:41 -0700, kei...@strucktower.com wrote: [Snip] If I boot the machine with the Ethernet connected, the system uses that connection via eth0. If I unplug the Ethernet I then can't get the wireless to work unless I reboot. I have tried: /etc/init.d/networking

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread Brian
On Fri 28 Oct 2011 at 18:38:05 +0100, Brian wrote: The other commands not working is puzzling. Much too hasty a statement. When the ethernet cable is unplugged the eth0 interface remains configured. '/sbin/route -n' and

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread keitho
Thanks Brian- I installed ifplugd. Still, the wireless does not work if I unplug the Ethernet, but now if I do a ifdown eth1 | ifup eth1 the wireless will now connect (most of the time). Following is a session where the process worked, followed by my interfaces and ifplugd files. Note a couple

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread J. Bakshi
On Fri, 28 Oct 2011 14:54:38 -0700 kei...@strucktower.com wrote: Thanks Brian- I installed ifplugd. Still, the wireless does not work if I unplug the Ethernet, assuming you have ifplugd + guessnet edit * /etc/default/ifplugd * INTERFACES=eth0 wlan0 HOTPLUG_INTERFACES= #ARGS=-q -f -u0

laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-27 Thread keitho
Hi All- I am trying to learn how to setup wireless on one of my old Dell C610 laptops with an Intel IPW2200 wireless card using command line only. I have a fresh install of 7.0 Wheezy (3.0), all updated, and the ipw firmware loaded. According to the Debian Reference Manual I need to configure

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-27 Thread Brian
On Thu 27 Oct 2011 at 14:45:38 -0700, kei...@strucktower.com wrote: I am trying to learn how to setup wireless on one of my old Dell C610 laptops with an Intel IPW2200 wireless card using command line only. I have a fresh install of 7.0 Wheezy (3.0), all updated, and the ipw firmware loaded.

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-27 Thread Raf Czlonka
On Thu, Oct 27, 2011 at 10:45:38PM BST, kei...@strucktower.com wrote: [...] configure wpa_supplicant as a next step. When I try to invoke it I get a message saying the ipw driver isn't supported, although the man page for wpa_supplicant states that ipw _is_ supported...(for now I am running

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-27 Thread keitho
Thanks Brian- Well, that's confusing... for the man page to say one thing and the README.Debian file to say another... OK, so I missed the section that says: * A summary of supported drivers follows: Driver Description == === nl80211Linux 802.11 netlink