-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added udev rule (placed in udev/). It allows to set group and permissions of all lsi6-devices in /dev - Added handling error of get_device_no function - Removed unnecessary scripts - Modifed documentation
- Loading branch information
Pavel Cheblakov
authored and
Pavel Cheblakov
committed
Sep 23, 2010
1 parent
0dd300a
commit e7c8027
Showing
6 changed files
with
75 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
lsi6 - line serial interface for CAMAC | ||
-------------------------------------- | ||
|
||
See documentation in doc/readme_pci.koi8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,35 +5,43 @@ | |
��������� ���������� ���������� ������ 1.4 �� 24.12.2001 | ||
������������ � �������� ������� camt ������ ��. | ||
|
||
2. ��������� ������. | ||
2. ��������� ��������. | ||
|
||
2.1. ����� ���������� ������ ���������� ����������� ��������� ���� | ||
Linux � ���������, ��� ���� ������������� �� ������ ������. | ||
��� ���������� ������ ����� �������������� ������������ ����� ���� | ||
� ������� modpost (��� ���� 2.6.x) | ||
|
||
2.2. ��� Linux 2.6.x � Makefile ���������� ���� �� | ||
��������� ����, ��������, | ||
LINUX_KERNEL_PATH = /usr/src/linux-2.6.9 | ||
2.1. ��� ������ �������� ���������� ����� ������������ ����� | ||
��� ������� ������ ����. �� ���������, ������ ����� ������������ | ||
��� �������� ����. � ��������� ������ ���� ���������� ���������� | ||
KERNELDIR. | ||
|
||
2.2. | ||
�������������� ������ � �������� �������: | ||
make | ||
make camt | ||
�������������� ������� � �������� �������: | ||
# make modules | ||
# make camt | ||
|
||
2.3. | ||
���������������� udev: | ||
� �������� udev/ ��������� ������� 91-lsi6.rules | ||
��� ���������� ����������� � ������� � ��������� udev | ||
(��� �������, /etc/udev/rules.d) � ����������� �������������� | ||
GROUP � MODE � ����������� �� ����, ����� ������ ����� ������������ | ||
���������� lsi6 � ����� ����� ������� ����� ����� | ||
|
||
��� ����, ��� �� ������ ������� "���������" ����� �������������� | ||
��������: | ||
# udevtrigger | ||
|
||
����������������: | ||
make install | ||
2.4. | ||
|
||
������� ����� ���������: | ||
make devices | ||
���������������� �������: | ||
# make modules_install | ||
|
||
��������� ������: | ||
insmod lsi6.o | ||
modprobe lsi6 | ||
��� ���������� - ����� ���������� � �������� �����-������ | ||
����������� ������������� bios-��. | ||
���� � ������� ��������� ����, ��� ������������� | ||
����� �������. | ||
(���������� - � ���� 2.6.x ������ ����� ���������� .ko) | ||
|
||
��� �������� ������� ������� ����������� udev-�� �������������. | ||
|
||
3. �������������. | ||
���� ���������� /dev/lsi6cardNchannelM | ||
|
@@ -47,7 +55,7 @@ insmod lsi6.o | |
X � Q � ��������������� ����, �.�. ���� � ������� ��� | ||
X=1, ��� �������� ���������� ������� X. | ||
|
||
5. ������������ � ������ Linux | ||
5. ������������ � ������ Linux (�� 1.06) | ||
2.2.0, | ||
2.2.25 | ||
2.4.0 | ||
|
@@ -56,5 +64,13 @@ insmod lsi6.o | |
2.6.0 | ||
2.6.9 | ||
|
||
�.�.������, ���. 39-42-84 | ||
��� ������ 1.06.x | ||
2.6.18 | ||
2.6.33 (����������� ������ ������) | ||
|
||
�.�.������, ���. 329-42-84 | ||
[email protected] | ||
|
||
�.�.�������� (��������� ����� ������ 1.05), | ||
���. 329-42-25 | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SUBSYSTEM=="pci", SYSFS{device}=="0x3333", SYSFS{vendor}=="0x1172", PROGRAM="/root/ttt.pl %M %m" | ||
KERNEL=="lsi6*", GROUP="root", MODE="0660" |