Re: RESOLVED: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-02 Thread Brian
On Tue 01 Nov 2011 at 09:05:36 -0700, kei...@strucktower.com wrote: Below are some references. This post is a continuation of the postings there. http://lists.debian.org/debian-user/2011/10/msg02257.html http://lists.debian.org/debian-user/2011/10/msg02567.html Here's the pertinent stanza from

Re: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread J. Bakshi
On Tue, 1 Nov 2011 00:47:27 + Brian a...@cityscape.co.uk wrote: On Mon 31 Oct 2011 at 12:53:21 -0700, kei...@strucktower.com wrote: If I boot the laptop with the Ethernet cable plugged in (eth0), that connection works fine. A good practice might be to down the unused interface. When

RESOLVED: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread keitho
Thank you Brian for showing me that route -v is my friend :-) That really helped me debug this configuration. Thank you J. Bakshi for your explication of the use of the pre-up and pre-down instructions. Turns out that one of the problems with my configuration was that I had both a scan_ssid=1

Re: RESOLVED: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread J. Bakshi
On Tue, 1 Nov 2011 09:05:36 -0700 kei...@strucktower.com wrote: Nice to hear your success and thanks for sharing the config [] Note: this works without using a wpa_supplicant.conf or guessnet. [.] As there is only one wired configuration you don't need guessnet; but for multiple

