search for: 31b

Displaying 12 results from an estimated 12 matches for "31b".

Did you mean: 1b
2007 Apr 12
3
zaptel/ssh interaction
I hope I don't get flamed the first time I post to a new list. I have spent a couple of hours poking around without seeing anything like this. The problem is, as soon as I load the Zaptel drivers (with a TDM-31B card), ssh into or out of the server is broken. Trying to ssh in, I get: RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01 key_verify failed for server_host_key If I try to ssh out, I get: hash mismatch key_verify failed for server_host_ke...
2006 Apr 25
1
TDM400P: flash on analog phones doesn't work
Hi, I have a TDM400P (31B) in a PIV 2.8, 512Mb ram, CentOS 4.3, zaptel 1.2.5 and Asterisk 1.2.7.1 and a couple of standard analog phones with a flash button. A hook flash works fine for setting up a 3way call. But pressing the flash button doesn't do anything. The zapata config is below. Anyone have an idea what I'm...
2007 Apr 16
1
Zaptel problems in Fedora 6
I am having problems with my zaptel channels on my fresh install of Asterisk 1.4.2 on Fedora core 6. I have a new Digium TDM400P with 2 FXO modules. Both dmesg and ztcfg -vvv show the FXO modules loading correctly: --------------------- Zaptel Version: 1.4.1 Echo Canceller: MG2 Configuration ====================== Channel map: Channel 03: FXS Loopstart (Default) (Slaves: 03) Channel 04: FXS
2013 Apr 06
5
arrange data
...A NA NA NA ... $ 23B: num NA NA NA NA NA NA NA NA NA NA ... $ 25A: num NA NA NA NA NA NA NA NA NA NA ... $ 25B: num NA NA NA NA NA NA NA NA NA NA ... $ 28A: num NA NA NA NA NA NA NA NA NA NA ... $ 28B: num NA NA NA NA NA NA NA NA NA NA ... $ 31A: num NA NA NA NA NA NA NA NA NA NA ... $ 31B: num NA NA NA NA NA NA NA NA NA NA ... $ 32A: num NA NA NA NA NA NA NA NA NA 1.19 ... $ 32B: num NA NA NA NA NA NA NA NA NA NA ... $ 34A: num NA NA NA NA NA NA NA NA NA NA ... $ 34B: num NA NA NA NA NA NA NA NA NA NA ... $ 36A: num NA NA NA NA NA NA NA NA NA NA ... $ 36B: num NA NA NA...
2004 May 03
2
Number of Digium cards in one box...
I know, I know, check the archives but I can't find an answer since the new cards are well, NEW! I understand the whole issue of expandability and flexibility of using a T1 card and an Adtran 750. FXO or FXS, you mix and match. With the new card offerings from Digium I can easily put a 4CO by 8 Station system together. Barring the extra interrupts, extra CPU Cycles of extra interfaces, is
2016 Mar 18
0
[PATCH] gpu/drm: Use u64_to_user_pointer
...2006-06-25 304 " .long 22b,5f\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 305 " .ifnc \""#s3"\",\"\"\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 306 " .long 31b,5f\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 307 " .long 32b,5f\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 308 " .endif\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel...
2016 Mar 18
4
[PATCH] gpu/drm: Use u64_to_user_pointer
Use the newly added u64_to_user_pointer a bit more frequently. Signed-off-by: Joe Perches <joe at perches.com> --- drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- drivers/gpu/drm/tegra/drm.c | 15 ++++++++------- drivers/gpu/drm/vc4/vc4_bo.c | 4 ++-- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++++-----
2016 Mar 18
4
[PATCH] gpu/drm: Use u64_to_user_pointer
Use the newly added u64_to_user_pointer a bit more frequently. Signed-off-by: Joe Perches <joe at perches.com> --- drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- drivers/gpu/drm/tegra/drm.c | 15 ++++++++------- drivers/gpu/drm/vc4/vc4_bo.c | 4 ++-- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++++-----
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...22f; \ + pause; \ + jmp 21b; \ +22: \ + movl %esi, %edx; \ + movzwl %dx, %edx; \ + mov x, %al; \ + out %al, (%dx); \ +31: \ + lea 0x5(%esi), %edx; \ + movzwl %dx, %edx; \ + in (%dx), %al; \ + test $0x20,%al; \ + jne 32f; \ + pause; \ + jmp 31b; \ +32: \ + +#define PUSH_NUM \ + pushq %rcx; \ + pushq %rbx; + +#define POP_NUM \ + pushq %rbx; \ + pushq %rcx; + +#define PUSH_PRINT \ + pushq %rsi; \ + pushq %rdx; \ + pushq %rax; \ + +#define POP_PRINT \ + popq %rax; \ + popq %rdx; \ + popq %rsi; + +#de...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...22f; \ + pause; \ + jmp 21b; \ +22: \ + movl %esi, %edx; \ + movzwl %dx, %edx; \ + mov x, %al; \ + out %al, (%dx); \ +31: \ + lea 0x5(%esi), %edx; \ + movzwl %dx, %edx; \ + in (%dx), %al; \ + test $0x20,%al; \ + jne 32f; \ + pause; \ + jmp 31b; \ +32: \ + +#define PUSH_NUM \ + pushq %rcx; \ + pushq %rbx; + +#define POP_NUM \ + pushq %rbx; \ + pushq %rcx; + +#define PUSH_PRINT \ + pushq %rsi; \ + pushq %rdx; \ + pushq %rax; \ + +#define POP_PRINT \ + popq %rax; \ + popq %rdx; \ + popq %rsi; + +#de...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...lM{Qe9{;)di6XWlGp3Dn^OG=uA%g z(CIpyGrZ`E at onm)2`^UDd#?RngZGZtO?a_3;h*4R!c3x<3VKV4H at a(Dbgf6|UfnOb zJ!)!#=-cQ$lYIV(KIz3;@hQ2VFskWW_P({y8J;S-VjPA~?l^KuhtCjqv;PBx&tF3L zJQ1E#zZ1^&I^kre6W-n`wv9UBJg=KA;O at TcDd=W*#MY2~zL2L^Vm{*Jy#qp(xtp6w z{UP$<F5=|oYf{zOEc2OjeBGqDBxJ&3R~Fkh_TPkm-S31b-cFe=;qGqlO<vy~zze(o zICd+o4K*Y<w}?K7e1dV^AJ<vJKh;Ol?&HhCr-|??L8K7v{tk~0(DTR*_6`po)=Ca* zEIdHBgXxl?`ZblzC~%6?N=sufa+FqBjyfwWThVAddySMn|0~%CfA6x-{TA9j?AGLa z7C!6XD`K;Na6CLGlUwtsaBKFo*W%SwYnuWsqFZ<Mx9L2qM!(gB_wbj_nz|}}JW2St zTRZ+}*>mcMEo)-;z-)U{1kg{YUFio>og=}ensX*tBll at v+kINtRe...
2009 Nov 05
7
Unexpected ENOSPC on a SSD-drive after day of uptime, kernel 2.6.32-rc5
I''ve just finished installing onto an OCZ Agilent v2 SSD with btrfs as filesystem. However to my surprise I''ve hit an ENOSPC condition one one of the partitions within less than a day of uptime, while the filesystem on that partition only reported 50% to be in use, which is far from the 75% limit people mention on the ML. Note that this occurs using a vanilla 2.6.32-rc5 kernel