Re: Switch issues and CI to GitHub

2022-01-09 Thread Arne Zachlod

On 1/7/22 10:34, Paul Spooren wrote:

Hi all,

Back at the Hamburg meeting in 2019 and a succeeding vote we decided to migrate 
over to a self-hosted GitLab instance. Some years passed and nothing really 
happened so I’d like to give this another go.

None of the OpenWrt project members is willing to setup and maintain a GitLab 
instance and there were multiple vetos again gitlab.com.


Hi,

I just wanted to ask what the concerns against gitlab.com were in this 
meeting, and if they still apply now, more than 2 years later?
Maybe it would be a good compromise to go to gitlab instead of github, 
because that way we keep the option to migrate to a self hosted instance 
in case something goes wrong?


Arne

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [osmocom-event-orga] BnetzA regional and local networks

2019-11-01 Thread Arne Zachlod

Hi Harald,

off, you are right. There is not a single device with support for band 
43. And while at least iPhones support band 42, I did miss something, 
because that is 3400 - 3600 MHz and thus not included in the newly 
available spectrum.


Maybe in a few years there are enough devices available if companies 
actually start using these frequencies.


Whelp, too bad
Arne


[osmocom-event-orga] BnetzA regional and local networks

2019-10-31 Thread Arne Zachlod

Hi,

the BnetzA just published the scale of charges for local networks 
operation in 3.7 to 3.8 GHz [1]. While not immediately interesting for 
us, this could be a cheap enough method to have our own LTE frequencies 
(bands 42 and 43 if I'm not missing something).


The formula for Leipzig Messe (800 by 500 meters) would look like this 
(for a 10 Year lease of 20 MHz):


Pay = 1000 + 20 * 10 * 5 (6 * (800 * 500)/1000^2)
Pay = 3400 (totally possibile I did an oopsie here)

Maybe this can spark a discussion and a more solid plan to roll out LTE 
in the future.


bye
Arne

[1] 
https://www.bundesnetzagentur.de/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/OeffentlicheNetze/LokaleNetze/lokalenetze-node.html


how is the Spark/Bahir dataflow with MQTT?

2019-07-16 Thread Arne Zachlod

Hello,

sorry if this is kind of a beginner question to ask, but I couldn't find 
any documentation on this. I'm using PySpark 2.4.3 running with the 
Bahir git master, and everything seems to work great, thank you for that.


I didn't do any real scaling tests jet, but I was wondering how the flow 
of data works with bahir. I have a single DStream created by 
MQTTUtils.createStream() and this seems to create a single MQTT listener 
according to my mosquitto logs. So, my question is: is that correct? Did 
I do something wrong?
My original plan was to use some DNS trickery in order to scale beyond 
what a singe machine is capable of delivering via network, is that still 
possible? Basically, I wanted a MQTT subscriber per spark worker if that 
is supported.


Any pointing to some documentation or example even would be greatly 
appreciated.


Re: unsubscribe

2019-04-30 Thread Arne Zachlod

please read this to unsubscribe: https://spark.apache.org/community.html

TL;DR: user-unsubscr...@spark.apache.org so no mail to the list

On 4/30/19 6:38 AM, Amrit Jangid wrote:




-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org



Spark on Kubernetes with persistent local storage

2019-02-19 Thread Arne Zachlod
Hello,

I'm trying to host spark applications on a kubernetes cluster and want
to provide localized persistent storage to the spark workers in a small
research project I'm currently doing.
I googled a bit around and found that HDFS seems to be pretty well
supported with spark, but there arise some problems with the
localization of data if I want to do this as outlined in this talk [1].
As far as I understand it, most of the configurations for deploying this
are in their git repo [2]. But the spark-driver needs some patch to map
the workers and the HDFS datanodes correctly to the kubernetes nodes, is
something like this already part of the current spark codebase as of
spark 2.4.0? I had a look at the code but couldn't find anything related
to hdfs localization (pretty sure I just didn't look at the right place).

So, my question now is: is this even a viable option at the current
state of the project(s)? What storage solution would be recommended
instead if spark on kubernetes is given (so no yarn/mesos)?

Looking forward to your input.

Arne

[1] https://databricks.com/session/hdfs-on-kubernetes-lessons-learned
[2] https://github.com/apache-spark-on-k8s/kubernetes-HDFS

-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org



Re: [OpenWrt-Devel] trying to acheive close to 1 Gbps with 802.11ac 3x3 mimo ath10k Compex wle900vx

2018-10-05 Thread Arne Zachlod
> Any suggestions

What have you tried in terms of channel bandwidth? Is this with 20MHz?
802.11ac goes up to 160 MHz, maybe you should try that.
Chan 48 is also pretty low in the spectrum, maybe try some of the higher
DFS channels, at least in dense city environments these tend to me much
less used by other wifis.

- Arne

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[LEDE-DEV] [PATCH v3] ar71xx: add support for Ubiquiti Litebeam M5

2018-03-01 Thread Arne Zachlod
Specification:
- SoC: Atheros AR9342
- Flash: 8 MiB
- RAM: 64 MiB
- UART: 1x UART on PCB - 115200 8N1
- Ethernet: 1 x 100 Mbit with passive PoE (24V/0.2A)

Doesn't work:
* Flash via TFTP with Uiquiti Uboot

Installation via vendor firmware:
- upload factory image via webinterface

Signed-off-by: Arne Zachlod <a...@nerdkeller.org>
---
 target/linux/ar71xx/base-files/etc/board.d/01_leds |  4 ++
 .../linux/ar71xx/base-files/etc/board.d/02_network |  1 +
 target/linux/ar71xx/base-files/etc/diag.sh |  3 ++
 target/linux/ar71xx/base-files/lib/ar71xx.sh   |  3 ++
 .../ar71xx/base-files/lib/upgrade/platform.sh  |  1 +
 .../ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c| 58 ++
 .../linux/ar71xx/files/arch/mips/ath79/machtypes.h |  1 +
 target/linux/ar71xx/image/generic-ubnt.mk  |  7 +++
 8 files changed, 78 insertions(+)

diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds 
b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index 00954dfaa4..7a8ed9afe5 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -408,6 +408,10 @@ hornet-ub-x2)
 lan-turtle)
ucidef_set_led_netdev "wan" "WAN" "$board:orange:system" "eth1"
;;
+lbe-m5)
+   ucidef_set_led_netdev "lan" "LAN" "ubnt:green:lan" "eth0"
+   ucidef_set_led_wlan "wlan" "WLAN" "ubnt:green:wlan" "phy0tpt"
+   ;;
 mc-mac1200r)
ucidef_set_led_wlan "wlan2g" "WLAN2G" "mercury:green:wlan2g" "phy1tpt"
ucidef_set_led_wlan "wlan5g" "WLAN5G" "mercury:green:wlan5g" "phy0tpt"
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network 
b/target/linux/ar71xx/base-files/etc/board.d/02_network
index 8f492cbf02..560112756a 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -82,6 +82,7 @@ ar71xx_setup_interfaces()
fritz300e|\
gl-usb150|\
hiveap-121|\
+   lbe-m5|\
loco-m-xw|\
mr12|\
mr16|\
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh 
b/target/linux/ar71xx/base-files/etc/diag.sh
index 6b53ad03c7..6ea4fb085c 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -260,6 +260,9 @@ get_status_led() {
lan-turtle)
status_led="$board:orange:system"
;;
+   lbe-m5)
+   status_led="ubnt:green:sys"
+   ;;
ls-sr71)
status_led="ubnt:green:d22"
;;
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh 
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 01ac29601d..a7c2ccb52e 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -741,6 +741,9 @@ ar71xx_board_detect() {
*"Lima"*)
name="lima"
;;
+   *"Litebeam M5"*)
+   name="lbe-m5"
+   ;;
*"Loco M XW")
name="loco-m-xw"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 7738db33a7..2b15dec5be 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -256,6 +256,7 @@ platform_check_image() {
hiwifi-hc6361|\
hornet-ub-x2|\
jwap230|\
+   lbe-m5|\
lima|\
loco-m-xw|\
mzk-w04nu|\
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
index 55cf52d19e..8afb3ad054 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
@@ -12,6 +12,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -503,6 +504,60 @@ static void __init ubnt_loco_m_xw_setup(void)
ath79_register_eth(0);
 }
 
