search for: mwave

Displaying 19 results from an estimated 19 matches for "mwave".

Did you mean: wave
2007 Oct 14
3
Hardware requirements
I don't seem to be able to find the necessary hardware specs for an Asterisk server. What I have in mind is a dedicated server to serve 50 or so people. All users will use SIP phones and there will be an ISDN gateway for outgoing/incoming calls. Do you have any suggestions about the server specs (CPU, RAM, HD, etc)? Also, has anyone used Epigi Quadro ISDN gateway with Asterisk? If so, what is
2009 Mar 17
2
system sizing
I'm looking to install a basic asterisk system for my church with: 8 inbound sip channels 8 sip handsets basic voicemail room to grow (maybe doubling each of the above) What would be a recomended system as to needed processor and memory? Thanks, Eric
2009 Feb 22
3
Intel Vs AMD
Hi all, I took my decision to use Asterisk server for handling my VOIP calls...My next step is to choose the best hardware that I should use i order to have the best performance...Here I faced 2 choices for my hardware (CPU)... 1- Using Intel CPU or AMD 2- Use 32 or 64 bits Can you help me please to choose between the above choices and what is the advantage and disadvantage of each of choices
2007 Jan 02
9
Best Hardware for Asterisk Server?
Hey guys, In your experience what is the best way to go for a production asterisk box in your offices? With desktop prices so cheap you might think that you should just buy them off the shelf, but is that really a reliable machine? Anything you can tell me that would assist me in deciding the best way to obtain and maintain these boxes would be very helpful. I have even looked into building
2005 Dec 15
6
How to select a motherboard
...experts" understand, I am perplexed with the multitude of available motherboards. Is there a Web site that can be of help or a "strategy"? My goal is to replace my motherboard with one that is Centos compatible and uses a Pentium 4 in the 2 MHz range. As example, when I go to Mwave, I am presented with this list, but I really do not know what I should be looking for in the specs. http://www.mwave.com/mwave/ViewProducts.hmx?PID=MOTHERBOARDBUNDLES-ASUS&updepts=BUNDLE2&DNAME=Motherboard+Bundles%2D+By+MB Any suggestions will be appreciated.... Todd -- Ariste Softwar...
2009 Jul 07
1
Ghost file.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I mentioned a ghost file. Here is the dump (less than 65M): http://dev.mccme.ru/~raskin/btrfs.dump ghost file is: 885dj1l4788pymp3bk2f3dz52ggcvw4v-empty/garbage-1/mwave.h.tmp-31838-1822528541 It has a name, but stat fails (so no inode, I guess). Also I can create another file with the same name in the directory. I cannot remove the file, or containing directory. fsck output: root 5 inode 273 errors 0 unresolved ref dir 270 index 2 namelen 4 name attr fi...
2008 Nov 13
0
ACARD SATA-to-DDRII RAM Disk
Anyone used one of these, or know anything about it? http://www.mwave.com/mwave/viewspec_v2.asp?scriteria=AA74662 Breandan Dezendorf
2012 Jan 11
5
[PATCH] vhost-net: add module alias
...;devname:vhost-net"); --- a/include/linux/miscdevice.h 2012-01-10 10:56:59.779189436 -0800 +++ b/include/linux/miscdevice.h 2012-01-10 19:49:56.091748210 -0800 @@ -31,6 +31,7 @@ #define I2O_MINOR 166 #define MICROCODE_MINOR 184 #define TUN_MINOR 200 +#define VHOST_NET_MINOR 201 #define MWAVE_MINOR 219 /* ACP/Mwave Modem */ #define MPT_MINOR 220 #define MPT2SAS_MINOR 221
2012 Jan 11
5
[PATCH] vhost-net: add module alias
...;devname:vhost-net"); --- a/include/linux/miscdevice.h 2012-01-10 10:56:59.779189436 -0800 +++ b/include/linux/miscdevice.h 2012-01-10 19:49:56.091748210 -0800 @@ -31,6 +31,7 @@ #define I2O_MINOR 166 #define MICROCODE_MINOR 184 #define TUN_MINOR 200 +#define VHOST_NET_MINOR 201 #define MWAVE_MINOR 219 /* ACP/Mwave Modem */ #define MPT_MINOR 220 #define MPT2SAS_MINOR 221
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
...fedora-logos" @@ -57,7 +57,7 @@ driver_mods="drivers/auxdisplay drivers/net/appletalk \ drivers/net/hamradio drivers/net/pcmcia drivers/net/tokenring \ drivers/net/wireless drivers/net/irda drivers/atm drivers/usb/atm \ drivers/acpi drivers/char/drm drivers/char/mwave \ - drivers/char/ipmp drivers/char/pcmcia drivers/crypto \ + drivers/char/ipmp drivers/char/pcmcia \ drivers/firmware drivers/memstick drivers/mmc drivers/mfs \ drivers/parport drivers/video drivers/watchdog drivers/net/ppp* \ drivers/usb/serial drivers/usb/misc...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...int lp_do_ioctl(unsigned int minor, unsigned int cmd, case LPWAIT: LP_WAIT(minor) = arg; break; case LPSETIRQ: return -EINVAL; - break; case LPGETIRQ: if (copy_to_user(argp, &LP_IRQ(minor), sizeof(int))) return -EFAULT; break; diff --git a/drivers/char/mwave/mwavedd.c b/drivers/char/mwave/mwavedd.c index e43c876a9223..11272d605ecd 100644 --- a/drivers/char/mwave/mwavedd.c +++ b/drivers/char/mwave/mwavedd.c @@ -401,11 +401,10 @@ static long mwave_ioctl(struct file *file, unsigned int iocmd, } break; default: return -ENOTTY; - break;...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...int lp_do_ioctl(unsigned int minor, unsigned int cmd, case LPWAIT: LP_WAIT(minor) = arg; break; case LPSETIRQ: return -EINVAL; - break; case LPGETIRQ: if (copy_to_user(argp, &LP_IRQ(minor), sizeof(int))) return -EFAULT; break; diff --git a/drivers/char/mwave/mwavedd.c b/drivers/char/mwave/mwavedd.c index e43c876a9223..11272d605ecd 100644 --- a/drivers/char/mwave/mwavedd.c +++ b/drivers/char/mwave/mwavedd.c @@ -401,11 +401,10 @@ static long mwave_ioctl(struct file *file, unsigned int iocmd, } break; default: return -ENOTTY; - break;...
2020 Oct 17
0
[RFC] treewide: cleanup unreachable breaks
...blkback.c:1272: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/char/ipmi/ipmi_devintf.c:493: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/char/lp.c:625: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/char/mwave/mwavedd.c:406: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/cpufreq/e_powersaver.c:226: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return drivers/cpufreq/longhaul.c:596: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return driver...
2020 Oct 17
1
[Cocci] [RFC] treewide: cleanup unreachable breaks
...on dispatch_rw_block_io line 48 drivers/platform/x86/sony-laptop.c: function __sony_nc_gfx_switch_status_get line 16 drivers/platform/x86/sony-laptop.c: function __sony_nc_gfx_switch_status_get line 22 drivers/platform/x86/sony-laptop.c: function __sony_nc_gfx_switch_status_get line 31 drivers/char/mwave/mwavedd.c: function mwave_ioctl line 288 drivers/scsi/be2iscsi/be_mgmt.c: function beiscsi_adap_family_disp line 15 drivers/scsi/be2iscsi/be_mgmt.c: function beiscsi_adap_family_disp line 19 drivers/scsi/be2iscsi/be_mgmt.c: function beiscsi_adap_family_disp line 22 drivers/scsi/be2iscsi/be_mgmt.c:...
2020 Oct 17
1
[Cocci] [RFC] treewide: cleanup unreachable breaks
...on dispatch_rw_block_io line 48 drivers/platform/x86/sony-laptop.c: function __sony_nc_gfx_switch_status_get line 16 drivers/platform/x86/sony-laptop.c: function __sony_nc_gfx_switch_status_get line 22 drivers/platform/x86/sony-laptop.c: function __sony_nc_gfx_switch_status_get line 31 drivers/char/mwave/mwavedd.c: function mwave_ioctl line 288 drivers/scsi/be2iscsi/be_mgmt.c: function beiscsi_adap_family_disp line 15 drivers/scsi/be2iscsi/be_mgmt.c: function beiscsi_adap_family_disp line 19 drivers/scsi/be2iscsi/be_mgmt.c: function beiscsi_adap_family_disp line 22 drivers/scsi/be2iscsi/be_mgmt.c:...
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node. Removed tools, these are now in ovirt-node-recipe which is subpackage of ovirt-node.
2011 Feb 26
1
make world error
This time make world on Ubuntu 10.04 gives following error gcc -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .fsimage.so.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -I../../../tools/libfsimage/common/
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All, I followed the instructions here at http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ However, when I do a "make menuconfig", I cannot see any XEN related configuration options. What am I missing? Thank you. Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)