Nokia D211の取扱説明書

デバイスNokia D211の取扱説明書

デバイス: Nokia D211
カテゴリ: 携帯電話
メーカー: Nokia
サイズ: 0.26 MB
追加した日付: 5/31/2013
ページ数: 11
説明書を印刷

ダウンロード

使い方は?

私たちの目的は、皆様方にデバイスNokia D211の取扱説明書に含まれたコンテンツを可能な限り早く提供することです。オンラインプレビューを使用すると、Nokia D211に関してあなたが抱えている問題に対する解決策の内容が素早く表示されます。

便宜上

説明書Nokia D211をこちらのサイトで閲覧するのに不都合がある場合は、2つの解決策があります:

  • フルスクリーン表示 – 説明書を(お使いのコンピュータにダウンロードすることなく)便利に表示させるには、フルスクリーン表示モードをご使用ください。説明書Nokia D211のフルスクリーン表示を起動するには、全画面表示ボタンを押してください。
  • コンピュータにダウンロード - Nokia D211の説明書をお使いのコンピュータにダウンロードし、ご自身のコレクションに加えることもできます。デバイス上のスペースを無駄にしたくない場合は、いつでもManualsBaseサイトでダウンロードすることもできます。
Nokia D211 取扱説明書 - Online PDF
Advertisement
« Page 1 of 11 »
Advertisement
印刷版

多くの人々は画面表示ではなく印刷された説明書を読むほうを好みます。説明書を印刷するオプションも提供されており、上記のリンクをクリックすることによりそれを利用できます - 説明書を印刷。説明書Nokia D211を全部印刷する必要はなく、選択したページだけを印刷できます。紙を節約しましょう。

要旨

次のページにある説明書Nokia D211の内容のプレビューは、以下にあります。次のページにある説明書の内容をすぐに表示したい場合は、こちらをご利用ください。

内容要旨
ページ1に含まれる内容の要旨


SUPPORT GUIDE FOR
NOKIA D211
LINUX DEVICE DRIVER


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

ページ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

ページ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

ページ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

ページ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

ページ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:

ページ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

ページ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

ページ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.

ページ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

ページ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


類似の説明書
# 取扱説明書 カテゴリ ダウンロード
1 Nokia 103 取扱説明書 携帯電話 120
2 Nokia 12115i 取扱説明書 携帯電話 3
3 Nokia 1280 取扱説明書 携帯電話 239
4 Nokia 112 取扱説明書 携帯電話 67
5 Nokia 1616 取扱説明書 携帯電話 69
6 Nokia 002P132 取扱説明書 携帯電話 38
7 Nokia 1006 取扱説明書 携帯電話 128
8 Nokia 111 取扱説明書 携帯電話 31
9 Nokia 1800 取扱説明書 携帯電話 30
10 Nokia 1203 取扱説明書 携帯電話 10
11 Nokia 1325 取扱説明書 携帯電話 20
12 Nokia 1100 取扱説明書 携帯電話 184
13 Nokia 1112 取扱説明書 携帯電話 101
14 Nokia 1662 取扱説明書 携帯電話 12
15 Nokia 1315 取扱説明書 携帯電話 15
16 Sony HBH-60 取扱説明書 携帯電話 11
17 Sony 1261-4180 取扱説明書 携帯電話 1
18 Sony 1264-0776 取扱説明書 携帯電話 2
19 Sony 1265-9043 取扱説明書 携帯電話 0
20 Sony Mobile Xperia tipo 1264-0772 取扱説明書 携帯電話 0