+#define UBNT_LBE_M5_GPIO_LED_LAN   13
+#define UBNT_LBE_M5_GPIO_LED_WLAN  14
+#define UBNT_LBE_M5_GPIO_LED_SYS   16
+
+static struct gpio_led ubnt_lbe_m5_leds_gpio[] __initdata = {
+   {
+   .name   = "ubnt:green:lan",
+   .gpio   = UBNT_LBE_M5_GPIO_LED_LAN,
+   .active_low = 1,
+   }, {
+   .name   = "ubnt:green:wlan",
+   .gpio   = UBNT_LBE_M5_GPIO_LED_WLAN,
+   .active_low = 1,
+   }, {
+   .name   = "ubnt:green:sys",
+   .gpio   

[LEDE-DEV] [PATCH v2] ar71xx: add support for Ubiquiti Litebeam M5

2018-01-17 Thread Arne Zachlod
Specification:
- SoC: Atheros AR9342
- Flash: 8 MiB
- RAM: 64 MiB
- UART: 1x UART on PCB - 115200 8N1
- Ethernet: 1 x 100 Mbit with passive PoE (24V/0.2A)

Doesn't work:
* Flash via TFTP with Uiquiti Uboot

Installation via vendor firmware:
- upload factory image via webinterface

Signed-off-by: Arne Zachlod <a...@nerdkeller.org>
---
 target/linux/ar71xx/base-files/etc/board.d/01_leds |  4 ++
 .../linux/ar71xx/base-files/etc/board.d/02_network |  1 +
 target/linux/ar71xx/base-files/etc/diag.sh |  3 ++
 target/linux/ar71xx/base-files/lib/ar71xx.sh   |  3 ++
 .../ar71xx/base-files/lib/upgrade/platform.sh  |  1 +
 .../ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c| 58 ++
 .../linux/ar71xx/files/arch/mips/ath79/machtypes.h |  1 +
 target/linux/ar71xx/image/ubnt.mk  |  7 +++
 8 files changed, 78 insertions(+)

diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds 
b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index 150ef91b48..ebdfb142d4 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -363,6 +363,10 @@ hornet-ub-x2)
ucidef_set_led_wlan "wlan" "WLAN" "alfa:blue:wlan" "phy0tpt"
ucidef_set_led_usbdev "usb" "USB" "alfa:blue:usb" "1-1"
;;
+lbe-m5)
+   ucidef_set_led_netdev "lan" "LAN" "ubnt:green:lan" "eth0"
+   ucidef_set_led_wlan "wlan" "WLAN" "ubnt:green:wlan" "phy0tpt"
+   ;;
 mc-mac1200r)
ucidef_set_led_wlan "wlan2g" "WLAN2G" "mercury:green:wlan2g" "phy1tpt"
ucidef_set_led_wlan "wlan5g" "WLAN5G" "mercury:green:wlan5g" "phy0tpt"
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network 
b/target/linux/ar71xx/base-files/etc/board.d/02_network
index fb61792bf4..86d6ffd91d 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -78,6 +78,7 @@ ar71xx_setup_interfaces()
fritz300e|\
gl-usb150|\
hiveap-121|\
+   lbe-m5|\
loco-m-xw|\
mr12|\
mr16|\
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh 
b/target/linux/ar71xx/base-files/etc/diag.sh
index 5c60ebd6a8..5042e7a008 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -236,6 +236,9 @@ get_status_led() {
jwap230)
status_led="$board:green:led1"
;;
+   lbe-m5)
+   status_led="ubnt:green:sys"
+   ;;
ls-sr71)
status_led="ubnt:green:d22"
;;
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh 
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index b5440230a5..00a4acc6e0 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -711,6 +711,9 @@ ar71xx_board_detect() {
*"Lima"*)
name="lima"
;;
+   *"Litebeam M5"*)
+   name="lbe-m5"
+   ;;
*"Loco M XW")
name="loco-m-xw"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index ecf6820a2b..4e839f12c1 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -248,6 +248,7 @@ platform_check_image() {
hiwifi-hc6361|\
hornet-ub-x2|\
jwap230|\
+   lbe-m5|\
lima|\
loco-m-xw|\
mzk-w04nu|\
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
index 55cf52d19e..8afb3ad054 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
@@ -12,6 +12,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -503,6 +504,60 @@ static void __init ubnt_loco_m_xw_setup(void)
ath79_register_eth(0);
 }
 
+#define UBNT_LBE_M5_GPIO_LED_LAN   13
+#define UBNT_LBE_M5_GPIO_LED_WLAN  14
+#define UBNT_LBE_M5_GPIO_LED_SYS   16
+
+static struct gpio_led ubnt_lbe_m5_leds_gpio[] __initdata = {
+   {
+   .name   = "ubnt:green:lan",
+   .gpio   = UBNT_LBE_M5_GPIO_LED_LAN,
+   .active_low = 1,
+   }, {
+   .name   = "ubnt:green:wlan",
+   .gpio   = UBNT_LBE_M5_GPIO_LED_WLAN,
+   .active_low = 1,
+   }, {
+   .na

[LEDE-DEV] [PATCH] ar71xx: Orders the names of the devices alphabetically.

2018-01-17 Thread Arne Zachlod
Signed-off-by: Arne Zachlod <a...@nerdkeller.org>
---
 target/linux/ar71xx/base-files/etc/board.d/01_leds | 236 ++---
 .../ar71xx/base-files/etc/board.d/03_gpio_switches |  12 +-
 target/linux/ar71xx/base-files/etc/diag.sh |  40 ++--
 3 files changed, 144 insertions(+), 144 deletions(-)

diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds 
b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index e5baa90db8..150ef91b48 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -59,6 +59,27 @@ sc450)
ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan" "phy0tpt"
;;
 archer-c25-v1|\
+archer-c58-v1|\
+archer-c59-v1|\
+archer-c60-v1)
+   ucidef_set_led_switch "lan" "LAN" "$board:green:lan" "switch0" "0x1E"
+   ucidef_set_led_netdev "wan" "WAN" "$board:green:wan" "eth0"
+   ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan2g" "phy1tpt"
+   ucidef_set_led_wlan "wlan5g" "WLAN5G" "$board:green:wlan5g" "phy0tpt"
+
+   case "$board" in
+   archer-c59-v1)
+   ucidef_set_led_usbdev "usb" "USB" "$board:green:usb" "1-1"
+   ;;
+   esac
+   ;;
+archer-c5|\
+archer-c7)
+   ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1"
+   ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "2-1"
+   ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy1tpt"
+   ucidef_set_led_wlan "wlan5g" "WLAN5G" "tp-link:blue:wlan5g" "phy0tpt"
+   ;;
 archer-c7-v4)
ucidef_set_led_netdev "wan" "WAN" "$board:green:wan" "eth0"
ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan2g" "phy1tpt"
@@ -74,20 +95,6 @@ archer-c7-v4)
;;
esac
;;
-archer-c58-v1|\
-archer-c59-v1|\
-archer-c60-v1)
-   ucidef_set_led_switch "lan" "LAN" "$board:green:lan" "switch0" "0x1E"
-   ucidef_set_led_netdev "wan" "WAN" "$board:green:wan" "eth0"
-   ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan2g" "phy1tpt"
-   ucidef_set_led_wlan "wlan5g" "WLAN5G" "$board:green:wlan5g" "phy0tpt"
-
-   case "$board" in
-   archer-c59-v1)
-   ucidef_set_led_usbdev "usb" "USB" "$board:green:usb" "1-1"
-   ;;
-   esac
-   ;;
 arduino-yun)
ucidef_set_led_wlan "wlan" "WLAN" "arduino:blue:wlan" "phy0tpt"
ucidef_set_led_usbdev "usb" "USB" "arduino:white:usb" "1-1.1"
@@ -147,22 +154,9 @@ rocket-m-xw)
ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" 
"ubnt:green:link3" "wlan0" "51" "100" "-50" "13"
ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "ubnt:green:link4" "wlan0" 
"76" "100" "-75" "13"
;;
-rocket-m-ti)
-   ucidef_set_led_rssi "rssiverylow" "RSSIVERYLOW" "ubnt:green:link1" 
"wlan0" "1" "100" "0" "13"
-   ucidef_set_led_rssi "rssilow" "RSSILOW" "ubnt:green:link2" "wlan0" "26" 
"100" "-25" "13"
-   ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "ubnt:green:link3" 
"wlan0" "51" "100" "-50" "13"
-   ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" 
"ubnt:green:link4" "wlan0" "76" "100" "-75" "13"
-   ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "ubnt:green:link5" "wlan0" 
"76" "100" "-75" "13"
-   ucidef_set_led_rssi "rssiveryhigh" "RSSIVERYHIGH" "ubnt:green:link4" 
"wlan0" "76" "100" "-75" "13"
-   ;;
 bxu2000n-2-a1)
ucidef_set_led_wlan "wlan" "WLAN" "bhu:green:wlan" "phy0tpt"
;;
-cap324)
-   ucidef_set_led_n

