OSS loopback device

2018-05-26 Thread blubee blubeeme
Cross post; FreeBSD-[questions | current | ultimedia] Where's the midi loopback device in the FreeBSD OSS implementation? Best, Owen ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubs

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-17 Thread Joe Nosay
The Creative Labs Xfi cards use OSS as the driver. Other cards based on the same chipset would also be dependent upon OSS. On Sun, Feb 14, 2016 at 9:33 PM, Greg Quinlan wrote: > Thanks. > > I am not going to use OSS anymore... > > I am going to stick to stick with a custom ke

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-14 Thread Greg Quinlan
Thanks. I am not going to use OSS anymore...  I am going to stick to stick with a custom kernel device sounddevice snd_hda From: Hans Petter Selasky To: Greg Quinlan ; "freebsd-current@freebsd.org" Sent: Saturday, 13 February 2016, 18:55 Subject: Re: Open Sound System - OS

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-12 Thread Hans Petter Selasky
On 02/12/16 01:04, Greg Quinlan wrote: Spoke too soon... I applied the patch (kern_module.diff - which was successful) # cd /usr/src# patch To: Hans Petter Selasky ; "freebsd-current@freebsd.org" Sent: Thursday, 11 February 2016, 22:19 Subject: Re: Open Sound System - OS

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-11 Thread Greg Quinlan
Spoke too soon... I applied the patch (kern_module.diff - which was successful) # cd /usr/src# patch To: Hans Petter Selasky ; "freebsd-current@freebsd.org" Sent: Thursday, 11 February 2016, 22:19 Subject: Re: Open Sound System - OSS "soundon" command causes KERN

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-11 Thread Greg Quinlan
Well done!! Fixed. Thanks! From: Hans Petter Selasky To: Greg Quinlan ; "freebsd-current@freebsd.org" Sent: Thursday, 11 February 2016, 17:54 Subject: Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11 On 02/11/16 03:02, Greg Qui

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-11 Thread Konstantin Belousov
() > > could become invalid right after receiving. It is the duty of the caller > > of the function to ensure that the result is still valid, and the only > > way to achieve it is to own the lock around the whole code region which > > calls the function and utilizes its result

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-11 Thread Hans Petter Selasky
k around the whole code region which calls the function and utilizes its result. A bug is in the OSS code. Yes, so why not factor out the solution? Maybe more port KLD's will trip over this? --HPS ___ freebsd-current@freebsd.org mailing list ht

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-11 Thread Konstantin Belousov
ion to ensure that the result is still valid, and the only way to achieve it is to own the lock around the whole code region which calls the function and utilizes its result. A bug is in the OSS code. > > --HPS > > Index: sys/kern/kern_module.c > =

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-10 Thread Hans Petter Selasky
On 02/11/16 03:02, Greg Quinlan wrote: Hi HPS, Note: Does not happen on FreeBSD 10.1-Stable! Yes, that's because WITNESS is off in 10.x by default. Does the attached patch solve your problem? --HPS Index: sys/kern/kern_module.c ===

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-10 Thread Greg Quinlan
  wheel 11926368 Dec 20 07:40 nvidia.ko -rw-r--r--  1 root  wheel         1008 Dec 20 07:40 linker.hints Thanks GQ From: Hans Petter Selasky To: Greg Quinlan ; "freebsd-current@freebsd.org" Sent: Wednesday, 10 February 2016, 21:07 Subject: Re: Open Sound System - OSS "s

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-10 Thread Konstantin Belousov
On Wed, Feb 10, 2016 at 09:51:01AM +, Greg Quinlan wrote: > > Hi, > > I haven't seen a Kernel Panic like this for a long time... i.e. repeatable > and due to a single command. > > I have compiled the port /usr/ports/audio/oss and installed it on FreeBSD11. &

Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-10 Thread Hans Petter Selasky
On 02/10/16 10:51, Greg Quinlan wrote: Hi, I haven't seen a Kernel Panic like this for a long time... i.e. repeatable and due to a single command. I have compiled the port /usr/ports/audio/oss and installed it on FreeBSD11. A ran /usr/local/sbin/ossdetect which created the file

Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11

2016-02-10 Thread Greg Quinlan
Hi, I haven't seen a Kernel Panic like this for a long time... i.e. repeatable and due to a single command. I have compiled the port /usr/ports/audio/oss and installed it on FreeBSD11. A ran /usr/local/sbin/ossdetect which created the file /usr/local/lib/oss/etc/installed_dr

Re: OSS SBLive driver causes kernel panic with 5.0 current

2003-03-20 Thread Jody Franklin
David Schultz wrote: Thus spake Andre Guibert de Bruet <[EMAIL PROTECTED]>: On Fri, 7 Mar 2003, Jody Franklin wrote: I'd been keeping up with current (world/kernel) every other week or so, and until this week I had no real problems. But after the build I did on March 3rd my soundcard driver (4Fr

Re: OSS SBLive driver causes kernel panic with 5.0 current

2003-03-15 Thread David Schultz
Thus spake Andre Guibert de Bruet <[EMAIL PROTECTED]>: > > On Fri, 7 Mar 2003, Jody Franklin wrote: > > > I'd been keeping up with current (world/kernel) every other week or so, > > and until this week I had no real problems. But after the build I did on > > March 3rd my soundcard driver (4Front'

Re: OSS SBLive driver causes kernel panic with 5.0 current

2003-03-15 Thread Andre Guibert de Bruet
On Fri, 7 Mar 2003, Jody Franklin wrote: > I'd been keeping up with current (world/kernel) every other week or so, > and until this week I had no real problems. But after the build I did on > March 3rd my soundcard driver (4Front's SBLive/Audigy driver) causes a > kernel panic on load. If I don't

OSS SBLive driver causes kernel panic with 5.0 current

2003-03-07 Thread Jody Franklin
I'd been keeping up with current (world/kernel) every other week or so, and until this week I had no real problems. But after the build I did on March 3rd my soundcard driver (4Front's SBLive/Audigy driver) causes a kernel panic on load. If I don't load the driver the system boots fine, and runs wi

Re: OSS and -current

1999-12-26 Thread Mike Smith
> I'm trying to get the latest version of OSS (3.9.3a) working under > -current and having very little success. > > When I try running soundconf, I get the following messages: > > kldload: can't load /usr/opt/oss/oss_mod: Exec format error > Cannot load OSS driv

OSS and -current

1999-12-25 Thread Jerry Alexandratos
I'm trying to get the latest version of OSS (3.9.3a) working under -current and having very little success. When I try running soundconf, I get the following messages: kldload: can't load /usr/opt/oss/oss_mod: Exec format error Cannot load OSS driver module. Dec 25 21:02:46 hellb

Re: OSS

1999-06-11 Thread Vallo Kallaste
On Fri, Jun 11, 1999 at 02:04:38PM +0300, Tomer Weller wrote: > i get this error when i try to load soundconf, soundon, soundoff : > link_elf: symbol cdevsw_module_handler undefined > Failed to load the OSS driver module. > Check that it is not already loaded. It is related to re

OSS

1999-06-11 Thread Tomer Weller
i get this error when i try to load soundconf, soundon, soundoff : link_elf: symbol cdevsw_module_handler undefined Failed to load the OSS driver module. Check that it is not already loaded. uname -a : FreeBSD Tomer.DrugsAreGood.org 4.0-CURRENT FreeBSD 4.0-CURRENT #10: Fri Jun 11 13:51:50 IDT