Инструкция для DELL 1135n

(скачивание инструкции бесплатно)
Формат файла: PDF
Доступность: Бесплатно как и все руководства на сайте. Без регистрации и SMS.
Дополнительно: Чтение инструкции онлайн
background image

Linux computer easily in UI based management tool.

1. 

Make sure that the machine is connected to your computer and powered on.

2. 

When the 

Administrator Login

 window appears, type in root in the 

Login

 field and enter the system password.

You must log in as a super user (root) to install the machine software. If you are not a super user, ask your
system administrator.

3. 

Insert the supplied software CD into your CD/DVD drive.
The software CD will run automatically.
If the software CD does not run automatically, click the   icon at the bottom of the desktop. When the Terminal
screen appears, type in the following:
If the software CD is secondary master and the location to mount is /mnt/cdrom,
[root@localhost root]#mount -t iso9660 /dev/hdc /mnt/cdrom
[root@localhost root]#cd /mnt/cdrom/Linux
[root@localhost Linux]#./install.sh
If you still failed to run the software CD type the followings in sequence:
[root@localhost root]#umount /dev/hdc
[root@localhost root]#mount -t iso9660 /dev/hdc /mnt/cdrom

The installation program runs automatically if you have an autorun software package installed and
configured.

4. 

When the welcome screen appears, click 

Next

.

5. 

When the installation is complete, click 

Finish

.

The installation program has added the Unified Driver Configurator desktop icon and the Unified Driver group to the
system menu for your convenience. If you have any difficulties, consult the on screen help that is available through
your system menu or can otherwise be called from the driver package Windows applications, such as 

Unified Driver

Configurator

 or 

Image Manager

.

Installing the driver in the text mode:

If you do not use the graphical interface or have been unable to install the driver, you have to use the driver
in the text mode.
Follow the steps 1 to 3, then type [root@localhost Linux]# ./install.sh. Follow the instructions on the
terminal screen. The installation is completed.
When you want to uninstall the driver, follow the installation instructions above, but type [root@localhost
Linux]# ./uninstall.sh on the terminal screen.

If the printer driver does not work properly, uninstall the driver and reinstall it.
Follow the steps below steps to uninstall the driver for Linux.

1. 

Make sure that the machine is connected to your computer and powered on.

2. 

When the 

Administrator Login

 window appears, type in “root” in the 

Login

 field and enter the system

password.
You must log in as a super user (root) to uninstall the printer driver. If you are not a super user, ask
your system administrator.

3. 

Insert the supplied software CD into your CD/DVD drive.
The software CD will run automatically.
If the software CD does not run automatically, click the   icon at the bottom of the desktop. When the
Terminal screen appears, type in:
If the software CD is secondary master and the location to mount is /mnt/cdrom,
[root@localhost root]#mount -t iso9660 /dev/hdc /mnt/cdrom
[root@localhost root]#cd /mnt/cdrom/Linux

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138