Displaying 20 results from an estimated 200 matches similar to: "Sound Problems with x-ten lite on Toshiba 4600."
2004 Jan 01
3
steam and wine
I have sucessfully gotten steam and wine to work however I cannot use
microphone for voice communication , I an using alsa .Is there a way to
turn on fullduplex sound like you do in winex by going into config and
changing fullduplex=Y or does wine not support such a feature?
2002 Jun 02
1
General speed question
We have some speed/performance issues:
We have a 100M fullduplex private network setup to handle rsync transfers 
to our "mirror" server with a command like:
time rsync -e ssh -avzl --delete --rsync-path=/usr/local/bin/rsync \
	--exclude ".netscape/cache/" --delete-excluded \
	bigserver:/staff1 /mirror/bigserver
It takes about 20 minutes to check/transfer files from 
2005 Dec 09
6
New Winecfg crash
I updated my copy of WINE CVS today, and now if I click the audio tab in
Winecfg, I'm getting this on my Mandrake 2006 machine.
*** glibc detected *** free(): invalid pointer: 0x7c0a6cd0 ***
wine: Assertion failed at address 0xffffe410 (thread 0009), starting
debugger...
This happens everytime I run winecfg and click the audio tab.  Clicking
the other tabs works fine.
I've updated to
2007 Jul 07
1
Top Ten Female Turn Ons
Top Ten Female Turn Ons
When it comes to sexual turn ons, men and women are very different. It
is not a myth that women are attracted to a man who is comfortable with
his emotions.
http://2site.com/epqjag
The Truth About Creative Baby Shower Thank You Poems
Where are the cutest baby shower thank you poems?
Don''t you know the best thank you poems lie somewhere deep in your
2002 May 19
0
ten key pad
my ten key pad no longer seems to work on wine apps.
is there something that i need to add to my config.
i've been doing a lot of tweaking lately and might have deleted it on 
accident.
-- 
Oh, I have slipped the surly bonds of DOS,
and danced the skies on Linux silvered wings.
http://pfrostie.freeservers.com/cad-tastrafy/
http://www.freelists.org/list/cad-linux
2004 Apr 17
1
Problem with x-ten lite
Dear Group,
 
At the moment I use SJPhone as my soft phone with Asterisk. 
I prefer the look and feel of the x-ten lite. However, when ever I use my
x-ten lite I get a lot of breakup in my communication. 
 
E.g. I will play some hold music, and every 5-6 seconds I drop some packets.
I don't have the same issue with SJPhone.
 
I'm sure this is a configuration issues, but I can work
2004 Nov 23
0
Huge ten second audio delay on SIP channel
I have two Asterisk servers interconnected with IAX (non-trunk). I place a
call on Server B (using DIAX) which goes to an extension on Server A and
terminates with a Dial to a local SIP phone (Sipura SPA 2200).
The SIP phone rings immediately but when it is answered there is a delay of
about 10-15 seconds on the line.
However, if I put an Answer() just before the final Dial(SIP/..) command on
2005 Jan 17
1
X-Ten lite troubles.
Hi guys,
I do have some weird situation.
I do have an * box, and I want to connect to that box from my Windows 
box by SIP via X-Ten Lite.
I made configuration of that soft phone as it was suggested by lots of 
tutorials I found by Google.
But... it doesn't work! I don't know what is wrong there, but I have 
unobstructed access to my asterisk box,
created user in sip.conf, enabled
2019 Nov 28
0
Re: virt-df -a xxx.qcow2 failure, after about ten minutes , failed
Could you please run:
  libguestfs-test-tool
and attach the complete output to your email.
Rich.
-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
2019 Dec 03
0
Re: virt-df -a xxx.qcow2 failure, after about ten minutes , failed
On Mon, Dec 02, 2019 at 08:09:47PM +0800, thomas wrote:
> [    0.000000] Linux version 3.10.0 (root@NSG) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Fri Nov 1 10:40:29 UTC 2019
The kernel that fails isn't the Red Hat kernel, so I suppose it lacks
the right drivers or has some different configuration which breaks
libguestfs.
You can tell libguestfs to use a different
2005 Nov 14
1
as.integer with base other than ten.
Is there an R function analogous to the C function strtol? 
I would like to convert a binary string into an integer.
Cheers for advice
Will
-- 
__________________________________________________
William Astle
Statistical Genetics,
David Balding's Group.
Imperial College,
St Mary's Hospital Campus,
147 Norfolk Place,
Paddington.
London.
W2 1PG
2010 Oct 19
1
How to read only ten rows from a SAS dataset (read.ssd)?
I'm trying to read SAS datasets on Windows:
sashome <- "C:/Program Files/SAS/SAS 9.1"
fold <- "C:/temp"
g <- read.ssd(fold, "sasfile", sascmd = file.path(sashome, "sas.exe"))
How to get only e.g first ten rows into R?
-J
2006 Oct 03
1
Samba 3.0.23c memory usage increased ten fold to over 70Mb / smbd process
Hi,
   I'm running samba 3.0.23c on Solaris 10.  The smbd processes on my PDC
