My Laptop (Toshiba m305d s4830 - phoenix bios) requires me to load the kernel with the option acpi=off. Unless I choose this option linux does not start. However, the laptop does not power off. On doing shutdown -h now the system halts but the laptop remains energized, and I need to press the power button to blank the screen and de-energize it.
Also, I did not succeed on installing the modem and to make the internal mic to work.
Even though I did not succeed registering to the forum (mentioned by Malcolm on an earlier post) to get the file. I did succeed sorting out this issue.
Malcolm was very helpful and sent me the file. After receiving the file, all that was necessary was to install the linux sources and run the following 2 commands:
cd /usr/src/linux/Documentation/acpi
# sh initramfs-add-dsdt.sh /boot/initrd-2.6.27.19-3.2-default /home/helio/DSDT.aml
Now I will follow on trying to sort ou internal microphone and modem.
Internal Microphones can be very difficult to get functioning under Linux.
Often, the problem with using a Mic under Linux is the mixer settings.
Try to record with a simple terminal record application as a test. I typically use:
arecord -d 10 myrecording.wavand then I play back “myrecording.wav” with a nominal player. The “-d 10” specifies a 10 second recording.
If that does not work, we will need more information in order to do a quality check on your mixer configuration, you audio/hardware setup configuration, and your installed audio related applications.
In the case of openSUSE-11.1, you can provide more information, with your PC connected to the internet, by opening a gnome-terminal or a kde konsole and typing with root permissions twice:/usr/sbin/alsa-info.shthe first time it will update the diagnostic script, and the second time that will run the diagnostic script and post the output to a web site on the Internet. It will give you the URL of the web site. Please post that URL here. Just the URL.
Also, please to provide additional information, copy and paste the following commands one line at a time into a gnome-terminal or a konsole and post here the output: rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
uname -a
cat /etc/modprobe.d/sound
The information from the above, provides a snapshot overview of your PC’s configuration, and maybe by examining that, it might be possible to come up with some items that could be checked (or updated).
It is far easier to do this, if one has working internet first. I am assuming you have functional internet.
Ok, thanks for that.
I see your PC has a hardware codec Conexant CX20561 (Hermosa) … I believe that may be the same as the 5051 in the HD-Audio-Configuration.txt file, where the model options are either “hp” or “laptop”.
OK, there is a problem here, high-lighted in red. If you are going to update alsa, you can not just pick and choose any alsa app. They need to function with each other, and hence you need to update them all at once.
You also have way more alsa apps that you need for basic sound. I do not understand why you have so many installed.
I recommend you install the git versions of alsa, alsa-oss-32bit, alsa-plugins-pulse, alsa-plugins-jack, … etc … You can do that with your pc connected to the internet, by typing in a konsole or terminal “su” (no quotes - enter root password when prompted) and then copy and paste the following six zypper commands with your PC connected to the internet, executing them in the same sequence one after the other:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.1/ multimedia
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1_Update/ multimedia
zypper install alsa-driver-kmp-default
zypper rr multimedia
Then restart your PC, and test your sound.
You may also need to try the model option “hp” instead of “laptop”. And you may need to try no model option line at all. Note the alsa sound driver needs to be restarted each time you change the model option.
I was reading about the modem. I would need to install an alsadriver from the conexant site. Do you think that the internal mic might not be working due to the fact that I haven’t yet succeeded installing the modem?
For: Component - sound Hardware Platform - either i686 or x86-64 Operating System - openSUSE-11.1 Product version - final Summary - Toshiba M305D S4830 onexant CX20561 (Hermosa) mic does not function Details - describe your problem. You could reference this thread, but my experience is the developers REFUSE to read forum threads, so you will need to restate as many details as you can, as succinctly as possible. I recommend you post the script URL (or better yet, upload it as a text file) and also provide the output of the commands:
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
uname -a
cat /etc/modprobe.d/sound
Ensure you make it clear if you are referring to external mic, internal, or both.
ie all the stuff I ask for.
Reproduceablity - happens every time Steps to reproduce - leave it blank. It just doesn’t work! Actual Results - mic doesn’t work Expected Results - mic records voice
…
add your script output attachment (as a text file) and that should get your started.
Then be certain to check on the bug report regularly.