ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] apcupsd_APC_BACK_UPS_CS_650
@ 2009-01-26 10:52 andriy
  2009-01-26 11:10 ` Денис Ягофаров
  0 siblings, 1 reply; 5+ messages in thread
From: andriy @ 2009-01-26 10:52 UTC (permalink / raw)
  To: ALT Linux Community

Hi,community!
Как правильно завести APC Back-UPS CS 650?
Система ALT Branch 5.0
Тип подключения - кабель usb.
Система видит:
dmesg
usb 3-4: new low speed USB device using ohci_hcd and address 2
usb 3-4: configuration #1 chosen from 1 choice
usb 3-4: New USB device found, idVendor=051d, idProduct=0002
usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 3-4: Product: Back-UPS CS 650 FW:817.v4.I USB FW:v4
usb 3-4: Manufacturer: American Power Conversion
usb 3-4: SerialNumber: 3B0815X22307

Но apcupsd запускается, создает в /var/lock  lock-файл, но не работает.

/etc/apcupsd/apcupsd.conf :
UPSCABLE usb
UPSTYPE usb
DEVICE
LOCKFILE /var/lock
SCRIPTDIR /etc/apcupsd
PWRFAILDIR /etc/apcupsd
NOLOGINDIR /etc
ONBATTERYDELAY 6
BATTERYLEVEL 50
MINUTES 3
TIMEOUT 0
ANNOYDELAY 60
NOLOGON disable
KILLDELAY 0
NETSERVER on
NISIP 127.0.0.1
NISPORT 3551
EVENTSFILE /var/lib/apcupsd/apcupsd.events
EVENTSFILEMAX 10
UPSCLASS standalone
UPSMODE disable
STATTIME 0
STATFILE /var/lib/apcupsd/apcupsd.status
LOGSTATS off
DATATIME 0

Пишет что не может подключится к localhost:

Перед этим упсом стоял APC с последовательным интерфейсом - работал без
проблем, конечно же с другими настройками.

Спасибо.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] apcupsd_APC_BACK_UPS_CS_650
  2009-01-26 10:52 [Comm] apcupsd_APC_BACK_UPS_CS_650 andriy
@ 2009-01-26 11:10 ` Денис Ягофаров
  2009-01-26 11:34   ` andriy
  0 siblings, 1 reply; 5+ messages in thread
From: Денис Ягофаров @ 2009-01-26 11:10 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]

andriy пишет:
> dmesg
> usb 3-4: new low speed USB device using ohci_hcd and address 2
> usb 3-4: configuration #1 chosen from 1 choice
> usb 3-4: New USB device found, idVendor=051d, idProduct=0002
> usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
> usb 3-4: Product: Back-UPS CS 650 FW:817.v4.I USB FW:v4
> usb 3-4: Manufacturer: American Power Conversion
> usb 3-4: SerialNumber: 3B0815X22307
>
У меня (APC SC 1500)...

cat /proc/bus/usb/devices
***
T:  Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=067b ProdID=2303 Rev= 3.00
S:  Manufacturer=Prolific Technology Inc.
S:  Product=USB-Serial Controller
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=pl2303
E:  Ad=81(I) Atr=03(Int.) MxPS=  10 Ivl=1ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=83(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
***

так вот он создаёт _последовательное_ устройство /dev/ttyUSB0, и в 
конфигах, нужно оставить всё как было раньше с COM портом, но /dev/ttySX 
заменить на /dev/ttyUSB0.

В общем случае, попробовать
# apctest -d 99


[-- Attachment #2: denyago.vcf --]
[-- Type: text/x-vcard, Size: 269 bytes --]

begin:vcard
fn:Denis Timurovich Yagofarov
n:Yagofarov;Denis Timurovich
org:ITGIS NASU
adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
email;internet:denyago@rambler.ru
title:system administrator
tel;work:80442480755
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] apcupsd_APC_BACK_UPS_CS_650
  2009-01-26 11:10 ` Денис Ягофаров
@ 2009-01-26 11:34   ` andriy
  2009-01-26 13:25     ` Денис Ягофаров
  0 siblings, 1 reply; 5+ messages in thread
