RE: Wireless Chips OT

2008-04-23 Thread PEDRO MACANAS VALVERDE
De: Thomas Ilnseher Enviado el: lun 21/04/2008 9:10 Para: networkmanager-list@gnome.org Asunto: Re: Wireless Chips I have a Dell Inspiron B130, that has a broadcom wireless card. Haven't found a way to use it on wireless. My Acer has a broadcom wireless card too, and it works. You need a

Patch for openvpn-plugin Makefile

2008-04-23 Thread Christoph Höger
Hi, I'm not quite sure what impact this would exactly have, so I wanted to discuss it here before I push a broken update to fedora. I made a small change to Makefile.am in vpn-daemons/openvpn to fix @PREFIX@ not being substituted. Does that affect any other parts of the buildsystem? regards

Re: Patch for openvpn-plugin Makefile

2008-04-23 Thread Dan Williams
On Wed, 2008-04-23 at 13:03 +0200, Christoph Höger wrote: Hi, I'm not quite sure what impact this would exactly have, so I wanted to discuss it here before I push a broken update to fedora. I made a small change to Makefile.am in vpn-daemons/openvpn to fix @PREFIX@ not being substituted.

Re: [PATCH] [2/3] Use libnl instead of iproute/AF_PACKET (nm_system_device_replace_default_ipv4_route)

2008-04-23 Thread Dan Williams
On Fri, 2008-04-18 at 20:12 -0400, Benoit Boissinot wrote: (depends on the cleanup of the frugalware backend) Remove nm_system_device_replace_default_ip4_route from all backends, implement it with libnl. So this patch doesn't seem to work for me, I always get ESRCH returned from libnl. --

Re: [PATCH] [2/3] Use libnl instead of iproute/AF_PACKET (nm_system_device_replace_default_ipv4_route)

2008-04-23 Thread Benoit Boissinot
On Wed, Apr 23, 2008 at 12:23:45PM -0400, Dan Williams wrote: On Fri, 2008-04-18 at 20:12 -0400, Benoit Boissinot wrote: (depends on the cleanup of the frugalware backend) Remove nm_system_device_replace_default_ip4_route from all backends, implement it with libnl. So this patch

Re: [PATCH] [2/3] Use libnl instead of iproute/AF_PACKET (nm_system_device_replace_default_ipv4_route)

2008-04-23 Thread Dan Williams
On Wed, 2008-04-23 at 19:26 +0200, Benoit Boissinot wrote: On Wed, Apr 23, 2008 at 07:01:14PM +0200, Benoit Boissinot wrote: On Wed, Apr 23, 2008 at 12:23:45PM -0400, Dan Williams wrote: probably need to poke Thomas about this one, before I start instrumenting iproute2 to dump the netlink

Re: [PATCH] [2/3] Use libnl instead of iproute/AF_PACKET (nm_system_device_replace_default_ipv4_route)

2008-04-23 Thread Benoit Boissinot
On Wed, Apr 23, 2008 at 01:55:00PM -0400, Dan Williams wrote: On Wed, 2008-04-23 at 19:26 +0200, Benoit Boissinot wrote: On Wed, Apr 23, 2008 at 07:01:14PM +0200, Benoit Boissinot wrote: On Wed, Apr 23, 2008 at 12:23:45PM -0400, Dan Williams wrote: probably need to poke Thomas about this

[PATCH] [resend] [2/3] Use libnl instead of iproute/AF_PACKET (nm_system_device_replace_default_ipv4_route)

2008-04-23 Thread Benoit Boissinot
(resend) (depends on the cleanup of the frugalware backend) Remove nm_system_device_replace_default_ip4_route from all backends, implement it with libnl. diff -r 44a2c48934ef src/NetworkManagerPolicy.c --- a/src/NetworkManagerPolicy.cWed Apr 16 00:35:47 2008 -0400 +++