Bedienungsanleitung Nokia D211

Bedienungsanleitung für das Gerät Nokia D211

Gerät: Nokia D211
Kategorie: Handy
Produzent: Nokia
Größe: 0.26 MB
Datum des Hinzufügens: 5/31/2013
Seitenanzahl: 11
Anleitung drucken

Herunterladen

Wie kann man es nutzen?

Unser Ziel ist Ihnen einen schnellen Zugang zu Inhalten in Bedienungsanleitungen zum Gerät Nokia D211 zu garantieren. Wenn Sie eine Online-Ansicht nutzten, können Sie den Inhaltsverzeichnis schnell durchschauen und direkt zu der Seite gelangen, auf der Sie die Lösung zu Ihrem Problem mit Nokia D211 finden.

Für Ihre Bequemlichkeit

Wenn das direkte Durchschauen der Anleitung Nokia D211 auf unserer Seite für Sie unbequem ist, können sie die folgende zwei Möglichkeiten nutzen:

  • Vollbildsuche – Um bequem die Anleitung durchzusuchen (ohne sie auf den Computer herunterzuladen) können Sie den Vollbildsuchmodus nutzen. Um das Durchschauen der Anleitung Nokia D211 im Vollbildmodus zu starten, nutzen Sie die Schaltfläche Vollbild
  • Auf Computer herunterladen – Sie können die Anleitung Nokia D211 auch auf Ihren Computer herunterladen und sie in Ihren Sammlungen aufbewahren. Wenn Sie jedoch keinen Platz auf Ihrem Gerät verschwenden möchten, können Sie sie immer auf ManualsBase herunterladen.
Nokia D211 Handbuch - Online PDF
Advertisement
« Page 1 of 11 »
Advertisement
Druckversion

Viele Personen lesen lieber Dokumente nicht am Bildschirm, sondern in gedruckter Version. Eine Druckoption der Anleitung wurde ebenfalls durchdacht, und Sie können Sie nutzen, indem Sie den Link klicken, der sich oben befindet - Anleitung drucken. Sie müssen nicht die ganze Nokia D211 Anleitung drucken, sondern nur die Seiten, die Sie brauchen. Schätzen Sie das Papier.

Zusammenfassungen

Unten finden Sie Trailer des Inhalts, der sich auf den nächsten Anleitungsseiten zu Nokia D211 befindet. Wenn Sie den Seiteninhalt der nächsten Seiten schnell durchschauen möchten, können Sie sie nutzen.

Inhaltszusammenfassungen
Inhaltszusammenfassung zur Seite Nr. 1


SUPPORT GUIDE FOR
NOKIA D211
LINUX DEVICE DRIVER


Copyright © 2002 Nokia. All rights reserved. | Date: 05/06/2002.

Inhaltszusammenfassung zur Seite Nr. 2

Contents 1. INTRODUCTION ........................................................................................................... 1 2. REQUIREMENTS.......................................................................................................... 1 3. COMPILING AND INSTALLING THE DEVICE DRIVER ................................................ 1 4. CONFIGURING THE DEVICE DRIVER......................................................................... 2 4.1 GENERAL CONFIGURATION VAR

Inhaltszusammenfassung zur Seite Nr. 3

1. INTRODUCTION This document is an installation and user's guide for the Linux device driver of the Nokia D211. The user should be familiar with installing and compiling device drivers in source code form. For further information on the use of the Nokia D211, please refer to the User's Guide found on the product CD-ROM or visit the Nokia Web site at www.forum.nokia.com. 2. REQUIREMENTS The Linux device driver of the Nokia D211 is provided partly in binary and partly in source code fo

Inhaltszusammenfassung zur Seite Nr. 4

After you have unpacked the device driver package, you can begin the compilation. 1. Copy config.mk.orig to config.mk. 2. Edit the config.mk to match your system. It is important that all the directives in config.mk are correct. Otherwise the device driver may not work or may not even compile. Syntax of the file: LINUX = /usr/src/linux This is the location of the Linux source code OS_RELEASE=2.4.16 Kernel version for module installation ROOTDIR=/ Root directory for kernel m

Inhaltszusammenfassung zur Seite Nr. 5

