From: Thomas Sailer <sailer@sailer.dynip.lugs.ch>
To: vk4akm@wia.org.au
Cc: linux-hams@vger.kernel.org
Subject: Re: Soundmodem installation problem
Date: Tue, 29 Nov 2005 09:13:51 +0100 [thread overview]
Message-ID: <1133252031.5850.65.camel@unreal> (raw)
In-Reply-To: <438BE0FE.1090501@irock.com.au>
On Tue, 2005-11-29 at 15:02 +1000, vk4akm wrote:
> G'day Folks
>
> This may seem an absolutely stupid question, but when I try to configure
> the soundmodem on my recently installed Debian system
> using the soundmodemconfig command I get an error message "Cannot load
> courier".
> My understanding is that courier is something to do with mail, what has
> this to do with the soundmodem?
grep is your friend ;-)
GdkFont *font = gdk_font_load("-*-courier-medium-r-normal-*-*-120-*-*-m-*-*-*");
if (!font) {
g_printerr("Cannot load courier\n");
}
It tries to load the font named courier, and fails. Courier is
supposedly available everywhere...
> The soundmodemconfig internal diagnostics has "Cannot start audio IO"
> error message.
For some reason it cannot start get the audio driver to do what it
wants. You need to provide more info, eg. what audio driver, soundmodem
version, strace etc.
Tom
prev parent reply other threads:[~2005-11-29 8:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-29 5:02 Soundmodem installation problem vk4akm
2005-11-29 8:13 ` Thomas Sailer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1133252031.5850.65.camel@unreal \
--to=sailer@sailer.dynip.lugs.ch \
--cc=linux-hams@vger.kernel.org \
--cc=vk4akm@wia.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.