Re: RESOLVED: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread keitho
Ooops my bad... After I posted this message I found out that there is another problem with my configuration so now I am sorry I attached those configuration files... Although the interfaces work as expected, I later noticed that my syslog was getting filled with about 15 events logged

Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-10-31 Thread keitho
Thanks to Brian, Raf, CamaleĆ³n, and J Bakshi for helping me out. I have gotten wpa_supplicant and ifplugd mostly working, with wpa_cli and wpa-roam.conf. My configuration seems to work in connecting me wirelessly to several routers in different locations that I use and to free wifi hotspots (I

Re: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-10-31 Thread Brian
On Mon 31 Oct 2011 at 12:53:21 -0700, kei...@strucktower.com wrote: If I boot the laptop with the Ethernet cable plugged in (eth0), that connection works fine. If I then unplug the Ethernet cable I can not connect to the outside world via the wireless (eth1). Yet I can ping machines inside my

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

Re: Wireless Setup Problem - Thanks

2009-02-25 Thread Thomas H. George
On Mon, Feb 23, 2009 at 12:57:14PM -0600, Stackpole, Chris wrote: From: Thomas H. George [mailto:li...@tomgeorge.info] Sent: Monday, February 23, 2009 12:35 PM Subject: Wireless Setup Problem I installed a Debian system including Gnome 2.22.3 on my OLPC (One Laptop per Child) laptop

Wireless Setup Problem

2009-02-23 Thread Thomas H. George
I installed a Debian system including Gnome 2.22.3 on my OLPC (One Laptop per Child) laptop from a usb drive and tried to make a wireless connection to our LAN. After numerous tries (details below) I succeeded yesterday afternoon. Today nothing works. When I put the cursor on the network icon

RE: Wireless Setup Problem

2009-02-23 Thread Stackpole, Chris
From: Thomas H. George [mailto:li...@tomgeorge.info] Sent: Monday, February 23, 2009 12:35 PM Subject: Wireless Setup Problem I installed a Debian system including Gnome 2.22.3 on my OLPC (One Laptop per Child) laptop from a usb drive and tried to make a wireless connection to our LAN

Re: Wireless Setup Problem

2009-02-23 Thread Raquel
On Mon, 23 Feb 2009 12:57:14 -0600 Stackpole, Chris cstackp...@barbnet.com wrote: What could have gone wrong? I am guessing that you are using network-manager. I usually like network-manager, but the one consistent problem I have had with network-manager has been setting manual IP

Re: Wireless Setup Problem

2009-02-23 Thread Celejar
On Mon, 23 Feb 2009 11:51:31 -0800 Raquel raq...@thericehouse.net wrote: ... http://wicd.sourceforge.net/download.php The OP said he's running Debian, so just 'aptitude install wicd' Celejar -- mailmin.sourceforge.net - remote access via secure (OpenPGP) email ssuds.sourceforge.net - A

RE: Wireless Setup Problem

2009-02-23 Thread Stackpole, Chris
From: Celejar [mailto:cele...@gmail.com] Sent: Monday, February 23, 2009 2:37 PM Subject: Re: Wireless Setup Problem On Mon, 23 Feb 2009 11:51:31 -0800 Raquel raq...@thericehouse.net wrote: ... http://wicd.sourceforge.net/download.php The OP said he's running Debian, so just

RE: Wireless Setup Problem

2009-02-23 Thread Robert Holtzman
On Mon, 23 Feb 2009, Stackpole, Chris wrote: http://wicd.sourceforge.net/download.php The OP said he's running Debian, so just 'aptitude install wicd' If he is running Squeeze or Sid, then yes. If he is running Lenny or older, he needs that link or this one.

Re: Wireless Setup Problem

2009-02-23 Thread Celejar
On Mon, 23 Feb 2009 22:51:24 -0700 (MST) Robert Holtzman hol...@cox.net wrote: On Mon, 23 Feb 2009, Stackpole, Chris wrote: http://wicd.sourceforge.net/download.php The OP said he's running Debian, so just 'aptitude install wicd' If he is running Squeeze or Sid, then yes. If he is

[OT] 2 access points wireless setup

2007-12-24 Thread Javier Vasquez
Hello, I wanted to setup 2 access ponts, 1 per floor in my house (for some reason the signla doesn't reach the other floor no matter which one I place the AP). What I've understood is that I then would need to use the same SSID, and perhaps the same channel, and WEP if used for both, or same WAP

Re: [OT] 2 access points wireless setup

2007-12-24 Thread Mihira Fernando
On Mon December 24 2007, Javier Vasquez wrote: Hello, I wanted to setup 2 access ponts, 1 per floor in my house (for some reason the signla doesn't reach the other floor no matter which one I place the AP). A thick floor can do that. What I've understood is that I then would need to use the

Re: [OT] 2 access points wireless setup

2007-12-24 Thread Owen Townend
On Tue, 2007-12-25 at 10:50 +, Mihira Fernando wrote: On Mon December 24 2007, Javier Vasquez wrote: Hello, I wanted to setup 2 access ponts, 1 per floor in my house (for some reason the signla doesn't reach the other floor no matter which one I place the AP). A thick floor can do

Re: [OT] 2 access points wireless setup

2007-12-24 Thread Javier Vasquez
On Dec 25, 2007 12:40 AM, Owen Townend [EMAIL PROTECTED] wrote: On Tue, 2007-12-25 at 10:50 +, Mihira Fernando wrote: On Mon December 24 2007, Javier Vasquez wrote: Hello, I wanted to setup 2 access ponts, 1 per floor in my house (for some reason the signla doesn't reach the

Re: [OT] 2 access points wireless setup

2007-12-24 Thread Owen Townend
On Tue, 2007-12-25 at 00:57 -0600, Javier Vasquez wrote: On Dec 25, 2007 12:40 AM, Owen Townend [EMAIL PROTECTED] wrote: On Tue, 2007-12-25 at 10:50 +, Mihira Fernando wrote: On Mon December 24 2007, Javier Vasquez wrote: Hello, I wanted to setup 2 access ponts, 1 per

Re: debian wireless setup

2005-08-26 Thread Billy Morgan
On Friday 26 August 2005 06:23, Ludovic Brenta wrote: Ludovic Brenta [EMAIL PROTECTED] writes: (typo in the To: address, resending) Randy Foiles [EMAIL PROTECTED] writes: OK. I am fully confused and ticked off :) I am unable to configure ndiswrapper past ndiswrapper -i bcmwl5.inf

Re: debian wireless setup

2005-08-25 Thread Ludovic Brenta
Ludovic Brenta [EMAIL PROTECTED] writes: (typo in the To: address, resending) Randy Foiles [EMAIL PROTECTED] writes: OK. I am fully confused and ticked off :) I am unable to configure ndiswrapper past ndiswrapper -i bcmwl5.inf ndiswrapper -L bcmwl5 installed hardward present/driver present

ndiswrapper wireless setup

2005-06-12 Thread Fernando
Hi all, Can anyone help me with that: debian:/usr/src# iwconfig --version iwconfig Wireless-Tools version 27 Compatible with Wireless Extension v11 to v17. Kernel Currently compiled with Wireless Extension v16. wlan0 Recommend Wireless Extension v18 or later, Currently compiled with Wireless

Re: wireless setup

2004-01-06 Thread Jan Minar
On Tue, Jan 06, 2004 at 02:29:31AM +0100, Benedict Verheyen wrote: And just as a matter of fact, D-Link is a crap. What products do you suggest then? I checked netgear and they seem to have properly supported hardware for linux. I check change the D-Link Not every ``linux support'' is a real

wireless setup

2004-01-05 Thread Benedict Verheyen
Hello, i'm finally going to replace the cables of my LAN with a wireless solution. Now, the cable modem is connected to the gateway server's eth0, eth1 is connected to a hub where the client pc's are connected too. I want the exact same setup but wireless. Would this work (all material dlink):

Re: wireless setup

2004-01-05 Thread Jan Minar
On Mon, Jan 05, 2004 at 12:12:46PM +0100, Benedict Verheyen wrote: Any comments on this setup? Just one general one: network with wires where you can, employ wireless only when you must. If your business depends on the networking, go for the licensed bands (i.e. not 2.4 / 5 GHz). Use wireless

Re: wireless setup

2004-01-05 Thread Benedict Verheyen
- Original Message - From: Jan Minar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 05, 2004 1:19 PM Subject: Re: wireless setup On Mon, Jan 05, 2004 at 12:12:46PM +0100, Benedict Verheyen wrote: Any comments on this setup? Just one general one: network with wires where

Re: Wireless setup questions

2003-07-07 Thread David Z Maze
Jeff Elkins [EMAIL PROTECTED] writes: 1. I'm now getting a choose networking interface option at bootup. How can I disable this? You must have installed a package that provides this; you might look through the list of installed packages in something like aptitude. Looking through the links in

Re: Wireless setup questions

2003-07-07 Thread Jeff Elkins
On Monday 07 July 2003 11:02 am, David Z Maze wrote: Jeff Elkins [EMAIL PROTECTED] writes: 1. I'm now getting a choose networking interface option at bootup. How can I disable this? You must have installed a package that provides this; you might look through the list of installed packages in

Re: Wireless setup questions

2003-07-07 Thread Kevin McKinley
On Mon, 7 Jul 2003 12:39:34 -0400 Jeff Elkins [EMAIL PROTECTED] wrote: 'Choose current network environment' screen at boot. Grepping through /etc didn't reveal any startup scripts with a similar message. I seem to recall that being mentioned during sid's install, but I can't quite remember the

Re: Wireless setup questions

2003-07-07 Thread Jeff Elkins
On Monday 07 July 2003 12:58 pm, Kevin McKinley wrote: On Mon, 7 Jul 2003 12:39:34 -0400 Jeff Elkins [EMAIL PROTECTED] wrote: 'Choose current network environment' screen at boot. Grepping through /etc didn't reveal any startup scripts with a similar message. I seem to recall that being

Wireless setup questions

2003-07-06 Thread Jeff Elkins
I just installed a Orinoco 802.11b card in a Toshiba laptop running sid and it's working well, but I have some issues: 1. I'm now getting a choose networking interface option at bootup. How can I disable this? 2. eth0 is non-existant when dhcp attempts to connect for an IP, hence it fails, as