Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Polytropon
On Thu, 21 Apr 2011 23:02:27 -0500, Antonio Olivares wrote: > This is on mt TODO list, I was going to try and swap another dvd drive > (SATA) which is my suspicion :( "Cross-testing" would always be good - especially as you've mentioned an "impossible" behaviour, i. e. mounting a DVD causes a sy

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Antonio Olivares
On Thu, Apr 21, 2011 at 9:55 PM, Polytropon wrote: > On Thu, 21 Apr 2011 07:38:57 -0500, Antonio Olivares > wrote: >> Tried to mount the dvd, but sadly the system rebooted and I had to >> fsck three to 4 times to get the system back :(, I will try to not to >> mount it, don't want to go through

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Polytropon
On Thu, 21 Apr 2011 07:38:57 -0500, Antonio Olivares wrote: > Tried to mount the dvd, but sadly the system rebooted and I had to > fsck three to 4 times to get the system back :(, I will try to not to > mount it, don't want to go through that. This indicates a major problem. Under ANY circumsta

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Jason Garrett
On Thu, Apr 21, 2011 at 07:38, Antonio Olivares wrote: > > So you can exclude media error. > > > > Maybe this "diagnostic script" from my outbox can > > help you to track down the error. It has been "made" > > on 7-STABLE i386 with mplayer-0.99.11_3 - a quite > > old system. See if the steps descr

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Antonio Olivares
> So you can exclude media error. > > Maybe this "diagnostic script" from my outbox can > help you to track down the error. It has been "made" > on 7-STABLE i386 with mplayer-0.99.11_3 - a quite > old system. See if the steps described here can be > reproduced on your system in a similar way. > > >

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Polytropon
On Wed, 20 Apr 2011 14:52:56 -0500, Antonio Olivares wrote: > Here's output from shell > > [olivares@grulla ~]$ mplayer dvd://1 > MPlayer SVN-r32577-snapshot-4.2.1 (C) 2000-2010 MPlayer Team > > Playing dvd://1. > libdvdread: Using libdvdcss version 1.2.10 for DVD access > libdvdnav:DVDOpenFile

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-20 Thread Antonio Olivares
> This MAY be a codec problem. You can try the following: > First mount the DVD (cd_9660), then use mplayer on one > of the VOB files directly. Choose one of the bigger > files for this test, and maybe use mplayer's -v option > to get an idea what may be wrong - the program should > tell you about

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-19 Thread Polytropon
On Tue, 19 Apr 2011 20:31:23 -0500, Antonio Olivares wrote: > > (per /etc/devfs.conf) to provide the default location, or > > use -dvd-device to name it on the command line. Also > > make sure you have the required codecs installed. > Since the machine is 64 bit having the codecs does no good :(

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-19 Thread Antonio Olivares
On Mon, Apr 18, 2011 at 9:32 PM, Polytropon wrote: > On Mon, 18 Apr 2011 20:53:41 -0500, Antonio Olivares > wrote: >> Apparently it works, but I put in some small speakers, but could not >> get music to play. > > On some machines, speakers do not activate automatically, > they need a "driver" th

[SOLVED] sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-19 Thread Zhang Weiwu, Beijing
I am actually amazed nobody nor the handbook mentioned OSS to me, because after learned this, it suddenly become obvious this option should be tried right after failure of snd_driver. In fact, the sound card in-topic is Ali M5455, the first on the list of sound card supported by OSS. http

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-18 Thread Polytropon
On Mon, 18 Apr 2011 20:53:41 -0500, Antonio Olivares wrote: > Apparently it works, but I put in some small speakers, but could not > get music to play. On some machines, speakers do not activate automatically, they need a "driver" that switches the connector to active. Also check mixer settings

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-18 Thread Antonio Olivares
On Mon, Apr 18, 2011 at 9:32 AM, Craig Butler wrote: > On Mon, 2011-04-18 at 08:40 -0500, Antonio Olivares wrote: >> Dear folks, >> >> On a new machine running AMD-64 XFCE custom by Manolis, I can't >> determine which sound driver to use for the sound card:

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-18 Thread Craig Butler
On Mon, 2011-04-18 at 08:40 -0500, Antonio Olivares wrote: > Dear folks, > > On a new machine running AMD-64 XFCE custom by Manolis, I can't > determine which sound driver to use for the sound card: > > grulla# kldload snd_driver > grulla# cat /dev/sndstat > FreeBS

can't determine sound card driver to use in /etc/rc.conf

2011-04-18 Thread Antonio Olivares
Dear folks, On a new machine running AMD-64 XFCE custom by Manolis, I can't determine which sound driver to use for the sound card: grulla# kldload snd_driver grulla# cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play/rec) default pcm1:

Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-16 Thread Erich Dollansky
Hi, On Saturday 16 April 2011 14:42:43 Erik Trulsson wrote: > On Sat, Apr 16, 2011 at 09:42:38AM +0700, Erich Dollansky wrote: > > > > > > # kldload snd_driver > > > > this will never work. > > Yes, it will. 'snd_driver' is a meta-module which depends on, and > therefore will pull in, all the

Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-16 Thread Erik Trulsson
On Sat, Apr 16, 2011 at 09:42:38AM +0700, Erich Dollansky wrote: > Hi, > > did you really get no other answer? > > On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > > Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't > > work o

Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-16 Thread Boris Samorodov
On Sat, 16 Apr 2011 09:42:38 +0700 Erich Dollansky wrote: > On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > > Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't > > work on FreeBSD 8.2. I tried to follow the manual and loaded all sou

Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-15 Thread Erich Dollansky
Hi, On Saturday 16 April 2011 11:16:39 Zhang Weiwu, Beijing wrote: > On 04/16/2011 10:42 AM, Erich Dollansky wrote: > > On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > >> # kldload snd_driver > > this will never work. > > > > You must load the d

Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-15 Thread Zhang Weiwu, Beijing
On 04/16/2011 10:42 AM, Erich Dollansky wrote: On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: # kldload snd_driver this will never work. You must load the driver for your sound card. Something like kldload snd_hda I am confused, because the handbook says the opposite: http

Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-15 Thread Erich Dollansky
Hi, did you really get no other answer? On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't > work on FreeBSD 8.2. I tried to follow the manual and loaded all sound > card drivers > >

sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-15 Thread Zhang Weiwu, Beijing
Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't work on FreeBSD 8.2. I tried to follow the manual and loaded all sound card drivers # kldload snd_driver But no driver works: # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) Installed de

Re: Recording from sound card

2011-02-12 Thread Jack L.
On Thu, Feb 10, 2011 at 7:17 PM, Robert Ames wrote: > > I'm having problems trying to record from a sound card under > 8.1-RELEASE.  The last time I tried this was many releases ago, > possibly 4.x-RELEASE.  Back then I would do something like "cat > /dev/dsp > file&q

Re: Recording from sound card

2011-02-11 Thread Polytropon
On Thu, 10 Feb 2011 22:17:57 -0500, Robert Ames wrote: > > I'm having problems trying to record from a sound card under > 8.1-RELEASE. The last time I tried this was many releases ago, > possibly 4.x-RELEASE. Back then I would do something like "cat > /dev/dsp > f

Recording from sound card

2011-02-10 Thread Robert Ames
I'm having problems trying to record from a sound card under 8.1-RELEASE. The last time I tried this was many releases ago, possibly 4.x-RELEASE. Back then I would do something like "cat /dev/dsp > file" but now when I try it I just end up with a 0 byte file. I'm using

sound card - kmix

2010-06-19 Thread ajtiM
Hi! FreeBSD 8.0, KDE 4.4.4. In the loader.conf: snd_emu10kx_load="YES" cat /dev/sndstat shows: FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) Installed devices: pcm0: on emu10kx0 [MPSAFE] (4p:1v/1r:1v channels duplex default) pcm1: on emu10kx0 [MPSAFE] (1p:1v/0r:0v channels simpl

Re: Problem with a sound card

2010-02-27 Thread Ishmael F.E.
_mpc205e_spec.html ) with > build in sound card "AC-Link connected sound chip (16-bit stereo PCM)" > > Then I tried "kldload snd_driver" and the driver was recognised as: > > casiopea# cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Ins

Problem with a sound card

2010-02-26 Thread Piotr Lukawski
/fiva_mpc205e_spec.html ) with build in sound card "AC-Link connected sound chip (16-bit stereo PCM)" Then I tried "kldload snd_driver" and the driver was recognised as: casiopea# cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at

Re: usb sound card

2009-03-13 Thread Chris Whitehouse
Wojciech Puchar wrote: Does anyone have experience with a usb sound card? Are any of them supported in FreeBSD? looks like it is - man snd_uaudio from manual it looks like it's standard of USB audio interfaces so all should work - unless some manufacturers don't comply to standards

Re: usb sound card

2009-03-12 Thread Wojciech Puchar
Does anyone have experience with a usb sound card? Are any of them supported in FreeBSD? looks like it is - man snd_uaudio from manual it looks like it's standard of USB audio interfaces so all should work - unless some manufacturers don't comply to standards. simple get some l

usb sound card

2009-03-12 Thread Chris Whitehouse
Hi Does anyone have experience with a usb sound card? Are any of them supported in FreeBSD? Also [OT] what is the sound quality like? I find it hard to believe that a device that is available for around £1.50 can be as good as a PCI card costing quite a lot more. The onboard sound chip on

Re: sound card and freebsd v7.0

2008-09-27 Thread RW
On Sat, 27 Sep 2008 09:44:07 +1000 jonathan michaels <[EMAIL PROTECTED]> wrote: > i do not understand this .. i mean i do not understant how freebsd can > take a drive with the cylinders/heads/sectors that produces xxx > million sectors that muitiplied by 512 bytes producs 120 gb (real gb) > solar

Re: sound card and freebsd v7.0

2008-09-26 Thread Ian Smith
> > Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD] > > > > > > i enabled all teh sound drivers on boot and this is what is in teh > > > /var/log/messages said aboutt he sound card. > > > > How did you enable the sounddriver? > > after the

Re: sound card and freebsd v7.0

2008-09-26 Thread jonathan michaels
6 13:26:46 hostid kernel: pcm0: on csa0 > > Sep 26 13:26:46 hostid kernel: pcm0: > > Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED] > > Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD] > > > > i enabled all teh sound drivers on boot and this is what is in te

