Re: [wsjt-devel] Problems with wsjt.py compiled on Linux mint

2015-08-31 Thread Bill Somerville
On 29/08/2015 14:26, Håken Hveem wrote: > Audio InputOutput Device Name > Device Channels Channels > -- > 02 8 HDA Intel PCH: ALC892 Analog (hw:0,0) > 10 2 HDA Intel

Re: [wsjt-devel] Problems with wsjt.py compiled on Linux mint

2015-08-31 Thread KI7MT
To check the available sampling rates, he can use lsusb to find the device ID, then look at the sample frequencies, mine is by TI, here an example, in a terminal: * lsusb * My Device --> Bus 002 Device 004: ID 08bb:2906 Texas Instruments * Then probe the ID for tSamFreq: * lsusb -v -d 08bb:2906

Re: [wsjt-devel] Problems with wsjt.py compiled on Linux mint

2015-08-31 Thread Richard Bown
On Mon, 31 Aug 2015 09:58:24 -0600 KI7MT wrote: > To check the available sampling rates, he can use lsusb to find the > device ID, then look at the sample frequencies, mine is by TI, here an > example, in a terminal: > > * lsusb > * My Device --> Bus 002 Device 004: ID

[wsjt-devel] Simple feature request

2015-08-31 Thread Alessandro Gorobey
Hi All, my propose is to add on all windows the some title, as in main window. This is already be done in several windows: setWindowTitle (QApplication::applicationName () + " - " + tr ("Astronomical Data")); setWindowTitle (QApplication::applicationName () + " - " + tr ("Callsign"));

Re: [wsjt-devel] Simple feature request

2015-08-31 Thread Bill Somerville
On 31/08/2015 20:52, Alessandro Gorobey wrote: > Hi All, Hi Sandro, > > my propose is to add on all windows the some title, as in main window. > This is already be done in several windows: > setWindowTitle (QApplication::applicationName () + " - " + tr > ("Astronomical Data")); >

Re: [wsjt-devel] Simple feature request

2015-08-31 Thread Alessandro Gorobey
Hi Bill, your accuracy is unparalleled, but I hope that the request is clear 73 Sandro IW3RAB Il 31/08/2015 21:58, Bill Somerville ha scritto: > On 31/08/2015 20:52, Alessandro Gorobey wrote: >> Hi All, > Hi Sandro, >> >> my propose is to add on all windows the some title, as in main window. >>

Re: [wsjt-devel] Problems with wsjt.py compiled on Linux mint

2015-08-31 Thread Håken Hveem
FYI, the results of that command is: lsusb -v -d 2405:0002 | grep tSamFreq | sed -e "s,^.* ,," | sort -nu Couldn't open device, some information will be missing 44100 48000 Den 31. aug. 2015 17:58, skrev KI7MT: > To check the available sampling rates, he can use lsusb to find the > device ID,

Re: [wsjt-devel] Problems with wsjt.py compiled on Linux mint

2015-08-31 Thread KI7MT
Hi Haveem, I don't have a SL to test with, but, did find this today, which is along the lines of what Bill was referring too: https://wiki.ubuntu.com/UbuntuHams/wsjtSetup 73's Greg, KI7MT On 08/31/2015 04:09 PM, Håken Hveem wrote: > FYI, the results of that command is: > lsusb -v -d

[wsjt-devel] WSJT-X 1.6.1-devel r5834, Tx in JTMSK

2015-08-31 Thread Alan VK2ZIW
Hi, WSJT-X 1.6.1-devel r5834, works a treat but: If I startup in JT9 mode, in JT9 set [Enable Tx] on, all is well. If I then select mode JTMSK, and set [Enable Tx] on, all is well. Problem: Now, if I exit out and re-run wsjt_exp, we come in in JTMSK mode. I

[wsjt-devel] Problems with wsjt and Rigblaster advantage on Ubuntu

2015-08-31 Thread Håken Hveem
Here is the error messages from my attempt to run WSJT from Kamals ppa on my ubuntu distro: wsjt ** WSJT Version 9.3 r2792 , by K1JT Revision date: 2012-12-12 08:12:50 -0800 (Wed, 12 Dec 2012) Run date: Mon Aug 31 11:17:32 2015 UTC

Re: [wsjt-devel] Problems with wsjt and Rigblaster advantage on Ubuntu

2015-08-31 Thread Richard Stanley
I never use wsjt what mode are you after ? That version is very old current version is 10.0 5755 to build wsjt build-wsjt after jtsdk is installed. do not need anybodys ppa if you compile from the info i gave you. I have been reading what you write on the reflector. I use wsjt-x 1.6.1 it has jt65

Re: [wsjt-devel] Problems with wsjt and Rigblaster advantage on Ubuntu

2015-08-31 Thread Richard Bown
On Mon, 31 Aug 2015 13:36:59 +0200 Håken Hveem wrote: > Here is the error messages from my attempt to run WSJT from Kamals ppa > on my ubuntu distro: > > > wsjt > ** > WSJT Version 9.3 r2792 , by K1JT >

Re: [wsjt-devel] Problems with wsjt and Rigblaster advantage on Ubuntu

2015-08-31 Thread Håken Hveem
Same problem with the newest version too: WSJT Version 10.0 r5755 , by K1JT Revision date: 2015-08-05 22:04:20 +0200 (on., 05 aug. 2015) Run date: Mon Aug 31 12:14:53 2015 UTC ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate)

Re: [wsjt-devel] Problems with wsjt and Rigblaster advantage on Ubuntu

2015-08-31 Thread Håken Hveem
And how do i interface interface between the USB card and wsjt, with pulse audio ? Den 31. aug. 2015 13:51, skrev Richard Bown: > On Mon, 31 Aug 2015 13:36:59 +0200 > Håken Hveem wrote: > >> Here is the error messages from my attempt to run WSJT from Kamals ppa >> on my

Re: [wsjt-devel] Problems with wsjt and Rigblaster advantage on Ubuntu

2015-08-31 Thread Richard Bown
On Mon, 31 Aug 2015 14:21:04 +0200 Håken Hveem wrote: > And how do i interface interface between the USB card and wsjt, with > pulse audio ? > > Select pulse as the interface and the the pulseaudio manager to connect to the correct source and sink. Read this and the links