Dell laptop + sound

2007-02-20 Thread Michael S
Good day all,

I am having problems getting sound to work on an old
Dell Latitude. I configured the sound card following
the handbook, and the driver (snd_ich) loads just
fine. However I can neither hear anything when doing
cat file  /dev/dsp nor can I raise the volume level
using the XFCE volume control applet. Any hints?

Thanks in advance,
Michael

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


Re: Dell laptop + sound

2007-02-20 Thread Norberto Meijome
On Tue, 20 Feb 2007 16:59:43 -0500 (EST)
Michael S [EMAIL PROTECTED] wrote:

 I am having problems getting sound to work on an old
 Dell Latitude. I configured the sound card following
 the handbook, and the driver (snd_ich) loads just
 fine. However I can neither hear anything when doing
 cat file  /dev/dsp nor can I raise the volume level
 using the XFCE volume control applet. Any hints?

Hi Michael,
what card have you got? 

for example, I can see mine with pciconf -lv :
[...]
[EMAIL PROTECTED]:27:0: class=0x040300 card=0x05b71014 chip=0x26688086 rev=0x03 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801FB/FR/FW/FRW Intel High DefiNition Audio Controller'
class= multimedia
[...]

(look for 'class = multimedia' or pcm@ device...

Also, after loading the snd modules, what does 

cat /dev/sndstat 

show? if the drivers has detected your card properly, you should get some
info... For example , I get:

[EMAIL PROTECTED] [Wed Feb 21 11:02:46 2007]
/usr/home/betom
$ cat /dev/sndstat 
FreeBSD Audio Driver (newpcm: 64bit)
Installed devices:
pcm0: Intel 82801F High Definition Audio Controller at memory 0xb000 irq
11 kld snd_hda [20070105_0038] (1p/1r/2v channels duplex default)


_
{Beto|Norberto|Numard} Meijome

...using the internet as it was originally intended... for the further research
of pornography and pipebombs.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell laptop + sound - Solved

2007-02-20 Thread Michael S
Thanks Norberto

I figured it out, it was a maestro3 driver.

Michael
--- Norberto Meijome [EMAIL PROTECTED] wrote:

 On Tue, 20 Feb 2007 16:59:43 -0500 (EST)
 Michael S [EMAIL PROTECTED] wrote:
 
  I am having problems getting sound to work on an
 old
  Dell Latitude. I configured the sound card
 following
  the handbook, and the driver (snd_ich) loads just
  fine. However I can neither hear anything when
 doing
  cat file  /dev/dsp nor can I raise the volume
 level
  using the XFCE volume control applet. Any hints?
 
 Hi Michael,
 what card have you got? 
 
 for example, I can see mine with pciconf -lv :
 [...]
 [EMAIL PROTECTED]:27:0: class=0x040300 card=0x05b71014
 chip=0x26688086 rev=0x03 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801FB/FR/FW/FRW Intel High
 DefiNition Audio Controller'
 class= multimedia
 [...]
 
 (look for 'class = multimedia' or pcm@ device...
 
 Also, after loading the snd modules, what does 
 
 cat /dev/sndstat 
 
 show? if the drivers has detected your card
 properly, you should get some
 info... For example , I get:
 
 [EMAIL PROTECTED] [Wed Feb 21 11:02:46 2007]
 /usr/home/betom
 $ cat /dev/sndstat 
 FreeBSD Audio Driver (newpcm: 64bit)
 Installed devices:
 pcm0: Intel 82801F High Definition Audio
 Controller at memory 0xb000 irq
 11 kld snd_hda [20070105_0038] (1p/1r/2v channels
 duplex default)
 
 
 _
 {Beto|Norberto|Numard} Meijome
 
 ...using the internet as it was originally
 intended... for the further research
 of pornography and pipebombs.
 
 I speak for myself, not my employer. Contents may be
 hot. Slippery when wet.
 Reading disclaimers makes you go blind. Writing them
 is worse. You have been
 Warned.
 

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