Re: sound card and freebsd v7.0

2008-09-26 Thread Michael Powell
jonathan michaels wrote: > greetings, freebsd-questions, > > i recently got a handme-down box, some sort of hp desktop machine ? not > sure what it is called, the source was more or less vague about its > name/configuration ??? i put in a freebsd v7 cd and these bit fell out, > > after pluging s

sound card and freebsd v7.0

2008-09-25 Thread jonathan michaels
26:46 hostid kernel: pcm0: [ITHREAD] i enabled all teh sound drivers on boot and this is what is in teh /var/log/messages said aboutt he sound card. failing that i had a go with scanpci and it found this .. pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x7190 Intel Corporation

Re: sound card

2008-06-12 Thread Joey Mingrone
45 PM, <[EMAIL PROTECTED]> wrote: > Joey, > More than likely snd_ich but best bet is to: > kldunload snd_driver > kldload snd_ich > dmesg > if pcm0 doesn't load then: > kldload snd_hda > > Jeff >> >> Hi, >> >> I'm trying to determine w

Re: sound card

2008-06-12 Thread jeff
Joey, More than likely snd_ich but best bet is to: kldunload snd_driver kldload snd_ich dmesg if pcm0 doesn't load then: kldload snd_hda Jeff Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's ha

Re: sound card