Re: [LEDE-DEV] [PATCH] ar71xx: add support for Ubiquiti Litebeam M5

2018-01-17 Thread Arne Zachlod
Hi John,

I ordered the device between the already existing bullet and the
rocket-ti. To me this looks like the order already in place and the
right spot because it is alphabetical for the manufacturer. In case that
this is not the right thing to do maybe we should refactor the whole
file, because at the moment it looks like its ordered per manufacturer
and then alphabetical for that manufacturer.

Bye
Arne

On 01/17/2018 10:06 AM, John Crispin wrote:
> 
> 
> On 16/01/18 21:43, Arne Zachlod wrote:
>> Specification:
>> - SoC: Atheros AR9342
>> - Flash: 8 MiB
>> - RAM: 64 MiB
>> - UART: 1x UART on PCB - 115200 8N1
>> - Ethernet: 1 x 100 Mbit with passive PoE (24V/0.2A)
>>
>> Doesn't work:
>> * Flash via TFTP with Uiquiti Uboot
>>
>> Installation via vendor firmware:
>> - upload factory image via webinterface
>>
>> Signed-off-by: Arne Zachlod <a...@nerdkeller.org>
> 
> Hi Arne,
> 
> comments inline ...
> 
>> ---
>>   target/linux/ar71xx/base-files/etc/board.d/01_leds |  5 ++
>>   .../linux/ar71xx/base-files/etc/board.d/02_network |  1 +
>>   target/linux/ar71xx/base-files/etc/diag.sh |  3 ++
>>   target/linux/ar71xx/base-files/lib/ar71xx.sh   |  3 ++
>>   .../ar71xx/base-files/lib/upgrade/platform.sh  |  1 +
>>   .../ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c    | 58
>> ++
>>   .../linux/ar71xx/files/arch/mips/ath79/machtypes.h |  1 +
>>   target/linux/ar71xx/image/ubnt.mk  |  7 +++
>>   8 files changed, 79 insertions(+)
>>
>> diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds
>> b/target/linux/ar71xx/base-files/etc/board.d/01_leds
>> index e5baa90db8..79fc8ec5e2 100755
>> --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
>> +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
>> @@ -147,6 +147,11 @@ rocket-m-xw)
>>   ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH"
>> "ubnt:green:link3" "wlan0" "51" "100" "-50" "13"
>>   ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "ubnt:green:link4"
>> "wlan0" "76" "100" "-75" "13"
>>   ;;
>> +lbe-m5)
>> +    ucidef_set_led_netdev "lan" "LAN" "ubnt:green:lan" "eth0"
>> +    ucidef_set_led_wlan "wlan" "WLAN" "ubnt:green:wlan" "phy0tpt"
>> +    ucidef_set_led_default "sys" "SYS" "ubnt:green:sys" "1"
>> +    ;;
> 
> alphabetical ordering please
> 
>>   rocket-m-ti)
>>   ucidef_set_led_rssi "rssiverylow" "RSSIVERYLOW"
>> "ubnt:green:link1" "wlan0" "1" "100" "0" "13"
>>   ucidef_set_led_rssi "rssilow" "RSSILOW" "ubnt:green:link2"
>> "wlan0" "26" "100" "-25" "13"
>> diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network
>> b/target/linux/ar71xx/base-files/etc/board.d/02_network
>> index fb61792bf4..86d6ffd91d 100755
>> --- a/target/linux/ar71xx/base-files/etc/board.d/02_network
>> +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
>> @@ -78,6 +78,7 @@ ar71xx_setup_interfaces()
>>   fritz300e|\
>>   gl-usb150|\
>>   hiveap-121|\
>> +    lbe-m5|\
>>   loco-m-xw|\
>>   mr12|\
>>   mr16|\
>> diff --git a/target/linux/ar71xx/base-files/etc/diag.sh
>> b/target/linux/ar71xx/base-files/etc/diag.sh
>> index 6cbb3576d8..f37541c75f 100644
>> --- a/target/linux/ar71xx/base-files/etc/diag.sh
>> +++ b/target/linux/ar71xx/base-files/etc/diag.sh
>> @@ -103,6 +103,9 @@ get_status_led() {
>>   rocket-m-xw)
>>   status_led="ubnt:green:link4"
>>   ;;
>> +    lbe-m5)
>> +    status_led="ubnt:green:sys"
>> +    ;;
> 
> 
> alphabetical ordering please
>>   rocket-m-ti)
>>   status_led="ubnt:green:link6"
>>   ;;
>> diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh
>> b/target/linux/ar71xx/base-files/lib/ar71xx.sh
>> index b5440230a5..00a4acc6e0 100755
>> --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
>> +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
>> @@ -711,6 +711,9 @@ ar71xx_board_detect() {
>>   *"Lima"*)
>>   name="lima"
>>   ;;
>> +    *"

[osmocom-event-orga] after 34C3 GSM Meeting

2018-01-16 Thread Arne Zachlod
Hi all,

we would like to meet this Thursday at 20:00 in the AFRA [7] for our
after congress meeting.

See you there
Lynxis and Arne

[7] https://www.openstreetmap.org/node/4937393975


[LEDE-DEV] [PATCH] ar71xx: add support for Ubiquiti Litebeam M5

2018-01-16 Thread Arne Zachlod
Specification:
- SoC: Atheros AR9342
- Flash: 8 MiB
- RAM: 64 MiB
- UART: 1x UART on PCB - 115200 8N1
- Ethernet: 1 x 100 Mbit with passive PoE (24V/0.2A)

Doesn't work:
* Flash via TFTP with Uiquiti Uboot

Installation via vendor firmware:
- upload factory image via webinterface

Signed-off-by: Arne Zachlod <a...@nerdkeller.org>
---
 target/linux/ar71xx/base-files/etc/board.d/01_leds |  5 ++
 .../linux/ar71xx/base-files/etc/board.d/02_network |  1 +
 target/linux/ar71xx/base-files/etc/diag.sh |  3 ++
 target/linux/ar71xx/base-files/lib/ar71xx.sh   |  3 ++
 .../ar71xx/base-files/lib/upgrade/platform.sh  |  1 +
 .../ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c| 58 ++
 .../linux/ar71xx/files/arch/mips/ath79/machtypes.h |  1 +
 target/linux/ar71xx/image/ubnt.mk  |  7 +++
 8 files changed, 79 insertions(+)

diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds 
b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index e5baa90db8..79fc8ec5e2 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -147,6 +147,11 @@ rocket-m-xw)
ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" 
"ubnt:green:link3" "wlan0" "51" "100" "-50" "13"
ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "ubnt:green:link4" "wlan0" 
"76" "100" "-75" "13"
;;
+lbe-m5)
+   ucidef_set_led_netdev "lan" "LAN" "ubnt:green:lan" "eth0"
+   ucidef_set_led_wlan "wlan" "WLAN" "ubnt:green:wlan" "phy0tpt"
+   ucidef_set_led_default "sys" "SYS" "ubnt:green:sys" "1"
+   ;;
 rocket-m-ti)
ucidef_set_led_rssi "rssiverylow" "RSSIVERYLOW" "ubnt:green:link1" 
"wlan0" "1" "100" "0" "13"
ucidef_set_led_rssi "rssilow" "RSSILOW" "ubnt:green:link2" "wlan0" "26" 
"100" "-25" "13"
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network 
b/target/linux/ar71xx/base-files/etc/board.d/02_network
index fb61792bf4..86d6ffd91d 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -78,6 +78,7 @@ ar71xx_setup_interfaces()
fritz300e|\
gl-usb150|\
hiveap-121|\
+   lbe-m5|\
loco-m-xw|\
mr12|\
mr16|\
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh 
b/target/linux/ar71xx/base-files/etc/diag.sh
index 6cbb3576d8..f37541c75f 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -103,6 +103,9 @@ get_status_led() {
rocket-m-xw)
status_led="ubnt:green:link4"
;;
+   lbe-m5)
+   status_led="ubnt:green:sys"
+   ;;
rocket-m-ti)
status_led="ubnt:green:link6"
;;
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh 
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index b5440230a5..00a4acc6e0 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -711,6 +711,9 @@ ar71xx_board_detect() {
*"Lima"*)
name="lima"
;;
+   *"Litebeam M5"*)
+   name="lbe-m5"
+   ;;
*"Loco M XW")
name="loco-m-xw"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index ecf6820a2b..4e839f12c1 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -248,6 +248,7 @@ platform_check_image() {
hiwifi-hc6361|\
hornet-ub-x2|\
jwap230|\
+   lbe-m5|\
lima|\
loco-m-xw|\
mzk-w04nu|\
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
index 55cf52d19e..8afb3ad054 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt-xm.c
@@ -12,6 +12,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -503,6 +504,60 @@ static void __init ubnt_loco_m_xw_setup(void)
ath79_register_eth(0);
 }
 