have increased in size from 7Mb to upto  86 Mb , the majority of which 
seems to
be resident .
  3940 root       77M   72M sleep   59    0   0:00:01 0.1% smbd/1
 14174 root       77M   73M sleep   59    0   0:00:10 0.1% smbd/1
 13551 root       77M   73M sleep   59    0   0:00:18 0.1% smbd/1
 19888 root       77M  
2007 Nov 09
3
How to get ten-digit number?
Hello
	Instead of using PrivacyManager, I'd rather use my own
dialplan to prompt the user for a ten-digit number if they called
while blocking CID.
This code does prompt the user, but
1) hangs up if the user didn't type the ten digits before the timeout
2) if the user did type the right number of digits, it still hangs up
instead of Returning and then jumping forth to the "cid"
2009 Dec 07
2
How to apply five lines of code to ten dataframes?
Hello R-helpers,
I have 10 dataframes (named data1, data2, ... data10) and I would like to
add 5 new columns to each dataframe using the following code:
data1$LogDepth<-log10(data1[,2]/data1[,4])
data1$LogArea<-log10(data1[,3]/data1[,5])
data1$p<-2*data1[,6]/data1[,7]
data1$Exp<-data1[,2]^(2/data1[,8])
data1$s<-data1[,3]/data1[,9]
...but I would prefer not to repeat this chunk of
2023 Jul 20
1
Ten second intermittent delay on login
On Thu, Jul 20, 2023 at 1:49?PM Johnnie W Adams <jxadams at ualr.edu> wrote:
>
> Hi, folks,
>
>      We're experiencing an odd ten-second delay intermittently when logging
> into any of our Linux boxes which authenticate against LDAP. Here's where
> it happens:
>
> Jul 13 11:54:23 console2 sshd[1853]: debug1: temporarily_use_uid: <my
> uid\gid>
2008 Jan 14
6
Ceiling to the nearest ten?
R-users,
Is there a function for ceiling to the nearest ten?
a <- 1:10*4
a
[1]  4  8 12 16 20 24 28 32 36 40
The resulting vector should look like this ("ceiling to the nearest ten")
[1] 10 10 20 20 20 30 30 40 40 40
Thanks in advance
Lauri
2023 Jul 20
3
Ten second intermittent delay on login
Hi, folks,
     We're experiencing an odd ten-second delay intermittently when logging
into any of our Linux boxes which authenticate against LDAP. Here's where
it happens:
Jul 13 11:54:23 console2 sshd[1853]: debug1: temporarily_use_uid: <my
uid\gid> (e=0/0)
Jul 13 11:54:35 console2 sshd[1853]: debug1: trying public key file <my key
file>
     My assumption is there's
2002 Jul 01
0
Error winearts NO SOUND !
hello
with the lastest CVS version of wine and with winearts i heard no sound ...
arts version 1.0.1 from Kde3
so i try a lot of thing ...
it start artsd with log option so,
i start mplayer2 and play tada.wav ;o)
artsd receive the stream and say job finished
as xmms-arts
but with xmms-arts i heard the sound ...
the log of wine :
----------------
I just see about the sound :
mcop warning:
2023 Jul 22
1
Ten second intermittent delay on login
Nico Kadel-Garcia wrote:
> On Thu, Jul 20, 2023 at 1:49?PM Johnnie W Adams <jxadams at ualr.edu> wrote:
>>
>> Hi, folks,
>>
>>      We're experiencing an odd ten-second delay intermittently when logging
>> into any of our Linux boxes which authenticate against LDAP. Here's where
>> it happens:
>>
>> Jul 13 11:54:23 console2