|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Laptop Questions about laptop hardware and laptop specific software (power management ) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi.
I'm running opensuse 11.1 with KDE 4.1. I just did a fresh install today after getting fed up with the instability of both gnome and kde in Ubuntu. It crashed frequently. I haven't had any problems with opensuse crashing, so even though it is a little harder for me to use I decided to try it out again. Anyway, here is my problem. The Update Applet updated some stuff and now my sound doesn't work (it was working before the updates). Now whenever I login to the desktop it says something about ALC663 analog not working and rolling back to the older setting or something. This apparently doesn't work because there is still no sound. For your information the sound card is some integrated piece of realtek but I'm not sure the exact part number. |
|
|||
|
Interesting. Restarting Alsa Sound seems to give me audio functionality...kind of. It removes the volume control from the taskbar and leaves the audio sounding bad, but at least it works. I have to do that every time I reboot now. The errors that were popping up have gone away, I have no idea how. I've just been screwing around in the /etc/modprobe.d/sound file.
|
|
||||
|
One way to force an alsa restart after every boot is to put in the /etc/init.d/boot.local file (as a last line):
rcalsasound restartThere is an openSUSE troubleshooting guide here: SDB:AudioTroubleshooting - openSUSE There is guidance for updating alsa to work with the latest kernel here: Alsa-update - openSUSE One must read that carefully. An AMAZING number of users simply get the instructions wrong for updating, because they fail to read that page correctly. BUT note a disadvantage of going down that path is often after every kernel update you will be forced to update your alsa, and sometimes it is a week or more before the latest precompiled alsa updates are available for the new kernel. |
|
||||
|
I'm also wrestling with alsa sound....
Following the Alsa-update - openSUSE instructions: Code:
# zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.1/ multimedia # zypper install alsa-utils alsa-tools alsa-firmware alsa-oss alsa-plugins alsa-plugins-pulse Loading repository data... Reading installed packages... No update candidate for 'alsa-utils'. No update candidate for 'alsa-tools'. No update candidate for 'alsa-firmware'. No update candidate for 'alsa-oss'. No update candidate for 'alsa-plugins'. Resolving package dependencies... Nothing to do. Code:
# zypper se --details -r multimedia Loading repository data... Reading installed packages... S | Name | Type | Version | Arch | Repository --+------------------+------------+---------------+--------+----------- | Last.fm | package | 1.3.2.13-1.44 | i586 | multimedia | Last.fm | srcpackage | 1.3.2.13-1.44 | noarch | multimedia | aldrin | package | 0.11-2.18 | noarch | multimedia | aldrin | srcpackage | 0.11-2.18 | noarch | multimedia | cuetools | package | 1.3.1-1.4 | i586 | multimedia | cuetools | srcpackage | 1.3.1-1.4 | noarch | multimedia | jost | package | 0.4.6-1.23 | i586 | multimedia | jost | srcpackage | 0.4.6-1.23 | noarch | multimedia i | librasqal-devel | package | 0.9.16-29.1 | i586 | multimedia i | librasqal1 | package | 0.9.16-29.1 | i586 | multimedia i | libredland-devel | package | 1.0.8-4.3 | i586 | multimedia i | libredland0 | package | 1.0.8-4.3 | i586 | multimedia i | libwavpack1 | package | 4.50.1-2.4 | i586 | multimedia | libzzub | srcpackage | 0.2.3-5.21 | noarch | multimedia | libzzub-devel | package | 0.2.3-5.21 | i586 | multimedia | libzzub-plugins | package | 0.2.3-5.21 | i586 | multimedia | libzzub0 | package | 0.2.3-5.21 | i586 | multimedia | rasqal | package | 0.9.16-29.1 | i586 | multimedia | rasqal | srcpackage | 0.9.16-29.1 | noarch | multimedia i | redland | package | 1.0.8-4.3 | i586 | multimedia | redland | srcpackage | 1.0.8-4.3 | noarch | multimedia | schism | package | 0.4.99.2-2.14 | i586 | multimedia | schism | srcpackage | 0.4.99.2-2.14 | noarch | multimedia | tuxguitar | package | 1.1-4.12 | i586 | multimedia | tuxguitar | srcpackage | 1.1-4.12 | noarch | multimedia | wavpack | package | 4.50.1-2.4 | i586 | multimedia | wavpack | srcpackage | 4.50.1-2.4 | noarch | multimedia | wavpack-devel | package | 4.50.1-2.4 | i586 | multimedia Code:
# zypper update -r multimedia alsa-utils alsa-tools alsa-firmware alsa-oss alsa-plugins Loading repository data... Reading installed packages... No update candidate for 'alsa-utils'. No update candidate for 'alsa-tools'. No update candidate for 'alsa-firmware'. No update candidate for 'alsa-oss'. No update candidate for 'alsa-plugins'. Resolving package dependencies... Nothing to do. Code:
# rpm -qa | egrep '(alsa|libasound|pulse|gstream)' alsa-utils-1.0.18-6.4 alsa-firmware-1.0.17-1.42 libasound2-1.0.18-8.7 alsa-tools-1.0.18-1.13 alsa-driver-kmp-trace-1.0.20.20090711_2.6.27.23_0.1-1.1 alsa-plugins-1.0.18-6.12 java-1_6_0-sun-alsa-1.6.0.u14-0.2.1 libpulse0-0.9.14-2.2.1 alsa-driver-kmp-default-1.0.20.20090711_2.6.27.23_0.1-1.1 alsa-1.0.18-8.7 alsa-driver-kmp-pae-1.0.20.20090711_2.6.27.23_0.1-1.1 alsa-oss-1.0.17-1.37
__________________
Netbook: Ubuntu 9.04 | Eeepc 1000 | 2GB RAM | Atom N280 1.66GHz | ASUS-JM S81 SSD Laptop: openSUSE 11.1 | Inspiron 9300 | 2GB RAM | Pentium M 2.00GHz | (KDE4.2.4) | Nvidia GeForce Go 6800 | Fujitsu MHV2100A Cloud: EC2 | Ubuntu 8.04 | Chef |
|
||||
|
Quote:
Quote:
Also, don't forget to run the "zypper rr multimedia" to remove the repository after installation of any rpms from such a repos. If you do not do that you are NOT correctly following the guide you quote, although clearly the guide does NOT say to install such rpms. Quote:
So apologies, but if you are on KDE-4.2, then someone else will need to help you. BUT before I leave this thread (which I will do after this post) I note this: Quote:
I don't think you will like all of my suggestions ... so please don't take them personal, .... its just my very very conservative view of what I follow that has kept my Linux distributions functioning well for years My suggestions are:
Again, Good Luck, and I'll now bow out of this KDE-4.2 thread. |
|
|||
|
Hey guys,i am new to linux.I was having the same problem with my sound(no sound after update,opensuse 11.1).
But one thing worked.I went to Yast>Software>Software Management and typed alsa.What ever showed to be installed i marked them for an update.I put in the DvD,i was connected to the net too.Then i accepted. Now sound works fine. Best of luck. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|