LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Audio problem with my HP 4510s. Please Help me , i searched google and nothing (https://www.linuxquestions.org/questions/linux-newbie-8/audio-problem-with-my-hp-4510s-please-help-me-i-searched-google-and-nothing-745281/)

katmai 08-05-2009 08:33 AM

Audio problem with my HP 4510s. Please Help me , i searched google and nothing
 
lspci -v says this
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 3073
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at 98900000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use:HDA Intel
Kernel modules: snd-hda-intel
i have no sound errors but also i can't hear anything.
OS - Ubuntu
Sorry for my broken English

mgrrman 08-05-2009 12:24 PM

what output do you get when you run?
/sbin/chkconfig --list sound
/sbin/chkconfig --list alsa

also what details have you for?
/etc/modprobe.conf

I had a similar problem and added this to the modprobe.conf file...
options snd-hda-intel index=0 probe_mask=3 position_fix=3 model=laptop

run this...
grep sound-slot /etc/modprobe.conf

to see what sound slot your machine is using as I also had to edit this...
alias sound-slot-0 snd_hda_intel
to this...
alias sound-slot-3 snd_hda_intel

and presto... sound! - you might also want to check your PCM sound level is not set to 0
alsamixer -c 0

hope this helps...

katmai 08-05-2009 01:18 PM

/sbin/chkconfig --list sound - gave me No such file or directory.And so for the other commands
Sorry my mistake, but i'm using BT4 not Ubuntu.


All times are GMT -5. The time now is 12:42 PM.