Nokia D211 دليل المستخدم

دليل المستخدم للجهاز Nokia D211

جهاز: Nokia D211
فئة: الهاتف الخلوي
الصانع: Nokia
مقاس: 0.26 MB
مضاف: 5/31/2013
عدد الصفحات: 11
اطبع الدليل

تحميل

كيفية استخدام هذا الموقع؟

هدفنا هو أن نوفر لك وصولاً سريعًا إلى محتوى دليل المستخدم الخاص بـ Nokia D211. باستخدام المعاينة عبر الإنترنت ، يمكنك عرض المحتويات بسرعة والانتقال إلى الصفحة حيث ستجد الحل لمشكلتك مع Nokia D211.

لراحتك

إذا لم يكن البحث في دليل المستخدم Nokia D211 مباشرة على موقع الويب هذا مناسبًا لك ، فهناك حلان محتملان:

  • عرض ملء الشاشة - لعرض دليل المستخدم بسهولة (بدون تنزيله على جهاز الكمبيوتر الخاص بك) ، يمكنك استخدام وضع العرض بملء الشاشة. لبدء مشاهدة دليل المستخدم 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