+#define UBNT_LBE_M5_GPIO_LED_LAN   13
+#define UBNT_LBE_M5_GPIO_LED_WLAN  14
+#define UBNT_LBE_M5_GPIO_LED_SYS   16
+
+static struct gpio_led ubnt_lbe_m5_leds_gpio[] 

[LEDE-DEV] 34c3 CyberCompetenceCenter Infrastructure

2017-10-26 Thread Arne Zachlod
Dear Free Infrastructure Enthusiasts,


as you know the 34c3 is taking place in Leipzig and the organ team wants
to shift more of the planning to the Communities. 
The orga wants to place all assemblies that have an infrastructure focus
into a "CyberCompetenceCenter Infratsructure" :) The years before we
have been placed anyways nearby by the assembly-orga ...

Since Freifunk had already last year a speakers corner with some
sessions, we have been asked to organize a stage for the
CyberCompetenceCenter Infrastructure. 

Our current planning consists on 4 parts we will organize for all
Infra-Assemblies or people in common, but we need your support to make
it happen:

An Exhibition area
-> Please provide us Infrastructure pieces, posters or projections or
whatever … 

A stage - We hope to have video streaming
-> Please contribute to program with updates regarding your network,
talks, quizzes, panels, discussions …
-> Also I had the idea to show videos/documentaries in the evening, like
from the Argentinians or Sarantaporo -> please send me links (lost them)
-> Please invite speakers, you find interesting in terms of community or
infrastructure topics, if they are attending the congress …
unfortunately we cannot sponsor travel costs 
-> Please enter your session here: https://wiki.freifunk.net/34c3/Timetable

Info desk
-> Please bring or send flyers, buttons, stickers, books … if you need a
postal address, please send me an email

A Chillout area
-> Sofas … we will organize that ;)

-> We also do need help in terms of decoration and stage heralds (to
start video and help speakers) and a DJs for the Infra-Drinkup!
-> Join the OrgaMailinglist
here: https://lists.freifunk.net/mailman/listinfo/34c3-orga-freifunk.net
-> Do spread this mail to your channels or other groups that may be
interested in infra topics! 

Who is attending the 34c3? We look forward to meet with you and
collaborate for a gorgeous infrastructure space!

Greetings from the Freifunk 34c3 Orgateam

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


[coreboot] Cherry Trail Support

2017-07-16 Thread Arne Zachlod
Hi all,

I got a GPD Pocket with an Atom X7-Z8750 (Cherry Trail).

I would like to use coreboot with it, but there seems to be no support
for Cherry Trail, is support for this platform planned/worked on or is
this more likely not going to happen?

Thanks,
Arne

-- 
coreboot mailing list: coreboot@coreboot.org
https://mail.coreboot.org/mailman/listinfo/coreboot


bug in addressspace?

2010-09-28 Thread Arne Zachlod

Hello!

currently I'm working on my own CardBus card and I test and debug it 
with your beautiful tools. I have seen that the Linux-system freezes if 
I plug in my card if I give the card these initial values for address 
spaces:


BAR0 - 0x 9011
BAR1 - 0x 9019
BAR2 - 0x 9021
BAR3 - 0x 9029
BAR4 - 0x 9031
BAR5 - 0x 9001

I know these values are completely bullsh*t but i think a system 
shouldn't get unstable ore freeze because you plug in something thats 
not covered by the specs.

I tested this with kernel 2.6.35.6.
I don't know which other informations you need, so please give me a list 
or something like this. If you like I could show you some kind of 
LogicAnalyzer output of the situation (you can probably see there what 
data got transferred). dmesg and lspci is not possible because the 
complete PC freezes in that situation.


Regards,
Arne



___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia


dump_cis

2010-09-10 Thread Arne Zachlod

Hello,

at the moment I'm developing a CardBus-Card and I would like to use the 
dump_$something , especially the dump_cis tool to debug my Card, but it 
seems like the tools are not in the pccardctl-package included anymore. 
Is there another way to read out the CardBus-Registers?

In case it is needed: I'm running kernel 2.6.32 and PCMCIAutils 0.17

Regards,
Arne

___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia


Re: mdbus not available - but where?

2008-10-09 Thread Arne Zachlod
Michael 'Mickey' Lauer schrieb:
 [EMAIL PROTECTED]:/media/card# ./gprs-on.sh
 /org/freesmartphone/GSM/Device: ActivateContext failed: 
 org.freedesktop.DBus.Python.Exception
 

 Please enable debbuging logs (see the mdbus wiki page on how to do that)
 and show both the frameworkd log as well as the output of the syslog
 (where ppp emits its logs), then we can debug further.

 :M:


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   
i have done this now:

[EMAIL PROTECTED]:~# mdbus -s org.freesmartphone.frameworkd 
/org/freesmartphone/Framework org.freesmartphone.Framework.SetDebugLevel 
ogsmd DEBUG
[EMAIL PROTECTED]:~# mdbus -s org.freesmartphone.frameworkd 
/org/freesmartphone/Framework 
org.freesmartphone.Framework.SetDebugDestination syslog DEBUG

but what now? where can i find the logs? i have no idea :(

zachso

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


mdbus not available - but where?

2008-10-08 Thread Arne Zachlod
Hi,

i have installed Rasterman Image and FSO on my freerunner and it runs, 
it didn't work, but it runs :)
but there is a problem, i want to use mdbus for gprs, but i can't find a 
package where it is, does anybody knows in which package i can find mdbus?
and does anybody have a compiled openmoko-mail or me? this would be very 
nice, it looks so great, but i'm too stupid to compile it by myself.

bye, zachso

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: mdbus not available - but where?

2008-10-08 Thread Arne Zachlod
Michael 'Mickey' Lauer schrieb:
 Hi Arne,

 mdbus is from git.freesmartphone.org (pyton-helpers/mickeydbus).

 Get it as ipkg from e.g.

 http://downloads.freesmartphone.org/fso-unstable/feeds/armv4t/mickeydbus_0.9.0+gitr0+d1f32060474767582dd4248d5e5c2adc63931d5a-r0_armv4t.ipk

 I don't have openmoko-mail, I don't actually know the status of this
 GSoC project. Thos?

 :M:


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   
Hi Mickey,

very cool thing, i have installed it from testing, but my GPRS didn't 
work. if I try gprs-on.sh there is this answer:

[EMAIL PROTECTED]:/media/card# ./gprs-on.sh
/org/freesmartphone/GSM/Device: ActivateContext failed: 
org.freedesktop.DBus.Python.Exception

i have no idea what that means or what i could do to fix this problem, 
does anybody has a hint?

bye, zachso

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: FSO repository -how to use it?

2008-10-08 Thread Arne Zachlod
Leonti Bielski schrieb:
 Hello!
 I've just installed Rasterman's image and I want to add FSO to it.
 I deleted all from /etc/opkg
 and run those commands:
 echo src/gz fso-base 
 http://downloads.freesmartphone.org/fso-testing/feeds/om-gta02;  
 /etc/opkg/fso-base.conf
 echo src/gz fso-all 
 http://downloads.freesmartphone.org/fso-testing/feeds/all;  
 /etc/opkg/fso-all.conf
 echo src/gz fso-armv4t 
 http://downloads.freesmartphone.org/fso-testing/feeds/armv4t;  
 /etc/opkg/fso-armv4t.conf

 But when I try to install frameworkd or zhone I get:
  * Packages were found, but none compatible with the architectures 
 configured

 How to configure the architecture?
 What I did wrong?
 Leonti
 

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
i think u deleted arch.conf i dont know what this file does, but i think 
that was the mistake. i can't send you one because my FR isn't here atm, 
but eventually everyone else could do this...

bye, zachso

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


installing debian without the freerunner?

2008-09-27 Thread Arne Zachlod
Hi there!

i have some problems with my freerunner atm, but i want to install 
debian on it. is there a way to do that with the computer instead with 
the freerunner? also the freerunner has a very small connection, usb and 
wifi are both too slow for me. so, is there a way?

ciao, Zachso



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


need a new u-boot_env

2008-09-20 Thread Arne Zachlod
Hello there!

i had destroyed my u-boot_env and can't get a new one because of this 
bug in envedit.pl:

:~/Desktop/devirginator$ ./envedit.pl -D GTA02 -s 262144 -i env.in -f 
environment.in -o env.out
CRC error: expected 0x27a5eefd, got 0x20230a23

so, is there anyone who could send me a proper u-boot-env?

first bootdevice should be flash and the rest is unimportant, but you 
can put there as much as you like. my device is a GTA02v05

thanks a lot, greetings, zachso

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


gamepad for openmoko

2008-09-03 Thread Arne Zachlod
Hi guys,

i have found a gamepad for the openmoko device:

http://www.pearl.de/a-HZ1400-4046.shtml?vid=917

is there a way to connect this via bluetooth to the phone?

ciao, Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


compiling lincity

2008-08-18 Thread Arne Zachlod
Hey guys!

i want to compile the game lincity for the freerunner and everything 
worked fine, but it doesn't works. it wants to cd in the sources-dir pon 
my desktop (which is of course not available on my freerunner).

so if anyone wants to help i would be happy if you drop me a line.


bye, Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Debian on Freerunner?

2008-08-14 Thread Arne Zachlod
Is there a way to get Debin for Freerunner? i can't find any image 
neither a kernel, nor a rootfs...  but i would like to have Debian on my 
phone...


ciao, Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Debian on Freerunner?

2008-08-14 Thread Arne Zachlod
i don't like to be patient can u say me where i can find the 
statement tomorrow? i want to be informed as early as possible... and i 
cant see my mails at work ;)- so some more information as tomorrow 
would be great :)

