Mailinglist Archive: opensuse-bugs (13468 mails)

< Previous Next >
[Bug 289572] No sound Driver for Toshiba M100 PSMAAA
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 15 Oct 2007 06:45:55 -0600 (MDT)
  • Message-id: <20071015124555.0A722CC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=289572#c3


Hemant Vankar <raghemant@xxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC|
|raghemant@xxxxxxxxx




--- Comment #3 from Hemant Vankar <raghemant@xxxxxxxxx> 2007-10-15 06:45:54
MST ---
Hi Takashi, thanks for our reply and sorry for the delay for my reply.

I found the solution and finally got sound on my laptop. Here it is

I found the soultion at this link http://zder.net/

I first downloaded the patch from
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3036

You have to log in first for downloading this patch.

Scroll down about half way to the Attached Files section, and download the
patch_sigmatel.c.patch-1.0.15rc1-simple file.

Then, download the alsa drivers from http://www.alsa-project.org/

That is ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15rc3.tar.bz2
ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.15rc3.tar.bz2
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.15rc1.tar.bz2

Now I followed these steps

Open a terminal, such as Konsole, type in “su” to log in as root. I
downloaded the files to my desktop, but we need to move to another directory:

mv Desktop/alsa-* /usr/local/src
mv Desktop/patch_sigmatel.c.patch-1.0.15rc1-simple /usr/local/src
cd /usr/local/src/

Now we need to extract the files:

tar xjvf alsa-driver-1.0.15rc3.tar.bz2
tar xjvf alsa-lib-1.0.15rc3.tar.bz2
tar xjvf alsa-utils-1.0.15rc1.tar.bz2

Now we need to run this patch:

patch alsa-driver-1.0.15rc3/alsa-kernel/pci/hda/patch_sigmatel.c <
patch_sigmatel.c.patch-1.0.15rc1-simple

Time to install:

cd alsa-lib-1.0.15rc3
/configure && make && make install
cd ../alsa-utils-1.0.15rc1
/configure && make && make install
cd ../alsa-driver-1.0.15rc3
/configure && make && make install

Now reboot it should all be good. Note: I’ve seen comments where all channels
are muted by default, ensure you check that first if you have issues.
Hopefully I can post again in the near future with some resolution to the blue
function keys that control volume, brightness, etc.


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
< Previous Next >