Re: serial ports not visible with 1.7 under Vista

2008-05-30 Thread Giovanni Maruzzelli
Thanks Christopher, thanks Dave, the last snapshot (cygwin1-20080529.dll.bz2) works perfectly both with /dev/ttyS5 and /dev/com6 Cheers, Giovanni On Thu, May 29, 2008 at 7:12 PM, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 07:02:40PM +0200, Giovanni Maruzze

Re: serial ports not visible with 1.7 under Vista

2008-05-29 Thread Giovanni Maruzzelli
Thank you Christopher!! I'll try the snapshot tomorrow as soon as I'll be back in office and then I'll report back. On Thu, May 29, 2008 at 7:12 PM, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 07:02:40PM +0200, Giovanni Maruzzelli wrote: &g

Re: serial ports not visible with 1.7 under Vista

2008-05-29 Thread Giovanni Maruzzelli
eadfile etc) works well, both compiled with and without -mno-cygwin On Thu, May 29, 2008 at 6:52 PM, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 05:15:00PM +0100, Dave Korn wrote: >>Giovanni Maruzzelli wrote on 29 May 2008 16:41: >> >>> Than

Re: serial ports not visible with 1.7 under Vista

2008-05-29 Thread Giovanni Maruzzelli
fhandler_base::open: 0 = fhandler_base::open (\??\com6, 0x104002)^M 104 40022 [main] ciapa 756 fhandler_base::open_fs: 0 = fhandler_disk_file::open (\??\com6, 0x4002)^M 108 40130 [main] ciapa 756 open: -1 = open (\\.\com6, 0x4002)^M On Thu, May 29, 2008 at 6:15 PM, Dave Korn <[EMAIL PRO

Re: serial ports not visible with 1.7 under Vista

2008-05-29 Thread Giovanni Maruzzelli
<[EMAIL PROTECTED]> wrote: > Giovanni Maruzzelli wrote on 29 May 2008 16:12: > >> Errno reports just "no such file or directory". >> Same if you try something like "echo ATH > /dev/ttyS5" >> >> Probably some 1.7 initialization is not done in

Re: serial ports not visible with 1.7 under Vista

2008-05-29 Thread Giovanni Maruzzelli
einopen crashes (but it works in 1.7) with 1.7 serial ports are missing (but present in 1.5.25) Any help very appreciated On Thu, May 29, 2008 at 5:00 PM, Dave Korn <[EMAIL PROTECTED]> wrote: > Giovanni Maruzzelli wrote on 29 May 2008 15:27: > >> Hi Dave, >> >> thank

Re: serial ports not visible with 1.7 under Vista

2008-05-29 Thread Giovanni Maruzzelli
t;, O_RDWR | O_NOCTTY | O_NONBLOCK); if (tty < 0) { printf ("Unable to open /dev/ttyS5: %s\n", strerror(errno)); exit (1); } close (tty); return 0; } On Thu, May 29, 2008 at 4:14 PM, Dave Korn <[EMAIL PROTECTED]> wrote: > Giovanni Maruzzelli wrote on 29 M

serial ports not visible with 1.7 under Vista

2008-05-29 Thread Giovanni Maruzzelli
Hi all, I am using the 1.7 cygwin on Vista (SP1, updated), installed yesterday from scratch with setup-2.592-1.7special.exe. Result of uname -a is: CYGWIN_NT-6.0 vista-maruzz 1.7.0(0.185/5/2) 2008-05-25 20:10 i686 Cygwin I cannot see the serial ports (/dev/ttyS*), it seems that they do not exis

Re: please help: crash on vista

2008-03-18 Thread Giovanni Maruzzelli
In Device */ err = waveInOpen(&WaveInHandle, 0, &waveFormat, 0, 0, CALLBACK_NULL); system(cmd); printf("==\n\n\n"); printf("\n\nciao!!!%d\n\n", err); Sleep(5000); printf("\n\ngoodbye!!!\n\n"); Sleep(1000); return

Re: please help: crash on vista

2008-03-17 Thread Giovanni Maruzzelli
Thanks Dave, I'll do it tomorrow and post here the results. Any other info that can be of interest? On Mon, Mar 17, 2008 at 8:32 PM, Dave Korn <[EMAIL PROTECTED]> wrote: > Giovanni Maruzzelli wrote on 17 March 2008 19:25: > > > > I agree that SP1 probably has litt

Re: please help: crash on vista

2008-03-17 Thread Giovanni Maruzzelli
I agree that SP1 probably has little to do. I have nothing on the machine, just bought it with Vista Premium preinstalled, disabled Defender, uninstalled Norton with the "Norton Uninstall Tool", installed Cygwin. No single application, utility, whatever. With the previous cygwin version waveInOpe

Re: please help: crash on vista

2008-03-17 Thread Giovanni Maruzzelli
wrote: > On Mar 17 15:24, Giovanni Maruzzelli wrote: > > Dear Corinna, dear Cygwin developers, > > > > I've run both the sample case and my program with the cygwin1.dll > > snapshot from 2008-03-02 (cygwin1-20080302.dll.bz2) and they works > > fine

Re: please help: crash on vista

2008-03-17 Thread Giovanni Maruzzelli
s was introduced between the last snapshot and the 1.5.25, that was released couple days after that snapshot. There is a changelog between that snapshot and the release? I'm willing to provide more info if needed. Giovanni On Mon, Mar 17, 2008 at 11:46 AM, Giovanni Maruzzelli <[EMAIL PROT

please help: crash on vista

2008-03-17 Thread Giovanni Maruzzelli
Hi Cygwin developers, I got a repeatable crash using waveInOpen under Vista without SP1 (no SP1 for Italians until April) using cygwin 1.5.25(0.156/4/2) 2008-03-05, on a HP Pavilion m9080 quad core with Realtek HD Audio. Please, can fellow developers compile the following example and report if it

Re: problem with waveinopen under Vista

2008-03-10 Thread Giovanni Maruzzelli
the audio part win32 native. Giovanni Maruzzelli On Mon, Mar 10, 2008 at 3:56 PM, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Mar 10 15:07, Giovanni Maruzzelli wrote: > > Hi again, > > > > I just updated the entire installation, and the new cygwin.dll got > ins

Re: problem with waveinopen under Vista

2008-03-10 Thread Giovanni Maruzzelli
under XP yet. Ciao, Giovanni On Mon, Mar 10, 2008 at 1:48 PM, Giovanni Maruzzelli <[EMAIL PROTECTED]> wrote: > Hi Cygwin developers, > > I got a problem using waveInOpen under Vista: > > 1) As soon as waveInOpen is called, the cpu load becomes very high, > 80% on a q

problem with waveinopen under Vista

2008-03-10 Thread Giovanni Maruzzelli
Hi Cygwin developers, I got a problem using waveInOpen under Vista: 1) As soon as waveInOpen is called, the cpu load becomes very high, 80% on a quad core. 2) To cause the high load it is not needed to use the wavein, just to open it. 3) Under XP, no problems. 4) If you compile under vista with -

Celliax LiveCD 0.0.32 released (Asterisk managing cellular phones, and Skype calls to/from cellphones, via chan_celliax)

2006-11-16 Thread Giovanni Maruzzelli
" application that activates a call to the desired Skype contact Special case: Usage for managing a cellphone without using a datacable * connect the "base station" cellular phone to the soundcard through the audiocable * put "controldevprotocol=NO_SERIAL" in co