ciao, Arne



Joachim Breitner schrieb:
 Hi,

 Am Donnerstag, den 14.08.2008, 20:06 +0200 schrieb Arne Zachlod:
   
 Is there a way to get Debin for Freerunner? i can't find any image 
 neither a kernel, nor a rootfs...  but i would like to have Debian on my 
 phone...
 

 please be patient for (hopefully)less than a day, there will be an
 official annoucement regarding debian and Freerunner.

 Greetings,
 Joachim

   
 

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


full-keyboard for Om 2008.08?

2008-08-08 Thread Arne Zachlod
Hello there!

i like the new look of the freerunner, but what i don't like is the 
keyboard. is there a possibility to re-install a full qwerty KB or 
something like that? navigate in terminal with the standard-kb is terrible.

thanks, Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: firmware Re: IMEI

2008-08-03 Thread Arne Zachlod
no, we haven't, everything with GSM is in a very strict NDA.




Learning It schrieb:
 Hi

 Do we have sources of firmware for GSM chipset?


 --- On Sat, 8/2/08, Mikko Rauhala [EMAIL PROTECTED] wrote:

   
 From: Mikko Rauhala [EMAIL PROTECTED]
 Subject: Re: IMEI
 To: community@lists.openmoko.org
 Date: Saturday, August 2, 2008, 7:36 PM
 la, 2008-08-02 kello 12:17 -0700, Learning It kirjoitti:
 
 Where is stored IMEI?
   
 The GSM chipset.

 
 Could it be changed?
   
 Not in any documented manner.

 -- 
 Mikko Rauhala   - [EMAIL PROTECTED] -
 URL:http://www.iki.fi/mjr/
 Transhumanist   - WTA member -
 URL:http://www.transhumanism.org/
 Singularitarian - SIAI supporter -
 URL:http://www.singinst.org/




 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 


   


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: firmware Re: IMEI

2008-08-03 Thread Arne Zachlod
i think harder than the gsm-nonfree-code are troubles with the glamo 
chip, i dont like to have a 3d-chip in my phone which does nothing 
expect of burning energy :( i think these NDA-troubles and the fact that 
there is no OpenGL ES driver are harder than don't have the gsm-firmware.

regards, Arne


Robert Schuster schrieb:
 Hi.

 Learning It schrieb:
   
 It means that this project is not totaly open to communityhmmm
 
 The fact that specs for the GSM chipset cannot be released to the public
 was communicated to the community from day 1. Furthermore there is no
 non-free stuff on the Linux side of things in the Freerunner.

 Regards
 Robert

   
 --- On Sun, 8/3/08, Mikko Rauhala [EMAIL PROTECTED] wrote:

 
 From: Mikko Rauhala [EMAIL PROTECTED]
 Subject: Re: firmware Re: IMEI
 To: community@lists.openmoko.org
 Date: Sunday, August 3, 2008, 11:18 AM
 su, 2008-08-03 kello 04:12 -0700, Learning It kirjoitti:
   
 Do we have sources of firmware for GSM chipset?
 
 No.

 -- 
 Mikko Rauhala   - [EMAIL PROTECTED] -
 URL:http://www.iki.fi/mjr/
 Transhumanist   - WTA member -
 URL:http://www.transhumanism.org/
 Singularitarian - SIAI supporter -
 URL:http://www.singinst.org/




 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
   


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

 


   
 

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: firmware Re: IMEI

2008-08-03 Thread Arne Zachlod
no, there isn't, this is because of the contracts and NDA's from all 
GSM-Cipset-Manufacturer. the GSM-System is one of the best secrets ;) - 
even better as the new BatMan-Movie


Learning It schrieb:
 There is any GSM chipset with full source codes on the net?


 --- On Sun, 8/3/08, Robert Schuster [EMAIL PROTECTED] wrote:

   
 From: Robert Schuster [EMAIL PROTECTED]
 Subject: Re: firmware Re: IMEI
 To: [EMAIL PROTECTED], List for Openmoko community discussion 
 community@lists.openmoko.org
 Date: Sunday, August 3, 2008, 1:11 PM
 Hi.

 Learning It schrieb:
 
 It means that this project is not totaly open to
   
 communityhmmm
 The fact that specs for the GSM chipset cannot be released
 to the public
 was communicated to the community from day 1. Furthermore
 there is no
 non-free stuff on the Linux side of things in the
 Freerunner.

 Regards
 Robert

 
 --- On Sun, 8/3/08, Mikko Rauhala
   
 [EMAIL PROTECTED] wrote:
 
 From: Mikko Rauhala
 
 [EMAIL PROTECTED]
 
 Subject: Re: firmware Re: IMEI
 To: community@lists.openmoko.org
 Date: Sunday, August 3, 2008, 11:18 AM
 su, 2008-08-03 kello 04:12 -0700, Learning It
 
 kirjoitti:
 
 Do we have sources of firmware for GSM
   
 chipset?
 
 No.

 -- 
 Mikko Rauhala   - [EMAIL PROTECTED] -
 URL:http://www.iki.fi/mjr/
 Transhumanist   - WTA member -
 URL:http://www.transhumanism.org/
 Singularitarian - SIAI supporter -
 URL:http://www.singinst.org/




 ___
 Openmoko community mailing list
 community@lists.openmoko.org

 
 http://lists.openmoko.org/mailman/listinfo/community
 
   


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


   


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


matchbox keyboard don't work with new images?

2008-08-03 Thread Arne Zachlod
Hi guys!

i have tried a new image today from buildhost and it seems like the 
matchbox-keyboard don't work anymore. everytime if i wabnt to install 
the keyboard i get these errors:

# opkg install matchbox-keyboard-im_0.0\+svn
r1910-r10_armv4t.ipk matchbox-keyboard-applet_0.0\+svnr1910-r10_armv4t.ipk
 
Installing matchbox-keyboard-im (0.0+svnr1910-r10) to root...
Installing matchbox-keyboard-applet (0.0+svnr1910-r10) to root...
Collected errors:
 * ERROR: Cannot satisfy the following dependencies for 
matchbox-keyboard-im:
 *  gtk+-fastscaling (= 2.10.14) *
 * ERROR: Cannot satisfy the following dependencies for 
matchbox-keyboard-applet:
 *  gtk+-fastscaling (= 2.10.14) *

i cant find this package anywhere (i mean gtk+-fastscaling). does 
anybody knows what to do now?  the multitap-pad KB isn't nice, and i 
need a full-keyboard.

regards, Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


PyGTK- installation?

2008-08-03 Thread Arne Zachlod
Hello!

i want to install some software and need PyGTK for this. i have 2 
questions: why isn't it in the repos anymore? and has anyone a build for 
me? this would be very nice, because i don't have a mokoMakefile thanks 
a lot,

Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: PyGTK- installation?

2008-08-03 Thread Arne Zachlod
yes, but since is isn't in the repos anymore this doesn't work. thats 
why if you need i now you have to pack it by yourself. because i have no 
MokoMakefile installed on my machine, i can't build the package by 
myself as described in the wiki and because of this i can't install mofi 
or lint-wifi or some other packages. i dont know why they aren't in the 
repos, but i miss them :(

bye, Arne


Dimitri schrieb:
 I was able to install it, a few days ago, by typing this in the terminal:

 opkg install python-pygtk

 D


 Arne Zachlod wrote:
   
 Hello!

 i want to install some software and need PyGTK for this. i have 2 
 questions: why isn't it in the repos anymore? and has anyone a build for 
 me? this would be very nice, because i don't have a mokoMakefile thanks 
 a lot,

 Arne

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


 

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: pdf in openmoko?

2008-07-19 Thread Arne Zachlod

i don't know why it isn't in the repository :).
but if i try to compile version 0.1.6 there is the following error 
(after om-conf epdfview):