From: andriy @ 2009-01-26 11:34 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Денис Ягофаров написав(ла):
> andriy пишет:
>> dmesg
>> usb 3-4: new low speed USB device using ohci_hcd and address 2
>> usb 3-4: configuration #1 chosen from 1 choice
>> usb 3-4: New USB device found, idVendor=051d, idProduct=0002
>> usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
>> usb 3-4: Product: Back-UPS CS 650 FW:817.v4.I USB FW:v4
>> usb 3-4: Manufacturer: American Power Conversion
>> usb 3-4: SerialNumber: 3B0815X22307
>>
> У меня (APC SC 1500)...
>
> cat /proc/bus/usb/devices
пусто у меня в /cat /proc/bus/usb
но USB-устройства есть и работают.
> ***
> T:  Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
> D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> P:  Vendor=067b ProdID=2303 Rev= 3.00
> S:  Manufacturer=Prolific Technology Inc.
> S:  Product=USB-Serial Controller
> C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
> I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=pl2303
> E:  Ad=81(I) Atr=03(Int.) MxPS=  10 Ivl=1ms
> E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> E:  Ad=83(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> ***
>
> так вот он создаёт _последовательное_ устройство /dev/ttyUSB0, и в 
> конфигах, нужно оставить всё как было раньше с COM портом, но 
> /dev/ttySX заменить на /dev/ttyUSB0.
/dev/ttyUSB*  - тоже нету
>
> В общем случае, попробовать
> # apctest -d 99

2009-01-26 13:23:13 apctest 3.14.4 (18 May 2008) altlinux
Checking configuration ...
0.000 apcupsd: drivers.c:183 Looking for driver: usb
0.000 apcupsd: drivers.c:187 Driver dumb is configured.
0.000 apcupsd: drivers.c:187 Driver apcsmart is configured.
0.000 apcupsd: drivers.c:187 Driver net is configured.
0.000 apcupsd: drivers.c:187 Driver usb is configured.
0.000 apcupsd: drivers.c:190 Driver usb found and attached.
0.000 apcupsd: drivers.c:209 Driver ptr=0x807ade4
Attached to driver: usb
sharenet.type = DISABLE
cable.type = USB_CABLE

You are using a USB cable type, so I'm entering USB test mode
mode.type = USB_UPS
Setting up the port ...

и висит...



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] apcupsd_APC_BACK_UPS_CS_650
  2009-01-26 11:34   ` andriy
@ 2009-01-26 13:25     ` Денис Ягофаров
  2009-01-28 16:51       ` andriy
  0 siblings, 1 reply; 5+ messages in thread
From: Денис Ягофаров @ 2009-01-26 13:25 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 1048 bytes --]

andriy пишет:
> пусто у меня в /cat /proc/bus/usb
> но USB-устройства есть и работают.
У меня выполнено что-то вроде:
# mount usbfs /proc/bus/usb
# mount
none on /proc/bus/usb type usbfs (rw)

... просто таким или иным способом можно узнать, какой драйвер 
используется для кабеля (можно ещё попробовать lsusb -v)
> 2009-01-26 13:23:13 apctest 3.14.4 (18 May 2008) altlinux
> Checking configuration ...
> 0.000 apcupsd: drivers.c:183 Looking for driver: usb
> 0.000 apcupsd: drivers.c:187 Driver dumb is configured.
> 0.000 apcupsd: drivers.c:187 Driver apcsmart is configured.
> 0.000 apcupsd: drivers.c:187 Driver net is configured.
> 0.000 apcupsd: drivers.c:187 Driver usb is configured.
> 0.000 apcupsd: drivers.c:190 Driver usb found and attached.
> 0.000 apcupsd: drivers.c:209 Driver ptr=0x807ade4
> Attached to driver: usb
> sharenet.type = DISABLE
> cable.type = USB_CABLE
>
> You are using a USB cable type, so I'm entering USB test mode
> mode.type = USB_UPS
> Setting up the port ...
>
> и висит...
подождать (возможно будет долго...)

[-- Attachment #2: denyago.vcf --]
[-- Type: text/x-vcard, Size: 269 bytes --]

begin:vcard
fn:Denis Timurovich Yagofarov
n:Yagofarov;Denis Timurovich
org:ITGIS NASU
adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
email;internet:denyago@rambler.ru
title:system administrator
tel;work:80442480755
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] apcupsd_APC_BACK_UPS_CS_650
  2009-01-26 13:25     ` Денис Ягофаров
@ 2009-01-28 16:51       ` andriy
  0 siblings, 0 replies; 5+ messages in thread
From: andriy @ 2009-01-28 16:51 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Заработало!
Попередергивал кабеля всех других USB-устройств.
Reboot и работает.
Nut тоже не хотел ничего делать - видимо проблема в кабелях и разных 
хабах-переходниках.
Сейчас apcupsd работает.
Но gapcmon ничего не показывает, хотя на APC Smart с последовательним 
портом показивал все характеристики.
>> пусто у меня в /cat /proc/bus/usb
>> но USB-устройства есть и работают.
> У меня выполнено что-то вроде:
> # mount usbfs /proc/bus/usb
> # mount
> none on /proc/bus/usb type usbfs (rw)
>
> ... просто таким или иным способом можно узнать, какой драйвер 
> используется для кабеля (можно ещё попробовать lsusb -v)
подмонтировал - полезная вещь.
Спасибо.
>> 2009-01-26 13:23:13 apctest 3.14.4 (18 May 2008) altlinux
>> Checking configuration ...
>> 0.000 apcupsd: drivers.c:183 Looking for driver: usb
>> 0.000 apcupsd: drivers.c:187 Driver dumb is configured.
>> 0.000 apcupsd: drivers.c:187 Driver apcsmart is configured.
>> 0.000 apcupsd: drivers.c:187 Driver net is configured.
>> 0.000 apcupsd: drivers.c:187 Driver usb is configured.
>> 0.000 apcupsd: drivers.c:190 Driver usb found and attached.
>> 0.000 apcupsd: drivers.c:209 Driver ptr=0x807ade4
>> Attached to driver: usb
>> sharenet.type = DISABLE
>> cable.type = USB_CABLE
>>
>> You are using a USB cable type, so I'm entering USB test mode
>> mode.type = USB_UPS
>> Setting up the port ...
>>
>> и висит...
> подождать (возможно будет долго...) 
Странно, перегрузился и gapcmon увидел статус UPSа. Работает через apcupsd.
Спасибо!



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-28 16:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-26 10:52 [Comm] apcupsd_APC_BACK_UPS_CS_650 andriy
2009-01-26 11:10 ` Денис Ягофаров
2009-01-26 11:34   ` andriy
2009-01-26 13:25     ` Денис Ягофаров
2009-01-28 16:51       ` andriy

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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