Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
I'm new to Linux and have not been able to get my sound to work. I have a 5-year old Gateway 4520GZ laptop and have installed Ubuntu 9.04. I have Googled for similar sound issues, and found a link with helpful information at help.ubuntu.com/community/SoundTroubleshooting. I have worked through the steps, but have been unable to find a solution. There were a couple of points in the document where my troubleshooting found problems, but I could not determine a solution. Stepping through the document, I did the following:
The results of "aplay -l" are:
**** List of PLAYBACK Hardware Devices ****
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 0: Intel ICH [Intel 82801DB-ICH4]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 4: Intel ICH - IEC958 [Intel 82801DB-ICH4 - IEC958]
Subdevices: 1/1
Subdevice #0: subdevice #0
When I run "sudo aptitude install linux-ubuntu--modules-`uname -r` linux-generic", it looks like it does not install anything, because I get this message:
Couldn't find any package whose name or description matched "linux-ubuntu--modules-2.6.28-11-generic"
The result of "lspci -v" says that my Kernel module is snd-intel8xo.
My ALSA information is downloaded to www dot alsa-project.org/db/?f=56...77816f3616b973 (by forum rules, I'm not allowed to post actual URLs yet).
When I look for Codec information, I do not see anything that looks like what is in the SoundTroubleshooting document. I see a section called "AC97 Codec Information" , but there is no line titled "Codec:"
At this point, I'm not sure where to proceed. I could use some guidance from someone more experienced than me.
I did find a paragraph near the end of the SoundTroubleshooting document from webbca01 that sounds promising. It references adding options to alsa-base.conf for the snd-intel8xo.
I tried his solution and added this: "options snd-intel8x0 ac97_quirk=3", but it did not do anything.
these are list of available packages to be installed, but I don't see what you need, for ex the first and third packages are for wireless cards, why do u need the that package "linux-ubuntu-modules"???
may be you need the kernel headers
Code:
sudo apt-get install linux-headers-`uname -r `
waiting for your reply
__________________
Dual Booting Ubuntu 10.04, Windows 7
I was attempting to load the package "linux-ubuntu-modules" while following the SoundTroubleshooting guide. One of the first steps was to run this command:
Couldn't find any package whose name or description matched "linux-ubuntu-modules-2.6.28-11-generic"
I thought that perhaps that meant that it failed to find and load a package I may need to run sound.
Anyway, here is the result of the command you suggested:
Quote:
mark@mark-Linux-laptop:~$ sudo apt-get install linux-headers-`uname -r `
[sudo] password for mark:
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-2.6.28-11-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
mark@mark-Linux-laptop:~$
Open a terminal window, and type "find /lib/modules/`uname -r` | grep snd". You should see a whole list of items come up. If you don't, it means that the upgrade process missed installing the kernel modules for sound. To fix this, type this at the command line:
I'm not sure what is included in "linux-generic", so I don't know if /lib/modules/2.6.28-11-generic/ has what it is supposed to have. Because I am new to linux and unfamiliar with the setup, I am somewhat blindly following the SoundTroubleshooting document, hoping to learn what I'm doing along the way.
This is the contents of /lib/modules/2.6.28-11-generic/
I appreciate that you took the time to respond to my request for help. I was finally able to determine a solution. It was a combination of things I gleaned from multiple sources. The Ubuntu SoundTroubleShooting document clued me into the fact that ac97_quirk options exist for the snd-intel8x0 driver.
This link on the alsa-project.org site gave me some code to add to my alsa-base.conf file. I can't post the actual URL, but replace the "dot" below with "." to get it.
It instructed to add the following code to /etc/modules.conf. Unfortunately, the modules.conf file does not exist in my installation of Ubuntu 9.04. I was able to find that it should now go into /etc/modprobe.d/alsa-base.conf. Following the document, I replaced the existing code with this:
Code:
# ALSA portion
alias snd-card-0 snd-hda-intel
alias snd-card-1 snd-cmipci
options snd-cmipci id="first" mpu_port=0x330
But this did not solve my problem. I had to add the proper ac97_quirk option for my snd-intel8x0 driver. There were multiple ac97_quirk options, so I had to painstakingly try each one, rebooting after each to ensure the options got loaded.
A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)
Getting Started with Ubuntu 10.04 (Lucid Lynx) is a comprehensive beginners guide for the Ubuntu operating system; it features comprehensive guides, How Tos and information on anything you need to know after first installing Ubuntu. subscribe
The Incredible Guide to NEW Ubuntu (Karmic Koala)
There are a lot of people still stuck with Windows because it's the ‘easier alternative'. Linux is both cheaper and more versatile than Microsoft's operating system, but the learning curve has frightened off many people. subscribe
The GNU/Linux Advanced Administration
The GNU/Linux systems have reached an important level of maturity, allowing to integrate them in almost any kind of work environment, from a desktop PC to the sever facilities of a big company. subscribe
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it. subscribe