__
checking for POPPLER... configure: error: Package requirements 
(poppler-glib = 0.5.0 gdk-2.0 = 2.6.0 pango) were not met:

No package 'poppler-glib' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables POPPLER_CFLAGS
and POPPLER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

FATAL: oe_runconf failed
___

so, i know what it means, but i don't know what to do now? so, can 
anyone help? or give me a precompiled version? i need a pdf-viewer for 
my hollidays for reading a book, so this would be very nice.

Regards,
Arne



Brad Pitcher schrieb:
 There is a package called epdfviewer in openembedded which I used to use 
 on my Neo1973.  I'm too lazy to build it and it's dependancies.  Why 
 isn't it in the repository?

 Arne Zachlod wrote:
   
 hey guys!

 does anybody knows how i can open pdf documents in openmoko? very cool 
 would be if i could open them with gpe-filebrowser, but only open is 
 enought, too.

 ciao, Arne

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
 


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: pdf in openmoko?

2008-07-19 Thread Arne Zachlod
tank you very much, i will put the address in the wiki if you agree.


arne anka schrieb:
 i put epdfview up to http://www.ginguppin.de/node/18
 surprisingly enough you don't need any other libraries -- all dependencies  
 are in the repositories.
 just do
 opkg install epdfview_somenumbers.ipk

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


pdf in openmoko?

2008-07-18 Thread Arne Zachlod
hey guys!

does anybody knows how i can open pdf documents in openmoko? very cool 
would be if i could open them with gpe-filebrowser, but only open is 
enought, too.

ciao, Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: NVidia S-O-C

2008-07-14 Thread Arne Zachlod
on heise.de they wrote something about windows-support only.


Francesco Cat schrieb:
 I found this System on a Chip by NVidia:
 http://www.nvidia.com/object/tegra_600.html and
 http://www.nvidia.com/object/apx_2500.html

 It is something A-M-A-Z-I-N-G and I say I would love to see it on a GTA04 ;)

 What do you think about? Will we have a chance to see it? Or it is
 pure dreaming since it won't be open at all?
 Nvidia seems to care about Linux and OpenSource, we might try a ride ;)

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


libpcap in toolchain

2008-07-12 Thread Arne Zachlod

Hello there!

it would be very nice if anyone could implement the libpcap in the 
toolchain. would this be possible for anyone? unfortunately i cant do it 
:(. the lib is required for kismet, and i think kismet would be very 
nice for everyone here ;).


thanks, arne



Re: What version of the Freerunners OS has the best SIM card support?

2008-07-12 Thread Arne Zachlod
Marco Trevisan (Treviño) schrieb:
 Adam Talbot wrote:
   
 What version of the FreeRunner's OS has the best SIM card support?
 Spent the last week fighting with SIM cards. Just want it to run.  Is
 this even controlled by the OS, or is it something deeper?
 

 I figure it's controlled by GSM firmware. It should be open sourced too, 
 isn't it?


   
no, gsm firmware isn't open source because of the very strict NDA.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Accessing the freerunner filesystem

2008-07-11 Thread Arne Zachlod
if u have your freerunner connected via usb to your PC, u can connect to 
him via ssh.
look here for info: 
http://wiki.openmoko.org/wiki/Getting_Started_with_your_Neo_FreeRunner#Connect_to_the_Neo_FreeRunner_By_USB_Networking

for adding files on the freerunner i use gftp in ssh2 mode, that's very 
comfortable.

regards, arne


Kalle Happonen schrieb:
 Hi all,
 I was wondering what the easiest way to access freerunner's filesystem 
 from a computer. Or just copy over files. If i got the wlan up, it would 
 be one way, but for that I apparently need to write the wpa supplicant 
 conf, and I prefer not doing that on the phone :). I could probalby just 
 make a new image with the files included, but is there an easier way? I 
 could probably copy it over to the flash card on the laptop, but that 
 also means removing the battery and sim for every change.

 Cheers,
 Kalle



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Better keyboard?

2008-07-09 Thread Arne Zachlod
Hi there!

is it possible to get an better keyboard than this handy- keyboard at 
the moment in the GTK-release? does anyone knows this? i think there is 
somethink like an keyboard- canger, but i cant find any information 
about that.

thanks, Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


problem with toolchain- want to cross-compile lincity

2008-07-08 Thread Arne Zachlod

Hey guys,

i downloaded lincity 1.13.1 today from sf.net and wanted to 
cross-compile it with the om-toolkit, but i get errors (yes, i expected 
this ;)). I did the following:

