Re: networking question : wpa_supplicant, ifplugd and interfaces -- solved

2006-05-17 Thread B Thomas
Hi, Thanks to all your replies. Here is what the problem turned out to be and how I solved. The problem was that the kernel hotplug dispatcher loads ipw3945 too early and without invoking modprobe. To fix it a file - /etc/hotplug/blacklist.d/ipw3945 needs to be created with the sole content bei

Re: [Fwd: Re: networking question : wpa_supplicant, ifplugd and interfaces]

2006-05-17 Thread Stefan Srdic
B Thomas wrote: >If you are refering to the debian package hotplug. I do not have that >installed (should I ?). > > > Actually, I confused hotplug with discover ;) If you want you can configure discover to skip the loading of the ipw3945 module by adding skip ipw3945 to /etc/discover.conf Then

[Fwd: Re: networking question : wpa_supplicant, ifplugd and interfaces]

2006-05-16 Thread Stefan Srdic
--- Begin Message --- Hi, Though the kernel driver for Intel wireless 3945 is open source, but it needs a binary daemon distributed seperately. The daemon enforces legal regulatory limits . See http://kerneltrap.org/node/6270 for some serious concerns regarding this. (I mean the idea that open so

[Fwd: Re: networking question : wpa_supplicant, ifplugd and interfaces]

2006-05-16 Thread Stefan Srdic
--- Begin Message --- Hi, Though the kernel driver for Intel wireless 3945 is open source, but it needs a binary daemon distributed seperately. The daemon enforces legal regulatory limits . See http://kerneltrap.org/node/6270 for some serious concerns regarding this. (I mean the idea that open so

Re: networking question : wpa_supplicant, ifplugd and interfaces

2006-05-16 Thread B Thomas
Hi, The wait options -w is in /etc/init.d/wparoamd. This file is almost the same as the example file supplied with wpasupplicant, with the exception of local configuration mentioned in a previous mail. regards b thomas On Tue, May 16, 2006 at 05:08:34PM +0200, Alexandre Rossi wrote: > Did you tr

Re: networking question : wpa_supplicant, ifplugd and interfaces

2006-05-16 Thread Stefan Srdic
B Thomas wrote: >Hi, >Thanks once again for all your help. > >I did remove the auto line from /etc/networking/interfaces >It did speed up the boot process, by cutting the time spent >on dhcp discover. > >However very early in the boot process kernel module ipw3945 >does still get loaded but the b

Re: networking question : wpa_supplicant, ifplugd and interfaces

2006-05-16 Thread Alexandre Rossi
modprobe -r ipw3945 # which causes the module and daemon to be restarted ! /etc/init.d/wparoamd stop /etc/init.d/wparoamd start Did you try the -w option of wpasuplicant? -w wait for interface to be added, if needed. normally, wpa_sup‐ plicant will exit if the interface

Re: networking question : wpa_supplicant, ifplugd and interfaces

2006-05-16 Thread B Thomas
Hi, Thanks once again for all your help. I did remove the auto line from /etc/networking/interfaces It did speed up the boot process, by cutting the time spent on dhcp discover. However very early in the boot process kernel module ipw3945 does still get loaded but the binary daemon does not get

Re: networking question : wpa_supplicant, ifplugd and interfaces

2006-05-15 Thread Stefan Srdic
B Thomas wrote: >Hi, > >I am trying to configure /etc/networking/interfaces, ifplugd and >wpa_supplicant so that my laptop automatically configures networking >whenever an interface becomes available. The state of things so far is >as follows : > > > > >/etc/networking/interfaces: >

networking question : wpa_supplicant, ifplugd and interfaces

2006-05-15 Thread B Thomas
Hi, I am trying to configure /etc/networking/interfaces, ifplugd and wpa_supplicant so that my laptop automatically configures networking whenever an interface becomes available. The state of things so far is as follows : If I connect to ethernet ifplugd configures my network correctly. However t