Re: Help finding sound driver

2013-06-26 Thread Olivier Nicole
On Wed, Jun 26, 2013 at 4:31 PM, Sergio Tam wrote: > 2013/6/26 Polytropon : >> On Wed, 26 Jun 2013 11:45:10 +0700 (ICT), Olivier Nicole wrote: >>> Azalia ADI1986A, 6 -Channel High-Definition Audio CODEC >>> Support Jack-Sensing, Enumeration, Multi-streaming >>> S/PDIF out on back I/O port >>> Jack

Re: Help finding sound driver

2013-06-26 Thread Sergio Tam
2013/6/26 Polytropon : > On Wed, 26 Jun 2013 11:45:10 +0700 (ICT), Olivier Nicole wrote: >> Azalia ADI1986A, 6 -Channel High-Definition Audio CODEC >> Support Jack-Sensing, Enumeration, Multi-streaming >> S/PDIF out on back I/O port >> Jack-Sensing & Enumeration >> >> Is there any change a driver e

Re: Help finding sound driver

2013-06-25 Thread Polytropon
On Wed, 26 Jun 2013 11:45:10 +0700 (ICT), Olivier Nicole wrote: > Azalia ADI1986A, 6 -Channel High-Definition Audio CODEC > Support Jack-Sensing, Enumeration, Multi-streaming > S/PDIF out on back I/O port > Jack-Sensing & Enumeration > > Is there any change a driver exists for that audio chipset,

Help finding sound driver