2008-06-12 Thread Peter Boosten
Joey Mingrone wrote: Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's hardware notes, I can't tell whether I should use the snd_ich(4) driver for an Intel ICH4 card, the snd_hda(4) driver for an

Re: sound card

2008-06-12 Thread andrew clarke
On Thu 2008-06-12 12:28:06 UTC-0300, Joey Mingrone ([EMAIL PROTECTED]) wrote: > I'm trying to determine what sound card a notebook has. There are > three relevant dmesg lines below, but looking at freebsd's hardware > notes, I can't tell whether I should use the snd_ich(

determining sound card device from /var/run/dmesg.boot

2008-06-12 Thread Joey Mingrone
Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's hardware notes, I can't tell whether I should use the snd_ich(4) driver for an Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigm

sound card

2008-06-12 Thread Joey Mingrone
Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's hardware notes, I can't tell whether I should use the snd_ich(4) driver for an Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigm

Re: Sound card problem

2008-04-08 Thread Sébastien Morand
Hi, I don't really ge an anwser to my own question, but I get a solution to have my sound card working: use OSS and it's automatically detected. My steps: - Remove envy24ht from loader.conf - Install oss (src required) - Enable oss un rc.conf at boot time dsp* devices are created, my

Sound card problem

2008-04-06 Thread Sébastien Morand
Hi, I have a problem using my soundcard: I'm not able to hear anything and I can't change the volume : [20:39:16] [EMAIL PROTECTED]:~ Mixer vol is currently set to 75:75 Mixer treble is currently set to 0:0 Mixer synthis currently set to 0:0 Mixer pcm is currently set to 75:

what kind of sound card?

2007-12-19 Thread Gary Kline
People, It's been quite awhile since I bought my AWE-64, so my question is why kinds of sound cards are good to very-good. I do not need a MIC In, but it'd be nice to have. I only have L and R speakers and a subwoofer.(I see there's a "7.1" configura

Re: Buying new sound card

2007-10-23 Thread Pieter de Goeje
On Tuesday 23 October 2007, Roland Smith wrote: > On Tue, Oct 23, 2007 at 04:29:34PM +0200, Dick Hoogendijk wrote: > > Pieter de Goeje <[EMAIL PROTECTED]> writes: > > > On Sunday 21 October 2007, Roberth Sjonøy wrote: > > >> Anyone who can confirm that a Creative SB Audigy SE PCI works with > > >>

Re: Buying new sound card

2007-10-23 Thread Peo Nilsson
On Tue, 2007-10-23 at 20:07 +0200, Roland Smith wrote: > > Pieter de Goeje <[EMAIL PROTECTED]> writes: > > What drivers? The ones that don't exist for the card? > > > > In my opinion the SB Audigy is a very common card that should have > > been supported long ago. On the other hand, the OSS driver

Re: Buying new sound card

2007-10-23 Thread Roland Smith
On Tue, Oct 23, 2007 at 04:29:34PM +0200, Dick Hoogendijk wrote: > Pieter de Goeje <[EMAIL PROTECTED]> writes: > > > On Sunday 21 October 2007, Roberth Sjonøy wrote: > >> Anyone who can confirm that a Creative SB Audigy SE PCI works with FreeBSD? > > It doesn't work, unless you install the oss dri

Re: Buying new sound card

2007-10-23 Thread Dick Hoogendijk
Pieter de Goeje <[EMAIL PROTECTED]> writes: > On Sunday 21 October 2007, Roberth Sjonøy wrote: >> Anyone who can confirm that a Creative SB Audigy SE PCI works with FreeBSD? > It doesn't work, unless you install the oss driver from > http://www.4front-tech.com That is not too hard ;-) > Note tha

Re: Buying new sound card

2007-10-22 Thread Pieter de Goeje
On Sunday 21 October 2007, Roberth Sjonøy wrote: > Anyone who can confirm that a Creative SB Audigy SE PCI works with FreeBSD? It doesn't work, unless you install the oss driver from http://www.4front-tech.com Note that in my opinion the native FreeBSD drivers are a lot better. Regards, Pieter d

Buying new sound card

2007-10-21 Thread Roberth Sjonøy
Anyone who can confirm that a Creative SB Audigy SE PCI works with FreeBSD? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

(amd64) kernel reconizes sound card but no dev nodes are made

2007-09-30 Thread Aryeh Friedman
My kernel reconizes my sound card: monster# kldload snd_hda monster# kldstat Id Refs AddressSize Name 1 12 0x8010 b2b1d0 kernel 21 0x80c2c000 9dc0 linprocfs.ko 32 0x80c36000 3a060linux.ko 41 0xb11ac000 e3de

I need sound card recommendation

2007-08-25 Thread Predrag Punosevac
just dumb to set it properly). Hence, I can not use VoIP which is really important to me. So I would like to get a recommendation for a sound card. In particular, I would like to get a recommendation from people running fully functional VoIP (Skype or SIP) using the sound cards fully

