From owner-freebsd-multimedia Sun Oct 18 00:39:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19863 for freebsd-multimedia-outgoing; Sun, 18 Oct 1998 00:39:21 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA19854 for ; Sun, 18 Oct 1998 00:39:10 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id GAA03274; Sun, 18 Oct 1998 06:37:58 +0100 From: Luigi Rizzo Message-Id: <199810180537.GAA03274@labinfo.iet.unipi.it> Subject: Re: C4232 Sound Drivers To: wettoast@sprint.ca (WetToast) Date: Sun, 18 Oct 1998 06:37:57 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <362985BA.21743F35@sprint.ca> from "WetToast" at Oct 18, 98 02:07:36 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello, i just installed 3.0-RELEASE, and i was glad to see that it > supports the cs4232 sound card. But when i reconfigured the kernel to > use the sound card, i kept getting errors, it wont compile. use "device pcm0 ..." luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 18 07:06:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18055 for freebsd-multimedia-outgoing; Sun, 18 Oct 1998 07:06:16 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dns.webwizard.net.mx (dns.webwizard.com.mx [148.245.50.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18044 for ; Sun, 18 Oct 1998 07:06:13 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (dns.webwizard.com.mx [148.245.50.27]) by dns.webwizard.net.mx (8.9.1/8.9.1) with ESMTP id JAA26734; Sun, 18 Oct 1998 09:05:48 -0500 (CDT) (envelope-from eculp@webwizard.org.mx) Message-ID: <3629F5BB.E4D19138@webwizard.org.mx> Date: Sun, 18 Oct 1998 09:05:47 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: WetToast , multimedia@FreeBSD.ORG, tech@webwizard.org.mx Subject: Re: C4232 Sound Drivers References: <362985BA.21743F35@sprint.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org WetToast wrote: > Hello, i just installed 3.0-RELEASE, and i was glad to see that it > supports the cs4232 sound card. But when i reconfigured the kernel to > use the sound card, i kept getting errors, it wont compile. > > This is my config file > --- > device css0 at isa? port 0x534 irq 5 drq 1 vector adintr You might try: controller pnp0 device pcm0 at isa? port 0x534 irq 5 drq 1 vector adintr Recompile and install kernel. before rebooting put something similar to USERCONFIG pnp 1 0 os enable port0 0x530 irq0 5 drq0 1 drq1 3 quit in your /kernel.config file or booting with -c at the config prompt. do a cat of an .au file to /dev/audio /dev/audio1 or /dev/audio0, fix all your audio links. If I'm not mistaken, a sh MAKEDEV snd0 o snd1 from the dev directory will do it for you but I don't guarantee it. provecho y saludos ed > > > This is the compile error i keep getting, this happens right after > everything is done compiling, and the system load the kernel. (the > compilation goes by smoothly) > --- > loading kernel > cs4232.o: Undefined symbol `_probe_mpu401' referenced from text segment > ... > Error. Stop. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 18 07:33:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19732 for freebsd-multimedia-outgoing; Sun, 18 Oct 1998 07:33:02 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dns.webwizard.net.mx (dns.webwizard.com.mx [148.245.50.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19727 for ; Sun, 18 Oct 1998 07:32:58 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (dns.webwizard.com.mx [148.245.50.27]) by dns.webwizard.net.mx (8.9.1/8.9.1) with ESMTP id JAA09760; Sun, 18 Oct 1998 09:31:08 -0500 (CDT) (envelope-from eculp@webwizard.org.mx) Message-ID: <3629FBAC.636117D6@webwizard.org.mx> Date: Sun, 18 Oct 1998 09:31:08 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: WetToast , multimedia@FreeBSD.ORG, tech@webwizard.org.mx Subject: Re: C4232 Sound Drivers References: <362985BA.21743F35@sprint.ca> <3629F5BB.E4D19138@webwizard.org.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Edwin Culp wrote: > WetToast wrote: > > > Hello, i just installed 3.0-RELEASE, and i was glad to see that it > > supports the cs4232 sound card. But when i reconfigured the kernel to > > use the sound card, i kept getting errors, it wont compile. > > > > This is my config file > > --- > > device css0 at isa? port 0x534 irq 5 drq 1 vector adintr > > You might try: > > controller pnp0 > device pcm0 at isa? port 0x534 irq 5 drq 1 vector adintr > > Recompile and install kernel. > > before rebooting put something similar to > > USERCONFIG > pnp 1 0 os enable port0 0x530 irq0 5 drq0 1 drq1 3 > quit > > in your /kernel.config file or booting with -c at the config prompt. > > do a cat of an .au file to /dev/audio /dev/audio1 or /dev/audio0, fix all > your audio links. If I'm not mistaken, a sh MAKEDEV snd0 o snd1 from the > dev directory will do it for you but I don't guarantee it. > > provecho y saludos > > ed Something I forgot, that you probably know, is to use # cat /dev/sndstat # pnpinfo|more for more info and for debuging. ed > > > > > > > > This is the compile error i keep getting, this happens right after > > everything is done compiling, and the system load the kernel. (the > > compilation goes by smoothly) > > --- > > loading kernel > > cs4232.o: Undefined symbol `_probe_mpu401' referenced from text segment > > ... > > Error. Stop. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-multimedia" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 18 10:10:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14489 for freebsd-multimedia-outgoing; Sun, 18 Oct 1998 10:10:49 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from jane.lfn.org (jane.lfn.org [209.16.92.240]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA14484 for ; Sun, 18 Oct 1998 10:10:46 -0700 (PDT) (envelope-from caj@lfn.org) Received: (qmail 11161 invoked by uid 100); 18 Oct 1998 17:10:11 -0000 Date: Sun, 18 Oct 1998 12:10:10 -0500 (CDT) From: Craig Johnston To: freebsd-multimedia@FreeBSD.ORG Subject: ESS1868 in thinkpad 560e w/pcm Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok, am I missing something in configuring this? When I try to cat /dev/audio > foo I get nothing in foo, and I was getting an error message ending with "IRQ conflict?" that I can't seem to make happen today, or I'd include it. Was getting 2 errors, both with "DSP blah blah" in 'em. (No, I don't have any actual IRQ conflicts.) Here's my dmesg output: pcm0 at 0x220 irq 5 drq 1 on isa ESS1868 (rev 11) Here's 'cat /dev/sndstat' FreeBSD Audio Driver (981002) Oct 18 1998 02:37:46 Installed devices: pcm0: at 0x220 irq 5 dma 1:1 And from my config file: device pcm0 at isa? port 0x220 tty irq 5 drq 1 flags 0x0 vector pcmintr This is all under current cvsupped yesterday. I used to use the voxware driver with the same settings and cat /dev/audio > foo used to work, at least. (though lots of other things didn't) I was under the impression that this ESS was only half-duplex, or am I wrong and do I need to set 2 dma channels? This chip is supposed to also emulate MSS, but I was under the impression that MSS was full-duplex. Am I mistaken? Off the top of my head, I think that the capabilities of the chip emulating MSS were supposed to be better than emulating the SB -- 16bit vs 8bit sound, maybe? Is it possible to make the chip work as MSS? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 18 13:43:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06592 for freebsd-multimedia-outgoing; Sun, 18 Oct 1998 13:43:08 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from jane.lfn.org (jane.lfn.org [209.16.92.240]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA06581 for ; Sun, 18 Oct 1998 13:43:02 -0700 (PDT) (envelope-from caj@lfn.org) Received: (qmail 12706 invoked by uid 100); 18 Oct 1998 20:42:38 -0000 Date: Sun, 18 Oct 1998 15:42:38 -0500 (CDT) From: Craig Johnston To: freebsd-multimedia@FreeBSD.ORG cc: freebsd-mobile@FreeBSD.ORG Subject: those error messages from pcm w/ESS1868(?) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Found 'em. SoundBlaster: DSP command(0xd0) timeout. IRQ conflict ? SoundBlaster: DSP command(0xd3) timeout. IRQ conflict ? It spits these out one after the other when I do cat /dev/audio > foo and ctrl-c to stop it. Nothing is written to foo. Again, this was with an (probed as, anyway) ESS1868 on yesterday's current with the pcm driver. There is no IRQ conflict. For more details see my previous message on the subject sent to -multimedia. If nobody is working on fleshing out support for this chip, I'm willing to do it provided I can get the programming info and familiarize myself with what I'll need to know to do so. I've never really done anything with device drivers, but I can code and I'm a can-do kinda guy who was looking for a reason to do something like this. Any suggestions as to resources would be welcome. I'm cc'ing to -mobile because this is the chip on my thinkpad 560e and there might be interest or someone else working on it. If it is indeed an ESS1868 as probed, the ESS site says it's a full duplex chip supporting 16-bit audio, so should be worth supporting. -Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 18 16:12:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18247 for freebsd-multimedia-outgoing; Sun, 18 Oct 1998 16:12:30 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA18193 for ; Sun, 18 Oct 1998 16:11:50 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id WAA04131; Sun, 18 Oct 1998 22:10:25 +0100 From: Luigi Rizzo Message-Id: <199810182110.WAA04131@labinfo.iet.unipi.it> Subject: Re: ESS1868 in thinkpad 560e w/pcm To: caj@lfn.org (Craig Johnston) Date: Sun, 18 Oct 1998 22:10:25 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "Craig Johnston" at Oct 18, 98 12:09:51 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Ok, am I missing something in configuring this? When I try to cat ... > I was under the impression that this ESS was only half-duplex, > or am I wrong and do I need to set 2 dma channels? no, the ESS is full duplex but the "pcm" driver does not support it but in SB3.1 mode. > This chip is supposed to also emulate MSS, but I was under > the impression that MSS was full-duplex. Am I mistaken? i believe the ESS does _not_ emulate MSS at the register level. It can do much the smae thing (i.e. 16-bit full duplex up to 48 KHz) but needs a different driver. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 18 19:42:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05354 for freebsd-multimedia-outgoing; Sun, 18 Oct 1998 19:42:45 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from poboxer.pobox.com (port13.prairietech.net [208.141.230.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05341 for ; Sun, 18 Oct 1998 19:42:40 -0700 (PDT) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.1/8.7.3) id VAA03947; Sun, 18 Oct 1998 21:41:50 -0500 (CDT) From: Tony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 18 Oct 1998 21:41:49 -0500 (CDT) X-Face: O9M"E%K;(f-Go/XDxL+pCxI5*gr[=FN@Y`cl1.Tn Reply-To: alk@pobox.com To: multimedia@FreeBSD.ORG Subject: PR440FX sound X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13866.42651.24967.868352@avalon.east> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If anyone has a working sound configuration using the on-board sound of a PR440FX motherboard, please drop me a note, describing what settings you are using. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 19 02:29:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12221 for freebsd-multimedia-outgoing; Mon, 19 Oct 1998 02:29:26 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12207 for ; Mon, 19 Oct 1998 02:29:21 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id KAA23860 Mon, 19 Oct 1998 10:28:50 +0100 (BST) Message-ID: <362B0651.794B@cs.strath.ac.uk> Date: Mon, 19 Oct 1998 10:28:49 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: multimedia@FreeBSD.ORG Subject: Re: ESS1868 in thinkpad 560e w/pcm References: <199810182110.WAA04131@labinfo.iet.unipi.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi > > I was under the impression that this ESS was only half-duplex, > > or am I wrong and do I need to set 2 dma channels? > The ESS 1868 does have full duplex hardware but Luigi's driver only enables it as a Sound Blaster Pro card without full duplex. It has 16 bit full duplex hardware (like the MSS system has) but it is ESS's own implementation and is not MSS compatible. However, there is an ESS driver submitted by someone else included in Luigi's tar file on his homepage. If that supports full duplex, it would be worth modifying Luigi's driver to support ESS. Roger Hardiman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 19 07:19:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09829 for freebsd-multimedia-outgoing; Mon, 19 Oct 1998 07:19:54 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA09296 for ; Mon, 19 Oct 1998 07:18:28 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id NAA04862; Mon, 19 Oct 1998 13:20:35 +0100 From: Luigi Rizzo Message-Id: <199810191220.NAA04862@labinfo.iet.unipi.it> Subject: Re: ESS1868 in thinkpad 560e w/pcm To: roger@cs.strath.ac.uk (Roger Hardiman) Date: Mon, 19 Oct 1998 13:20:35 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <362B0651.794B@cs.strath.ac.uk> from "Roger Hardiman" at Oct 19, 98 10:28:30 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > However, there is an ESS driver submitted by someone else included in > Luigi's tar file on his homepage. > > If that supports full duplex, it would be worth modifying Luigi's driver > to support > ESS. even if it doesnt... luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 19 07:49:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12256 for freebsd-multimedia-outgoing; Mon, 19 Oct 1998 07:49:48 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mail.cae.uwm.edu (gw1.cae.uwm.edu [129.89.2.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12251 for ; Mon, 19 Oct 1998 07:49:46 -0700 (PDT) (envelope-from traveler@cae.uwm.edu) Received: from localhost (traveler@localhost) by mail.cae.uwm.edu (8.9.1/8.8.8) with SMTP id JAA06903 for ; Mon, 19 Oct 1998 09:49:22 -0500 (CDT) (envelope-from traveler@cae.uwm.edu) Date: Mon, 19 Oct 1998 09:49:22 -0500 (CDT) From: Keith Osowski To: multimedia@FreeBSD.ORG Subject: winnov videum Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't know if anyone knows about it, but one of the employees at winnov has developed a driver for the videum for linux. The driver is not supported by videum, it was just something done on personal time. Maybe info about the card can be obtained from the linux driver to develop a bsd version? Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 19 15:45:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28551 for freebsd-multimedia-outgoing; Mon, 19 Oct 1998 15:45:51 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from hme0.smtp05.sprint.ca (hme0.smtp05.sprint.ca [207.107.250.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28546 for ; Mon, 19 Oct 1998 15:45:49 -0700 (PDT) (envelope-from wettoast@sprint.ca) Received: from sprint.ca (spc-isp-tor-uas-82-84.sprint.ca [209.148.142.85]) by hme0.smtp05.sprint.ca (8.8.8/8.8.8) with ESMTP id SAA20515; Mon, 19 Oct 1998 18:45:15 -0400 (EDT) Message-ID: <362BC071.441FBB4C@sprint.ca> Date: Mon, 19 Oct 1998 18:42:57 -0400 From: WetToast Organization: Digital-Progression X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: Luigi Rizzo CC: multimedia@FreeBSD.ORG Subject: Re: C4232 Sound Drivers References: <199810180537.GAA03274@labinfo.iet.unipi.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luigi Rizzo wrote: > > Hello, i just installed 3.0-RELEASE, and i was glad to see that it > > supports the cs4232 sound card. But when i reconfigured the kernel to > > use the sound card, i kept getting errors, it wont compile. > > use "device pcm0 ..." > > luigi Hmm, i keep getting this error with the pcm device during bootup. --- Probing for PnP devices: CSN 1 Vendor ID: CSC4232 [0x3242630e] Serial 0xffffffff Comp ID: @@@0000 [0x00 This is a CS4232, but LDN 0 is disabled pcm0 not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 19 23:52:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14854 for freebsd-multimedia-outgoing; Mon, 19 Oct 1998 23:52:52 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA14848 for ; Mon, 19 Oct 1998 23:52:48 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id FAA07722; Tue, 20 Oct 1998 05:55:29 +0100 From: Luigi Rizzo Message-Id: <199810200455.FAA07722@labinfo.iet.unipi.it> Subject: Re: C4232 Sound Drivers To: wettoast@sprint.ca (WetToast) Date: Tue, 20 Oct 1998 05:55:29 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <362BC071.441FBB4C@sprint.ca> from "WetToast" at Oct 19, 98 06:42:38 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hmm, i keep getting this error with the pcm device during bootup. > --- > Probing for PnP devices: > CSN 1 Vendor ID: CSC4232 [0x3242630e] Serial 0xffffffff Comp ID: @@@0000 > [0x00 > This is a CS4232, but LDN 0 is disabled > pcm0 not found which , if you read it,is exlicit enough... you have to enable the device using the manual pnp config booting with -c "man pnp", "man pcm", read /sys/i386/isa/snd/{CARDS,README} luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Oct 20 01:14:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20831 for freebsd-multimedia-outgoing; Tue, 20 Oct 1998 01:14:50 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from hokkshideh.jetcafe.org (hokkshideh.jetcafe.org [205.147.43.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20826 for ; Tue, 20 Oct 1998 01:14:47 -0700 (PDT) (envelope-from dave@jetcafe.org) Received: from hokkshideh.jetcafe.org (localhost [127.0.0.1]) by hokkshideh.jetcafe.org (8.8.8/8.8.5) with ESMTP id BAA13595 for ; Tue, 20 Oct 1998 01:13:43 -0700 (PDT) Message-Id: <199810200813.BAA13595@hokkshideh.jetcafe.org> X-Mailer: exmh version 2.0.2 2/24/98 To: multimedia@FreeBSD.ORG Subject: GUS and 2.2.7 RELEASE Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Oct 1998 01:13:43 -0700 From: Dave Hayes Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone know how to get a GUS working with 2.2.7 RELEASE? I've tried using the old "guspnp" I was using, and it might probably work to try the newest one but I can't seem to find it. I'd sure hate to go back to 2.2.2 just to get this working. ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org Keep Usenet Free - http://www.jetcafe.org/~dave/usenet >>> The opinions expressed above are entirely my own <<< If you want to strengthen an enemy -- hate them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Oct 20 04:16:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04456 for freebsd-multimedia-outgoing; Tue, 20 Oct 1998 04:16:06 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04443 for ; Tue, 20 Oct 1998 04:16:02 -0700 (PDT) (envelope-from karpen@ocean.campus.luth.se) Received: (from karpen@localhost) by ocean.campus.luth.se (8.9.1/8.9.1) id NAA10936; Tue, 20 Oct 1998 13:12:05 +0200 (CEST) (envelope-from karpen) From: Mikael Karpberg Message-Id: <199810201112.NAA10936@ocean.campus.luth.se> Subject: Re: C4232 Sound Drivers In-Reply-To: <199810200455.FAA07722@labinfo.iet.unipi.it> from Luigi Rizzo at "Oct 20, 98 05:55:29 am" To: luigi@labinfo.iet.unipi.it (Luigi Rizzo) Date: Tue, 20 Oct 1998 13:12:05 +0200 (CEST) Cc: multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Luigi Rizzo: > > This is a CS4232, but LDN 0 is disabled > > pcm0 not found > > which , if you read it,is exlicit enough... you have to enable the > device using the manual pnp config booting with -c > > "man pnp", "man pcm", read /sys/i386/isa/snd/{CARDS,README} Er... Luigi? That is FAR from "explicit enough" :-) It's damn cryptic actually. I think it might be a good idea to change that message to: This is a CS4232, but LDN 0 is disabled (To enable: "man pnp" and "man pcm") Or something of that sort. It might save quite a few questions from people. Just an idea... /Mikael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Oct 20 04:25:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05438 for freebsd-multimedia-outgoing; Tue, 20 Oct 1998 04:25:56 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA05429 for ; Tue, 20 Oct 1998 04:25:52 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id KAA08118; Tue, 20 Oct 1998 10:28:35 +0100 From: Luigi Rizzo Message-Id: <199810200928.KAA08118@labinfo.iet.unipi.it> Subject: Re: C4232 Sound Drivers To: karpen@ocean.campus.luth.se (Mikael Karpberg) Date: Tue, 20 Oct 1998 10:28:35 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <199810201112.NAA10936@ocean.campus.luth.se> from "Mikael Karpberg" at Oct 20, 98 01:11:46 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > This is a CS4232, but LDN 0 is disabled > > > pcm0 not found > > > > which , if you read it,is exlicit enough... you have to enable the > > device using the manual pnp config booting with -c > > > > "man pnp", "man pcm", read /sys/i386/isa/snd/{CARDS,README} > > Er... Luigi? That is FAR from "explicit enough" :-) > It's damn cryptic actually. I think it might be a good idea to change that > message to: > This is a CS4232, but LDN 0 is disabled (To enable: "man pnp" and "man pcm") > > Or something of that sort. It might save quite a few questions from people. > Just an idea... i have never seen references to manpages in device driver's diagnostic at least in FreeBSD. Most drivers just tell you "not found" and that's it. And referring the device's manpage seems a bit obvious... if the line before says "Probing PnP devices" and the one next reports a problem with "pcm0", what manpage would you look at ? man found ? man not ? man probing ? But if people like this approach, i have no objections. I just don't see a way to put cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Oct 20 04:38:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06559 for freebsd-multimedia-outgoing; Tue, 20 Oct 1998 04:38:41 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06554 for ; Tue, 20 Oct 1998 04:38:39 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id MAA05973 Tue, 20 Oct 1998 12:38:05 +0100 (BST) Message-ID: <362C761A.167E@cs.strath.ac.uk> Date: Tue, 20 Oct 1998 12:38:02 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: multimedia@FreeBSD.ORG Subject: Re: C4232 Sound Drivers References: <199810201112.NAA10936@ocean.campus.luth.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mikael, As a quick fix, you could try going into your BIOS setup. Look for the BIOS setting PnP Operating System: YES Change it to NO. When it is YES it expects the operating system (usually Win95) to enable the pnp cards. FreeBSD can enable cards but requires a special boot sequence described in the man pages. When it is set to NO, the BIOS enables all the pnp cards with default values which 95% of the time are ok. Bye Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Oct 20 09:18:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02447 for freebsd-multimedia-outgoing; Tue, 20 Oct 1998 09:18:14 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02435 for ; Tue, 20 Oct 1998 09:18:10 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id JAA21778; Tue, 20 Oct 1998 09:17:39 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 20 Oct 1998 09:17:39 -0700 (PDT) From: Doug White To: Dave Hayes cc: multimedia@FreeBSD.ORG Subject: Re: GUS and 2.2.7 RELEASE In-Reply-To: <199810200813.BAA13595@hokkshideh.jetcafe.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 20 Oct 1998, Dave Hayes wrote: > Does anyone know how to get a GUS working with 2.2.7 RELEASE? I've > tried using the old "guspnp" I was using, and it might probably work > to try the newest one but I can't seem to find it. > > I'd sure hate to go back to 2.2.2 just to get this working. guspnp was poll()ifed ages ago. I have a copy of guspnp6 if you're desperate. We need to work on the support of the guspnp in pcm; I've heard from a few peole that it doesn't work as well as guspnp. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Oct 21 03:01:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05484 for freebsd-multimedia-outgoing; Wed, 21 Oct 1998 03:01:39 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mailhost.charite.de (barrier-17.charite.de [193.175.73.17]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA05475 for ; Wed, 21 Oct 1998 03:01:29 -0700 (PDT) (envelope-from udo.wolter@charite.de) Received: by mailhost.charite.de (5.65v4.0/1.1.8.2/08Mar95-0213PM) id AA17987; Wed, 21 Oct 1998 12:00:59 +0200 Received: from postamt1.charite.de(193.175.70.246) by mailhost.charite.de via smap (V1.3-PCG 08/1998) id sma009399; Wed Oct 21 12:00:37 1998 Received: from localhost by postamt1.charite.de; (5.65/1.1.8.2/16Aug95-0231PM) id AA14223; Wed, 21 Oct 1998 12:00:36 +0200 Date: Wed, 21 Oct 1998 12:00:36 +0200 (MET DST) From: Udo Wolter X-Sender: uwp@postamt1.charite.de Reply-To: udo.wolter@charite.de To: multimedia@FreeBSD.ORG Subject: Any PCI-Soundcards yet ? Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! I just want to ask if there are any PCI-Soundcards which work with FreeBSD before I buy one of them. Or maybe it doesn't matter if a soundcard has a PCI- or an ISA-Bus ? Thanx, Udo -- Udo Wolter, email: uwp@i.am, www: http://i.am/uwp !!!! LOW-TECH Page: http://hello.to/low-tech !!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Oct 21 15:23:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20016 for freebsd-multimedia-outgoing; Wed, 21 Oct 1998 15:23:22 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from hoe.isi.edu (hoe.isi.edu [128.9.160.164]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19992 for ; Wed, 21 Oct 1998 15:23:13 -0700 (PDT) (envelope-from haoboy@isi.edu) Received: from localhost (LOCALHOST [127.0.0.1]) by hoe.isi.edu (8.8.8/8.8.8) with SMTP id PAA14945 for ; Wed, 21 Oct 1998 15:22:49 -0700 (PDT) (envelope-from haoboy@isi.edu) Date: Wed, 21 Oct 1998 15:22:49 -0700 (PDT) From: Haobo Yu Reply-To: Haobo Yu To: freebsd-multimedia@FreeBSD.ORG Subject: guspnp and 2.2.7 RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I tried to use Luigi's code on my 2.2.7 release. I initialized the card thru user config as instructed in Luigi's snd/CARDS: pnp 1 0 os enable port0 0x220 port1 0x320 port2 0x32c irq0 5 drq0 7 drq1 5 The kernel recognized the card later: (I couldn't get it work without doing manual initialization. It always complained about 'LDN' = 0. /kernel: Probing for PnP devices: /kernel: Trying Read_Port at 203 /kernel: CSN 1 Vendor ID: GRV0001 [0x0100561e] Serial 0x00000001 /kernel: PnP: override config for CSN 1 LDN 0 vend_id 0x0100561e /kernel: pnp1:0 port 0x0000 0x0000 0x0000 0x0000 irq 0:0 drq 4:4 en 0 fl 0x3 /kernel: pnp1:0 port 0x0220 0x0320 0x032c 0x0000 irq 5:0 drq 7:5 en 1 fl 0x3 /kernel: pnp1:0 port 0x0220 0x0320 0x032c 0x0000 irq 5:0 drq 7:5 en 1 fl 0x3 /kernel: GUS: silicon rev A /kernel: mss_attach 1 at 0x328 irq 5 dma 5:7 flags 0x17 /kernel: pcm1 (GusPnP sn 0x00000001) at 0x328 irq 5 drq 5 flags 0x17 id 9 I did all symbolic links in /dev as required. I can get perfect audio output, but when it stops, it cannot flush its dma buffer: Oct 7 14:17:15 /kernel: timeout flushing dbuf_out.chan, cnt 0xfffd88ec flags 0x000000c1 Oct 7 14:17:42 /kernel: timeout flushing dbuf_out.chan, cnt 0xfffd8f8c flags 0x100040c1 Oct 7 14:19:04 /kernel: timeout flushing dbuf_out.chan, cnt 0xfffd771c flags 0x100040c1 This doesn't matter if I listen to a continuous stream, but if there's a break, or I want to interact, I'm in big trouble. I'd like to spend some time to track this down. Is it because I'm using a wrong version of isa/snd/dmabuf.c or some other wrong setup? Here is checkout record of my dmabuf.c: C src/sys/i386/isa/snd/dmabuf.c,v RELENG_2_2_7_RELEASE . 2#871#19#9085282005#523943#444 1.4.2.4 98.06.10.17.37 .00 2#871#19#9011543845#239973#644 I'll be grateful if somebody can shed light on this. Thanks in advance. - Haobo In article , dwhite@resnet.uoregon.edu (Doug White) wrote: > On Tue, 20 Oct 1998, Dave Hayes wrote: > > > Does anyone know how to get a GUS working with 2.2.7 RELEASE? I've > > tried using the old "guspnp" I was using, and it might probably work > > to try the newest one but I can't seem to find it. > > > > I'd sure hate to go back to 2.2.2 just to get this working. > > guspnp was poll()ifed ages ago. I have a copy of guspnp6 if you're > desperate. > > We need to work on the support of the guspnp in pcm; I've heard from a few > peole that it doesn't work as well as guspnp. > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 00:43:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06531 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 00:43:07 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mailhost.math.ubc.ca (raven.math.ubc.ca [137.82.36.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06526 for ; Thu, 22 Oct 1998 00:43:05 -0700 (PDT) (envelope-from sandy@math.ubc.ca) Received: from jeeves.math.ubc.ca (jeeves.math.ubc.ca [137.82.36.38]) by mailhost.math.ubc.ca (8.9.1a/8.9.1) with ESMTP id AAA17142 for ; Thu, 22 Oct 1998 00:42:36 -0700 (PDT) Received: (from sandy@localhost) by jeeves.math.ubc.ca (8.9.0/8.8.8) id AAA29649; Thu, 22 Oct 1998 00:34:24 -0700 (PDT) Date: Thu, 22 Oct 1998 00:34:24 -0700 (PDT) Message-Id: <199810220734.AAA29649@jeeves.math.ubc.ca> From: Sandy Rutherford MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: multimedia@FreeBSD.ORG Subject: PCI Sound Cards Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Are PCI sound cards supported now or will they be in the near future? My sound card is the Turtle Beach Montego A3D 64 Voice PCI Sound Card. I'm running FreeBSD 2.2.7-RELEASE. Thank you very much, Sandy -- Sandy Rutherford Department of Mathematics University of British Columbia Vancouver, British Columbia V6T 1Z2 Canada sandy@math.ubc.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 02:54:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15949 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 02:54:15 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA15926 for ; Thu, 22 Oct 1998 02:54:05 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id IAA11737; Thu, 22 Oct 1998 08:56:10 +0100 From: Luigi Rizzo Message-Id: <199810220756.IAA11737@labinfo.iet.unipi.it> Subject: Re: splay-0.8.2 & FreeBSD Audio Driver (980215) To: nabe@ksj.mcu.or.jp (NABETANI Masaki) Date: Thu, 22 Oct 1998 08:56:10 +0100 (MET) Cc: junker@jazz.snu.ac.kr In-Reply-To: <19981022181815P.nabe@ksj.mcu.or.jp> from "NABETANI Masaki" at Oct 22, 98 06:17:56 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I got a report that the "pcm" driver does not start with small audio files. This was due to a bug i introduced near the beginning of the year to optimize performance :) in any case, the fix is easy and i will commit it in the next hours on -current (and for -stable, an update to the whole "pcm" code is coming in): in dmabuf.c, function dsp_wrintr, change one line near line 183 as follows: * check if we need to reprogram the DMA on the sound card. * This happens if the size has changed _and_ the new size * is smaller, or it matches the blocksize. */ - if (l != b->dl && (l < b->dl || l == d->play_blocksize)){ + if (l != b->dl && (b->dl == 0 || l < b->dl || l == d->play_blocksize)){ /* for any reason, size has changed. Stop and restart */ DEB(printf("wrintr: bsz change from %d to %d, rp %d rl %d\n", b->dl, l, b->rp, b->rl)); cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 06:17:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29433 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 06:17:16 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mailgw1.fhg.de (mailgw1.fhg.de [153.96.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29423 for ; Thu, 22 Oct 1998 06:17:07 -0700 (PDT) (envelope-from runge@egd.igd.fhg.de) Received: by mailgw1.fhg.de (fhg.de); Thu, 22 Oct 1998 15:15:44 +0200 (MET DST) X-ENV: (mailgw1.fhg.de) runge@egd.igd.fhg.de -> freebsd-multimedia@freebsd.ORG.VIA-SMTP X-BULK-CHECK-1-981022.15.13.11: egd.egd.igd.fhg.de [153.96.43.2] Received: by mailgw1.fhg.de (fhg.de) with SMTP; Thu, 22 Oct 1998 15:12:47 +0200 (MET DST) from brussel.egd.igd.fhg.de Received: by brussel.egd.igd.fhg.de; Thu, 22 Oct 98 14:08:01 +0100 Message-Id: <362F2E31.1CA04A9E@rostock.zgdv.de> Date: Thu, 22 Oct 1998 15:08:01 +0200 From: Thomas Runge Organization: http://www.rostock.zgdv.de X-Mailer: Mozilla 4.04 [en] (X11; U; SunOS 5.6 sun4u) Mime-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG Subject: videocapture Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On http://gable.nrl.cs.uoregon.edu/~dwhite/ I found a little C programm that claims to grab a picture from /dev/bktrX and saves it as an jpeg. Well, it saves a jpeg, but it doesnt contain, what I would expect. ;-) I'm using a hauppauge card, but I think, the driver fully supports the meteor interface on that card, doesnt it? The program doesnt use the tuner, it just switches the input source sets the geometry, brightness and contrast. After that it mmaps the device and after a capture command, it reads this memory. And there seems to be no useful data... What did I miss? Do I have to deal with /dev/tuner as well to get useful data out of the device? -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 07:13:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05238 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 07:13:56 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05232 for ; Thu, 22 Oct 1998 07:13:54 -0700 (PDT) (envelope-from karpen@ocean.campus.luth.se) Received: (from karpen@localhost) by ocean.campus.luth.se (8.9.1/8.9.1) id QAA17100; Thu, 22 Oct 1998 16:09:42 +0200 (CEST) (envelope-from karpen) From: Mikael Karpberg Message-Id: <199810221409.QAA17100@ocean.campus.luth.se> Subject: Re: C4232 Sound Drivers In-Reply-To: <362C761A.167E@cs.strath.ac.uk> from Roger Hardiman at "Oct 20, 98 12:38:02 pm" To: roger@cs.strath.ac.uk (Roger Hardiman) Date: Thu, 22 Oct 1998 16:09:42 +0200 (CEST) Cc: multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Roger Hardiman: > Mikael, > > As a quick fix, you could try going into your BIOS setup. > Look for the BIOS setting > PnP Operating System: YES It's already NO, and I'm not having any problems with this. It was a suggestion to keep unnecesary questions from others away from the lists. /Mikael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 08:51:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13224 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 08:51:57 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13205; Thu, 22 Oct 1998 08:51:53 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id KAA15883; Thu, 22 Oct 1998 10:48:17 -0500 (CDT) (envelope-from conrads) Date: Thu, 22 Oct 1998 10:48:17 -0500 (CDT) From: Conrad Sabatier Message-Id: <199810221548.KAA15883@as5200-01-254.no.neosoft.com> To: emulation@FreeBSD.ORG, multimedia@FreeBSD.ORG X-Also-Posted-To: comp.unix.bsd.freebsd.misc Subject: Wow! Linux emulation in 3.0 is fantastic! Organization: NeoSoft, Inc. X-Newsreader: trn 4.0-test69 (20 September 1998) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You guys have really outdone yourselves! I had had nothing but problems with the Linux RealPlayer 5 in earlier versions of FreeBSD (I'm using an AWE 64 with awedrv 0.4.2c). It's working beautifully under now under 3.0-CURRENT. (Side note: very pleasantly surprised to find awedrv already included in the source tree; no need to install/patch; excellent!). Only problem I ran into was trying to get the Real Video Player plugin working with the FreeBSD version of Netscape Communicator 4.07, so I decided to try the Linux version of Communicator 4.5 (I also wanted to get the 128-bit encryption). Worked on the first try. Simply amazing! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 10:05:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22686 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 10:05:56 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22676 for ; Thu, 22 Oct 1998 10:05:52 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id SAA28588 Thu, 22 Oct 1998 18:04:58 +0100 (BST) Message-ID: <362F65BA.41C6@cs.strath.ac.uk> Date: Thu, 22 Oct 1998 18:04:58 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: Thomas Runge CC: multimedia@FreeBSD.ORG Subject: Re: videocapture References: <362F2E31.1CA04A9E@rostock.zgdv.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thomas > > On http://gable.nrl.cs.uoregon.edu/~dwhite/ I found a little > C programm that claims to grab a picture from /dev/bktrX If you want PAL video, from an external camera, you need to make 2 changes to the program. a) add the ioctl to select PAL mode. b) change the input device from DEV1 (the TV tuner) to DEV0 - the external camera on the RCA (phone) connector. The changes to make are a) AFTER the line which says /* set up the capture type and size */ add the following C code. i = METEOR_FMT_PAL; ioctl(bt848,METEORSFMT, &i); b) change c = METEOR_INPUT_DEV1; to c = METEOR_INPUT_DEV0; Bye Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 14:06:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00816 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 14:06:02 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from tnt.isi.edu (tnt.isi.edu [128.9.128.128]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00785 for ; Thu, 22 Oct 1998 14:05:59 -0700 (PDT) (envelope-from faber@ISI.EDU) Received: from ISI.EDU (vex-e.isi.edu [128.9.160.240]) by tnt.isi.edu (8.8.7/8.8.6) with ESMTP id OAA19584; Thu, 22 Oct 1998 14:05:22 -0700 (PDT) Message-Id: <199810222105.OAA19584@tnt.isi.edu> X-Mailer: exmh version 2.0.2 2/24/98 To: Conrad Sabatier Cc: multimedia@FreeBSD.ORG Subject: Re: Wow! Linux emulation in 3.0 is fantastic! In-Reply-To: Your message of "Thu, 22 Oct 1998 10:48:17 CDT." <199810221548.KAA15883@as5200-01-254.no.neosoft.com> X-Url: http://www.isi.edu/~faber Date: Thu, 22 Oct 1998 14:05:22 -0700 From: Ted Faber Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Conrad Sabatier wrote: >Only problem I ran into was trying to get the Real Video Player plugin >working with the FreeBSD version of Netscape Communicator 4.07, so I >decided to try the Linux version of Communicator 4.5 (I also wanted to get >the 128-bit encryption). Worked on the first try. Is there something wrong with the FreeBSD native version of Netscape 4.5? - ---------------------------------------------------------------------- Ted Faber faber@isi.edu USC/ISI Computer Scientist http://www.isi.edu/~faber (310) 822-1511 x190 PGP Key: http://www.isi.edu/~faber/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNi+eEYb4eisfQ5rpAQE+LAQAoU7iNe8m5sd4x9zDO+8fJNGnUAqkIMBY w1kgT0F890JAK0CXAVl1sDF+5LUs4pwehu2ZKW8NUF9qgsN+Blg6e3lFq8vtrJx3 2GWI6emleEOKHpApWIlyGuZ7YKRnhlliwi/+a0jPAshof7tJg4TFpU+7p/oHmXko cmUOh4ghGqY= =DvII -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 15:21:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11649 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 15:21:47 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11640 for ; Thu, 22 Oct 1998 15:21:44 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id RAA18755; Thu, 22 Oct 1998 17:17:55 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199810222105.OAA19584@tnt.isi.edu> Date: Thu, 22 Oct 1998 17:17:55 -0500 (CDT) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: Ted Faber Subject: Re: Wow! Linux emulation in 3.0 is fantastic! Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 22-Oct-98 Ted Faber wrote: > > Conrad Sabatier wrote: >>Only problem I ran into was trying to get the Real Video Player plugin >>working with the FreeBSD version of Netscape Communicator 4.07, so I >>decided to try the Linux version of Communicator 4.5 (I also wanted to get >>the 128-bit encryption). Worked on the first try. > > Is there something wrong with the FreeBSD native version of Netscape > 4.5? No, I've been using the FreeBSD version up until now. But once I got the Linux RealPlayer working (at last!), I still was unable to get the Real Player plugin configured in Netscape. Switching to the Linux version of Netscape solved that. The Linux version also has the advantage of being among the "supported", rather than "unsupported" versions of Netscape, and supports strong encryption, which is a definite must-have for me, as I'm about to switch my online banking from Quicken/Checkfree to the services offered by my bank (BankOne). No more having to boot into Windows to pay my bills. Yay! :-) Also, there are other plugins for Linux that simply aren't available for FreeBSD. -- Conrad Sabatier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 18:46:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA06182 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 18:46:49 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from control.colossus.dyn.ml.org (206-18-113-200.la.inreach.net [206.18.113.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA06132 for ; Thu, 22 Oct 1998 18:46:18 -0700 (PDT) (envelope-from dburr@pobox.com) Received: from control.colossus.dyn.ml.org (dburr@control.colossus.dyn.ml.org [192.160.60.1]) by control.colossus.dyn.ml.org (8.8.8/8.8.8) with SMTP id SAA05189; Thu, 22 Oct 1998 18:09:16 -0700 (PDT) (envelope-from dburr@pobox.com) Date: Thu, 22 Oct 1998 18:09:15 -0700 (PDT) From: Donald Burr X-Sender: dburr@control.colossus.dyn.ml.org To: Sandy Rutherford cc: multimedia@FreeBSD.ORG Subject: Re: PCI Sound Cards In-Reply-To: <199810220734.AAA29649@jeeves.math.ubc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org They are supported by the $20 OSS sound driver (http://www.4front-tech.com/). This is an excellent sound driver and is certainly worth the price; you might want to invest in it. However, PCI sound cards are *not* supported by either of the drivers (Voxware and luigi) that come with FreeBSD. If you wanna use it, you'll have to get OSS. Donald Burr *NEW EMAIL ADDRESS!* | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ#16997506 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. On Thu, 22 Oct 1998, Sandy Rutherford wrote: > Are PCI sound cards supported now or will they be in the near future? > My sound card is the Turtle Beach Montego A3D 64 Voice PCI Sound Card. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 22:54:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25743 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 22:54:16 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from mj.post-design.com (mj.post-design.com [195.170.32.235]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25726; Thu, 22 Oct 1998 22:54:12 -0700 (PDT) (envelope-from tac@post-design.com) Received: from mj.post-design.com (mj.post-design.com [195.170.32.235]) by mj.post-design.com (8.8.7/8.8.7) with SMTP id JAA19420; Fri, 23 Oct 1998 09:55:48 GMT (envelope-from tac@post-design.com) Date: Fri, 23 Oct 1998 09:55:47 +0000 (GMT) From: "Artem L. Ikoev" Reply-To: "Artem L. Ikoev" To: freebsd-multimedia@FreeBSD.ORG cc: freebsd-emulation@FreeBSD.ORG Subject: oh. big trouble with awe64/realencoder(linux) in freebsd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hello, we have: freebsd 2.2.7-r sb awe64 pnp (voxware 3.0-beta950506) real encoder (linux version) linux_mod is loaded problem: we need live broadcasting on freebsd. we found only linux version of real encoder with 'live' function. so, we tried to run it on our system and we got error : --- LINUX: 'ioctl' fd=4, typ=0x44d(M), num=0xff not implemented raencoder: Error encountered: Cannot open audio device. --- our sb is working (cat /dev/audio > test; cat test > /dev/audio - ok). So? Are any ways to solve this problem? Sincerely, Artem Ikoev, creative director of pd ---------------------------------- "post design" studio "creative design solutions" (tm) tel/fax: +7 503(095) 9564951 email : tac@post-design.com website: http://www.post-design.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 22 23:13:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27363 for freebsd-multimedia-outgoing; Thu, 22 Oct 1998 23:13:31 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27355; Thu, 22 Oct 1998 23:13:27 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id PAA19590; Fri, 23 Oct 1998 15:42:40 +0930 (CST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 23 Oct 1998 15:42:40 +0930 (CST) From: "Daniel O'Connor" To: "Artem L. Ikoev" Subject: RE: oh. big trouble with awe64/realencoder(linux) in freebsd Cc: freebsd-emulation@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23-Oct-98 Artem L. Ikoev wrote: > problem: > we need live broadcasting on freebsd. we found only linux version of > real encoder with 'live' function. so, we tried to run it on our > system and we got error : > > --- > LINUX: 'ioctl' fd=4, typ=0x44d(M), num=0xff not implemented > raencoder: Error encountered: Cannot open audio device. > --- The problem is that there is an ioctl which isn;t implemented in the emulation later so it fails. It may be implemented in 3.0 but I'm not sure. If not you could implement it yourself ;) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 00:18:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01962 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 00:18:38 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA01943; Fri, 23 Oct 1998 00:18:34 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id GAA14066; Fri, 23 Oct 1998 06:21:52 +0100 From: Luigi Rizzo Message-Id: <199810230521.GAA14066@labinfo.iet.unipi.it> Subject: Re: oh. big trouble with awe64/realencoder(linux) in freebsd To: tac@post-design.com Date: Fri, 23 Oct 1998 06:21:52 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG In-Reply-To: from "Artem L. Ikoev" at Oct 23, 98 09:55:28 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > we have: > freebsd 2.2.7-r > sb awe64 pnp (voxware 3.0-beta950506) > real encoder (linux version) > linux_mod is loaded > > problem: > we need live broadcasting on freebsd. we found only linux version of > real encoder with 'live' function. so, we tried to run it on our > system and we got error : have you tried the "pcm" driver instead (the one now in -stable) luigi > > --- > LINUX: 'ioctl' fd=4, typ=0x44d(M), num=0xff not implemented > raencoder: Error encountered: Cannot open audio device. > --- > > our sb is working (cat /dev/audio > test; cat test > /dev/audio - ok). > > So? Are any ways to solve this problem? > > Sincerely, > Artem Ikoev, creative director of pd > > ---------------------------------- > "post design" studio > "creative design solutions" (tm) > tel/fax: +7 503(095) 9564951 > email : tac@post-design.com > website: http://www.post-design.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 05:08:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22391 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 05:08:50 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from k6n1.znh.org (dialup5.gaffaneys.com [208.155.161.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA22386 for ; Fri, 23 Oct 1998 05:08:47 -0700 (PDT) (envelope-from zach@gaffaneys.com) Received: (from zach@localhost) by k6n1.znh.org (8.9.1/8.9.1) id MAA04139 for freebsd-multimedia@FreeBSD.ORG; Fri, 23 Oct 1998 12:09:20 GMT (envelope-from zach) Message-ID: <19981023070919.A4116@znh.org> Date: Fri, 23 Oct 1998 07:09:19 -0500 From: Zach Heilig To: freebsd-multimedia@FreeBSD.ORG Subject: Luigi's pcm driver spewing many (~1530) kernel messages. Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 1531 messages in ~2 minutes, that is... Hardware (from dmesg:) Probing for PnP devices: CSN 1 Vendor ID: CTL00c1 [0xc1008c0e] Serial 0x12b9118f Comp ID: PNPb02f [0x2fb00d041] pcm1 (SB16pnp sn 0x12b9118f) at 0x220-0x22f irq 9 drq 0 flags 0x17 on isa ... pcm0 not found And, the following is from a ~2 minute run of 'timidity'. It sounded just fine, so I was surprised to notice this on the console: Oct 23 11:55:51 k6n1 /kernel: sorry, read DMA channel unavailable Oct 23 11:55:51 k6n1 last message repeated 3 times Oct 23 11:55:51 k6n1 /kernel: WARNING: rdintr but read DMA inactive! Oct 23 11:56:22 k6n1 last message repeated 329 times Oct 23 11:56:27 k6n1 /kernel: sorry, read DMA channel unavailable Oct 23 11:57:08 k6n1 last message repeated 4 times Oct 23 11:57:08 k6n1 last message repeated 3 times Oct 23 11:57:08 k6n1 /kernel: WARNING: rdintr but read DMA inactive! Oct 23 11:57:39 k6n1 last message repeated 331 times Oct 23 11:58:58 k6n1 last message repeated 857 times -- Zach Heilig If it looks like a duck, and quacks like a duck, we have to at least consider the possibility that we have a small aquatic bird of the family Anatidę on our hands (Douglas Adams -- Dirk Gently's Holistic Detective Agency) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 05:53:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24647 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 05:53:13 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA24641 for ; Fri, 23 Oct 1998 05:53:10 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id LAA14638; Fri, 23 Oct 1998 11:55:16 +0100 From: Luigi Rizzo Message-Id: <199810231055.LAA14638@labinfo.iet.unipi.it> Subject: Re: Luigi's pcm driver spewing many (~1530) kernel messages. To: zach@gaffaneys.com (Zach Heilig) Date: Fri, 23 Oct 1998 11:55:16 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <19981023070919.A4116@znh.org> from "Zach Heilig" at Oct 23, 98 07:09:00 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 1531 messages in ~2 minutes, that is... yes... which release though ? -stable, -current or what ? luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 06:36:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28535 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 06:36:03 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from k6n1.znh.org (dialup5.gaffaneys.com [208.155.161.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28495 for ; Fri, 23 Oct 1998 06:35:59 -0700 (PDT) (envelope-from zach@gaffaneys.com) Received: (from zach@localhost) by k6n1.znh.org (8.9.1/8.9.1) id NAA04696; Fri, 23 Oct 1998 13:35:41 GMT (envelope-from zach) Message-ID: <19981023083541.A4686@znh.org> Date: Fri, 23 Oct 1998 08:35:41 -0500 From: Zach Heilig To: Luigi Rizzo , Zach Heilig Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's pcm driver spewing many (~1530) kernel messages. References: <19981023070919.A4116@znh.org> <199810231055.LAA14638@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i In-Reply-To: <199810231055.LAA14638@labinfo.iet.unipi.it>; from Luigi Rizzo on Fri, Oct 23, 1998 at 11:55:16AM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 23, 1998 at 11:55:16AM +0100, Luigi Rizzo wrote: > > 1531 messages in ~2 minutes, that is... > > yes... which release though ? -stable, -current or what ? Oops!, that would be -CURRENT, pretty near Thursday Oct 22 (02:00 GMT). This was just before 'bde' made all those changes. -- Zach Heilig If it looks like a duck, and quacks like a duck, we have to at least consider the possibility that we have a small aquatic bird of the family Anatidę on our hands (Douglas Adams -- Dirk Gently's Holistic Detective Agency) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 06:38:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28862 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 06:38:14 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA28850 for ; Fri, 23 Oct 1998 06:38:06 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id MAA14708; Fri, 23 Oct 1998 12:41:24 +0100 From: Luigi Rizzo Message-Id: <199810231141.MAA14708@labinfo.iet.unipi.it> Subject: Re: Luigi's pcm driver spewing many (~1530) kernel messages. To: zach@gaffaneys.com (Zach Heilig) Date: Fri, 23 Oct 1998 12:41:23 +0100 (MET) Cc: zach@gaffaneys.com, freebsd-multimedia@FreeBSD.ORG In-Reply-To: <19981023083541.A4686@znh.org> from "Zach Heilig" at Oct 23, 98 08:35:22 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > 1531 messages in ~2 minutes, that is... > >=20 > > yes... which release though ? -stable, -current or what ? > > Oops!, that would be -CURRENT, pretty near Thursday Oct 22 (02:00 GMT). ok, the code is mostly up to date. > This was just before 'bde' made all those changes. he might have commented out some diagnostic msgs like the ones you are getting. luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 06:53:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00172 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 06:53:14 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from PeeCee.tbe.com (firewallx.tbe.com [192.88.94.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00167 for ; Fri, 23 Oct 1998 06:53:12 -0700 (PDT) (envelope-from dkelly@PeeCee.tbe.com) Received: from PeeCee.tbe.com (localhost.tbe.com [127.0.0.1]) by PeeCee.tbe.com (8.8.8/8.8.7) with ESMTP id IAA05516; Fri, 23 Oct 1998 08:51:34 -0500 (CDT) (envelope-from dkelly@PeeCee.tbe.com) Message-Id: <199810231351.IAA05516@PeeCee.tbe.com> X-Mailer: exmh version 2.0.2 2/24/98 From: David Kelly Reply-To: David Kelly To: conrads@neosoft.com cc: Ted Faber , multimedia@FreeBSD.ORG Subject: Re: Wow! Linux emulation in 3.0 is fantastic! In-reply-to: Your message of "Thu, 22 Oct 1998 17:17:55 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Oct 1998 08:51:33 -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Conrad Sabatier writes: > No, I've been using the FreeBSD version up until now. But once I got > the Linux RealPlayer working (at last!), I still was unable to get the > Real Player plugin configured in Netscape. Switching to the Linux > version of Netscape solved that. > The Linux version also has the advantage of being among the > "supported", rather than "unsupported" versions of Netscape, and > supports strong encryption, which is a definite must-have for me, as > I'm about to switch my online banking from Quicken/Checkfree to the > services offered by my bank (BankOne). No more having to boot into > Windows to pay my bills. Yay! :-) This works on every strong encrypted site I've tried: # cd /usr/ports/www/netscape4-communicator # setenv USE_128BIT # make install -- David Kelly N4HHE, dkelly@nebula.tbe.com ======================================================================== Whom computers would destroy, they must first drive mad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 07:40:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04568 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 07:40:31 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from k6n1.znh.org (dialup5.gaffaneys.com [208.155.161.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04562 for ; Fri, 23 Oct 1998 07:40:26 -0700 (PDT) (envelope-from zach@gaffaneys.com) Received: (from zach@localhost) by k6n1.znh.org (8.9.1/8.9.1) id OAA04968; Fri, 23 Oct 1998 14:40:02 GMT (envelope-from zach) Message-ID: <19981023094002.A4961@znh.org> Date: Fri, 23 Oct 1998 09:40:02 -0500 From: Zach Heilig To: Luigi Rizzo , Zach Heilig Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's pcm driver spewing many (~1530) kernel messages. References: <19981023083541.A4686@znh.org> <199810231141.MAA14708@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i In-Reply-To: <199810231141.MAA14708@labinfo.iet.unipi.it>; from Luigi Rizzo on Fri, Oct 23, 1998 at 12:41:23PM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 23, 1998 at 12:41:23PM +0100, Luigi Rizzo wrote: > he might have commented out some diagnostic msgs like the ones you are > getting. So, it's nothing to worry about? It's only that one (pcm aware) application that produces those messages (and it still seems to work). -- Zach Heilig If it looks like a duck, and quacks like a duck, we have to at least consider the possibility that we have a small aquatic bird of the family Anatidę on our hands (Douglas Adams -- Dirk Gently's Holistic Detective Agency) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 07:49:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05589 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 07:49:56 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05584 for ; Fri, 23 Oct 1998 07:49:53 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id JAA24645 for multimedia@FreeBSD.ORG; Fri, 23 Oct 1998 09:46:14 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199810231351.IAA05516@PeeCee.tbe.com> Date: Fri, 23 Oct 1998 09:46:14 -0500 (CDT) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: multimedia@FreeBSD.ORG Subject: Re: Wow! Linux emulation in 3.0 is fantastic! Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23-Oct-98 David Kelly wrote: > > This works on every strong encrypted site I've tried: > ># cd /usr/ports/www/netscape4-communicator ># setenv USE_128BIT ># make install Filed for future reference. Thanks. I think I'll still stick with the Linux version, though, as the RealPlayer plugin problem seems insurmountable otherwise. Or am I mistaken? Besides that, I want to try some more of the Linux plugins, just as an acid test of the emulation. :-) -- Conrad Sabatier A day without sunshine is like night. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 08:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10023 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 08:30:04 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10005; Fri, 23 Oct 1998 08:30:01 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id KAA26402; Fri, 23 Oct 1998 10:26:13 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 23 Oct 1998 10:26:13 -0500 (CDT) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: "Artem L. Ikoev" Subject: RE: oh. big trouble with awe64/realencoder(linux) in freebsd Cc: freebsd-emulation@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23-Oct-98 Artem L. Ikoev wrote: > > freebsd 2.2.7-r > sb awe64 pnp (voxware 3.0-beta950506) > real encoder (linux version) > linux_mod is loaded > > problem: > we need live broadcasting on freebsd. we found only linux version of > real encoder with 'live' function. so, we tried to run it on our > system and we got error : > > --- > LINUX: 'ioctl' fd=4, typ=0x44d(M), num=0xff not implemented > raencoder: Error encountered: Cannot open audio device. > --- > > our sb is working (cat /dev/audio > test; cat test > /dev/audio - ok). > > So? Are any ways to solve this problem? This *may* be reason enough for you to upgrade to FreeBSD 3.0. I had the same sort of problem under 2.2.7-STABLE with an AWE 64, Voxware (with the awedrv 0.4.2c patches), and RealPlayer for Linux. Upgrading to 3.0-CURRENT cured everything for me. Presto! Voila! I had *thought* that the latest mods to the Linux emulation code had been backed into -stable, but even as recently as a week ago or so (the last time I cvsup'ed and built -stable) the problem still existed. Emulation under 3.0, on the other hand, is damn near flawless, as far as I can tell (so far). Despite the warnings Re: 3.0's stability for a production environment, I've found it to be a solid performer, and I feel pretty safe with it (a lot safer than I did with earlier versions of -current, for sure). YMMV, of course. If you're leery of going the full 3.0 upgrade route, you might try upgrading to -stable and see if this helps. Perhaps this problem has been fixed by now. -- Conrad Sabatier Excellent day for putting Slinkies on an escalator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 08:40:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11107 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 08:40:54 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dns.webwizard.net.mx (dns.webwizard.com.mx [148.245.50.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11102 for ; Fri, 23 Oct 1998 08:40:50 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (dns.webwizard.com.mx [148.245.50.27]) by dns.webwizard.net.mx (8.9.1/8.9.1) with ESMTP id KAA19730; Fri, 23 Oct 1998 10:40:13 -0500 (CDT) (envelope-from eculp@webwizard.org.mx) Message-ID: <3630A35C.353EF83D@webwizard.org.mx> Date: Fri, 23 Oct 1998 10:40:12 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: conrads@neosoft.com CC: multimedia@FreeBSD.ORG Subject: Re: Wow! Linux emulation in 3.0 is fantastic! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Conrad Sabatier wrote: > On 23-Oct-98 David Kelly wrote: > > > > This works on every strong encrypted site I've tried: > > > ># cd /usr/ports/www/netscape4-communicator > ># setenv USE_128BIT > ># make install > > Filed for future reference. Thanks. > > I think I'll still stick with the Linux version, though, as the RealPlayer > plugin problem seems insurmountable otherwise. Or am I mistaken? > > Besides that, I want to try some more of the Linux plugins, just as an acid > test of the emulation. :-) > > -- > Conrad Sabatier > > A day without sunshine is like night. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message Are you running an elf kernel? If so how do you load the linux_mod.o? Thanks ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 08:51:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12132 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 08:51:45 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA12074; Fri, 23 Oct 1998 08:50:19 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id OAA15164; Fri, 23 Oct 1998 14:53:07 +0100 From: Luigi Rizzo Message-Id: <199810231353.OAA15164@labinfo.iet.unipi.it> Subject: Re: oh. big trouble with awe64/realencoder(linux) in freebsd To: conrads@neosoft.com Date: Fri, 23 Oct 1998 14:53:07 +0100 (MET) Cc: tac@post-design.com, freebsd-emulation@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "Conrad Sabatier" at Oct 23, 98 10:25:54 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > So? Are any ways to solve this problem? > > This *may* be reason enough for you to upgrade to FreeBSD 3.0. I had the same > sort of problem under 2.2.7-STABLE with an AWE 64, Voxware (with the awedrv > 0.4.2c patches), and RealPlayer for Linux. > > Upgrading to 3.0-CURRENT cured everything for me. Presto! Voila! a time will come when everybody will try to solve problems by upgrading versions and nobody will fix the code anymore... luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 09:01:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13555 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 09:01:47 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from k6n1.znh.org (dialup5.gaffaneys.com [208.155.161.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13547 for ; Fri, 23 Oct 1998 09:01:44 -0700 (PDT) (envelope-from zach@gaffaneys.com) Received: (from zach@localhost) by k6n1.znh.org (8.9.1/8.9.1) id QAA06458; Fri, 23 Oct 1998 16:02:07 GMT (envelope-from zach) Message-ID: <19981023110207.A5283@znh.org> Date: Fri, 23 Oct 1998 11:02:07 -0500 From: Zach Heilig To: Edwin Culp , conrads@neosoft.com Cc: multimedia@FreeBSD.ORG Subject: Re: Wow! Linux emulation in 3.0 is fantastic! References: <3630A35C.353EF83D@webwizard.org.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i In-Reply-To: <3630A35C.353EF83D@webwizard.org.mx>; from Edwin Culp on Fri, Oct 23, 1998 at 10:40:12AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 23, 1998 at 10:40:12AM -0500, Edwin Culp wrote: > Are you running an elf kernel? If so how do you load the linux_mod.o? > > Thanks [ make sure your system is post-3.0 release ] # cd /sys/modules # make obj # make depend # make # make install # kldload /modules/linux.ko [ I don't think modules are built by default ] -- Zach Heilig If it looks like a duck, and quacks like a duck, we have to at least consider the possibility that we have a small aquatic bird of the family Anatidę on our hands (Douglas Adams -- Dirk Gently's Holistic Detective Agency) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 09:07:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14364 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 09:07:51 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14358 for ; Fri, 23 Oct 1998 09:07:49 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id LAA28843; Fri, 23 Oct 1998 11:03:52 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3630A35C.353EF83D@webwizard.org.mx> Date: Fri, 23 Oct 1998 11:03:52 -0500 (CDT) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: Edwin Culp Subject: Re: Wow! Linux emulation in 3.0 is fantastic! Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23-Oct-98 Edwin Culp wrote: > > Are you running an elf kernel? If so how do you load the linux_mod.o? No, I'm still using a (custom) aout kernel. Will be changing it over to ELF, though, Real Soon Now. I have "options COMPAT_LINUX" in my kernel config, and enabled Linux emulation in /etc/rc.conf. -- Conrad Sabatier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 09:17:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15632 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 09:17:28 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15615; Fri, 23 Oct 1998 09:17:22 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id LAA29397; Fri, 23 Oct 1998 11:13:43 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199810231353.OAA15164@labinfo.iet.unipi.it> Date: Fri, 23 Oct 1998 11:13:43 -0500 (CDT) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: freebsd-multimedia@FreeBSD.ORG Subject: Re: oh. big trouble with awe64/realencoder(linux) in freebsd Cc: freebsd-emulation@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23-Oct-98 Luigi Rizzo wrote: >> >> Upgrading to 3.0-CURRENT cured everything for me. Presto! Voila! > > a time will come when everybody will try to solve problems by upgrading > versions and nobody will fix the code anymore... Umm...it seems to be fixed in 3.0. :-) In fact, it was because I had heard that this particular problem had been resolved in 3.0 that I decided to upgrade. Point taken, though. -- Conrad Sabatier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 09:31:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16948 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 09:31:55 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dns.webwizard.net.mx (dns.webwizard.com.mx [148.245.50.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16938 for ; Fri, 23 Oct 1998 09:31:54 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (dns.webwizard.com.mx [148.245.50.27]) by dns.webwizard.net.mx (8.9.1/8.9.1) with ESMTP id LAA20414; Fri, 23 Oct 1998 11:31:20 -0500 (CDT) (envelope-from eculp@webwizard.org.mx) Message-ID: <3630AF57.15F5486A@webwizard.org.mx> Date: Fri, 23 Oct 1998 11:31:20 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: conrads@neosoft.com CC: multimedia@FreeBSD.ORG Subject: Re: Wow! Linux emulation in 3.0 is fantastic! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Conrad Sabatier wrote: > On 23-Oct-98 Edwin Culp wrote: > > > > Are you running an elf kernel? If so how do you load the linux_mod.o? > > No, I'm still using a (custom) aout kernel. Will be changing it over to ELF, > though, Real Soon Now. > > I have "options COMPAT_LINUX" in my kernel config, and enabled Linux emulation > in /etc/rc.conf. > > -- > Conrad Sabatier That doesn't seem to do it. The LKM must be loaded and probably from the boot.config or manually, but I'm not sure how. Thanks ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 09:58:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19673 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 09:58:41 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dns.webwizard.net.mx (dns.webwizard.com.mx [148.245.50.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19668 for ; Fri, 23 Oct 1998 09:58:39 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (dns.webwizard.com.mx [148.245.50.27]) by dns.webwizard.net.mx (8.9.1/8.9.1) with ESMTP id LAA23410; Fri, 23 Oct 1998 11:58:01 -0500 (CDT) (envelope-from eculp@webwizard.org.mx) Message-ID: <3630B598.20F0AE3F@webwizard.org.mx> Date: Fri, 23 Oct 1998 11:58:01 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Zach Heilig CC: conrads@neosoft.com, multimedia@FreeBSD.ORG Subject: Re: Wow! Linux emulation in 3.0 is fantastic! References: <3630A35C.353EF83D@webwizard.org.mx> <19981023110207.A5283@znh.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Zach Heilig wrote: > On Fri, Oct 23, 1998 at 10:40:12AM -0500, Edwin Culp wrote: > > Are you running an elf kernel? If so how do you load the linux_mod.o? > > > > Thanks > > [ make sure your system is post-3.0 release ] > # cd /sys/modules > # make obj > # make depend > # make > # make install > # kldload /modules/linux.ko > [ I don't think modules are built by default ] Exellent information, Zach. Thanks a lot. Everything built fine the module seemed to load (acording to kldstat ), so we are advancing. Netscape first doesn't find ELF interpreter /lib/ld-linux.so.1 not found I did a ln -s /usr/compat/linux/lib /lib and it tried to run but I got a Memory fault (core dumped) Back to the old drawing board :-), but this time with a pocket full of kld modules, Thanks a lot ed > > -- > Zach Heilig > If it looks like a duck, and quacks like a duck, we have to at least consider > the possibility that we have a small aquatic bird of the family Anatidę on > our hands (Douglas Adams -- Dirk Gently's Holistic Detective Agency) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 10:49:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24923 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 10:49:51 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24917 for ; Fri, 23 Oct 1998 10:49:49 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id MAA05905; Fri, 23 Oct 1998 12:46:01 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3630B598.20F0AE3F@webwizard.org.mx> Date: Fri, 23 Oct 1998 12:46:01 -0500 (CDT) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: Edwin Culp Subject: Re: Wow! Linux emulation in 3.0 is fantastic! Cc: multimedia@FreeBSD.ORG, Zach Heilig Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23-Oct-98 Edwin Culp wrote: > > Exellent information, Zach. Thanks a lot. Everything built fine the module > seemed to load (acording to kldstat ), so we are advancing. Netscape first > doesn't find > > ELF interpreter /lib/ld-linux.so.1 not found > > I did a ln -s /usr/compat/linux/lib /lib > and it tried to run but I got a > > Memory fault (core dumped) > > Back to the old drawing board :-), but this time with a pocket full of kld > modules, Thanks a lot Ah! I'm just now realizing this must be why I haven't seen the ELF interpreter error messages about missing libs; I'm still running an aout kernel, and using the Linux lkm. -- Conrad Sabatier Sorry. I forget what I was going to say. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 11:25:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27324 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 11:25:47 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from tnt.isi.edu (tnt.isi.edu [128.9.128.128]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27318 for ; Fri, 23 Oct 1998 11:25:45 -0700 (PDT) (envelope-from faber@ISI.EDU) Received: from ISI.EDU (vex-e.isi.edu [128.9.160.240]) by tnt.isi.edu (8.8.7/8.8.6) with ESMTP id LAA10953; Fri, 23 Oct 1998 11:25:00 -0700 (PDT) Message-Id: <199810231825.LAA10953@tnt.isi.edu> X-Mailer: exmh version 2.0.2 2/24/98 To: Zach Heilig Cc: Luigi Rizzo , freebsd-multimedia@FreeBSD.ORG Subject: Re: Luigi's pcm driver spewing many (~1530) kernel messages. In-Reply-To: Your message of "Fri, 23 Oct 1998 09:40:02 CDT." <19981023094002.A4961@znh.org> X-Url: http://www.isi.edu/~faber Date: Fri, 23 Oct 1998 11:25:00 -0700 From: Ted Faber Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Zach Heilig wrote: >On Fri, Oct 23, 1998 at 12:41:23PM +0100, Luigi Rizzo wrote: >> he might have commented out some diagnostic msgs like the ones you are >> getting. > >So, it's nothing to worry about? It's only that one (pcm aware) application >that produces those messages (and it still seems to work). FYI, I see those same messages running nas under 2.2.7-RELEASE. That is, I used to until I commented out the debugging statement that produces them. I haven't had any probelms related to it, though. If it's not a serious error, Luigi, would you consider getting rid of the error message, or at least providing a way to get rid of it? - ---------------------------------------------------------------------- Ted Faber faber@isi.edu USC/ISI Computer Scientist http://www.isi.edu/~faber (310) 822-1511 x190 PGP Key: http://www.isi.edu/~faber/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNjDJ+4b4eisfQ5rpAQF4ZAQAiNS1ScsUHQ/uFwtrrJS/f2Iwvee3S0lO Kw75Dp1xp5n516v+dGozoc9ZaDMMQ2VOzA7iWkRyXBpQfJxN8gS6xe1PsH71pFsQ buOc2w1VaM8fCkbIxKDv7hTpCK0yuso6tF+QPZSoNSXPHd2977dQtLnTS420kDa0 WKoA3cyl5UA= =hqtG -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Oct 23 21:56:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14933 for freebsd-multimedia-outgoing; Fri, 23 Oct 1998 21:56:33 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14926 for ; Fri, 23 Oct 1998 21:56:31 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.8/8.8.7) id GAA22782 for multimedia@freebsd.org; Sat, 24 Oct 1998 06:56:04 +0200 (MEST) (envelope-from kuku) Date: Sat, 24 Oct 1998 06:56:04 +0200 (MEST) From: Christoph Kukulies Message-Id: <199810240456.GAA22782@gilberto.physik.RWTH-Aachen.DE> To: multimedia@FreeBSD.ORG Subject: vic qcam Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone have a vic-qcam handy? --Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Oct 24 18:14:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22262 for freebsd-multimedia-outgoing; Sat, 24 Oct 1998 18:14:01 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from singularity.enigami.com (singularity.enigami.com [208.140.182.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22246 for ; Sat, 24 Oct 1998 18:13:58 -0700 (PDT) (envelope-from ckempf@singularity.enigami.com) Received: (from ckempf@localhost) by singularity.enigami.com (8.9.1/8.9.1) id VAA07827; Sat, 24 Oct 1998 21:13:08 -0400 (EDT) To: freebsd-multimedia@FreeBSD.ORG Subject: Does my SB128(PCI) work? X-Copyright: Copyright (C) 1998 Cory Kempf. All Rights Reserved X-PGP-Fingerprint: 191E 2FB7 E27D 76C3 8E79 4D26 2B3B B20F 2A9C 1E1A X-PGP-Keyloc: ; finger ckempf@enigami.com From: Cory Kempf Date: 24 Oct 1998 20:13:08 -0500 In-Reply-To: Luigi Rizzo's message of "Wed, 1 Jul 1998 03:46:54 +0200 (MET DST)" Message-ID: Lines: 76 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK, I know the subject sounds strange. I have a system running 3.0-current as of a couple hours ago. The motherboard is an Intel DK440LX, which has a built in sound card that doesn't seem to work. Sound comes out, but doesn't seem to want to go in at an audiable volume. I tested the Mic on another system, it works. I tried swapping where the mic was plugged in: nada. I finally decided that perhaps the sound drivers on the motherboard were hosed, and to just buy a sound blaster board. So I now have a SB 128, which is the only PCI card there. The problem is, I can't seem to prove that the new board works! % tail -f /dev/dsp > /dev/dsp tail: /dev/dsp: Device busy Trying a game (xgalaga) that is supposed to make sound, well, things are awefully quiet. Help? Some info that might help: The sound stuff from my kernel config: # Sound controller snd0 #device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 vector pcmintr device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 Which seems to work: % dmesg: sb0 at 0x220 irq 5 drq 1 on isa snd0: sbxvi0 not found sbmidi0 not found at 0x330 cat /dev/sndstat: VoxWare Sound Driver:3.5-alpha15-970902 (Wed Aug 6 22:58:35 PDT 1997 Amancio Hasty@rah.star-gate.com) Config options: Installed drivers: Type 2: SoundBlaster Type 6: SoundBlaster16 Type 7: SB16 MIDI Card config: SoundBlaster at 0x220 irq 5 drq 1 (SoundBlaster16 at 0xffffffff irq 1 drq 5) (SB16 MIDI at 0x330 irq 1) Audio devices: 0: SoundBlaster Pro 3.2 Synth devices: Midi devices: 0: SoundBlaster Timers: 0: System clock Mixers: 0: SoundBlaster +C -- Thinking of purchasing RAM from the Chip Merchant? Please read this first: Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message