Patch support usb device gadgets

2011-02-28 Thread toabctl
Hi, please include the following patch in 0.8.4 to support usb device gadgets. I use NM on an embedded device (arm at91) with an USB-B connector (also used for eg printers). The device use the g_ether driver and NM needs this patch to handle the device. With this patch,NM log for my device looks

Can not build NM 0.8.4 on debian squeeze

2011-02-24 Thread toabctl
Hi, NM 0.8.4 can't be build on debian squeeze because squeeze has glib 2.24 and NM needs 2.26 because it uses G_DEFINE_BOXED_TYPE() which was introduced in 2.26. Error is: ... nm-setting-ip4-config.c:69: error: expected declaration specifiers or ‘...’ before ‘nm_ip4_address’ nm-setting-ip4-confi

NM with usb g_ether interface

2011-02-21 Thread toabctl
Hi, i try to use network-manager to manage my usb ethernet device, but this does not work. i have a usb device (g_ether loaded with "g_ether host_addr=02:50:C2:94:9C:3A dev_addr=00:50:C2:94:9C:3A) usb0: usb0 Link encap:Ethernet HWaddr 00:50:c2:94:9c:3a BROADCAST MULTICAST MTU:15

Re: Git Version of modemmanager does nothing after plugin-load

2011-02-03 Thread toabctl
I tried again with an N900 and that worked. Maybe something changed in RS232 handling? With an RS232 modem on atmel_usart the modem is no longer detected. 2011/2/3 toabctl > Hi, > > i tried the latest git version of modemmanager > (8f223f45f9e0c81fc9267b830c7c05b9aa731f2a) on de

Git Version of modemmanager does nothing after plugin-load

2011-02-03 Thread toabctl
Hi, i tried the latest git version of modemmanager (8f223f45f9e0c81fc9267b830c7c05b9aa731f2a) on debian squeeze (i386 and armel) but modemmanager does nothing more than loading plugins. Here's the debug output: modem-manager --debug modem-manager[28478]: [1296750276.586230] [main.c:167] main():

NM without PolicyKit ?

2011-01-31 Thread toabctl
Hi, i ude NetworkManager on an embedded device and don't need policykit. Is it possible to use network-manager without policykit? I've written a Client with libnm-glib and libnm-util and when i want to use the client, i get: WARNING **: Remote Exception invoking org.freedesktop.PolicyKit1.Author

Re: Settings empty username for NMSettingGsm not working [SOLVED]

2011-01-27 Thread toabctl
return txt; return NULL; } Cheers, tom 2011/1/20 toabctl > Hi, > > i try to set an empty username with: > > ... > s_gsm = (NMSettingGsm *) nm_setting_gsm_new(); > g_object_set (G_OBJECT (s_gsm), NM_SETTING_GSM_USERNAME, "", NULL); > nm_connecti

Re: Modem not working after power off

2011-01-26 Thread toabctl
07): DEBUG: <1296032801.303936> (ttyS1): --> 'AT+CSQ' ** (modem-manager:807): DEBUG: <1296032801.402501> (ttyS1): <-- '+CSQ: 27,0OK' ** (modem-manager:807): DEBUG: <1296032801.404067> (ttyS1): --> 'AT+CGDCONT?' ** (modem-manager:807): DEBUG: <

Modem not working after power off

2011-01-26 Thread toabctl
Hi, i use a RS232 Modem and ModemManager works with the modem. But when i power off the linux system (without mm shutdown), the modem is still connected (modem has its own power supply) and after a reboot, ModemManager can not handle the modem again. Maybe ModemManager should deactivate the modem

Re: stopping modem manager STARTING AUTOMATICALLY

2011-01-24 Thread toabctl
Hi have the same problem. i use debian squeeze (on armel) and tried the network-manager and modemmanager versions from debian squeeze. I also tried nm and mm from ubuntu natty (re-cross-compiled on debian squeeze) and still have this problem. Output from NetworkManager is: # NetworkManager --no-d

Next modemmanager release?

2011-01-24 Thread toabctl
Hi, i want to know when the next modemmanager version will be released. i can't find any roadmap for the release. Cheers, Tom ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Settings empty username for NMSettingGsm not working because of (priv->username && !strlen (priv->username)) in nm-setting-gsm.c

2011-01-20 Thread toabctl
Hi, i try to set an empty username with: ... s_gsm = (NMSettingGsm *) nm_setting_gsm_new(); g_object_set (G_OBJECT (s_gsm), NM_SETTING_GSM_USERNAME, "", NULL); nm_connection_add_setting (connection, NM_SETTING (s_gsm)); GHashTable *hash; hash = nm_connection_to_hash(connection); GError* error = N

Device removal not detected

2011-01-18 Thread toabctl
Hi, i use networ-manager 0.8.1 (from debian squeeze) and when i remove a usb wlan stick, the device removal is not shown in the nm-applet. any ideas why? Cheers, Tom ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.o

Connection with Nokia N900 and MM (trunk) no working

