-
Just uploaded the ALSA patch under Patches...
2009-06-13 04:17:57 UTC in hamfax
-
If you are using a newer system with certain sound cards and ALSA, the OSS sound system emulation does not select the correct sample rate and you will never be able to receive a Fax image. This patch will allow you to use ALSA directly, and thereby any ALSA sound device you care to dream up (eg remote network accessible receiver... I wonder if anyone makes one of those...).
After applying...
2009-06-13 04:16:21 UTC in hamfax
-
I had this same problem. It's nothing to do with ARTS, and seems to be a problem between hamfax and the ALSA OSS emulation.
The sample rate is not being set correctly. hamfax needs 8000 samples/sec, my onboard Intel sound insisted on using 48000 when accessed via /dev/dsp
I added native alsa support to hamfax - I'll try and get a patch uploaded in the near future.
2009-06-12 15:06:11 UTC in hamfax
-
Finally got around to testing this on some 2-way hardware (and an active sat connection).
Fixed some bugs introduced when on kernels >= 2.6.10 and released 1.1.6.
2006-01-17 04:03:18 UTC in The DirecPC Project
-
Looked further into this one: Watching TV won't happen as the firmware limits reception to one PID at a time. That leaves us with no way to get both the audio and video streams on one receiver.
Might be ok for listening to a radio feed, but you lose your internet connection while doing so.
In summary - not worth it unless i get REALLY bored :*/.
2006-01-17 03:48:50 UTC in The DirecPC Project
-
Looks like this is a simple coding error. Patch follows:
--- lsdvd.c-orig 2005-07-03 15:10:28.000000000 +0800
+++ lsdvd.c 2005-07-03 15:10:43.000000000 +0800
@@ -320,7 +320,7 @@
// PALETTE
if (opt_P) {
dvd_info.titles[j].palette =
malloc(16 * sizeof(int));
- for (i=1; i < 18; i++) {
dvd_info.title.
2005-07-03 07:21:31 UTC in AcidRip
-
LVM, Device Mapper and RAID devices are not checked in
parrallel, even though these devices are usually quite
large and would benefit most from this.
This patch adds full support for determining the
dependent devices of RAID and LVM volumes, even if they
use partitions sharing the same physical device.
LVM/Device-Mapper support requires /sbin/dmsetup - but
you need that to set up Device.
2005-01-04 13:29:38 UTC in Ext2 Filesystems Utilities
-
Not with it taking machines down in screaming heaps...
I finally got back to this, and have it running fine under 2.6 (only 1 days work was required, once I got started).
2004-06-08 13:37:55 UTC in News
-
Version 1.1.5 is about to be released. It contains no new features or fixes over 1.1.4c, but has been updated for the new kernel.
It should be up once i've had a chance to plug the hardware into my 2.6 development system for testing.
2003-12-29 16:05:27 UTC in The DirecPC Project
-
Logged In: YES
user_id=591288
The channels are an easier way to select pairs of MAC
addresses and keys to send to the device.... they're stored
in the KEY values in the ACM files.... one day I might
actually write some code that can find the channels for you.
In the meantime, they hide in the DACAU value in the ACM files.
Ignore the first 4 bytes (each byte is represented as two...
2003-09-26 07:32:22 UTC in The DirecPC Project