Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - 64-bit
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - 64-bit Questions specific to 64-bit systems running SUSE Linux
(Questions that apply to both 32-bit and 64-bit systems should be posted in the appropriate mixed architecture forums)

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 14-Mar-2008, 12:01
vamper
Guest
 
Posts: n/a
Exclamation

Can anyone give a hand I have a HP Pavilion Entertainment PC everything works on the first install but after installing again the sound will not work. HPwebcam, network and wireless, both sata and nvidia 8600 but I can seem to get the sound back. kernel see's all and it even see the digital sound touch pads buttons any ideas. h34r:
  #2 (permalink)  
Old 14-Mar-2008, 12:16
BNG22908
Guest
 
Posts: n/a
Default

I've had HP PCs before. If you give me the exact model number( a1777c, m8200n, A610n) I might be able to help you. Also, I'm assuming you installed Open Suse 10.3?
  #3 (permalink)  
Old 14-Mar-2008, 12:51
oldcpu
Guest
 
Posts: n/a
Default

Actually, I think starting a new thread is a good idea (as opposed to tagging on to an old thread).

Did you follow my suggestion here:
http://www.suseforums.net/index.php?s=&amp...st&p=234670
which was:

Try working your way through the audio troubleshooting guide:
http://en.opensuse.org/AudioTroubleshooting
  #4 (permalink)  
Old 19-Mar-2008, 14:36
vamper
Guest
 
Posts: n/a
Unhappy

Quote:
I've had HP PCs before. If you give me the exact model number( a1777c, m8200n, A610n) I might be able to help you. Also, I'm assuming you installed Open Suse 10.3?
[/b]
Sorry so late but it is HP pavilion dv9000
  #5 (permalink)  
Old 20-Mar-2008, 10:14
vamper
Guest
 
Posts: n/a
Default

Quote:
Actually, I think starting a new thread is a good idea (as opposed to tagging on to an old thread).

Did you follow my suggestion here:http://www.suseforums.net/index.php?......st&p=234670
which was:

Try working your way through the audio troubleshooting guide:http://en.opensuse.org/AudioTroubleshooting
[/b]

Here is the output from those test:http://nopaste.com/p/a7h4RfGsqb

lnxmobile:~ # rpm -q alsa alsa-firmware alsa-utils alsa-driver-kmp-default
alsa-1.0.16.hg20080318-1.1
package alsa-firmware is not installed
alsa-utils-1.0.14-27
package alsa-driver-kmp-default is not installed
lnxmobile:~ #
  #6 (permalink)  
Old 20-Mar-2008, 10:32
oldcpu
Guest
 
Posts: n/a
Default

Quote:
Here is the output from those test:http://nopaste.com/p/a7h4RfGsqb

lnxmobile:~ # rpm -q alsa alsa-firmware alsa-utils alsa-driver-kmp-default
alsa-1.0.16.hg20080318-1.1
package alsa-firmware is not installed
alsa-utils-1.0.14-27
package alsa-driver-kmp-default is not installed[/b]
OK, thanks. Its quite clear the reason your sound is not working. And thats because you do not have the correct alsa packages installed.

According to the diagnostic script you have an ALC268, which needs a clean alsa 1.0.16 install. You are missing alsa applications, and have both 1.0.16 (for alsa) and 1.0.14-27 for alsa-utils.

It appears to me that you deviated from the audio troubleshooting guide, and that is why this doesn't work for you now. Please, per the audio troubleshooting guide, run the following. Do NOT deviate unless you know what you are doing. Be certain of that. Note it might state you have "alsa" already installed. Still install the other applications in that zypper install line. You need to do that in a konsole with root permissions:
Code:
zypper ar http://download.opensuse.org/reposit...E_10.3_Update/ multimedia-audio-retry
zypper install alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware
zypper rr http://download.opensuse.org/reposit...E_10.3_Update/
rpm -q**alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware
... and please post here the output of the last line, .. ie the output of the "rpm -q alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware" command.

Then reboot your PC, and try your sound again.

Its possible we may need to hand edit your /etc/modprobe.d/sound file, ... but we will cross that bridge when we come to it.
  #7 (permalink)  
Old 21-Mar-2008, 08:21
vamper
Guest
 
Posts: n/a
Cool

Worked like a champ! Sounds is on, vedio WEBCAM is working, wireless and wired networking, touch pad audio and mice both work both audio mic's and head set plugs work this is a great laptop for replacing my workstation on the road and to play games as well.


Thanks a lot for you help












Quote:
OK, thanks. Its quite clear the reason your sound is not working. And thats because you do not have the correct alsa packages installed.

According to the diagnostic script you have an ALC268, which needs a clean alsa 1.0.16 install. You are missing alsa applications, and have both 1.0.16 (for alsa) and 1.0.14-27 for alsa-utils.

It appears to me that you deviated from the audio troubleshooting guide, and that is why this doesn't work for you now. Please, per the audio troubleshooting guide, run the following. Do NOT deviate unless you know what you are doing. Be certain of that. Note it might state you have "alsa" already installed. Still install the other applications in that zypper install line. You need to do that in a konsole with root permissions:
Code:
zypper ar http://download.opensuse.org/reposit...E_10.3_Update/ multimedia-audio-retry
zypper install alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware
zypper rr http://download.opensuse.org/reposit...E_10.3_Update/
rpm -q**alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware
... and please post here the output of the last line, .. ie the output of the "rpm -q alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware" command.

Then reboot your PC, and try your sound again.

Its possible we may need to hand edit your /etc/modprobe.d/sound file, ... but we will cross that bridge when we come to it.
[/b]
  #8 (permalink)  
Old 21-Mar-2008, 08:48
oldcpu
Guest
 
Posts: n/a
Default

Quote:
Worked like a champ! Sounds is on, vedio WEBCAM is working, wireless and wired networking, touch pad audio and mice both work both audio mic's and head set plugs work[/b]
GREAT !! Congratulations. Glad to read it.
  #9 (permalink)  
Old 19-Apr-2008, 00:35
fedderico10
Guest
 
Posts: n/a
Default

Quote:
Can anyone give a hand I have a HP Pavilion Entertainment PC everything works on the first install but after installing again the sound will not work. HPwebcam, network and wireless, both sata and nvidia 8600 but I can seem to get the sound back. kernel see's all and it even see the digital sound touch pads buttons any ideas. h34r:
[/b]
Install alsa-driver-1.0.16 that worked for me on my HP Pavilion Entertainment PC.
1. untar alsa-driver-1.0.16
2. ./configure --with-cards=hda-intel --with-sequencer=yes
3. make
4. make install
5. reboot
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2