ES1370 Sound problems

1999-06-11 Thread Joe Clarke
I currently re-added my es1370-based Ensoniq soundcard to my FreeBSD 3.2 system with the hope of getting Luigi's sound driver working with it. I added the following line to my kernel: device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 Then rebooted. I see the following in my dmesg

Re: ES1370 Sound problems

1999-06-11 Thread Luigi Rizzo
I currently re-added my es1370-based Ensoniq soundcard to my FreeBSD 3.2 system with the hope of getting Luigi's sound driver working with it. I added the following line to my kernel: So, that looks promising. However, when I try to play a sound file or even cat a file to /dev/audio, I get

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

Snoop device broken

1999-06-11 Thread Jos Backus
With a kernel built on June 9th, I am seeing the following: hal:/sys/kern# w -h | grep jos jos p1 :0.0 Wed03PM - /usr/local/bin/vim /ho # watch p1 watch: fatal: cannot attach to tty # kdump output: 25537 watchCALL open(0xbfbfd8f4,0,0xbfbfd9e4) 25537

Re: ES1370 Sound problems

1999-06-11 Thread Joe Clarke
I upped the volume to 100, but I am still getting the same errors. Is there anything else I should try? I should also mention that when I cat a file to /dev/audio or /dev/dsp, it immediately returns. It looks like the audio devices are nulls. All the symlinks are correct and snd1 has been

Re: ENABLE_SERIAL_BREAK_KEY...or something?

1999-06-11 Thread Mike Nowlin
boggle Are you guys serious about dropping the box by powering off the console ? /boggle Yup... Pretty dumb, isn't it? mike To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Re: OSS

1999-06-11 Thread Vallo Kallaste
On Fri, Jun 11, 1999 at 02:04:38PM +0300, Tomer Weller s...@i.am 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 recent

Re: Snoop device broken

1999-06-11 Thread Bruce Evans
The following code in sys/kern/tty_snoop.c seems responsible: tp = snpdevtotty(tdev); if (!tp) return (EINVAL); tdev is *(dev_t *)data, but should be something like udev2dev(*(udev_t *)data). Bruce To Unsubscribe: send mail to

Re: Snoop device broken

1999-06-11 Thread Jos Backus
On Sat, Jun 12, 1999 at 12:38:04AM +1000, Bruce Evans wrote: tdev is *(dev_t *)data, but should be something like udev2dev(*(udev_t *)data). I used udev2dev(*(udev_t *)data, 0) because udev2dev wants an extra argument (int b) that is no longer used. Result: watch works :-) Bruce

Re: ES1370 Sound problems

1999-06-11 Thread Christian Weisgerber
Joe Clarke jcla...@cisco.com wrote: I currently re-added my es1370-based Ensoniq soundcard to my FreeBSD 3.2 system with the hope of getting Luigi's sound driver working with it. es1: AudioPCI ES1370 rev 0x00 int a irq 10 on pci0.15.0 ^^^ pcm1: using I/O space register mapping at 0x1800

Re: Further on tape CAM problems

1999-06-11 Thread Christopher T. Johnson
Sorry for the long delay on this. I finally have working tape again, got it fixxed about 3 weeks ago. Upgraded to current as of May 24th and put the old drive back in. Everything is working correctly again. I'm a bit scared to change out the tape drive for more testing. Chris On

Re: use of MMAP in new INN code...

1999-06-11 Thread Richard Michael Todd
In message pine.bsf.4.05.9906091450270.49155-100...@thelab.hub.orgMarc Fournier writes: I'm currently investigating a problem with my server that coincedentally(sp?) started right after I upgraded INN to what we currently have... Someone *just* suggested that they thought that 3.2-STABLE of

Re: sysinstall manpage installation question

1999-06-11 Thread David O'Brien
On this machine, the sysinstall manpage is not installed onto the system during make world. Yes, it is because ``make world'' does not build install sysinstall. Thus you do not get the manpage. I was going to add the manpage to the normal ``make world'', but I could not find a clean place

Re: tcp_wrapper in contrib and ports?

1999-06-11 Thread David O'Brien
Are not there any other uses for it? Like xinetd? If everything else (the libwrap, the man pages) is there, why not install the tcpd as well? BECAUSE IT IS NOT NEEDED by the base system. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail to

Re: tcp_wrapper in contrib and ports?

1999-06-11 Thread Mikhail Teterin
David O'Brien once wrote: Are not there any other uses for it? Like xinetd? If everything else (the libwrap, the man pages) is there, why not install the tcpd as well? BECAUSE IT IS NOT NEEDED by the base system. It's Ok, no need to yell. There are a number of things, not needed

newbus, sio performance and 'the worst interrupt culprit'

1999-06-11 Thread George Michaelson
I too have current (as of last week), newbus, and sio as well as pcm0 I see heaps of lost interrupts. The mail archive has one message saying newbus broke fast interrupts' but no (not much?) followup to clarify (a) if its still true and (b) what exactly it implies for finding which driver is

Real Producer and FreeBSD

1999-06-11 Thread Joseph T. Klein
Has anyone gotten real producer to run under FreeBSD, or am I to resort to Linux? -- j...@titania.net [arin-jk70] To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body of the message

Re: Real Producer and FreeBSD

1999-06-11 Thread Daniel C. Sobral
Joseph T. Klein wrote: Has anyone gotten real producer to run under FreeBSD, or am I to resort to Linux? Whatever is you are calling a producer (in my vocabulary, it is a resource generation agent), if there is one that runs on Linux, why not use it under FreeBSD? -- Daniel C. Sobral