Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 1999 15:21:50 +0100
From:      "Fritz Heinrichmeyer" <fritz.heinrichmeyer@fernuni-hagen.de>
To:        <freebsd-current@freebsd.org>
Subject:   patch to recognize my soundcard, communicator stopped working
Message-ID:  <003401bf34f4$eace0ca0$0607b084@fernunihagen.de>
References:  <XFMail.991122093035.ak03@gte.com>

next in thread | previous in thread | raw e-mail | index | archive | help
the good news:
with the following patch my soundcard is recognized again
(some machine cycles are wasted ..)

*** sbc.c~ Mon Nov 22 07:07:45 1999
--- sbc.c Mon Nov 22 16:04:56 1999
***************
*** 133,138 ****
--- 133,140 ----
   case 0x45008c0e: /* Creative SB AWE64 (CTL0045) */
    if (vend_id2 == 0xe4008c0e)
     s = "Creative SB AWE64 (CTL0045)";
+   if (vend_id2 == 0xc5008c0e)
+    s = "Creative SB AWE64 (CTL00c5)";
    break;
  #if notdef
   case 0x01200001: /* Avance Logic */

bad news:
   as others mentioned also
   communicator-4.7 is totally unuseable today
   (wo would use linux or freebsd without mozilla :-(




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003401bf34f4$eace0ca0$0607b084>