Re: What kind of audio device is this?

2007-11-09 Thread Adam J Richardson

P.U.Kruppa wrote:

dmesg says I have got
   ugen0: vendor 0x0d8c PnP Audio Device, class 0/0, rev 1.10/0.10,
   addr 4 on uhub0
on board.
What is this? Do we have a driver for it?

snip

Of course I tried
 # kldload snd_driver
but all I get is
 # cat /dev/sndstat
 FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
 Installed devices:

I am running
   FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0:
   Sat Nov  3 17:55:42 CET 2007 amd64


Hi Peter,

I also have a USB sound device which wouldn't detect until I loaded 
snd_uaudio. Now I can play my CDs through my 5.1 system, but I had to 
install both OSS and eSound to do it. I think the idea is everything 
goes to eSound, which is piped through the OSS mixer.


My sound device now identifies [on FreeBSD 6.3-PRERELEASE] as:
uaudio0: vendor 0x0c45 USB Audio, rev 1.10/1.00, addr 2
uaudio0: audio rev 1.00
pcm0: USB Audio on uaudio0

which is every bit as dull as yours.

By the way I don't have a /dev/dsp either. It doesn't seem to be required.

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


Re: What kind of audio device is this?

2007-11-09 Thread P.U.Kruppa

On Fri, 9 Nov 2007, Adam J Richardson wrote:


P.U.Kruppa wrote:

dmesg says I have got
   ugen0: vendor 0x0d8c PnP Audio Device, class 0/0, rev 1.10/0.10,
   addr 4 on uhub0
on board.
What is this? Do we have a driver for it?

snip

Of course I tried
 # kldload snd_driver
but all I get is
 # cat /dev/sndstat
 FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
 Installed devices:

I am running
   FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0:
   Sat Nov  3 17:55:42 CET 2007 amd64


Hi Peter,

I also have a USB sound device which wouldn't detect until I loaded 
snd_uaudio. Now I can play my CDs through my 5.1 system, but I had to install 
both OSS and eSound to do it. I think the idea is everything goes to eSound, 
which is piped through the OSS mixer.


My sound device now identifies [on FreeBSD 6.3-PRERELEASE] as:
uaudio0: vendor 0x0c45 USB Audio, rev 1.10/1.00, addr 2
uaudio0: audio rev 1.00
pcm0: USB Audio on uaudio0

Yes, great thanks Adam!

For the records:
As you said I have installed audio/oss and audio/esound.
I couldn't start snd_uaudio at runtime, so I put
 snd_uaudio_load=YES
into /boot/loader.conf and rebooted.
After that everything worked fine.

On my FreeBSD 7.0 I can even see /dev/dsp and when I do a
# cat /dev/sndstat
I get
FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
Installed devices:
pcm0: USB Audio at ? kld snd_uaudio [GIANT] (1p:1v/1r:1v
channels duplex default)
 mode 1:(output) 8ch, 16/16bit, pcm, 44100,48000Hz
 mode 2:(output) 2ch, 16/16bit, pcm, 44100,48000Hz
 mode 3:(output) 4ch, 16/16bit, pcm, 44100,48000Hz
 mode 4:(output) 6ch, 16/16bit, pcm, 44100,48000Hz
 mode 5:(output) 2ch, 16/16bit, pcm, 48000Hz
 mode 1:(input) 2ch, 16/16bit, pcm, 44100,48000Hz

That's it!

Thanks again,

Uli.


which is every bit as dull as yours.

By the way I don't have a /dev/dsp either. It doesn't seem to be required.

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: What kind of audio device is this?

2007-11-04 Thread beni
On Saturday 03 November 2007 19:08:25 P.U.Kruppa wrote:
 Hi,

 dmesg says I have got
ugen0: vendor 0x0d8c PnP Audio Device, class 0/0, rev 1.10/0.10,
addr 4 on uhub0
 on board.
 What is this? Do we have a driver for it?

Vendor 0x0d8c seems to be C-Media, but without the product ID it is difficult 
to find out what card it is.
http://www.cmedia.com.tw/?q=en/datasheets

snd_cmi (4) should work with some C-Media sound cards :

HARDWARE
 The snd_cmi driver supports the following sound cards:

 +o   CMedia CMI8338A
 +o   CMedia CMI8338B
 +o   CMedia CMI8738
 +o   CMedia CMI8738B

or else the snd_uaudio driver might help.

 Of course I tried
   # kldload snd_driver
 but all I get is
   # cat /dev/sndstat
   FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
   Installed devices:

 I am running
FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0:
Sat Nov  3 17:55:42 CET 2007 amd64


 Thanks,

 Uli.

 Peter Ulrich Kruppa
 Wuppertal
 Germany


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


Re: What kind of audio device is this?

2007-11-04 Thread P.U.Kruppa

On Sun, 4 Nov 2007, beni wrote:


On Saturday 03 November 2007 19:08:25 P.U.Kruppa wrote:

Hi,

dmesg says I have got
   ugen0: vendor 0x0d8c PnP Audio Device, class 0/0, rev 1.10/0.10,
   addr 4 on uhub0
on board.
What is this? Do we have a driver for it?


Vendor 0x0d8c seems to be C-Media, but without the product ID it is difficult
to find out what card it is.
http://www.cmedia.com.tw/?q=en/datasheets

snd_cmi (4) should work with some C-Media sound cards :

HARDWARE
The snd_cmi driver supports the following sound cards:

+o   CMedia CMI8338A
+o   CMedia CMI8338B
+o   CMedia CMI8738
+o   CMedia CMI8738B

or else the snd_uaudio driver might help.
No, I tried to kldoad both, but nothing happens (no /dev/dsp is 
created).


Thanks,

Uli.




Of course I tried
# kldload snd_driver
but all I get is
# cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
Installed devices:

I am running
   FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0:
   Sat Nov  3 17:55:42 CET 2007 amd64


Thanks,

Uli.

Peter Ulrich Kruppa
Wuppertal
Germany



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





Peter Ulrich Kruppa
Wuppertal
Germany

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


What kind of audio device is this?

2007-11-03 Thread P.U.Kruppa

Hi,

dmesg says I have got
  ugen0: vendor 0x0d8c PnP Audio Device, class 0/0, rev 1.10/0.10,
  addr 4 on uhub0
on board.
What is this? Do we have a driver for it?

Of course I tried
# kldload snd_driver
but all I get is
# cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
Installed devices:

I am running
  FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0:
  Sat Nov  3 17:55:42 CET 2007 amd64


Thanks,

Uli.

Peter Ulrich Kruppa
Wuppertal
Germany

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