RE: Fedora 10 issue?

2009-01-15 Thread Miner, Jonathan W (US SSA)
Hi Dan, and others -

I didn't really think it was an NM issue, but hoped someone on the list might 
have seen the same behavior.

After more exhaustive testing, it looks like it's hardware related since the 
same behavior now occurs within Windows XP as well.  Might be something in the 
BIOS, but I haven't seen anything yet.

- Jon


-Original Message-
From:   Dan Williams [mailto:d...@redhat.com]
Sent:   Thu 1/8/2009 1:12 PM
To: Miner, Jonathan W (US SSA)
Cc: networkmanager-list@gnome.org
Subject:Re: Fedora 10 issue?

On Tue, 2009-01-06 at 09:21 -0500, Miner, Jonathan W (US SSA) wrote:
> Hi -
> 
> I've noticed that since upgrading from Fedora 9 to Fedora 10, with:
> 
> NetworkManager-glib-0.7.0-0.12.svn4326.fc10.i386
> NetworkManager-0.7.0-0.12.svn4326.fc10.i386
> NetworkManager-gnome-0.7.0-0.12.svn4326.fc10.i386
> 
> The wireless interface on my HP/Compaq 6910p is not active if I'm using the 
> docking station (and the lid is closed). Dmesg reports:
> 
> iwlagn :10:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> iwlagn :10:00.0: restoring config space at offset 0x1 (was 0x12, 
> writing 0x16)
> firmware: requesting iwlwifi-4965-2.ucode
> iwlagn: Radio disabled by HW RF Kill switch

This would indicate that the driver itself things the rfkill switch has
been flipped, and NM will disable the wifi in that case.  Sounds more
like a kernel bug...  If you see that message, it's kernel-land.

Dan


> The wifi adapter is:
> 
> 10:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
> Network Connection (rev 61)
> 
> If I plug in an external USB adapter:
> 
> Bus 001 Device 007: ID 0586:3413 ZyXEL Communications Corp. AG-225H v2 
> 802.11a/g Wi-Fi Finder & Adapter
> 
> and, via the NM applet disable and re-enable wireless, I can use the external 
> adapter.
> 
> Is this the expected behaviour?
> 
> - Jon
> 
> ___
> NetworkManager-list mailing list
> NetworkManager-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list






___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Password + TLS Auth

2009-01-15 Thread Jonathan Petersson
Yep that did the trick, however:

When adding the TLS key manually the content isn't stored. I.e. if I
select a TLS key, click OK, then go back and look at my TLS key
settings they're not there.

However, if I import a config-file with TLS-auth it's stored correctly.

Thanks

/Jonathan

On Wed, Jan 14, 2009 at 9:06 AM, Jonathan Petersson
 wrote:
> Thanks Matthias, I'll give it a try.
>
> /Jonathan
>
> On Wed, Jan 14, 2009 at 7:42 AM, Matthias May  wrote:
>> Hi Jonathan,
>>
>> if your problem is the one described here 
>> https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/282752
>>  , it should be fixed in the more recent versions of nm-openvpn. But if you 
>> are using Ubuntu Intrepid, the update is not out, yet. A workaround would be 
>> to install the version from http://ppa.launchpad.net/network-manager .
>>
>> Regards,
>> Matthias
>> __
>> Deutschlands größte Online-Videothek schenkt Ihnen 12.000 Videos!*
>> http://entertainment.web.de/de/entertainment/maxdome/index.html
>>
>> ___
>> NetworkManager-list mailing list
>> NetworkManager-list@gnome.org
>> http://mail.gnome.org/mailman/listinfo/networkmanager-list
>>
>
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Mobile broadband connects to wrong USB device

2009-01-15 Thread Rick Jones

Hi Dan

--On Wednesday, January 14, 2009 18:29:51 -0500 Dan Williams 
 wrote:

On Tue, 2009-01-06 at 16:03 +, Rick Jones wrote:
>
> a) it requires an initial  otherwise it fails to see a clean AT
> command and doesn't respond - resulting in an init. timeout.

With this, my Sierra 860 doesn't respond and times out.  Were you ever
able to find out from the MobileStream guys why this might be required?
It might also be something that NetworkManager isn't doing when setting
up the serial port.  Does USBModem need specific serial port settings?