Re: Sound Card Problem

2007-04-04 Thread Nagy László Zsolt
[EMAIL PROTECTED] írta: dell 4300s with XP Reinstalled xp, no sound from integrated sound device. Do you mean Windows XP? It is a mailing list for FreeBSD. Anyway, it took about 3 minutes to find this with google: http://members.driverguide.com/driver/detail.php?driverid=123410 (Yes, you n

Re: Sound Card Problem

2007-04-04 Thread Christian Walther
On 04/04/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: dell 4300s with XP Reinstalled xp, no sound from integrated sound device. You're kidding, right? Why do you think you'll get help for WinXP issues on this list? Thanks for assistance's ___

Sound Card Problem

2007-04-04 Thread CENTURYONE
dell 4300s with XP Reinstalled xp, no sound from integrated sound device. Thanks for assistance's ** See what's free at http://www.aol.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/

sound card ESI MAYA44MK2

2007-03-11 Thread Andrey Slusar
Hello! FreeBSD 7.0-CURRENT is supported sound card ESI MAYA44MK2? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: snd_envy24 driver for MAudio 2496 sound card in 6.x?

2007-02-20 Thread Ariff Abdullah
On Tue, 20 Feb 2007 08:44:15 -0800 Oliver Iberien <[EMAIL PROTECTED]> wrote: [...] > Is it necessary to recompile the kernel without sound support, if it > has previously been compiled in? Would this mean compiling it > without device sound? > Yes. Please remove any trace of sound/snd_* within

Re: snd_envy24 driver for MAudio 2496 sound card in 6.x?

2007-02-20 Thread Oliver Iberien
On Tuesday 20 February 2007 06:52, Ariff Abdullah wrote: > On Mon, 19 Feb 2007 23:45:15 -0800 > > Oliver Iberien <[EMAIL PROTECTED]> wrote: > > Hello -- Is there some way to get the snd_envy24 driver for this > > card without using 7.0? > > Here: > > http://people.freebsd.org/~ariff/BINARY_MODULES

Re: snd_envy24 driver for MAudio 2496 sound card in 6.x?

2007-02-20 Thread Ariff Abdullah
On Mon, 19 Feb 2007 23:45:15 -0800 Oliver Iberien <[EMAIL PROTECTED]> wrote: > Hello -- Is there some way to get the snd_envy24 driver for this > card without using 7.0? > Here: http://people.freebsd.org/~ariff/BINARY_MODULES/ -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously t

Re: Sound Card Problem

2007-01-13 Thread Chris
00011103 chip=0x00071103 > rev=0x01 hdr=0x00 > vendor = 'HighPoint Technologies Inc' > device = 'HPT371/N UDMA/ATA133 EIDE Controller' > class= mass storage > subclass = RAID > [EMAIL PROTECTED]:7:0: class=0x02 card=0x82120291 chip=0x9

Re: Sound Card Problem

2007-01-13 Thread Dak Ghatikachalam
Derrick For most of the sound problems, I have got fixed reading the handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html may give you enough insigt to fix most problems Best regards DAk On 1/13/07, Garrett Cooper <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIG

Re: Sound Card Problem

2007-01-13 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derrick Edwards wrote: > All, > I upgraded to the lastest version of RELENG_6 and now my onboard sound does > not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did > something change that I should be aware of. I rebuilt system

Sound Card Problem

2007-01-13 Thread Derrick Edwards
All, I upgraded to the lastest version of RELENG_6 and now my onboard sound does not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did something change that I should be aware of. I rebuilt system again just to verify. I am using an SOYO SY-P4I 845PE motherboard. It does

