similar to: torisa rev b

Displaying 20 results from an estimated 200 matches similar to: "torisa rev b"

2003 Apr 21
0
torisa: trying to understand the design
?Hola! I'm trying to understand the torisa design and i'm mistified by the upper part of the third page (generation of ALE and DWR from MEMWR and CS2..5) Can somebody explain me how the magic there works? Why can't just do ALE = ~(CS3 | CS5) and DWR = MEMWR ? (DS app note 326/452, "DS2141A, DS2143, DS2151, DS2153 Interfacing to a Nonmultiplexed Bus", at
2005 Apr 15
2
Newbie question
Hola! I''m trying to follow the User Manual''s example on how to run ttylinux on xen and failing. # xm create ttylinux-xen.cf -c Using config file "ttylinux-xen.cf". Started domain ttylinux, console on port 9604 ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version 3.3.5 (Debian 1:3.3.5-3)) #1 Thu
2001 Jan 02
0
Why add ListenAddress to sshd_conf
?Hola! [Please keep me in the Cc: list, i amn't subscribed to the list] (From ftp://ftp.plig.org/pub/OpenBSD/OpenSSH/portable/openssh-2.2.0p1-vs-openbsd.diff.gz) --- ssh-openbsd-2000090200/sshd_config Tue Aug 8 16:55:05 2000 +++ openssh-2.2.0p1/sshd_config Wed Aug 30 09:40:09 2000 @@ -2,7 +2,7 @@ Port 22 #Protocol 2,1 -#ListenAddress 0.0.0.0 +ListenAddress 0.0.0.0 #ListenAddress ::
2004 Aug 02
1
help with digium E1 card
Hola! I've a Digium E1 card, zaptel recognizes it as (loading the module with debug=1) Setting up DMA (write/read = 321b2000/321b2200) Controller version: 43 Framer: DS21554, Revision: 5 (E1) Found a Wildcard: Digium Wildcard E100P E1/PRA Using CCS/HDB3 coding/framing with CRC4 120 Ohms Calling startup (flags is 4099) Started DMA Got interrupt: 0x0005 /etc/zaptel.conf:
2006 May 02
8
Zapata Telephony interface and torisa module error
Looking at my log file I found the following error: May 2 12:00:45 debian kernel: Zapata Telephony Interface Registered on major 196 May 2 12:00:45 debian kernel: No ISA tormenta card found at d0000 May 2 12:00:45 debian kernel: Zapata Telephony Interface Unloaded May 2 12:00:45 debian insmod: /lib/modules/2.4.20-8smp/misc/torisa.o: init_module: Input/output error May 2 12:00:45 debian
2004 Aug 09
3
Fedora FC2 and Zaptel (Torisa)
Followed the "instructions" on voip-info.org regardinging fedora FC2, making Zaptel seems to work fine, however when I modprobe I get this. It looks like a version mismatch somehow. Ideas? If this ooc, sorry first post here :-) modprobe tor2 WARNING: Error inserting zaptel (/lib/modules/2.6.5-1.358smp/misc/zaptel.ko): Invalid module format WARNING: Error inserting zaptel
2006 Aug 12
0
trivial questions about rails edge
Hola! I''ve just downloaded rails edge and noted two strange things: ---------------- 1. The "About your application.s environment" link on "Welcome aboard" page fails saying: Rails/infoController#properties uninitialized constant Rails::InfoController The trace ends like : vendor/rails/activesupport/lib/active_support/dependencies.rb:178:in
2004 Aug 06
3
E1 monochannel :-(
Hola! I'm using asterisk as H.323 -> PRI gateway. First call goes thru ok, second concurrent call fails with: Aug 6 11:52:30 DEBUG[737292]: chan_h323.c:1038 setup_incoming_call: Sending to context [ip2pri] -- Executing Dial("H323/ip$192.168.32.25:60271/984", "Zap/1/9541163107100") in new stack Aug 6 11:52:30 NOTICE[753677]: app_dial.c:554 dial_exec: Unable to
2013 May 18
4
[LLVMdev] Unsupported MCJIT tests on ARM?
> Both A9 bots are running the same Ubuntu (13.03), with the same GCC (4.7.2), > and are the same hardware (Panda ES RevB), so it really strikes me as odd > that we have such a different behaviour between them. Hmm. I'll see what I can do on my tablet (not tried building LLVM there before so it could take a while), it seems like there are *some* failures everywhere. If we're
2013 May 18
2
[LLVMdev] Unsupported MCJIT tests on ARM?
On 18 May 2013 09:56, Tim Northover <t.p.northover at gmail.com> wrote: > According to Amara that assertion was a bit of paranoia so we'd know > if someone tried emitting .rel relocations and sending the result > through MCJIT. However, now we routinely re-relocate using explicit > addends so as he says it can probably just be removed. > Hi Tim, Sorry, I saw that thread
2013 May 18
0
[LLVMdev] Unsupported MCJIT tests on ARM?
So, it seems David beat me to it, and the assert has already been removed, but the failures are still inconsistent. A9-check-all, compiled with GCC: Tests XPASS: LLVM :: ExecutionEngine__MCJIT__test-common-symbols-remote.ll LLVM :: ExecutionEngine__MCJIT__test-global-init-nonzero-remote.ll LLVM :: ExecutionEngine__MCJIT__test-ptr-reloc-remote.ll Unit-tests pass. A9-self-host, compiled with
2020 Jan 30
7
[RFC] Extending shufflevector for vscale vectors (SVE etc.)
Currently, for scalable vectors, only splat shuffles are allowed; we're considering allowing more different kinds of shuffles. The issue is, essentially, that a shuffle mask is a simple list of integers, and that isn't enough to express a scalable operation. For example, concatenating two fixed-length vectors currently looks like this: shufflevector <2 x i32> %v1, <2 x i32>
2004 Sep 22
8
Digium Hardware
Hi, Has anybody had any problems getting digium hardware lately? Regards Greg Cirino ___________________________________ Cirelle Enterprises Inc. 603-425-2221 www.cirelle.com Website Design www.cirelle.net ProSpeed High Speed Dial-up - 5 Times Faster www.cedata.com Web, FTP, Email Hosting Services www.mlsbot.com MLS IDX Services When You Want It Done Well, Just Call Cirelle It's not just a
2006 Jun 24
6
Ajax fade effect
I have a list of categories, when I delete one of them, I want that item to fade and then get removed. So I do the following: 1. home_controller: def delete @category = Category.find_by_name(params[:name]) @element_id = @category.name Category.delete_all(["name = ?", @category.name]) end 2. delete.rjs: if @element_id page.visual_effect :fade, @element_id
2006 Aug 16
5
Rails theory question, where to put a join query
The is something I wrestle with a bit when I construct joined queries.. Perhaps some experienced insight will straighten this out for me. Say you have two tables with two models, ''authors'' and ''posts''. an author has_many posts, a post has_one author. You need methods to do the following queries: find_author(postid) find_posts(authorid) And you are doing a
2006 Jun 23
2
Foreign key - relations
Hello, I''ve got DB like this: (roughly) create table projects ( id int auto blabla, name varchar(200), user_id int, sales_id int); create table users ( id int auto.., name varchar(50)); So project.user_id has a foreign key to user.id - all is good. Everything works fine. Now my question.. How can set a relationship from two different fields to the users table ?? Fx.
2005 Mar 22
1
Problems loading zapata module under suse 9.2 (cvs stable from 5 days ago) ?
Hi, I've compiled Asterisk cvs stable (few days ago) unde Suse 9.2 without any problems. We're using te110p and wcte11xp module that is autoloaded by Suse 9.2. Card goes green after reboot, but this meesages appear in logs: Mar 22 11:28:51 linux kernel: Zapata Telephony Interface Registered on major 196 Mar 22 11:28:51 linux modprobe: FATAL: Error inserting torisa
2006 Jan 08
2
Zaptel make install error
/bin/sh: -c: line 0: syntax error near unexpected token `;' /bin/sh: -c: line 0: `if [ -n "" ]; then if [ -f ]; then mv -f .bak ; fi; cat .bak | grep -v "alias char-major-250" | grep -v "post-install torisa /sbin/ztcfg" | grep -v "post-install wcfxsusb /sbin/ztcfg" | grep -v "alias wctdm" | grep -v "post-install wctdm
2003 Oct 26
1
After start Asterisk, error foung in the messages log file
Hello all After install the Asterisk, setup the configuration file in the sip.conf and extensions.conf and type "asterisk" with start program. I don't have line card yet. But I found following error in the /var/log/messages. localhost insmod: /lib/modules/2.4.18-5/misc/torisa.o: init_module: Input/output error localhost insmod: /lib/modules/2.4.18-5/misc/torisa.o: insmod
2006 Aug 14
3
Rails on Linux with a MS SQL Database
So, does anyone know much about getting rails (on Linux) to talk to mssql? There is a mssql driver, but it only works in Windows. A site said that using ODBC might be an option, but I didn''t see a specific ODBC driver for rails mentioned. The nix machine runs php and it can connect to the mssql db just fine, I don''t recall if it was using ODBC or free TDS though. I hoped