4.1 GENERAL CONFIGURATION VARIABLES The configuration file contains three general configuration variables. They configure the actions that are performed after the card is inserted. MODE=WLAN PROFILE=My_profile NETWORK_START=yes MODE selects the operating mode. It can be set to WLAN or GSM to enable WLAN or GSM functionality after startup. PROFILE is used to specify the used profile for the selected operating mode. If NETWORK_START is set to “yes”, the network is started after the prof

Inhaltszusammenfassung zur Seite Nr. 6

ssid=Nokia WLAN shared_key1=0x123456789a In this case the network name is Nokia WLAN and the network has one shared WEP key. The card will automatically find the best matching WLAN access point with the desired SSID and matching WEP key. The profile must contain: mode (infra) and the desired ssid (network name). 4.4 GSM CONFIGURATION Note: When referring to GSM data or GSM connection, the information also applies to GPRS connections. To enable a GSM connection, set MODE to GSM:

Inhaltszusammenfassung zur Seite Nr. 7

WLAN ChMinor minor number of the character device GSM TTYDev name of the GSM serial port GSM ChMajor major number of the serial port GSM ChMinor minor number of the serial port GSM status GSM radio status, possible states are: on, off WLAN status WLAN radio status, possible states are: off, initialized, on WLAN state WLAN state, possible values are: disabled, initialized, reset, hidden scan, scanning, joining, authenticating, associating, closed, creating BSS, infra, adhoc WLAN BS

Inhaltszusammenfassung zur Seite Nr. 8

enable_gsm Command gives a PIN code and enables GSM disable_gsm Command disables GSM and stops any connections gsm GSM commands Most important command is enable_gsm which will ask for the PIN code and then give it to the radio card. Giving the PIN code is necessary if GSM is going to be used. One of the command classes is 'gsm'. You can give commands in the 'gsm' set by writing 'nokia_ctl gsm enableGSMradio,' for example. This command enables GSM radio access and it is also necessa

Inhaltszusammenfassung zur Seite Nr. 9

of the user interface is also an example of how to develop software for the Nokia D211 radio card. In order to compile the user interface, the programmer needs to obtain the C++ headers from http://www.forum.nokia.com. The headers can be found in the D211 SDK package and they should be copied from there to control/public/ directory in the Linux driver main directory. After that you can compile the user interface with the command 'make –f Makefile.sdk' in the user interface directory. 9.

Inhaltszusammenfassung zur Seite Nr. 10

A sample configuration file "config.example" can be found in the same directory as the client. Note: The client assumes that GSM has been enabled on the Nokia D211 radio card, i.e. the user has manually enabled it by issuing the command 'nokia_ctl enable_gsm' before running the client. See chapter 5.1 for further information on how to use the nokia_ctl utility. 10. TROUBLESHOOTING I cannot compile the device driver. Make sure you have the right kernel sources. The kernel must match t

Inhaltszusammenfassung zur Seite Nr. 11

BSSID Basic Service Set Identifier. A six-byte address that distinguishes one WLAN access point from another. Sometimes called network ID. Channel A specified frequency band for the transmission and reception of signals. GSM Global System for Mobile Communications. GSM is a digital telecommunications system used widely in Europe, Asia and the Pacific. GPRS General Packet Radio Service. GPRS is a technology that enables sending and receiving data over a mobile network. GPRS as such i


Ähnliche Anleitungen
# Bedienungsanleitung Kategorie Herunterladen
1 Nokia 103 Handbuch Handy 120
2 Nokia 12115i Handbuch Handy 3
3 Nokia 1280 Handbuch Handy 239
4 Nokia 112 Handbuch Handy 67
5 Nokia 1616 Handbuch Handy 69
6 Nokia 002P132 Handbuch Handy 38
7 Nokia 1006 Handbuch Handy 128
8 Nokia 111 Handbuch Handy 31
9 Nokia 1800 Handbuch Handy 30
10 Nokia 1203 Handbuch Handy 10
11 Nokia 1325 Handbuch Handy 20
12 Nokia 1100 Handbuch Handy 184
13 Nokia 1112 Handbuch Handy 101
14 Nokia 1662 Handbuch Handy 12
15 Nokia 1315 Handbuch Handy 15
16 Sony HBH-60 Handbuch Handy 11
17 Sony 1261-4180 Handbuch Handy 1
18 Sony 1264-0776 Handbuch Handy 2
19 Sony 1265-9043 Handbuch Handy 0
20 Sony Mobile Xperia tipo 1264-0772 Handbuch Handy 0