Hi!
I'd like to play around with OsmocomDECT a bit, but my prehistoric
laptop with PCMCIA (my Pismo) has given up on me and all desktop
computers I have are PCIe, none has PCI (the oldest being a PowerMac
G5).
But they all do have USB, and I have a Sinus 702 data, also known as
Gigaset M34, a USB DECT adapter. Here are the details as seen from the
PC side:
DECT Data Device:
Produkt-ID: 0x0026
Hersteller-ID: 0x0681 (Siemens Information and Communication Products)
Version: 1,00
Seriennummer: 00045ABF42
Geschwindigkeit: Bis zu 12 MBit/s
Hersteller: Siemens AG
Standort-ID: 0x04100000 / 5
Verfügbare Stromstärke (mA): 500
Erforderliche Stromstärke (mA): 90
I couldn't find too much information on the chipset in these things,
but if anyone is interested in hacking around with this, I could bring
it to the camp.
Cheers,
Simon
--
ATOM-STROM-AUSSTIEG JETZT!
Noch heute zum günstigsten Ökostromanbieter wechseln!
Naturstrom: 22,5 Cent/kWh, Preisgarantie bis Jahresende!
Einfach anmelden unter http://naturstrom-jetzt.de/
I've merged the DECT tree with the Linux 3.0 release. Due to some
recent firmware changes, I'd appreciate feedback whether things are
still working properly for everyone.
Greetings-
I've been banging my head against a wall today trying to identify hardware and a source of supply.
What I'm trying to do is implement a an Asterisk solution that uses DECT headsets. The headset endpoints have no requirement to dial out, only to participate in a conference bridge. I haven't been able to identify a DECT interface that will allow this.
I'd also entertain a SIP-DECT interface that would be SIP to the asterisk box. Range for this solution needs to be about 40-50m.
Does anyone have any suggestions or thoughts?
To anyone who has had problems cloning the git kernel tree
from dect.osmocom.org, thanks to Harald the problem should
be fixed now.
Please retry and report any problems.
It's seems the osmocom kernel is the only one who have a driver for the pci
quicklogic dosh armand card . is it possible to use this drivers with the
dump pcap tool of dedected (dect_cli) ??
Or, is it possible to dump pcap files with commands in libnl + dectmon ???
Thx for your answers and have nice days ;)
unter Kanotix 2.6.30-10-generic habe ich nun folgenden Fehler bei make:
CC [M] net/dect/mac_ccf.o
net/dect/mac_ccf.c:65: warning: ‘dect_slotnum’ defined but not used
net/dect/mac_ccf.c:75: warning: ‘dect_mfn’ defined but not used
net/dect/mac_ccf.c:211: warning: ‘dect_mbc_tb_get_by_lbn’ defined but not used
CC [M] net/dect/dsc.o
CC [M] net/dect/dlc.o
CC [M] net/dect/dlc_cplane.o
CC [M] net/dect/dlc_b_sap.o
CC [M] net/dect/dlc_s_sap.o
CC [M] net/dect/dlc_uplane.o
CC [M] net/dect/ccp.o
net/dect/ccp.c: In function ‘dect_ccp_send_to_cell’:
net/dect/ccp.c:55: error: implicit declaration of function ‘tipc_send_buf’
make[2]: *** [net/dect/ccp.o] Fehler 1
make[1]: *** [net/dect] Fehler 2
make: *** [net] Fehler 2
Kann jemand helfen?
___________________________________________________________
NEU: FreePhone - kostenlos mobil telefonieren und surfen!
Jetzt informieren: http://produkte.web.de/go/webdefreephone
I'm using the linux-dect code and experimenting with dectmon and the libdect
examples. Mostly, I think they are working well. I have a com-on-air type II
card and it's in an aging P4 laptop. However, I'm having some kernel stability
problems. The machine runs stabily forever before the card is configured with
the netlink utilities. However, once the card is configured then a few minutes
later the kernel will oops.
I'm configuring the card something like:
dect-cluster-add --name cluster0 --emc 0xABCD --fpn 0x12345 --mode PP
dect-cell-add --name cell0 --cluster cluster0 --flags monitor
dect-transceiver-bind --transceiver trx0 --cell cell0
Until the kernel oops then everything seems to work fine and dectmon, for
example will happily log what it sees.
I've attached two kernel logs which seem fairly typical of what is happening.
Can anyone help?
--
Barry Myles
drivers/dect/coa/com_on_air_cs.o
drivers/dect/coa/com_on_air_cs.c:22:23: Fehler: pcmcia/cs.h: Datei oder Verzeichnis nicht gefunden
drivers/dect/coa/com_on_air_cs.c: In Funktion »com_on_air_probe«:
drivers/dect/coa/com_on_air_cs.c:41: Fehler: »win_req_t« nicht deklariert (erste Benutzung in dieser Funktion)
drivers/dect/coa/com_on_air_cs.c:41: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt
drivers/dect/coa/com_on_air_cs.c:41: Fehler: für jede Funktion in der er auftritt.)
drivers/dect/coa/com_on_air_cs.c:41: Fehler: expected »;« before »req«
drivers/dect/coa/com_on_air_cs.c:42: Warnung: ISO C90 forbids mixed declarations and code
drivers/dect/coa/com_on_air_cs.c:67: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:68: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:68: Fehler: »INT_MEMORY_AND_IO« nicht deklariert (erste Benutzung in dieser Funktion)
drivers/dect/coa/com_on_air_cs.c:69: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:70: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:71: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:73: Fehler: »req« nicht deklariert (erste Benutzung in dieser Funktion)
drivers/dect/coa/com_on_air_cs.c:78: Fehler: »struct pcmcia_device« hat kein Element namens »win«
drivers/dect/coa/com_on_air_cs.c:91: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:100: Fehler: Implizite Deklaration der Funktion »pcmcia_request_configuration«
drivers/dect/coa/com_on_air_cs.c:100: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:106: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:109: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:110: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:111: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:112: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
Fehler habe ich unter Kanotix,Ubuntu 10.04,Mandriva 2010.
Normalen Kernel kann ich bauen, aber dieser will nicht.
drivers/dect/coa/com_on_air_cs.c:112: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:112: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:112: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:116: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:118: Warnung: format »%llx« erwartet Typ »long long unsigned int«, aber Argument 4 hat Typ »resource_size_t«
drivers/dect/coa/com_on_air_cs.c:119: Warnung: format »%llx« erwartet Typ »long long unsigned int«, aber Argument 4 hat Typ »resource_size_t«
drivers/dect/coa/com_on_air_cs.c:121: Warnung: format »%llx« erwartet Typ »long long unsigned int«, aber Argument 4 hat Typ »resource_size_t«
drivers/dect/coa/com_on_air_cs.c:122: Warnung: format »%llx« erwartet Typ »long long unsigned int«, aber Argument 4 hat Typ »resource_size_t«
drivers/dect/coa/com_on_air_cs.c:146: Fehler: »struct pcmcia_device« hat kein Element namens »conf«
drivers/dect/coa/com_on_air_cs.c:164: Fehler: »struct pcmcia_device« hat kein Element namens »win«
make[3]: *** [drivers/dect/coa/com_on_air_cs.o] Fehler 1
make[2]: *** [drivers/dect/coa] Fehler 2
make[1]: *** [drivers/dect] Fehler 2
make: *** [drivers] Fehler 2
[root@localhost linux-2.6]#
___________________________________________________________
NEU: FreePhone - kostenlos mobil telefonieren und surfen!
Jetzt informieren: http://produkte.web.de/go/webdefreephone