Re: 5.2-current: device pcm

2004-08-07 Thread mazpe
Hello Hanspeter:

Read the /usr/src/UPDATING and also take a look at the
/usr/src/sys/conf/NOTES.

But this is what it comes down to: adding device sound and device snd_*.
(removing device pcm or whatever you had there before of course)

I would recommend adding device sound to your kernel and even all the
snd_* drivers, until you find out which one worked...  Then remove the
rest and only leave the one that matched the specs of your pc.  Unless
of course you see your sound card on the /usr/src/sys/conf/NOTES and you
know exactly what snd_* you need.

something like this..

device  sound

device  "snd_ad1816"
device  "snd_als4000"
#device "snd_au88x0"
device  snd_cmi
device  "snd_cs4281"
device  snd_csa
device  "snd_ds1"
device  "snd_emu10k1"
device  "snd_es137x"
device  snd_ess
device  "snd_fm801"
device  snd_gusc
device  snd_ich
device  snd_maestro
device  "snd_maestro3"
device  snd_mss
device  snd_neomagic
device  "snd_sb16"
device  "snd_sb8"
device  snd_sbc
device  snd_solo
device  "snd_t4dwave"
device  "snd_via8233"
device  "snd_via82c686"
device  snd_vibes
#device "snd_vortex1"
device  snd_uaudio

hope this helps...

-Lester A. Mesa
-aka: mazpe

On Sat, 2004-08-07 at 11:18, Hanspeter Roth wrote:
>   On Aug 07 at 17:41, Radek Kozlowski spoke:
> 
> > Read /usr/src/UPDATING:
> > 
> > 20040716:
> > The sound device drivers are renamed.  `sound' is always required,
> > while `snd_*' should be configured accordingly to your hardware.
> > Refer to NOTES for the detail of the drivers.
> 
> I have now added `device sound' to the kernel configuration. But
> this doesn't make the sound module available. Also there isn't a
> /dev/mixer*.
> 
> What does snd_* mean?
> I tried to add `device snd_pcm'. But this isn't accepted by config.
> Dmesg shows:
> 
> pci0:  at device 31.5 (no driver attached)
> 
> What else is required?
> 
> -Hanspeter
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2-current: device pcm

2004-08-07 Thread Hanspeter Roth
  On Aug 07 at 18:34, Radek Kozlowski spoke:

> You didn't refer to the NOTES file (/usr/src/sys/conf/NOTES that is)
> like you were supposed to, did you? There's a section called Sound
> drivers that should explain everything.

Yes, I checked only the NOTES in /usr/src/sys/i386/conf.

Now it works with 'sound' and 'snd_ich' devices. Thanks!

-Hanspeter
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2-current: device pcm

2004-08-07 Thread Dan Nelson
In the last episode (Aug 07), Hanspeter Roth said:
> I have upgraded from 5.2.1-release to 5.2-current. On 5.2.1-release
> there was a device pcm for the sound module. This doesn't seem to be
> accepted anymore in 5.2-current. Is there an equivalent device?

It's now called "sound", which makes a lot more sense :)  Also read the
20040716 entry in /usr/src/UPDATING.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2-current: device pcm

2004-08-07 Thread Peter Ulrich Kruppa
On Sat, 7 Aug 2004, Hanspeter Roth wrote:
 On Aug 07 at 17:41, Radek Kozlowski spoke:
Read /usr/src/UPDATING:
20040716:
The sound device drivers are renamed.  `sound' is always required,
while `snd_*' should be configured accordingly to your hardware.
Refer to NOTES for the detail of the drivers.
I have now added `device sound' to the kernel configuration. But
this doesn't make the sound module available. Also there isn't a
/dev/mixer*.
What does snd_* mean?
I tried to add `device snd_pcm'. But this isn't accepted by config.
Dmesg shows:
you need two device entries:
	device	sound
and for example
	device snd_ich