I didn't get much response from MobileStream, and also the problem doesn't 
happen on Windows :(. It seems to be some interaction with the Linux 
USB/serial driver, because I can prove the problem simply by connecting to 
the modem with telnet to /dev/USB0. The first command after connection is 
ignored. I thought initially that it needed to receive 2 AT commands before 
it would respond, but in fact it just needs \r before the first AT. I 
suspect that it picks up a bogus byte or two when the connection is opened, 
and thus the first AT is not seen as starting a new line, and hence ignored.



> b) its initial CREG state is 1, meaning that NM gets incorrect
> responses to its CREG queries later in the conversation. It requires
> +CREG=0 in the init string.

With this also, my Sierra 860 doesn't respond and times out.


Hmmm,  that's a blow, I would have thought that a modem that responds to 
CREG queries would allow +CREG=n.



> By hacking these fixes into the init string it works fine. It's a soft
> modem running in a Palm Treo handheld: USBModem by MobileStream. At
> least one other poster on this list is using (or trying to) the same
> software.

What's the init string you currently use?  Long ago you mentioned:

AT&F\rATV1 X4 &C1 +CREG=0

Is that still correct?  Or can you move the AT&F after the \r?


I've changed it to \rAT&F V1 X4 &C1 +CREG=0. It will also accept E0 
and +FCLASS=0, but I overwrote those because I tweaked the embedded string 
in binary and couldn't extend it - those settings happen to be the defaults 
in USBModem.



> Regarding ATZ v. AT&F, I believe the latter should always be
> supported, as it is a full reset. ATZ restores to settings saved using
> AT&W, but if that's never been used it's the same as AT&F. If AT&W is
> not supported, then ATZ may not be either; and if you don't use AT&W
> to save settings (does NM?) then there is no reason to use ATZ.

The Sierra 860 also doesn't like AT&F *at all*.  Whee!  If we can put
together an init string that works for now, we can add it to the bottom
of the list.


USBModem works with ATZ or AT&F, but I noticed a post from someone else 
saying their modem didn't like ATZ. I was recalling my memories of 
programming "real" modems, where AT&F was always the full "factory reset", 
and hence the only thing that could be guaranteed to put the modem into a 
known state.


This is always the problem - somewhere along the line someone re-interprets 
the "standard", so it's never quite as standard as we'd all like :-/.


Maybe it's possible to have an init string that's close to universal at the 
moment, but I think everything said above illustrates that it's probably 
impossible to get a single string that works (and will work) for 
everything. To deal with the security issue, how about a configuration file 
writable only by root, containing a list of possible of init strings? This 
would be shipped with a selection of strings to cater for currently known 
variants, which the user can select from. In the case of a user having an 
even more oddball device, with tech knowledge and admin privilege they can 
add other entry.


Getting closer 

Cheers, Rick ___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: [Fwd: Aircard USB Modem doesn't work on SUSE 11.1,]

2009-01-15 Thread Tambet Ingo
On Thu, Jan 15, 2009 at 07:20, Guillermo Lloreda Diaz
 wrote:
> I have installed Suse 11.1 and at the end the installation  showed an error
> saying: 'No Network running' I hit OK and the installation continued until
> the end without any problem. On booting I notice that that the USB Aircard
> was detected correctly and was setup axactly as it did on Suse 11.0 but when
> I tried to connect to the Internet Netmanager stalled, no connection at all.
> It does not do anything.'
>
> I ran '/usr/bin/lsusb' and here is the result: bus 002 Device 003: ID
> 1199:0120 Sierra Wireless, Inc AC595U.
>
> I don't know what to do ,please help

Please open a bug on http://bugzilla.novell.com and attach your
/var/log/NetworkManager file there.

Tambet
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Mail list

2009-01-15 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is it really possible that not a single one of you thought to click the
link at the bottom of the e-mail? This is getting a little out of hand.

valer tohat wrote:
> Please remove my name
> 
> 
> 
> 
> ___
> NetworkManager-list mailing list
> NetworkManager-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |novos...@umdnj.edu - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklvP0wACgkQmb+gadEcsb5J/wCfStZ76CjVTz2VJPyHrnCUwBS+
TgMAnA3u3O/xD3FpSevRElYLxzM07W9+
=YgCB
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:novos...@umdnj.edu
title:Systems Programmer II
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Mail list

2009-01-15 Thread valer tohat
Please remove my name
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Please remove my name

2009-01-15 Thread allan cunningham





 ___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list