RE: onboard sound card on Intel D915GAG

2006-12-11 Thread Wood, Russell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Amed Miranda > Sent: Tuesday, 12 December 2006 9:18 AM > To: freebsd-questions@freebsd.org > Subject: onboard sound crard on intel D915GAG > > envienme los driver de la Intel d915GAG I h

solved was Re: AC97 sound card on 6.1

2006-06-08 Thread Dave
Hello, Thanks to all who helped with my sound card issue. The fix was load the below driver in /boot/loader.conf: #sound driver snd_ich_load="YES" Thanks. Dave. ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: AC97 sound card on 6.1

2006-06-07 Thread Andrey Slusar
Wed, 07 Jun 2006 12:12:17 -0400, Sean wrote: > Gregory Nou wrote: > > Dave wrote: > >> Hello, > >>I'm atempting to get an integrated AC97 sound card working under > >> 6.1. I know this card works, loading the snd_driver module finds > >> it, b

Re: AC97 sound card on 6.1

2006-06-07 Thread Sean
Gregory Nou wrote: Dave wrote: Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just

Re: AC97 sound card on 6.1

2006-06-05 Thread Gregory Nou
Dave wrote: Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually

Re: AC97 sound card on 6.1

2006-06-05 Thread cpghost
Dave wrote: Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually

Re: AC97 sound card on 6.1

2006-06-05 Thread Duane Whitty
On Mon, Jun 05, 2006 at 05:03:46PM -0400, Dave wrote: > Hello, >I'm atempting to get an integrated AC97 sound card working under 6.1. I > know this card works, loading the snd_driver module finds it, but i do not > know which actual module works it over. I'd rath

Re: AC97 sound card on 6.1

2006-06-05 Thread Don Hinton
Hi Dave: On Monday 05 June 2006 16:03, Dave wrote: > Hello, > I'm atempting to get an integrated AC97 sound card working under 6.1. I > know this card works, loading the snd_driver module finds it, but i do not > know which actual module works it over. I'd rather not h

Re: AC97 sound card on 6.1

2006-06-05 Thread Greg Barniskis
Dave wrote: Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually

Re: AC97 sound card on 6.1

2006-06-05 Thread Daniel Bye
On Mon, Jun 05, 2006 at 05:03:46PM -0400, Dave wrote: > Hello, >I'm atempting to get an integrated AC97 sound card working under 6.1. I > know this card works, loading the snd_driver module finds it, but i do not > know which actual module works it over. I'd rath

AC97 sound card on 6.1

2006-06-05 Thread Dave
Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually need. I'v

Sound card getting blocked somehow

2006-02-03 Thread Jesse Sheidlower
My soundcard seems to be blocked somehow, and I'm not sure how this happened or what to do about it. I don't believe I did anything specific, but sound simply stopped working; if I start up xmms (for example) I get a console message "** WARNING **: oss_open(): Failed to open audio device (/dev/dsp

Is A Sound Card Required For Music Player Daemon?

2006-01-24 Thread Drew Tomlinson
I am running FBSD 6.0 on a headless system with no sound card. What I had hoped to do was get Music Player Daemon running on this box and then send it's output to Icecast2. The actual "sound" would be generated by other devices with sound cards. But in looking over the mp

A bug of freebsd6's mod_php5? And need help with my silent sound card.

2005-12-09 Thread Kun Niu
;s working for me now. And can any one tell me how to make my creative sound card work? My sound card only work on linux kernel above 2.6.12. It uses alsa's emu10k1x module. But it fails to work for me on freebsd. Wish your kind help. Thanks in advance and look fo

Re: Sound Card Recommendations

2005-11-19 Thread Mark Kane
Allen D. Tate wrote: > Hello All, > > I have a PC with a built in SoundMax audio card that I have disabled in > the BIOS because everything I have read to date is that they just don't > work with FreeBSD. For those of you who have working sound cards, would > you mind sharing the brand name and le

Sound Card Recommendations