according to your specific sound device. Search 
/usr/src/sys/conf/NOTES for a complete list of supported devices.

Regards,
Uli.
pci0:  at device 31.5 (no driver attached)
What else is required?
-Hanspeter
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2-current: device pcm

2004-08-07 Thread Radek Kozlowski
On Sat, Aug 07, 2004 at 06:18:35PM +0200, Hanspeter Roth wrote:
>   On Aug 07 at 17:41, Radek Kozlowski spoke:
> 
> > Read /usr/src/UPDATING:
> > 
> > 20040716:
> > The sound device drivers are renamed.  `sound' is always required,
> > while `snd_*' should be configured accordingly to your hardware.
> > Refer to NOTES for the detail of the drivers.
> 
> I have now added `device sound' to the kernel configuration. But
> this doesn't make the sound module available. Also there isn't a
> /dev/mixer*.
> 
> What does snd_* mean?
> I tried to add `device snd_pcm'. But this isn't accepted by config.
> Dmesg shows:
> 
> pci0:  at device 31.5 (no driver attached)
> 
> What else is required?

You didn't refer to the NOTES file (/usr/src/sys/conf/NOTES that is)
like you were supposed to, did you? There's a section called Sound
drivers that should explain everything.

-Radek
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2-current: device pcm

2004-08-07 Thread Hanspeter Roth
  On Aug 07 at 17:41, Radek Kozlowski spoke:

> Read /usr/src/UPDATING:
> 
> 20040716:
> The sound device drivers are renamed.  `sound' is always required,
> while `snd_*' should be configured accordingly to your hardware.
> Refer to NOTES for the detail of the drivers.

I have now added `device sound' to the kernel configuration. But
this doesn't make the sound module available. Also there isn't a
/dev/mixer*.

What does snd_* mean?
I tried to add `device snd_pcm'. But this isn't accepted by config.
Dmesg shows:

pci0:  at device 31.5 (no driver attached)

What else is required?

-Hanspeter
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2-current: device pcm

2004-08-07 Thread Peter Risdon
Peter Risdon wrote:
Hanspeter Roth wrote:
Hello,
I have upgraded from 5.2.1-release to 5.2-current.
On 5.2.1-release there was a device pcm for the sound module. This
doesn't seem to be accepted anymore in 5.2-current.
Is there an equivalent device?

Hi,
It's accepted fine on my 5.2.1-RELEASE-p9 system. What exactly is the 
problem you're seeing?
Apologies, I misread your mail. Sorry for the wasted bandwidth.
Peter.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2-current: device pcm

2004-08-07 Thread Radek Kozlowski
On Sat, Aug 07, 2004 at 05:26:19PM +0200, Hanspeter Roth wrote:
> Hello,
> 
> I have upgraded from 5.2.1-release to 5.2-current.
> On 5.2.1-release there was a device pcm for the sound module. This
> doesn't seem to be accepted anymore in 5.2-current.
> Is there an equivalent device?

Read /usr/src/UPDATING:

20040716:
The sound device drivers are renamed.  `sound' is always required,
while `snd_*' should be configured accordingly to your hardware.
Refer to NOTES for the detail of the drivers.

-Radek
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2-current: device pcm

2004-08-07 Thread Peter Risdon
Hanspeter Roth wrote:
Hello,
I have upgraded from 5.2.1-release to 5.2-current.
On 5.2.1-release there was a device pcm for the sound module. This
doesn't seem to be accepted anymore in 5.2-current.
Is there an equivalent device?
Hi,
It's accepted fine on my 5.2.1-RELEASE-p9 system. What exactly is the 
problem you're seeing?

Peter.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.2-current: device pcm

2004-08-07 Thread Hanspeter Roth
Hello,

I have upgraded from 5.2.1-release to 5.2-current.
On 5.2.1-release there was a device pcm for the sound module. This
doesn't seem to be accepted anymore in 5.2-current.
Is there an equivalent device?

-Hanspeter
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"