Displaying 5 results from an estimated 5 matches for "infoname".
Did you mean:
inf_name
2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...st -x port=auto -x
vendorid=... -x productid=... -x subdriver=...
Network UPS Tools - Generic HID driver 0.52 (2.8.0-2557-g81fca30b2)
USB communication driver (libusb 1.0) 0.46
?? 0.000000??? [D3] main_arg: var='port' val='auto'
?? 0.000056??? [D6] testinfo_reloadable: var=port,
infoname=driver.parameter.port, newval=auto, reloadable=0, reload_flag=0
?? 0.000072??? [D6] testinfo_reloadable: verdict for (re)loading
var=port value: 1
?? 0.000101??? [D5] send_to_all: SETINFO driver.parameter.port "auto"
?? 0.000127??? [D3] main_arg: var='vendorid' val='......
2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...ndorid=... -x productid=... -x subdriver=...
> Network UPS Tools - Generic HID driver 0.52 (2.8.0-2557-g81fca30b2)
> USB communication driver (libusb 1.0) 0.46
> 0.000000 [D3] main_arg: var='port' val='auto'
> 0.000056 [D6] testinfo_reloadable: var=port,
> infoname=driver.parameter.port, newval=auto, reloadable=0, reload_flag=0
> 0.000072 [D6] testinfo_reloadable: verdict for (re)loading var=port
> value: 1
> 0.000101 [D5] send_to_all: SETINFO driver.parameter.port "auto"
> 0.000127 [D3] main_arg: var='vendorid'...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
Well, now that the `subdriver` option got added to `usbhid-ups` too, you
can at least try that (by building again the current master). See
command-line help for the subdrivers it would currently recognize, and copy
e.g. the first word as the matching option, e.g.:
./drivers/usbhid-ups -DDDDDD -d1 -s test -x port=auto -x vendorid=...
-x productid=... -x subdriver=...
and try to lockpick your
2005 Jan 19
3
ezstream question
...ill possible ?
>From what I read, it is supposed to be something like this:
<ezstream>
<url>http://localhost:8000/stream.mp3</url>
<sourcepassword>*</sourcepassword>
<format>MP3</format>
<filename>stdin</filename>
<svrinfoname>INFONAME</svrinfoname>
<svrinfourl>INFO</svrinfourl>
<svrinfogenre>RockNRoll</svrinfogenre>
<svrinfodescription>INFODESC</svrinfodescription>
<svrinfobitrate>64</svrinfobitrate>
<svrinfochannels>2</svrinfochannels...
2006 Nov 18
2
RJS page.delay timing issues
...end and display
everything at once, other times it will be jerky. I''m on a pretty
powerful machine, so the javascript shouldn''t be causing system
slowdowns, from what I can tell...
Maybe I''m using it wrong?
info.rjs
1.
2. page.visual_effect :fade, ''Infoname'', :duration => 0.5
3. page.visual_effect :fade, ''InfoDescription'', :duration => 0.5
4. page.visual_effect :fade, ''InfoButton'', :duratin => 0.5
5. page.delay(1.0) do
6. page.insert_html :top, ''countdown'...