-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jérémy Bobbio wrote:
> On Sat, Mar 28, 2009 at 03:34:59PM +0900, Glenn Saberton wrote:
>> Here's the patchset again against current netcfg. I haven't actually added
>> anything to the patchset since the last time I submitted
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Frans Pop wrote:
> On Tuesday 14 April 2009, Jérémy Bobbio wrote:
>> * NetworkManager is used on most distros (and Debian as well) for
>>desktop installations. NetworkManager always use wpasupplicant for
>>interaction with wireless networks so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dinyar Rabady wrote:
> I can reproduce this error with the daily image from Monday, April 13.
> I used the amd64 images netinstall per usb-stick method on a Lenovo
> x61s and the configuration of the network failed both with DHCP aswell
> as manually.
Reinhard Tartler wrote:
> Glenn Saberton writes:
>
>> Reinhard Tartler wrote:
>>> Glenn Saberton writes:
>>>
>>>> +static int start_wpa_daemon(struct debconfclient *client)
>>>> +{
>>>> +wpa_supplicant_pid = fork();
>>&
Reinhard Tartler wrote:
> Glenn Saberton writes:
>
>> +static int start_wpa_daemon(struct debconfclient *client)
>> +{
>> +wpa_supplicant_pid = fork();
>> +
>> +if (wpa_supplicant_pid == 0) {
>> +fclose(client->out);
>> +
Change reconfigure-wifi function so its more readable and easier to
add new cases.
---
packages/netcfg/dhcp.c | 61 ++--
1 files changed, 33 insertions(+), 28 deletions(-)
diff --git a/packages/netcfg/dhcp.c b/packages/netcfg/dhcp.c
index 37a5890..a98
t;low",
"netcfg/wireless_essid");
+debconf_input(client, priority ? priority : "high",
"netcfg/wireless_essid");
if (debconf_go(client) == 30)
return GO_BACK;
diff --git a/packages/netcfg/wpa.c b/packages/netcfg/wpa.c
new file mode 10064
Here's the patchset again against current netcfg. I haven't actually added
anything to the patchset since the last time I submitted it for consideration.
I intend on also using wpasupplicant for setting the wep key which in my eyes
simplifies things by removing the current wep function. We can also
---
packages/netcfg/dhcp.c |4 ++--
packages/netcfg/netcfg.c | 16 +---
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/packages/netcfg/dhcp.c b/packages/netcfg/dhcp.c
index d58119c..37a5890 100644
--- a/packages/netcfg/dhcp.c
+++ b/packages/netcfg/dhcp.c
@@ -47
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian Perrier wrote:
> Now that the lenny release is over, I think it's time for all of us to
> gather and discuss what the D-I team currently is and what should be
> done for the lenny->squeeze release cycle (not technically speaking
> but first m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Otavio Salvador wrote:
> Glenn Saberton writes:
>
>> Hello again,
>> Now that lenny has released, I am wondering what the d-i teams
>> intentions are regarding netcfg? I posted the WPA patches last year and
>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello again,
Now that lenny has released, I am wondering what the d-i teams
intentions are regarding netcfg? I posted the WPA patches last year and
due to lenny being so close to release, they were understandably
refused. There was also some ta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian Perrier wrote:
> reassign 502955 netcfg
> forcemerge 284799 502955
> thanks
>
> Quoting Mate Soos ([EMAIL PROTECTED]):
>> Package: debian-installer
>> Severity: normal
>>
>> There are multiple wireless spots around my house. Debian defaults
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Otavio Salvador wrote:
> Glenn Saberton <[EMAIL PROTECTED]> writes:
>
>> Jérémy Bobbio wrote:
>>> On Wed, Aug 13, 2008 at 05:53:03PM +0800, Glenn Saberton wrote:
>>>> After looking at finnish-install, the speaku
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Otavio Salvador wrote:
> Glenn Saberton <[EMAIL PROTECTED]> writes:
>
>> Hello,
>> Recently trying to build against 2.6.26, I found that kernel-wedge
>> fails due to the rtc-cmos module being missing for i386.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
Recently trying to build against 2.6.26, I found that kernel-wedge
fails due to the rtc-cmos module being missing for i386. A search of the
486 modules returns the following rtc modules
pilsner:~# find /lib/modules/2.6.26-1-486/ -name r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jérémy Bobbio wrote:
> On Wed, Aug 13, 2008 at 05:53:03PM +0800, Glenn Saberton wrote:
>> After looking at finnish-install, the speakup script looked like a nice
>> way to do it. Heres a preliminary patch. tested and installed the
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Glenn Saberton wrote:
> Otavio Salvador wrote:
>> Otavio Salvador <[EMAIL PROTECTED]> writes:
>
>>> I guess that we'll need to work on that at base-installer. I'll take a
>>> look and propose a p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Otavio Salvador wrote:
> Otavio Salvador <[EMAIL PROTECTED]> writes:
>
>> I guess that we'll need to work on that at base-installer. I'll take a
>> look and propose a patch for that ... I hope to be able to do that
>> today but I can't promise.
>
> W
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Otavio,
Thanks for working on this! Due to lack of time on my part, I have
only just now been able to get around to testing it. :( The module
detection works fine and queues modules for installation, but it
queues the 486 modules, which also pul
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
As all mac80211 drivers will have this problem, I have made a few more
changes in netcfg. When iw_get_basic_config is called, the current freq
is stored. Non mac80211 drivers appear to ignore this after a trigger to
associate, but mac80211 drivers appe
fg/wireless.c
+++ b/packages/netcfg/wireless.c
@@ -53,7 +53,7 @@ int netcfg_wireless_set_essid (struct debconfclient * client,
char *iface, char*
wconf.has_mode = 1;
wconf.mode = mode;
-debconf_input(client, priority ? priority : "low",
"netcfg/wireless_essid&quo
:00 2001
From: Glenn Saberton <[EMAIL PROTECTED]>
Date: Sat, 12 Jul 2008 19:59:39 +0800
Subject: [PATCH] Fix ap selection when user sets it
The previous behaviour of netcfg is to check if either its associated or the user hasn't set an essid. This patch sets the essid if the user goes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Some questions.
> What's the reason the module isn't pushed into the upstream kernel?
Upstream is working on including it. From what I can see, the kernel
team want it integrated with atl1 which appears to be a stumbling block.
The last mail I can f
Package: kernel-wedge
Version: 2.45
Severity: wishlist
This chipset is in all eeepc variants and apparently other low price asus
motherboards. As the module is in linux-modules-extra and free, it would be
great
to add it.
-- System Information:
Debian Release: lenny/sid
APT prefers unstabl
wireless_essid");
+debconf_input(client, priority ? priority : "high",
"netcfg/wireless_essid");
if (debconf_go(client) == 30)
return GO_BACK;
diff --git a/packages/netcfg/wpa.c b/packages/netcfg/wpa.c
new file mode 100644
index 000..96e4edf
--- /
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Frans Pop wrote:
> On Sunday 29 June 2008, Glenn Saberton wrote:
>> I was wondering what the general consensus would be in regard to
>> splitting the netcfg package up a little further than what it is at the
>> moment.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I was wondering what the general consensus would be in regard to
splitting the netcfg package up a little further than what it is at the
moment. After my last set of patches it was mentioned and I think it
actually sounds like a fairly g
in wireless.c which at the moment isn't strictly
needed. Personally I would prefer to try and get the WPA functionality
working nicely, and then I am certainly looking at digging into some of
the other wireless functions.
> On Fri, Jun 20, 2008 at 04:04:56PM +0800, Glenn Saberton wrote
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian Perrier wrote:
> Quoting Glenn Saberton ([EMAIL PROTECTED]):
>
>> diff --git a/packages/netcfg/debian/netcfg-common.templates
>> b/packages/netcfg/debian/netcfg-common.templates
>> index 973411e..dfe5522 100644
lient->value;
+
+while (strlen(passphrase) < WPA_MIN || strlen(passphrase) > WPA_MAX) {
+debconf_subst(client, "netcfg/invalid_pass", "passphrase", passphrase);
+debconf_input(client, "critical", "netcfg/invalid_pass");
+de
Once the WPA cases are added the enum spans many columns. Break it into one
line per tag.
Change whitespace in a few functions that we will be working on to make future
patches cleaner.
---
packages/netcfg/dhcp.c |4 ++--
packages/netcfg/netcfg-static.c | 13 ++---
package
That about covers it, look forward to hearing testing reports
successfull or otherwise. For those that do try the test images
I apologise in advance for my painfully slow upstream speeds. :)
Cheers
Glenn
[1] http://foomagic.org/netcfg/
Glenn Saberton (3):
Whitespace changes to prepare for
This function takes some of the confusion out of the dhcp switch. Especially
once we add more cases for WPA support.
---
packages/netcfg/dhcp.c | 61 ++--
1 files changed, 33 insertions(+), 28 deletions(-)
diff --git a/packages/netcfg/dhcp.c b/packag
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Frans Pop wrote:
> tags 485440 wontfix
> thanks
>
> On Monday 09 June 2008, Glenn wrote:
>> Kernel-wedge supports ipw*, add support for iwl*
>
> From what I can see both drivers require firmware (firmware-iwlwifi
> package), which makes it rather po
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Frans Pop wrote:
> On Sunday 25 May 2008, Stefano Canepa wrote:
>> why did you comment out the madwifi driver?
>> # Driver interface for madwifi driver
>> -CONFIG_DRIVER_MADWIFI=y
>> +#CONFIG_DRIVER_MADWIFI=y
>> # Change include directories to match
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jérémy Bobbio wrote:
> On Fri, May 23, 2008 at 04:09:48PM +0800, Glenn wrote:
>> It will still build the deb and clients at the moment, which as stated
>> earlier, some sort of seperate config needs to be made for the udeb.
>
> If you can provide a pat
uot;critical", "netcfg/invalid_pass");
+ debconf_go(client);
+
+ debconf_input(client, "high", "netcfg/wireless_wpa");
+ ret = debconf_go (client);
+
+
+ if (ret == 30)
+ return GO_BACK;
+
+ debconf_ge
);
+ ret = debconf_go (client);
+
+
+ if (ret == 30)
+return GO_BACK;
+
+ debconf_get (client, "netcfg/wireless_wpa");
+ passphrase = client->value;
+}
+
+ if (netcfg_write_wpa(essid, passphrase)) {
+di_warning("Failed to write wpasupplicant confi
Thanks for the patience so far. Hopefully these ones are much better than the
last ones. We now check if wpasupplicant is installed and if not, fall back to
the old behaviour. I will post configs and info for a wpasupplicant udeb
either tonight or tomorrow.
Glenn Saberton (3):
Whitespace
This function takes some of the confusion out of the dhcp switch. Especially
once we add more cases for WPA support.
---
packages/netcfg/dhcp.c | 61 ++--
1 files changed, 33 insertions(+), 28 deletions(-)
diff --git a/packages/netcfg/dhcp.c b/packag
Once the WPA cases are added the enum spans many columns. Break it into one
line per tag.
Change whitespace in a few functions that we will be working on to make future
patches cleaner.
---
packages/netcfg/dhcp.c |4 ++--
packages/netcfg/netcfg-static.c | 13 ++---
package
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Frans Pop wrote:
> On Friday 02 May 2008, Glenn Saberton wrote:
>> Hopefully I have addressed the issues pointed out so far. The first
>> two patches don't change netcfg's behaviour, the third adds wpa
>> support
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jérémy Bobbio wrote:
> On Fri, May 02, 2008 at 06:49:02PM +0800, Glenn Saberton wrote:
>> […]
>
> The commit log is a bit too detailed and too specific at the same time.
> I am pretty sure you can find recommandations on what goo
Make wpasupplicant create a pidfile so we can kill it without having to use
system().
(cherry picked from commit d339676e3a6b6234f717e2911637b4231b9dacfe)
---
packages/netcfg/dhcp.c |6 --
packages/netcfg/killwpa.sh | 16
packages/netcfg/netcfg.h |2 ++
packag
h", "netcfg/wireless_wpa");
+ ret = debconf_go (client);
+
+
+ if (ret == 30)
+return GO_BACK;
+
+ debconf_get (client, "netcfg/wireless_wpa");
+ passphrase = client->value;
+}
+
+ if (netcfg_write_wpa (essid, passphrase))
+return -1;
This function takes some of the confusion out of the dhcp switch. Especially
once we add more cases to it for WPA.
---
packages/netcfg/dhcp.c | 66 +--
1 files changed, 35 insertions(+), 31 deletions(-)
diff --git a/packages/netcfg/dhcp.c b/packages/
Once the WPA cases are added, the enum spans many columns. Break it into one
line per tag.
---
packages/netcfg/netcfg-static.c | 11 ++-
packages/netcfg/netcfg.c| 14 +-
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/packages/netcfg/netcfg-static.c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hopefully I have addressed the issues pointed out so far. The first
two patches don't change netcfg's behaviour, the third adds wpa
support and the last kills it with kill() rather than the shell
script. I will work on adding functionality to allow net
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
templates patch. I think I have hopefully covered most of what was
suggested after the last patch.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIEs9eV8GyuTwyskMRAguMAJ4tqIdkRkdW6gun2p7PWRHV5gMlggCfRMw3
C8XvmezDBxacfgy5itwwctU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
makefile and small tidbits patch.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIEs8NV8GyuTwyskMRAhPiAJ4+q7lkTumg4hMj8ribJ5G467ueYwCeMu9K
3sFAHYxnYAlShpYV4DPwfMU=
=RXTV
-END PGP SIGNATURE-
diff --git a/packages/netcfg
0 +1,87 @@
+/*
+* WPA module for netcfg
+*
+* Copyright (C) 2008 Glenn Saberton <[EMAIL PROTECTED]>
+*
+* Licensed under the terms of the GNU General Public License version 2
+*
+* Functions shamelessly copied from dhcp.c, if you are looking for comments
+* look in that file.
+*/
+
+#i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
netcfg-static, add wpa options for when we confgure the network manually.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIEs4oV8GyuTwyskMRAuqRAJ9jN7yvAbKsCcxmSI5uoTHSs1GrCwCePwBk
hoeHx5x3GEeac0pyPaUI9k8=
=tYkW
-END PGP SIGN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
dhcp.c, apoligies, *this* file removes the nested satan machine and
adds the new function for choosing wpa secured network. netcfg.patch
just adds options to netcfg.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIEs2MV8GyuTwys
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
wireless.c, add functions for selecting WPA secured network and
entering passphrase, then starting wpasupplicant.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIEszUV8GyuTwyskMRApRjAJwK3GkFreGF406nl4hj2kGacKN6fgCeOJty
oZZdwksY
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello list,
Here is a new patchset that is hopefully easier for people to
digest and thus comment on, broken down per file. Nothing much has
changed since the last patch except a couple of cleanups and
suggestions from the last patch.
netcfg, remo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jérémy Bobbio wrote:
> On Sat, Apr 19, 2008 at 03:00:59PM +0800, Glenn Saberton wrote:
>>> Why not do some refactoring then? Or sharing the code altogether?
>> If there are no objections, I will add the functions to dhcp.c which
&
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian Perrier wrote:
> Quoting Frans Pop ([EMAIL PROTECTED]):
>> (Full quote as Christian forgot to CC Glenn.)
>
> Oh, my apologies for that
>
> Glenn, is is correct that you're not subscribed to -boot?
>
> That would be sad as I was pereson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Erm, I was thinking of the wrong file when I was talking about the
global var. Will have to think a bit more about that one.
Cheers
Glenn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://eni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jérémy Bobbio wrote:
> On Fri, Apr 18, 2008 at 10:16:47PM +0800, Glenn wrote:
>> New patch attached regarding Christian Perrier's comments.
>
> First, I recommend that you think about using git to prepare your
> patchset before submitting.
no probl
(client, "netcfg/wireless_wpa", "iface", iface);
+ debconf_input (client, "high", "netcfg/wireless_wpa");
+ ret = debconf_go (client);
+
+ if (ret == 30)
+ return GO_BACK;
+
+ debconf_get (client, "netcfg/wireless_wpa");
+ pass = client-
61 matches
Mail list logo