1. unzipped the source
2. renamed the dir to lincity
3. copied autogen.sh from the openmoko sample2 into the lincity dir
4. run om-conf lincity
5. run ./autogen.sh (here i do get the first error, but i thinks that 
shouldn't be the problem)

6. run make (here is the fatal error what's the bigger problem)


error 1 seems like this:

Running ./configure --enable-maintainer-mode ...
configure: loading site script /usr/local/openmoko/arm/site-config
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t 
-mtune=arm920t

checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C 
compiled programs.

If you meant to cross compile, use `--host'.
See `config.log' for more details.

I think that's all what is interesting. but i think thats no prolem, 
because its no problem in the sample, too (there i do get the same error).


second error, that one after make is this:

libtool: link: cannot find the library 
`/space/fic/openmoko-daily/openmoko/staging/arm-angstrom-linux-gnueabi/usr/lib/libz.la' 
or unhandled argument 
`/space/fic/openmoko-daily/openmoko/staging/arm-angstrom-linux-gnueabi/usr/lib/libz.la'


the point is, i don't know why he needs this lib and why it should be 
there? i have no dir /space and no libz.la file in my 
openmoko-toolchain, but i do have a libz.a, so what do i have to do? I'm 
no c-expert or Makefile-expert, i know a litte bit, not more, but i'm a 
fan of lincity and freeciv and i want them on my phone, so can anyone 
help here? I would like to port them for openmoko, because I do love 
both games.


thanks a lot, regards,

arne



Re: freerunner unable to work with 3G SIMCards?

2008-07-07 Thread Arne Zachlod
shawn_lin schrieb:
 Joachim Steiger 提到:
   
 Chaosspawn23 wrote:
   
 
 [unlurk]
 Having the same problem with my O2 SIMCard, I too would like to offer my 
 help in
 tracking down the problem. Just tell me if I can do something to help.
 [/unlurk]
 
   
 hey there

 i've done a few quick tests with a borrowed O2 3G-sim and ran into the
 same problem.
 BUT since this sim is from a gsm-geek we quickly tested a few things:
 this sim had the pin set to 'off' (not asking, just do register) and the
 FSO milestone1 which i used for testing still was asking me for a pin.
 obviously the previously used pin was not accepted.
 then we put the sim into another phone, set the pin from 'off' to ''
 and swapped it back to the FR.
 after booting FSO asked for a pin again, and this time it took the 
 and registered fine. a quick call worked fine from that point on.

 so: if your O2 3g sim does not want your (supposedly correct) pin, check
  if the pin is really needed with a second phone, and if not, set it to
  or so.
 if this works for more people than just me, we might just have found a
 workaround.


 ps: i have photos of the 'tricky' O2 sim, so if youre unsure or find
 yours does the same, we should be able to identify the manufacturer by a
 nice high-res shot of the 'chip' (the layout of the pads is somehow
 'characteristic')


 kind regards


   
 
 Dear all:

 The attached URL is the SIM test results for your reference. If any 
 question, please contact with me.

 http://people.openmoko.org/testing/software/Testreport/TI%20calypso%20SIM%20card%20Test%20Report/
  


 Best regards,Shawn

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
1st question: why do I get an 403 (forbidden)?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: freerunner unable to work with 3G SIMCards?

2008-07-05 Thread Arne Zachlod
Hi all,
I get my new SIM today per post and it works fine. But I have to say- an 
1.5 year old SIM card isn't old in my eyes!! that can't be the solution 
for everyone- to get a new SIM, so you have to bring out a patch for 
this issue. because most customers won't accept that they have to get 
(or buy) a new sim-card. Even not when they recognise that older 
sim-cards work (oldest card i have put in was a 8 years old 2G card).

bye, Arne


steve schrieb:
 Arne,

   Getting a new SIM worked for us in the USA. When I talked to the ATT
 people about it they admitted
 This was a common annoyance. Olds SIMS not working in new phones, especially
 is the SIM was purchased
 In an phone under contract.

   

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Arne Zachlod
 Sent: Thursday, July 03, 2008 12:28 AM
 To: List for Openmoko community discussion
 Subject: Re: freerunner unable to work with 3G SIMCards?

 i don't think the card is the problem, but the freerunner. The card works in
 all phones (3G and non3G) i have tried, excluding the FR, so i think there
 HAVE to be a bug or something else, but no idea how to find out what could
 be wrong.
 I asked my provider for a new card now and he said he will send me one. 
 Now i have to wait, but im not sure that this will help me.

 bye, Arne


 Michael Shiloh schrieb:
   
 Don't give up yet - let's try to gather some more information.

 If your card is more than a few months old it would be very 
 interesting to try a new card on the very same contract. Would the 
 provider be willing to exchange your card for a new one?

 Michael

 Arne Zachlod wrote:
   
 
 I have testes the non-3G e-plus SIM card form my girlfirend and it 
 works. i think the problem is with the 3G sim cards only, not with 
 the normal 2,5G Standartd-cards. or with some of the 3G-cards. 
 really, i have no idea. in germany it is now around 9:00 AM so i will 
 go to a phone-shop now and ask there. i would have no problem with 
 changing the network, but the problem is that i would have to wait 
 for a half year until my actually contract get off (or what is the 
 english word for
 that?) and thats absoulutely too long, because i don't want to change 
 my telephone number. so the only option is finding the bug? or 
 getting a working SIM Card.

 Regards, Arne


 Michael Kluge schrieb:
 
   
 Most probably. I am waiting for one too and will use it with a SIM 
 card from SIMYO. It's a prepaid card, they charge for 1MB data 24 
 Cent and use the e-plus network. I guess a few people with a 
 freerunner have such a card as most other offers for data is more
 
 expensive.
   
 Michael

 Am Donnerstag, 3. Juli 2008 08:04:08 schrieb Michael Shiloh:
   
   
 
 Do we have any other Freerunners who are e-plus customers in Germany?
 Need to get some information here.

 Michael

 Arne Zachlod wrote:
 
 
   
 Hi Michael,

 my network provider is e-plus and i'm located in germany.

 Arne

 Michael Shiloh schrieb:
   
   
 
 Hi Arne,

 Who is your network provider?
 Where are you located?

 Michael?

 Arne Zachlod wrote:
 
 
   
 Hej guys, I had got my today and i have tested it, but my 3G 
 card doesn't function with it. he can't find a network and is 
 unable to get the pin. (i have disabled pin with another phone, 
 then there was only the problem that he doesn't find a network). 
 but with other SIM Cards form same provider there is no problem.
 and other, non-3G-phones hasn't problem with this card, too.
 i have no idea where i can find any informations. the gsm.log 
 file doesn't exist and my gsm-firmware-version is moko8. So, my
 
 question is:
   
 does anybody else has a problem with 3G Sim card?

 Thank you, Arne


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
   
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 
   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
   
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 
   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   
   
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org

Re: freerunner unable to work with 3G SIMCards?

2008-07-03 Thread Arne Zachlod
I have testes the non-3G e-plus SIM card form my girlfirend and it 
works. i think the problem is with the 3G sim cards only, not with the 
normal 2,5G Standartd-cards. or with some of the 3G-cards. really, i 
have no idea. in germany it is now around 9:00 AM so i will go to a 
phone-shop now and ask there. i would have no problem with changing the 
network, but the problem is that i would have to wait for a half year 
until my actually contract get off (or what is the english word for 
that?) and thats absoulutely too long, because i don't want to change my 
telephone number. so the only option is finding the bug? or getting a 
working SIM Card.

Regards, Arne


Michael Kluge schrieb:
 Most probably. I am waiting for one too and will use it with a SIM card from 
 SIMYO. It's a prepaid card, they charge for 1MB data 24 Cent and use the 
 e-plus network. I guess a few people with a freerunner have such a card as 
 most other offers for data is more expensive.

 Michael

 Am Donnerstag, 3. Juli 2008 08:04:08 schrieb Michael Shiloh:
   
 Do we have any other Freerunners who are e-plus customers in Germany?
 Need to get some information here.

 Michael

 Arne Zachlod wrote:
 
 Hi Michael,

 my network provider is e-plus and i'm located in germany.

 Arne

 Michael Shiloh schrieb:
   
 Hi Arne,

 Who is your network provider?
 Where are you located?

 Michael?

 Arne Zachlod wrote:
 
 Hej guys, I had got my today and i have tested it, but my 3G card
 doesn't function with it. he can't find a network and is unable to get
 the pin. (i have disabled pin with another phone, then there was only
 the problem that he doesn't find a network). but with other SIM Cards
 form same provider there is no problem.
 and other, non-3G-phones hasn't problem with this card, too.
 i have no idea where i can find any informations. the gsm.log file
 doesn't exist and my gsm-firmware-version is moko8. So, my question is:
 does anybody else has a problem with 3G Sim card?

 Thank you, Arne


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: freerunner unable to work with 3G SIMCards?

2008-07-03 Thread Arne Zachlod
i don't think the card is the problem, but the freerunner. The card 
works in all phones (3G and non3G) i have tried, excluding the FR, so i 
think there HAVE to be a bug or something else, but no idea how to find 
out what could be wrong.
I asked my provider for a new card now and he said he will send me one. 
Now i have to wait, but im not sure that this will help me.

bye, Arne


Michael Shiloh schrieb:
 Don't give up yet - let's try to gather some more information.

 If your card is more than a few months old it would be very interesting 
 to try a new card on the very same contract. Would the provider be 
 willing to exchange your card for a new one?

 Michael

 Arne Zachlod wrote:
   
 I have testes the non-3G e-plus SIM card form my girlfirend and it 
 works. i think the problem is with the 3G sim cards only, not with the 
 normal 2,5G Standartd-cards. or with some of the 3G-cards. really, i 
 have no idea. in germany it is now around 9:00 AM so i will go to a 
 phone-shop now and ask there. i would have no problem with changing the 
 network, but the problem is that i would have to wait for a half year 
 until my actually contract get off (or what is the english word for 
 that?) and thats absoulutely too long, because i don't want to change my 
 telephone number. so the only option is finding the bug? or getting a 
 working SIM Card.

 Regards, Arne


 Michael Kluge schrieb:
 
 Most probably. I am waiting for one too and will use it with a SIM card 
 from 
 SIMYO. It's a prepaid card, they charge for 1MB data 24 Cent and use the 
 e-plus network. I guess a few people with a freerunner have such a card as 
 most other offers for data is more expensive.

 Michael

 Am Donnerstag, 3. Juli 2008 08:04:08 schrieb Michael Shiloh:
   
   
 Do we have any other Freerunners who are e-plus customers in Germany?
 Need to get some information here.

 Michael

 Arne Zachlod wrote:
 
 
 Hi Michael,

 my network provider is e-plus and i'm located in germany.

 Arne

 Michael Shiloh schrieb:
   
   
 Hi Arne,

 Who is your network provider?
 Where are you located?

 Michael?

 Arne Zachlod wrote:
 
 
 Hej guys, I had got my today and i have tested it, but my 3G card
 doesn't function with it. he can't find a network and is unable to get
 the pin. (i have disabled pin with another phone, then there was only
 the problem that he doesn't find a network). but with other SIM Cards
 form same provider there is no problem.
 and other, non-3G-phones hasn't problem with this card, too.
 i have no idea where i can find any informations. the gsm.log file
 doesn't exist and my gsm-firmware-version is moko8. So, my question is:
 does anybody else has a problem with 3G Sim card?

 Thank you, Arne


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   
   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   
   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: freerunner unable to work with 3G SIMCards?

2008-07-03 Thread Arne Zachlod
Hi David,

thnks a lot, i have found now these wiki-article: 
http://wiki.openmoko.org/wiki/Carriers#Germany and have seen that i have 
nearly the same SIM-Card (i have 64K, 3V, #513, H244, 27-658-30-9 
UJ), so i think the new one will help and my problem are gone then.
for the SIMYO-problem: i found here 
https://www.simyo.de/de/informieren/umts.html that all new simyo cards 
are 3G cards. I would still propose that you request a new card, because 
simyo is part of e-plus, so i think they use the same SIM-Cards.

Bye, Arne



David Roetzel schrieb:
 Hi,

   
 Do we have any other Freerunners who are e-plus customers in Germany? 
 

 I do not have a Freerunner (yet) but I have experienced similar
 problems with my Neo1973 with latest GSM firmware. Since the GSM-part
 did not change, I guess it is the same problem.

 I have both an e-plus and an O2 sim card that cause trouble. Both cards
 are 3G and look strikingly similar, except the provider logo of course.

 There seem to be quite a bit of 3G sim cards in circulation that still
 do not work. That is why the infamous bug 666
 (http://docs.openmoko.org/trac/ticket/666) has not been closed yet.

 At least this is not a problem restricted to Openmoko: A friend told me
 about a colleague from work who had to replace his sim card twice to
 get it to work in his new Sony-Ericsson device. At least in this case,
 the provider did not charge for the replacement cards.

 Kind regards

 David


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: freerunner unable to work with 3G SIMCards?

2008-07-03 Thread Arne Zachlod
arne anka schrieb:
 for the SIMYO-problem: i found here
 https://www.simyo.de/de/informieren/umts.html that all new simyo cards
 are 3G cards. I would still propose that you request a new card, because
 simyo is part of e-plus, so i think they use the same SIM-Cards.
 

 i read it, too.
 but, why should i? the freerunner does not support 3g, besides, gprs was  
 sufficient on my treo650, and seeing the trouble with different sim  
 versions ...

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   
oh, i misunderstood you, i thought u have the same problem as i and you 
are looking for a resolution :) i will write again when i have my new card.

bye, arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Openmoko Webshop Reopen NOW!!!

2008-07-03 Thread Arne Zachlod
There never was a 900 version in the official webshop.
Harry wrote:

Dear All,
Sorry for delay long time!!!
So far, only GSM850 Freerunner is available in stock, Debug board and 
spare also!!!

 
bye, arne



Mischa Beitz schrieb:
 Great . . . 10 minutes after the email goes out, and the 900GSM
 version on the website is sold out.

 Will I ever see one of these?

 Ugh.

 mischa

 On Thu, Jul 3, 2008 at 5:31 PM, Harry [EMAIL PROTECTED] wrote:
   
 Dear All,
 Sorry for delay long time!!!
 So far, only GSM850 Freerunner is available in stock, Debug board and
 spare also!!!

 http://www.openmoko.com/store.html

 Freerunner is running

 Thanks and BR



 Harry


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

 



   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: freerunner unable to work with 3G SIMCards?

2008-07-03 Thread Arne Zachlod
Holger Freyther schrieb:
 On Wednesday 02 July 2008 23:48:59 Arne Zachlod wrote:
   
 Hej guys, I had got my today and i have tested it, but my 3G card
 doesn't function with it. he can't find a network and is unable to get
 the pin. (i have disabled pin with another phone, then there was only
 the problem that he doesn't find a network). but with other SIM Cards
 form same provider there is no problem.
 and other, non-3G-phones hasn't problem with this card, too.
 i have no idea where i can find any informations. the gsm.log file
 doesn't exist and my gsm-firmware-version is moko8. So, my question is:
 does anybody else has a problem with 3G Sim card?
 

 In general minicom is your friend. Reenable the PIN on your simcard. execute 
 AT to see if the modem responds to you (kill other users if not), reset using 
 sysfs files if needed.
 Once you get OK on an AT request do:
   AT+CFUN=1
   AT+CPIN?

 it should ask for SIM PIN..

   AT+CPIN=YOURPIN
   AT+CPIN?

 it should say it is ready..

   AT+CREG=1
   AT+COPS=0

 you should see +CREG coming by.


 alternatively if you have qpe installed. You can go 
 to /opt/Qtopia/etc/default/Trolltech/Log.conf change all Enabled = 0 to 
 Enabled = 1. Kill the qpe process, take a look 
 at /etc/X11/XSession.d/89qtopia, copy the two exports to your console, run 
 qpe and take a look at the chat qpe has with the modem.

 please share your results and if you don't know what I'm talking about ask.

 z.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   
I hope I have understood you correctly and did what u meant. this is the 
console output:

[EMAIL PROTECTED]:~# libgsmd-tool -m atcmd
libgsm-tool - (C) 2006-2007 by Harald Welte and OpenMoko, Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY


AT
STR=`AT'
RSTR=`OK'

AT+CFUN=1
STR=`AT+CFUN=1'
RSTR=`OK'

AT+CPIN?
STR=`AT+CPIN?'
RSTR=`+CPIN: SIM PIN'

AT+CPIN=
STR=`AT+CPIN='
cme error: 3
RSTR=`+CME ERROR: 3'


so, i don't know what this error means, but the PIN was right. i hope 
anyone can imagine something with this, because i can't ;)

bye, Arne


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


the brandnew freerunner and the powered-off gsm schip

2008-07-02 Thread Arne Zachlod
yes, i got it! ist cool, it looks nice and i already have the first 
problem- the gsm-chip is powered off when i start the mobile. i can 
power it on, but for that i have ti cancel the pin-dialog an i have no 
idea where can i reopen the dialog. but the phone is nice, very nice :)
i will now look for a possibility for solving that problem. (does anyone 
knows where i can change the standard power setting so that the gsm-chip 
will be powered on at every start of the phone?)

ciao, Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


freerunner unable to work with 3G SIMCards?

2008-07-02 Thread Arne Zachlod
Hej guys, I had got my today and i have tested it, but my 3G card 
doesn't function with it. he can't find a network and is unable to get 
the pin. (i have disabled pin with another phone, then there was only 
the problem that he doesn't find a network). but with other SIM Cards 
form same provider there is no problem.
and other, non-3G-phones hasn't problem with this card, too.
i have no idea where i can find any informations. the gsm.log file 
doesn't exist and my gsm-firmware-version is moko8. So, my question is: 
does anybody else has a problem with 3G Sim card?

Thank you, Arne


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: freerunner unable to work with 3G SIMCards?

2008-07-02 Thread Arne Zachlod
Hi Michael,

my network provider is e-plus and i'm located in germany.

Arne


Michael Shiloh schrieb:
 Hi Arne,

 Who is your network provider?
 Where are you located?

 Michael?

 Arne Zachlod wrote:
   
 Hej guys, I had got my today and i have tested it, but my 3G card 
 doesn't function with it. he can't find a network and is unable to get 
 the pin. (i have disabled pin with another phone, then there was only 
 the problem that he doesn't find a network). but with other SIM Cards 
 form same provider there is no problem.
 and other, non-3G-phones hasn't problem with this card, too.
 i have no idea where i can find any informations. the gsm.log file 
 doesn't exist and my gsm-firmware-version is moko8. So, my question is: 
 does anybody else has a problem with 3G Sim card?

 Thank you, Arne


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Battery life case design

2008-07-01 Thread Arne Zachlod
[EMAIL PROTECTED] schrieb:
 Hi,

 I'm totally thrilled with all the goodies crammed into the gta02, and I'm even
 more thrilled with the ideas people are having to use these goodies.

 Whats less thrilling is the battery life.  Switch on all those goodies and you
 have a phone that will be dead in about 5 hours.  Its king of like owning a
 porche that has a fuel tank the size of a coke can :-)

 I wonder, is it just me or are there enough people out there who are
 interested in having more power?  Enough people to make it worth while some
 company (maybe openmoko) to tool up to produce a new back cover for the gta02
 thats a few mm thicker so it can hold a battery the full size of the rear
 cover... then all we need is a custom battery that will fit in the cover and
 interface with the existing power pins on the rear of the gta02.  Looking at
 it we could easily gain 4-5 times the power with a large flat battery pack.

 Has this been discussed at all?  anyone have any opinions on this?

 Yes I know there is still some work to be done on the openmoko APM functions.
  However when these functions work all they are about is turning stuff off to
 extend battery life.

 Given the openmoko demographic, I'd say having a phone thats a few more
 millimetres thicker to accomodate a large battery (as in function over design)
 is an attractive option... there has to be plenty of takers out there to make
 it worth someone's while to tool up and produce the alternative cover and
 battery pack.

 Regards,

 Jon



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   
Im not sure, but I think with an even thicker phone there will be more 
no-geeks who dont care about the freeness who wont buy the phone only 
because its thick and heavy (and such a phone would be heavy).
an the second problem is, the batty we use now is a standard-battery, u 
can buy an battery like this at ebay for 10 bucks, but a custom battery 
sounds very expensive.
i think the key for longer life isn't a bigger battery, but a better 
energy saving.

regards,

Arne

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: warranty

2008-06-25 Thread Arne Zachlod
in Germany (or the whole EU) every reseller has to give a warranty for 
private customers from 2 years. i can't imagine that any reseller will 
sell only one unit if there is no longer warranty option.



Ajit Natarajan schrieb:
 steve wrote:
   10 pack is a 28 day DOA.

 If that's the only warranty, I'm worried.  Is there any reseller or 
 other option in the U.S. that will give us a longer warranty?  Spending 
 $369 on a unit with such a short warranty is scary.

 I would like to know how others in the U.S. think about this.  Is this a 
 non-issue?

 Thanks.

 Ajit

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community