2010-12-10 Thread toabctl
Hi, i tried to use my Nokia N900 to connect to the internet but didn't get a connection. I use ModemManager from trunk (commit 592d71ff76318b6389f6866d5394a844c7e35513). Output is: ** Message: ModemManager (version 0.4) starting... ** Message: Loaded plugin Generic ** Message: Loaded plugin Opti

Baudrate detection for RS232 modem

2010-12-01 Thread toabctl
Hi, i want to know if modemmanager can detect the baudrate of a RS232 modem? if not, where's the point in the code to implement a autodetection? i would just try every standard baudrate to detect the correct one. Cheers, Tom ___ networkmanager-list mai

dial on demand

2010-12-01 Thread toabctl
Hi, - can modem-manager connect to the internet when demanded? - and disconnect after X minutes inactive? Cheers, Tom ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

RS232 GSM Modem not working

2010-12-01 Thread toabctl
Hi, i try to use a TC63 GSM Modem and it already worked a couple of month ago (see http://mail.gnome.org/archives/networkmanager-list/2010-June/msg00175.html). Now the modem does not work anymore. I use network-manager (0.8.1) and modemmanager (0.4+git.20100624) from the debian squeeze repository

Failed to build from latest git source: checking for libnl address caching bug... ?

2010-06-04 Thread toabctl
I tried to build the latest git source with debian squeeze. For i386, all works fine. But for armel, i got the following error: ./autogen.sh ... ... checking for LIBNL... yes checking for libnl address caching bug... ? configure: error: libnl test program failed Any ideas? Cheers, Tom ___

Re: RS232 GSM Modem

2010-05-12 Thread toabctl
post the patch again, please? Cheers, Tom 2010/5/7 toabctl > @Dan: Do you need more information about the modem? Or any other > information? > > 2010/5/3 toabctl > > >> >> 2010/5/2 Dan Williams >> >> On Fri, 2010-04-30 at 14:05 +0200, t

Re: Automatically connect Wireless AdHoc network

2010-05-11 Thread toabctl
2010/5/12 Dan Williams > On Tue, 2010-05-11 at 11:15 +0200, toabctl wrote: > > Hi, > > > > i want to connect automatically to a AdHoc network but it does not > > work. My system-connection looks like: > > By "connect automatically", do you mean join

Automatically connect Wireless AdHoc network

2010-05-11 Thread toabctl
Hi, i want to connect automatically to a AdHoc network but it does not work. My system-connection looks like: ### BEGIN Wireless-AdHoc ### [connection] id=Wireless-AdHoc uuid=cabfaf9e-4043-4afb-8506-0e6f4a225636 type=802-11-wireless autoconnect=true timestamp=0 [802-11-wireless-security] key-mgm

Can not build network-manager from git with debian squeeze

2010-05-10 Thread toabctl
Hi, i tried to build the latest git sources and got the following error: ### BEGIN ### $ ./autogen.sh ... ... checking Linux Wireless Extensions >= 18... no configure: error: wireless-tools library and development headers >= 28pre9 not installed or not functional ### END ### but: $ dpkg -l|grep

add-system-connection.py - dbus.exceptions.DBusException: org.freedesktop.NetworkManagerSettings.InvalidProperty: addresses

2010-05-10 Thread toabctl
Hi, i tried to execute the example script NetworkManager/examples/python/add-system-connection.py python add-system-connection.py Traceback (most recent call last): File "add-system-connection.py", line 47, in settings.AddConnection(con) File "/usr/lib/pymodules/python2.5/dbus/proxies.py

Re: RS232 GSM Modem

2010-05-07 Thread toabctl
@Dan: Do you need more information about the modem? Or any other information? 2010/5/3 toabctl > > > 2010/5/2 Dan Williams > > On Fri, 2010-04-30 at 14:05 +0200, toabctl wrote: >> > 2010/4/29 Dan Williams >> > On Thu, 2010-04

Re: RS232 GSM Modem

2010-04-30 Thread toabctl
u wouldn't see the output (new message would overwrite old messages). Hope this information helps! Cheers, Tom 2010/4/30 toabctl > > > 2010/4/29 Dan Williams > > On Thu, 2010-04-29 at 09:53 +0200, toabctl wrote: >> > >> > >> > 2010/4/28 Dan

Re: RS232 GSM Modem

2010-04-30 Thread toabctl
2010/4/29 Dan Williams > On Thu, 2010-04-29 at 09:53 +0200, toabctl wrote: > > > > > > 2010/4/28 Dan Williams > > On Wed, 2010-04-28 at 09:37 +0200, toabctl wrote: > > > 1) How does network-manager detect that the modem is > >

Re: RS232 GSM Modem

2010-04-29 Thread toabctl
2010/4/28 Dan Williams > On Wed, 2010-04-28 at 09:37 +0200, toabctl wrote: > > 1) How does network-manager detect that the modem is connected? Or how > > can i tell networkmanager on which port the modem is attached? I use a > > rs232<->usb adapter so the port is /dev

RS232 GSM Modem

2010-04-28 Thread toabctl
Hi, i want to use network-manager 0.8 in debian embedded system. I want to connect the system with network/modem manager to the gsm network and have a Siemens TC63i modem for that available. I can manually use the modem with the AT-Commands, but i don't know how to setup the connection with networ