2005-11-19 Thread Allen D. Tate
Hello All, I have a PC with a built in SoundMax audio card that I have disabled in the BIOS because everything I have read to date is that they just don't work with FreeBSD. For those of you who have working sound cards, would you mind sharing the brand name and letting me know how difficult it wa

Work out if new sound card supported?

2005-09-15 Thread Jacob Rhoden
Hi, I just got a new pc, and the sound card is not supported in 5.4-RELEASE. Is there a way for me (ie a file i can look in) to find out if upgrading the kernel would make a difference? (Ie I don't want to spend 1h+ upgrading if it wont do anything) [EMAIL PROTECTED]:30:2:

Re: Sound card drivers

2005-08-19 Thread Andrew P.
Andrew P. wrote this in December 2004: > I grepped sysctl list and found hw.snd.pcm0.spdif_enabled > switch, but when I change it 0->1, the sound disappears > (both analog and digital outputs are silent). I tried > to play with other hw.snd switches, changed mixer levels > and recsrc, searched the

Re: sound card that works?

2005-07-27 Thread Garrett Cooper
Vulpes Velox wrote: On Wed, 27 Jul 2005 17:03:53 -0700 Julian Elischer <[EMAIL PROTECTED]> wrote: I need to buy 30 soundcards that can be accessed from FreeBSD does someone know of a currently available basic sound card (an original soundblaster would do if I could still get them) th

Yamaha DS-1E sound card problem

2005-07-01 Thread Sergio A. Reyes-Peniche
Hi, I'm installing FreeBSD for the first time (version 5.4), although I've been a Linux user for some years. The machine is an old laptop, Toshiba Satellite 2805. I followed the instructions in section 7.2.1 of the handbook, and found out the needed kernel module is snd_ds1, and modified /boot/lo

Re: Determining integrated sound card(?)

2005-05-19 Thread Greg Barniskis
Bill Schoolcraft wrote: I just got a new box and I'm running 5.4 and it has a generic "PC_Chips" M863G motherboard and all I get from dmesg is: pci0: at device 2.7 (no driver attached) I was wondering how to make an educated guess... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/soun

Re: Determining integrated sound card(?)

2005-05-19 Thread Kevin Kinsey
Bill Schoolcraft wrote: Hello Family, I just got a new box and I'm running 5.4 and it has a generic "PC_Chips" M863G motherboard and all I get from dmesg is: pci0: at device 2.7 (no driver attached) I was wondering how to make an educated guess on what driver to try and load first? Basically

Determining integrated sound card(?)

2005-05-19 Thread Bill Schoolcraft
Hello Family, I just got a new box and I'm running 5.4 and it has a generic "PC_Chips" M863G motherboard and all I get from dmesg is: pci0: at device 2.7 (no driver attached) I was wondering how to make an educated guess on what driver to try and load first? ___

Re: Sound card support

2005-05-12 Thread Erik Trulsson
On Thu, May 12, 2005 at 03:06:12AM -0400, Ionel wrote: > > Hello, > I have an Yamaha OPL3SA2 sound card, isa-pnp. > I had last year installed FreeBSD 5.2.1, and my sound card was supported, I > had to add "device pcm" in the kernel configuration file. > Now I instal

Sound card support

2005-05-12 Thread Ionel
Hello, I have an Yamaha OPL3SA2 sound card, isa-pnp. I had last year installed FreeBSD 5.2.1, and my sound card was supported, I had to add "device pcm" in the kernel configuration file. Now I installed FreeBSD 5.4, and I can't make my sound card to work. "device pcm"

Re: Audigy Sound Card -- SOLVED

2005-04-19 Thread Drew Tomlinson
On 4/18/2005 4:31 PM Drew Tomlinson wrote: I'm trying to get my Audigy sound card working. I've followed the instructions in the Handbook and used 'kldload snd_emu10k1'. My card is detected but something isn't right: pcm0: irq 9 at device 9.0 on pci0 pcm0: 0x20 bytes

Audigy Sound Card

2005-04-18 Thread Drew Tomlinson
I'm trying to get my Audigy sound card working. I've followed the instructions in the Handbook and used 'kldload snd_emu10k1'. My card is detected but something isn't right: pcm0: irq 9 at device 9.0 on pci0 pcm0: 0x20 bytes of rid 0x10 res 4 failed. pcm0: una

Virtual Sound card

2005-04-05 Thread Niels Timmerije
Dear Sirs I’ve already sent you an email, but I wrote it in dutch. (I got this adress from a Dutch site) But now my question in English. I’ve read something about a virtual soundcard at your site but it’s not clear to me if you deliver them. If you do, I would like some more information about thi

Re: Wav from sound card line in

2005-03-15 Thread Chris Hill
On Tue, 15 Mar 2005, McCy Ron wrote: I'm using FreeBSD 4.10 and would like to make WAV format recordings from my sound card's "line in" channel with some sort of "command line" utility. I've been successful in finding other sorts of ports and packages to rip CDs and play Wavs and MP3s but have y

Wav from sound card line in

2005-03-15 Thread McCy Ron
I'm using FreeBSD 4.10 and would like to make WAV format recordings from my sound card's "line in" channel with some sort of "command line" utility. I've been successful in finding other sorts of ports and packages to rip CDs and play Wavs and MP3s but have yet to find anything in the software d

Sound card on a Chaintech 7NJL6

2005-02-21 Thread Justin L. Boss
I just got a Chaintech 7NJL6 motherboard and two things are not working. SATA controller (works but only at 33 not 150) and AC'97 Sound. I knew the SATA would probably not work but the AC'97 Sound I expected to. I'm using the snd_ich.ko mod (the only one that works), and as soon as I log into KD

PCI-X sound card

2004-12-15 Thread hal
I have a need for a sound card on a backup server I have built. Something sound blaster compatible would be wonderful, but anything that works with 4.7 is ok. The mother board, a Supermicro X5DP8-G2, has only PCI-X slots. I am running FreeBSD 4.7. All suggestions are welcome. hal

Re: Sound card drivers

2004-12-10 Thread Andrew
>>>(uuu) pwd >>>/usr/src >>>(uuu) grep ALC658 sys/dev/sound/pcm/ac97.c >>>{ 0x414c4780, 0x0f, 0, "ALC658",0 }, >>> >>>so, besides I do not know about deep thinks you >>>detailed below, it seems there is some hope... >> >>Yep, thanks for advice! my ALC658 soundcard worked >>great on Free

Re: Sound card drivers

2004-12-09 Thread Joshua Lokken
On Thu, 09 Dec 2004 13:22:31 +0300, Andrew <[EMAIL PROTECTED]> wrote: > > I need a nice soundcard with a fully functional S/PDIF >coaxial and optical > outputs, that can send unencoded >44.1kHz, 48kHz and encoded AC3 and DTS You can look here: http://www.freebsd.org/releases/5.3R/hardware-amd64

Sound card drivers

2004-12-09 Thread Andrew
no conceivable way to get my built-in Realtek ALC658 sound card working :-( I've installed winxp since and been pondering on how to get FreeBSD singing. Please tell me, what's the best way I need a nice soundcard with a fully functional S/PDIF coaxial and optical outputs, that can send

Re: configuring sound card on P4SP-MX SE

2004-12-08 Thread Paulo Fonseca Jr.
On Tuesday 07 December 2004 20:20, Lowell Gilbert wrote: > "Paulo Fonseca Jr." <[EMAIL PROTECTED]> writes: > > I tried to configure my kernel including device pcm to set soundmax card > > on P4SP-MX SE motherboard but config not runs ok: "device pcm is > > unknown". > > > > Somebody who already ins

Re: configuring sound card on P4SP-MX SE

2004-12-07 Thread Lowell Gilbert
"Paulo Fonseca Jr." <[EMAIL PROTECTED]> writes: > I tried to configure my kernel including device pcm to set soundmax card on > P4SP-MX SE motherboard but config not runs ok: "device pcm is unknown". > > Somebody who already installed this device on ASUS motherboard can help me ? [I know nothin

  1   2   3   >