2013-06-25 Thread Olivier Nicole
Hello, I have an old motherboard Asus P5L-MX that I want to use for an application. It needs sound. Asus documentation (http://www.asus.com/Motherboards/P5LMX/#specifications) lists the sound chipset as: Azalia ADI1986A, 6 -Channel High-Definition Audio CODEC Support Jack-Sensing, Enumeration, M

KMix v3.7 Added sound driver info

2010-12-15 Thread Steven Friedrich
Why can't I change the Mute setting? I click it, nothing happens. Can't change the capture setting either. -- System Name: laptop2.StevenFriedrich.org Hardware:2.80GHz Intel Pentium 4 (HTT) with 2 GB memory OS version: FreeBSD 8.1-RELEASE-p2 i386 (5.1 MB kernel) Win

Re: Compiling in sound driver in kernel

2009-06-13 Thread Polytropon
On Sat, 13 Jun 2009 12:35:42 +0200, Ruben de Groot wrote: > The handbook, IMO, is wrong. > The copy of GENERIC will in the course of upgrades deviate from the original > one. > You won't pick up improvements, like the scheduler change from 4BSD -> ULE I don't think the handbook is wrong, but you

Re: Compiling in sound driver in kernel

2009-06-13 Thread Ruben de Groot
On Fri, Jun 12, 2009 at 04:39:19PM +0200, Bernt Hansson typed: > > > Polytropon said the following on 2009-06-12 12:54: > >On Fri, 12 Jun 2009 04:45:59 +0200, Bernt Hansson > >wrote: > >>Mel Flynn said the following on 2009-06-12 01:23: > FreeBSD 7.2-STABLE #0: Thu Jun 11 21:56:24 CEST 2009

Re: Compiling in sound driver in kernel

2009-06-12 Thread Rolf G Nielsen
Bernt Hansson wrote: Polytropon said the following on 2009-06-12 12:54: On Fri, 12 Jun 2009 04:45:59 +0200, Bernt Hansson wrote: Mel Flynn said the following on 2009-06-12 01:23: FreeBSD 7.2-STABLE #0: Thu Jun 11 21:56:24 CEST 2009 r...@fqdn:/usr/obj/usr/src/sys/GENERIC

Re: Compiling in sound driver in kernel

2009-06-12 Thread Mel Flynn
On Friday 12 June 2009 04:43:46 Wojciech Puchar wrote: > > # cd /usr/src/sys/i386/conf > > # cp GENERIC MYKERNEL > > (or use any other descriptive name instead of MYKERNEL). > > edit MYKERNEL and add > > device sound > > device snd_hda > > # cd /usr/src >

Re: Compiling in sound driver in kernel

2009-06-12 Thread Bernt Hansson
Polytropon said the following on 2009-06-12 12:54: On Fri, 12 Jun 2009 04:45:59 +0200, Bernt Hansson wrote: Mel Flynn said the following on 2009-06-12 01:23: FreeBSD 7.2-STABLE #0: Thu Jun 11 21:56:24 CEST 2009 r...@fqdn:/usr/obj/usr/src/sys/GENERIC

Re: Compiling in sound driver in kernel

2009-06-12 Thread Polytropon
On Fri, 12 Jun 2009 14:43:46 +0200 (CEST), Wojciech Puchar wrote: > why not: > > > edit MYKERNEL > config MYKERNEL > cd ../compile/MYKERNEL > make depend > make > make install > > ? Yes, why not? It still works. -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi

Re: Compiling in sound driver in kernel

2009-06-12 Thread Wojciech Puchar
# cd /usr/src/sys/i386/conf # cp GENERIC MYKERNEL (or use any other descriptive name instead of MYKERNEL). edit MYKERNEL and add device sound device snd_hda # cd /usr/src # make buildkernel KERNCONF=MYKERNEL #

Re: Compiling in sound driver in kernel

2009-06-12 Thread Jonathan McKeown
On Friday 12 June 2009 12:54:19 Polytropon wrote: > On Fri, 12 Jun 2009 04:45:59 +0200, Bernt Hansson wrote: > > Mel Flynn said the following on 2009-06-12 01:23: > > >> FreeBSD 7.2-STABLE #0: Thu Jun 11 21:56:24 CEST 2009 > > >> r...@fqdn:/usr/obj/usr/src/sys/GENERIC > > > > > >

Re: Compiling in sound driver in kernel

2009-06-12 Thread Polytropon
On Fri, 12 Jun 2009 04:45:59 +0200, Bernt Hansson wrote: > Mel Flynn said the following on 2009-06-12 01:23: > >> FreeBSD 7.2-STABLE #0: Thu Jun 11 21:56:24 CEST 2009 > >> r...@fqdn:/usr/obj/usr/src/sys/GENERIC > > ^^^ > > Did you edit GENERIC > > Yes.

Re: Compiling in sound driver in kernel

2009-06-11 Thread Bernt Hansson
Mel Flynn said the following on 2009-06-12 01:23: On Thursday 11 June 2009 12:22:04 Bernt Hansson wrote: Mel Flynn skrev: On Thursday 11 June 2009 11:36:16 Bernt Hansson wrote: Roland Smith skrev: On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: Roland Smith skrev: That doesn'

Re: Compiling in sound driver in kernel

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 12:22:04 Bernt Hansson wrote: > Mel Flynn skrev: > > On Thursday 11 June 2009 11:36:16 Bernt Hansson wrote: > >> Roland Smith skrev: > >>> On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: > Roland Smith skrev: > That doesn't help me. snd_hda driv

Re: Compiling in sound driver in kernel

2009-06-11 Thread Roland Smith
On Thu, Jun 11, 2009 at 10:11:56PM +0200, Bernt Hansson wrote: > > > >> I'm going to reboot now so i get a fresh dmesg. OAU > > > > Good luck. > > No luck. I've just rebuilt and installed a new kernel. > No snd_hda is loaded. > > testbox# kldload snd_hda > testbox# This indicates that kldload

Re: Compiling in sound driver in kernel

2009-06-11 Thread Polytropon
On Thu, 11 Jun 2009 11:51:03 -0800, Mel Flynn wrote: > On Thursday 11 June 2009 11:11:46 Polytropon wrote: > > Of course, it won't show up in kldstat then > > It will if you add -v to kldstat. Hmmm... true! % kldstat -v ... 118 pci/snd_cmi

Re: Compiling in sound driver in kernel

2009-06-11 Thread Polytropon
On Thu, 11 Jun 2009 21:44:56 +0200, Bernt Hansson wrote: > Polytropon skrev: > > On Thu, 11 Jun 2009 20:48:32 +0200, Bernt Hansson > > wrote: > >> Yes. No go. I even tested to put "snd_hda="YES"" in /etc/rc.conf > > Even tested "kldload snd_hda="YES"" in rc.conf > In 7.1 it dit work with some e

Re: Compiling in sound driver in kernel

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 11:11:46 Polytropon wrote: > Of course, it won't show up in kldstat then It will if you add -v to kldstat. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

Re: Compiling in sound driver in kernel

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 11:36:16 Bernt Hansson wrote: > Roland Smith skrev: > > On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: > >> Roland Smith skrev: > >> That doesn't help me. snd_hda driver won't load either way. I always > >> have to load it manualy. > > > > Wh

Re: Compiling in sound driver in kernel

2009-06-11 Thread Roland Smith
On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: > Roland Smith skrev: > > That doesn't help me. snd_hda driver won't load either way. I always > have to load it manualy. > > >>> What is the exact error message that you get? > > >> None. No error message. > > > > So the

Re: Compiling in sound driver in kernel

2009-06-11 Thread Polytropon
On Thu, 11 Jun 2009 20:48:32 +0200, Bernt Hansson wrote: > Yes. No go. I even tested to put "snd_hda="YES"" in /etc/rc.conf I don't think that can have any effect. :-) The setting snd_hda_load="YES" in /boot/loader.conf would be the correct choice. Anyway, if you included devic

Re: Compiling in sound driver in kernel

2009-06-11 Thread Diego F. Arias R.
g loaded. >> >>>> I want to compile it directly into the kernel. I tried this: >> >>>> Unfortunately, the kernel will not build. What is the proper way to >> >>>> build a kernel with sound embedded into it? >> >>> >> >>&g

Re: Compiling in sound driver in kernel

2009-06-11 Thread Roland Smith
d this: > >>>> Unfortunately, the kernel will not build. What is the proper way to > >>>> build a kernel with sound embedded into it? > >>> > >>> You're missing something: > >>> > >>> devicesound > &

Re: Compiling in sound driver in kernel

2009-06-11 Thread Roland Smith
it? > > > > You're missing something: > > > > device sound > >> device snd_hda # Sound driver > > That doesn't help me. snd_hda driver won't load either way. I always > have to load it manualy. What is the e

Re: Compiling in sound driver in kernel

2009-06-11 Thread Carmel
On Thu, 11 Jun 2009 00:28:23 +0200 Roland Smith wrote: >You're missing something: > >device sound >> device snd_hda # Sound driver > >Have you looked at the manual page? 'man snd_hda' would have told you >this. > >Roland A

Re: Compiling in sound driver in kernel

2009-06-10 Thread Roland Smith
the kernel. I tried this: > Unfortunately, the kernel will not build. What is the proper way to > build a kernel with sound embedded into it? You're missing something: device sound > devicesnd_hda # Sound driver Have you looked at the manual page? 'ma

Re: Compiling in sound driver in kernel

2009-06-10 Thread Polytropon
I tried this: > > device snd_hda # Sound driver > > Unfortunately, the kernel will not build. What is the proper way to > build a kernel with sound embedded into it? I have this: # Sound device sound device snd_cmi As far as I

Re: Compiling in sound driver in kernel

2009-06-10 Thread Manolis Kiagias
Carmel wrote: > This is my first attempt to compile in a driver in a new kernel I am > attempting to build. > > Using loader.conf, I have the 'snd_hda' driver presently being loaded. > I want to compile it directly into the kernel. I tried this: > > device

Compiling in sound driver in kernel

2009-06-10 Thread Carmel
This is my first attempt to compile in a driver in a new kernel I am attempting to build. Using loader.conf, I have the 'snd_hda' driver presently being loaded. I want to compile it directly into the kernel. I tried this: device snd_hda # Sound driver Unfortunately, the kerne

Re: Realtek sound driver query

2007-12-19 Thread Pietro Cerutti
nel icon. > > Sound is supposed to come via an integrated Realtek ACL883 chip on the > P965 main board. I have the same chip, which is supported by the snd_hda driver. If you have access to the kernel sources, you could try the following: # cd /usr/src/sys/modules/sound/driver/hda/ # ma

Re: Realtek sound driver query

2007-12-19 Thread Manolis Kiagias
Chris Makepeace wrote: > I am a Linux distro fiddler who is trying to settle down... > > Just installed PC-BSD and the ".../dev/dsp could not be opened (no > such file or directory)" error appeared. "Mixer cannot be found", > says the little panel icon. > > Sound is supposed to come via an integra

Realtek sound driver query

2007-12-19 Thread Chris Makepeace
I am a Linux distro fiddler who is trying to settle down... Just installed PC-BSD and the ".../dev/dsp could not be opened (no such file or directory)" error appeared. "Mixer cannot be found", says the little panel icon. Sound is supposed to come via an integrated Realtek ACL883 chip on the P965

Sound driver problem

2007-05-07 Thread David Kalliecharan
Hello, I have a problem running sound, I followed the guide but it doesn't work. I am using a Compaq Prescario v6000 with a AMD sempron and Nvidia go 6150. I ran: #kldload snd_driver and it gave this # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: also dmesg gave this: # dm

Sound Driver for REALTEK ALC660 ON BOARD

2007-03-11 Thread DANNY ALEXANDER
I'm looking for the driver files for the Realtek ALC660 onboard sound card. I'm using an ASUS M2V and it works great. Except the sound. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsub

Who wants e little nice pc to fix the wlan-driver and the sound-driver?

2007-01-27 Thread G Hasse
Dear Sirs, I have found a little nice pc that I want to use FreeBSD on. It is just 99$ and works nice but... http://www.ewayco.com/ The Wlan is a "VIA Networking VNT6655AM" and as sound there is a "Realtek RTL ALC202". I can't get those chips working. I anyone would like to fix drivers I can d

Re: AC97 sound driver

2006-06-22 Thread Ionut Vancea
helo, On 6/17/06, DSA - JCR <[EMAIL PROTECTED]> wrote: Hi all at this marvellous list of this marvellous OS !! ;D I am installing a new FreeBSD box and all is ok less the sound car. This is an MSI 945P Neo Platinum mainboarda with the sound chipset in it: I have installed FreeBSD 6.1 "amd64"

Re: AC97 sound driver

2006-06-17 Thread Nikolas Britton
On 6/17/06, DSA - JCR <[EMAIL PROTECTED]> wrote: Hi all at this marvellous list of this marvellous OS !! ;D I am installing a new FreeBSD box and all is ok less the sound car. This is an MSI 945P Neo Platinum mainboarda with the sound chipset in it: I have installed FreeBSD 6.1 "amd64" (is EM6

AC97 sound driver

2006-06-17 Thread DSA - JCR
Hi all at this marvellous list of this marvellous OS !! ;D I am installing a new FreeBSD box and all is ok less the sound car. This is an MSI 945P Neo Platinum mainboarda with the sound chipset in it: I have installed FreeBSD 6.1 "amd64" (is EM64T chip) In BIOS say: - Azalia/AC97 sound in Man

Re: Sound driver for Compaq Presario?

2006-01-24 Thread Erik Trulsson
On Tue, Jan 24, 2006 at 11:44:56PM +0100, Andreas Davour wrote: > On Sun, 22 Jan 2006, Erik Trulsson wrote: > > >>The computer behaves as if there is no card there! If I didn't remember > >>hearing the Windows XP jolly sound when starting the computer I would be > >>tempted to think it broken. > >

Re: Sound driver for Compaq Presario?

2006-01-24 Thread Ariff Abdullah
On Tue, 24 Jan 2006 23:44:56 +0100 (CET) Andreas Davour <[EMAIL PROTECTED]> wrote: > > Considering what kind of memory for detail you have in these cases, > I bet that you remember correct and considering the name > "snd_atiixp" it wouldn't surprise me if that can solve the problem. > Time to le

Re: Sound driver for Compaq Presario?

2006-01-22 Thread Gerard Seibert
On Sun, 22 Jan 2006 01:15:09 +0100 (CET), Andreas Davour wrote: > > Have you tried contacting the technical support staff for the PC? They > > should be able to tell you what is installed. > > No, but I might have to do that after all. I'm afraid I have very bad > experiences from similar suppor

Re: Sound driver for Compaq Presario?

2006-01-21 Thread Erik Trulsson
On Sun, Jan 22, 2006 at 01:23:09AM +0100, Andreas Davour wrote: > On Sat, 21 Jan 2006, Mark Kane wrote: > > >You could try loading the "snd_driver" kernel module to try to have it > >determine what card it is and load the proper driver. It may work and > >would save the call/chat/email to support.

Re: Sound driver for Compaq Presario?

2006-01-21 Thread Mark Kane
Andreas Davour wrote: > > Hi. > > My wife got herself a laptop, and I convinced her that FreeBSD would be > a good operating system to use. > > Now, do anyone know what kind of sound driver we should be using? It is > some kind of built-in card. When I tried pciconf it

RE: Sound driver for Compaq Presario?

2006-01-21 Thread Gayn Winters
> [mailto:[EMAIL PROTECTED] On Behalf Of > Gerard Seibert > Sent: Saturday, January 21, 2006 1:09 PM > To: freebsd-questions@freebsd.org > Subject: Re: Sound driver for Compaq Presario? > > > On Sat, 21 Jan 2006 18:58:38 +0100 (CET), Andreas Davour wrote: > > >

Re: Sound driver for Compaq Presario?

2006-01-21 Thread Gerard Seibert
On Sat, 21 Jan 2006 18:58:38 +0100 (CET), Andreas Davour wrote: > Hi. > > My wife got herself a laptop, and I convinced her that FreeBSD would be > a good operating system to use. > > Now, do anyone know what kind of sound driver we should be using? It is > some kind of

Re: Sound driver

2005-10-23 Thread Danny Pansters
On Sunday 23 October 2005 16:26, Teilhard Knight wrote: > As far as I can see, the only thing present in my system to make audio > adjustments is Kmix. Very simple compared to Alsamixer in Mandriva. It does > not have any sort of balance or individual controls for left and right > channels, but fo

Re: Sound driver

2005-10-23 Thread Kaspars Bankovskis
hi! for audio adjustment: mixer 100:100 (or any other value instead of 100 - from 0 to 100) as for audio cd's - if i'm not wrong, there was something about groups - add yourself to the "operator" group. i suppose it helps. On Sun, 23 Oct 2005 11:26:48 -0500 "Teilhard Knight" <[EMAIL PROTECTED]>

Re: Sound driver

2005-10-23 Thread Teilhard Knight
Mark Kane wrote: Teilhard Knight wrote: Hello: I have only compiled a kernel for FreeBSD for the series 4.x. I now installed version 5.4, and I do not have sound. I am compiling my custom kernel essentially to get sound. In the series 4.x the driver "pcm" worked fine for me. My question is whet

Re: Sound driver

2005-10-23 Thread Teilhard Knight
Mark Kane wrote: Teilhard Knight wrote: Mark Kane wrote: Teilhard Knight wrote: Hello: I have only compiled a kernel for FreeBSD for the series 4.x. I now installed version 5.4, and I do not have sound. I am compiling my custom kernel essentially to get sound. In the series 4.x the driver "

Re: Sound driver

2005-10-23 Thread Mark Kane
Teilhard Knight wrote: Mark Kane wrote: Teilhard Knight wrote: Hello: I have only compiled a kernel for FreeBSD for the series 4.x. I now installed version 5.4, and I do not have sound. I am compiling my custom kernel essentially to get sound. In the series 4.x the driver "pcm" worked fine f

Re: Sound driver

2005-10-22 Thread Mark Kane
Teilhard Knight wrote: Hello: I have only compiled a kernel for FreeBSD for the series 4.x. I now installed version 5.4, and I do not have sound. I am compiling my custom kernel essentially to get sound. In the series 4.x the driver "pcm" worked fine for me. My question is whether I should st

Sound driver

2005-10-22 Thread Teilhard Knight
Hello: I have only compiled a kernel for FreeBSD for the series 4.x. I now installed version 5.4, and I do not have sound. I am compiling my custom kernel essentially to get sound. In the series 4.x the driver "pcm" worked fine for me. My question is whether I should stick to the same driver o

Re: sound driver - low volume problem

2005-06-27 Thread José de Paula Rodrigues
On 6/27/05, Jimmy Kimanzi <[EMAIL PROTECTED]> wrote: > Hi, > > I have FreeBSD 5.4 installed on a laptop running KDE - I've managed to > get the audio working but the volume is very low and I'm not able to > increase it at all .I'm using the driver below ( snd_ich ) : > > > [EMAIL PROTECTED] cat

Re: sound driver - low volume problem

2005-06-27 Thread Bernt Hansson
Jimmy Kimanzi skrev: Hi, I have FreeBSD 5.4 installed on a laptop running KDE - I've managed to get the audio working but the volume is very low and I'm not able to increase it at all .I'm using the driver below ( snd_ich ) : [EMAIL PROTECTED] cat /dev/sndstat FreeBSD Audio Driver (newpcm) In

sound driver - low volume problem

2005-06-27 Thread Jimmy Kimanzi
Hi, I have FreeBSD 5.4 installed on a laptop running KDE - I've managed to get the audio working but the volume is very low and I'm not able to increase it at all .I'm using the driver below ( snd_ich ) : [EMAIL PROTECTED] cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0:

Re: Long-standing sound driver issues

2005-05-14 Thread Lowell Gilbert
Doug Lee <[EMAIL PROTECTED]> writes: > I'll try this on FreeBSD-Questions first, then FreeBSD-Stable if I > don't get an answer here; not sure which is best. I run > FreeBSD-Stable (4.10) with two sound cards: a SoundBlaster AWE64 and > a Turtle Beach Santa Cruz. I use two because I can't get f

Long-standing sound driver issues

2005-05-13 Thread Doug Lee
I'll try this on FreeBSD-Questions first, then FreeBSD-Stable if I don't get an answer here; not sure which is best. I run FreeBSD-Stable (4.10) with two sound cards: a SoundBlaster AWE64 and a Turtle Beach Santa Cruz. I use two because I can't get full duplex with one. I've always had several

Re: wich sound driver do i use?

2005-05-06 Thread Mantas Smelevicius
did you tried to load all snd_ drivers? On 5/6/05, Roldán <[EMAIL PROTECTED]> wrote: > hello > i have a intel High Definition Audio subsystem using the Realtek ALC860 audio > codec, how i can get this enabled, or freebsd don't suppotp this audio device? > thanks > >

wich sound driver do i use?

2005-05-06 Thread Roldán
hello i have a intel High Definition Audio subsystem using the Realtek ALC860 audio codec, how i can get this enabled, or freebsd don't suppotp this audio device? thanks - Estamos renovando el Correo Yahoo! ¡Comprueba las novedades! http://corr

How to debug the sound driver?

2005-03-31 Thread Peter Much
so this part seems ok. I also get the interrupt 5 assinged to sbc1. But the "sound" driver does not recognize the card anymore. In /dev/sndstat it shows no devices installed, and there are no "dsp" devicenodes. But since /dev/sndstat is present (and also some sysctl variables), i

Re[2]: Finding the Right Sound Driver ...

2004-10-28 Thread Siavash Edrisi
Hi Matt! Thanks a lot again for being so kind to help. My whole system is tonight a little bit out of order. It takes the system more than 2 minutes to boot and I don't get into KDE ==> Crash! Before this I tried to install some drivers one after another, but in /dev/sndstat I could see no inter

Fwd: Re: Finding the Right Sound Driver ...

2004-10-27 Thread Matt Navarre
Oops, forgot to CC this back to the list. -- Forwarded Message -- Subject: Re: Finding the Right Sound Driver ... Date: Wednesday 27 October 2004 05:45 From: Matt Navarre <[EMAIL PROTECTED]> To: Siavash EDRISI <[EMAIL PROTECTED]> On Wednesday 27 October 2004 01:1

RE: Finding the Right Sound Driver ...

2004-10-26 Thread Darren Pilgrim
> From: Matt Navarre [mailto:[EMAIL PROTECTED] > On Tuesday 26 October 2004 01:55, Darren Pilgrim wrote: >> The first step is to provide copies of the outputs of the >> commands `uname -a`, `dmesg` and `kldstat`. > > Also the output of cat /dev/sndstat would help. > >> Did you first try loading

Re: Finding the Right Sound Driver ...

2004-10-26 Thread Matt Navarre
On Tuesday 26 October 2004 01:55, Darren Pilgrim wrote: >The first step is to provide copies of the outputs of the commands `uname >-a`, `dmesg` and `kldstat`. Also the output of cat /dev/sndstat would help. > Did you first try loading snd.ko (4.x) or snd_driver.ko (5.x) and see > which driver fi

Re: Finding the Right Sound Driver ...

2004-10-26 Thread Kevin D. Kinsey, DaleCo, S.P.
Siavash EDRISI wrote: Hi! I have been reading the text "Setting Up the Sound Card" at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html in order to find and install the right driver for the sound card in my i386. The hardware is an ESS 1869 PCI. Before I had WinXP installed

Re: Finding the Right Sound Driver ...

2004-10-26 Thread Darren Pilgrim
first try loading snd.ko (4.x) or snd_driver.ko (5.x) and see which driver finds your hardware? > As I read in the manual configuring a custom kernel with sound support is > just a second method and can be used alternatively. So I am not sure if I > really have to do something in the kernel o

Re: OSS sound driver doesnt work

2004-10-15 Thread Jan Christian Meyer
>> In KDE, I am using the aRts sound driver, if that helps. And I hope I >> have made sense, I am not good at requesting help. > > You can work around it by disabling arts from KDE Control Panel ("sound > system" or smth), I had to do it on my 4.10 box (FM-801 cr

Re: OSS sound driver doesnt work

2004-10-15 Thread Charles Ulrich
Spiral Eyed Girl said: > In KDE, I am using the aRts sound driver, if that helps. And I hope I have > made sense, I am not good at requesting help. If you're interested, here is a great paper on how to become better. http://www.catb.org/~esr/faqs/smart-questions.html Regarding xmm

Re: OSS sound driver doesnt work

2004-10-15 Thread Björn Lindström
It appears that getting SB Audigy to work is a bit more work than that. Hopefull this posting on freebsd-newbies from January will still be useful: http://lists.freebsd.org/pipermail/freebsd-newbies/2004-January/001394.html You may also want to look around in BIOS to see if you can turn the on-b

Re: OSS sound driver doesnt work

2004-10-15 Thread Adrian Pircalabu
On Fri, 15 Oct 2004 04:56:12 -0700 "Spiral Eyed Girl" <[EMAIL PROTECTED]> wrote: > In KDE, I am using the aRts sound driver, if that helps. And I hope I > have made sense, I am not good at requesting help. You can work around it by disabling arts from KDE Control Panel (

OSS sound driver doesnt work

2004-10-15 Thread Spiral Eyed Girl
t an error: ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): Device busy In KDE, I am using the aRts sound driver, if that helps. And I hope I have made sense, I am not good at requesting help. Any suggestions? Thanks _

Re: Sound Driver

2004-08-06 Thread Danny MacMillan
On Thu, Jul 29, 2004 at 02:55:15PM -0600, Sandbox Video Productions wrote: > Starting KDE I always get this message. Then it just > stalls > > Sound server informational message: > Error while ititializing the sound driver: > device /dev/dsp can't be opened (Device not &g

Re: Sound Driver

2004-07-30 Thread Alastair G. Hogge
On Friday 30 July 2004 06:55, Sandbox Video Productions wrote: > Starting KDE I always get this message. Then it just > stalls > > > Sound server informational message: > Error while ititializing the sound driver: > device /dev/dsp can't be opened (Device not > config

Sound Driver

2004-07-29 Thread Sandbox Video Productions
Starting KDE I always get this message. Then it just stalls Sound server informational message: Error while ititializing the sound driver: device /dev/dsp can't be opened (Device not configured) The sound server will continue using the null output d

Re: sound driver not loading

2004-05-18 Thread Kent Stewart
wrote: > > On Tuesday 18 May 2004 07:46 am, arden wrote: > > > hi all > > > > > > another newbie question I'm afraid when i boot my machine the > > > sound driver module is not loading and have to type kldload > > > snd_drivers every time did i

Re: sound driver not loading

2004-05-18 Thread arden
aid when i boot my machine the sound > > driver module is not loading and have to type kldload snd_drivers > > every time did i miss something on install? > > You have to add something like > snd_driver_load="YES" > to /boot/loader.conf for it to be run everytime you

Re: sound driver not loading

2004-05-18 Thread Kent Stewart
On Tuesday 18 May 2004 07:59 am, Kent Stewart wrote: > On Tuesday 18 May 2004 07:46 am, arden wrote: > > hi all > > > > another newbie question I'm afraid when i boot my machine the sound > > driver module is not loading and have to type kldload snd_drivers > &

Re: sound driver not loading

2004-05-18 Thread Kent Stewart
On Tuesday 18 May 2004 07:46 am, arden wrote: > hi all > > another newbie question I'm afraid when i boot my machine the sound > driver module is not loading and have to type kldload snd_drivers > every time did i miss something on install? You have to add something like snd_

Re: sound driver not loading

2004-05-18 Thread jan . muenther
> another newbie question I'm afraid when i boot my machine the sound > driver module is not loading and have to type kldload snd_drivers every > time did i miss something on install? > > is it time to get a crash course in kernel compiling? Yes. Either that (read th

sound driver not loading

2004-05-18 Thread arden
hi all another newbie question I'm afraid when i boot my machine the sound driver module is not loading and have to type kldload snd_drivers every time did i miss something on install? is it time to get a crash course in kernel compiling?

Re: sound driver

2003-10-27 Thread Simon Barner
asolomon15 schrieb am Mon, Oct 27, 2003 at 08:08:29PM -0500: > Hello all, I have a asus P4C-800-E motherboard and I don't know if my > soundcard is supported or not. When I use dmesg this is the mesage that > i get > pci0: at device 31.3 (no driver attached) > pci0: at device 31.5 (no driver att

sound driver

2003-10-27 Thread asolomon15
Hello all, I have a asus P4C-800-E motherboard and I don't know if my soundcard is supported or not. When I use dmesg this is the mesage that i get pci0: at device 31.3 (no driver attached) pci0: at device 31.5 (no driver attached) Has anyone come across this on this particular motherboard? Th

Re: questions regarding sound driver

2003-09-20 Thread ALIAS
it says > > > > Sound server informational message: > > > > Error while initializing the sound driver: > > device /dev/dsp can't be opened (Device not configured) > > > > The sound server will continue, using the null output device. > > >

Re: questions regarding sound driver

2003-09-19 Thread Lowell Gilbert
ALIAS <[EMAIL PROTECTED]> writes: > i can't seem to get my sound to work, i've installed freebsd and got it > working before but don't remember how and everytime i try to open up a mpeg > file it says > > Sound server informational message: > >

questions regarding sound driver

2003-09-17 Thread ALIAS
i can't seem to get my sound to work, i've installed freebsd and got it working before but don't remember how and everytime i try to open up a mpeg file it says Sound server informational message: Error while initializing the sound driver: device /dev/dsp can't be

Re: Sound driver hangs when writing to the system console

2002-12-09 Thread Diomidis Spinellis
play interrupt timeout, channel dead > > I have now managed to isolate the timing dependency: the problem comes > from writing to the system console (which a cron job apparently did > every 20 minutes). So a command like: > > cat /usr/share/dict/words >/dev/console > > wil

Sound driver hangs when writing to the system console

2002-12-05 Thread Diomidis Spinellis
ed to isolate the timing dependency: the problem comes from writing to the system console (which a cron job apparently did every 20 minutes). So a command like: cat /usr/share/dict/words >/dev/console will immediately break the sound driver with the same message. I have dissabled PnP from the