Instrukcja obsługi Nokia D211

Instrukcja obsługi dla urządzenia Nokia D211

Urządzenie: Nokia D211
Kategoria: Telefon komórkowy
Producent: Nokia
Rozmiar: 0.26 MB
Data dodania: 5/31/2013
Liczba stron: 11
Drukuj instrukcję

Pobierz

Jak korzystać?

Naszym celem jest zapewnienie Ci jak najszybszego dostępu do treści zawartych w instrukcji obsługi urządzenia Nokia D211. Korzystając z podglądu online możesz szybko przejrzeć spis treści i przejść do strony, na której znajdziesz rozwiązanie swojego problemu z Nokia D211.

Dla Twojej wygody

Jeżeli przeglądanie instrukcji Nokia D211 bezpośrednio na tej stornie nie jest dla Ciebie wygodne, możesz skorzystać z dwóch możliwych rozwiązań:

  • Przeglądanie pełnoekranowe - Aby wygodnie przeglądać instrukcję (bez pobierania jej na komputer) możesz wykorzystać tryp przeglądania pełnoekranowego. Aby uruchomić przeglądanie instrukcji Nokia D211 na pełnym ekranie, użyj przycisku Pełny ekran.
  • Pobranie na komputer - Możesz również pobrać instrukcję Nokia D211 na swój komputer i zachować ją w swoich zbiorach. Jeżeli nie chcesz jednak marnować miejsca na swoim urządzeniu, zawsze możesz pobrać ją w przyszłości z ManualsBase.
Nokia D211 Instrukcja obsługi - Online PDF
Advertisement
« Page 1 of 11 »
Advertisement
Wersja drukowana

Wiele osób woli czytać dokumenty nie na ekranie, lecz w wersji drukowanej. Opcja wydruku instrukcji również została przewidziana i możesz z niej skorzystać klikając w link znajdujący się powyżej - Drukuj instrukcję. Nie musisz drukować całej instrukcji Nokia D211 a jedynie wybrane strony. Szanuj papier.

Streszczenia

Poniżej znajdziesz zajawki treści znajdujących się na kolejnych stronach instrukcji do Nokia D211. Jeżeli chcesz szybko przejrzeć zawartość stron znajdujących się na kolejnych strinach instrukcji, możesz z nich skorzystać.

Streszczenia treści
Streszczenie treści zawartej na stronie nr. 1


SUPPORT GUIDE FOR
NOKIA D211
LINUX DEVICE DRIVER


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

Streszczenie treści zawartej na stronie 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

Streszczenie treści zawartej na stronie 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

Streszczenie treści zawartej na stronie 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

Streszczenie treści zawartej na stronie 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

Streszczenie treści zawartej na stronie 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:

Streszczenie treści zawartej na stronie 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

Streszczenie treści zawartej na stronie 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

Streszczenie treści zawartej na stronie 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.

Streszczenie treści zawartej na stronie 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

Streszczenie treści zawartej na stronie 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


Podobne instrukcje
# Instrukcja obsługi Kategoria Pobierz
1 Nokia 103 Instrukcja obsługi Telefon komórkowy 120
2 Nokia 12115i Instrukcja obsługi Telefon komórkowy 3
3 Nokia 1280 Instrukcja obsługi Telefon komórkowy 239
4 Nokia 112 Instrukcja obsługi Telefon komórkowy 67
5 Nokia 1616 Instrukcja obsługi Telefon komórkowy 69
6 Nokia 002P132 Instrukcja obsługi Telefon komórkowy 38
7 Nokia 1006 Instrukcja obsługi Telefon komórkowy 128
8 Nokia 111 Instrukcja obsługi Telefon komórkowy 31
9 Nokia 1800 Instrukcja obsługi Telefon komórkowy 30
10 Nokia 1203 Instrukcja obsługi Telefon komórkowy 10
11 Nokia 1325 Instrukcja obsługi Telefon komórkowy 20
12 Nokia 1100 Instrukcja obsługi Telefon komórkowy 184
13 Nokia 1112 Instrukcja obsługi Telefon komórkowy 101
14 Nokia 1662 Instrukcja obsługi Telefon komórkowy 12
15 Nokia 1315 Instrukcja obsługi Telefon komórkowy 15
16 Sony HBH-60 Instrukcja obsługi Telefon komórkowy 11
17 Sony 1261-4180 Instrukcja obsługi Telefon komórkowy 1
18 Sony 1264-0776 Instrukcja obsługi Telefon komórkowy 2
19 Sony 1265-9043 Instrukcja obsługi Telefon komórkowy 0
20 Sony Mobile Xperia tipo 1264-0772 Instrukcja obsługi Telefon komórkowy 0