ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Alex Moskalenko <mav@elserv.msk.su>
To: Vladimir Istrati <bob@kp.md>,
	ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] HASP на ALS 4.0
Date: Fri, 28 Mar 2008 20:03:55 +0300
Message-ID: <200803282003.55925.mav@elserv.msk.su> (raw)
In-Reply-To: <1265971323.20080328190027@kp.md>

В сообщении от Friday 28 March 2008 20:00:27 Vladimir Istrati написал(а):
> Здравствуйте!
> Кто-то уже решал подобную задачу? (установка ключа на ALS)
Устанавливается и работает.

1. Скачиваете с ftp://ftp.aladdin.com/pub/hasp/new_releases/linux 
aksparlnx-1.7_ARCH_.tar.gz
2. Устанавливаете kernel-headers-modules для нужного вам ядра.
3. Собираете модуль для ядра (я собирал руками через make 
KERNSCR=/lib/modules/KERNEL_VERSION/build kernel26)
4. Копируете получившийся aksparlnx.ko в каталог с модулями Вашего ядра.
5. depmod -a KERNEL_VERSION
6. Udev'ом автоматически /dev/HardLock не создается, поэтому делаем 
mknod /etc/udev/devices/HardLock c 42 0
7. модуль aksparlnx автоматически не грузится, поэтому прописываем его 
в /etc/modules
8. Устанавливаете обвязку в виде aksusbd и hasplm (берутся из архивов на том 
же ftp, я взял RPM от RedHat, поправил init-скрипты и разложил файлы по 
каталогам.
9. chkconfig aksusbd on; chkconfig hasplm on
10. modprobe akdparlnx && mknod /dev/HardLock c 42 0 && service aksusbd start 
&& service hasplm start

Собственно все. На сетевом интерфейсе из внутренней сети должен быть открыт 
UDP-порт 475, в том числе и на broadcast'ы.

-- 
WBR, Alex Moskalenko

  reply	other threads:[~2008-03-28 17:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28 17:00 Vladimir Istrati
2008-03-28 17:03 ` Alex Moskalenko [this message]
2008-03-28 17:19 ` Led

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200803282003.55925.mav@elserv.msk.su \
    --to=mav@elserv.msk.su \
    --cc=bob@kp.md \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git