Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old November 16th, 2007   #1
vesse
First Cup of Ubuntu
 
Join Date: Nov 2007
Beans: 3
Sigmatel Audio Card Driver

Does anyone know where I can find the driver for the STAC 92XX C-Major HD Audio card? I can't find it anywhere. Also, the whole reason I'm switching to Linux is because I'm sick of all the problems I have with windows. Every time I get a computer with windows it seems to eventually crash. My question is, since my laptop just died (I had to reinstall everything with Windows unfortunately), will my NVIDIA 7900 work with Linux? I'll explain. Right now, when I install the XP Driver for the card, I'll restart the computer after installing it, it'll work for a while, and then the screen will go back and when I turn it off and on again the driver isn't installed anymore. Is this a problem with the card, my computer, windows? And will I have this problem with linux?
vesse is offline   Reply With Quote
Old November 18th, 2007   #2
tyggna1
Way Too Much Ubuntu
 
tyggna1's Avatar
 
Join Date: Aug 2007
Location: Isle de Muerta
Beans: 209
Ubuntu 7.10 Gutsy Gibbon
Re: Sigmatel Audio Card Driver

Quote:
Originally Posted by vesse View Post
Does anyone know where I can find the driver for the STAC 92XX C-Major HD Audio card? I can't find it anywhere. Also, the whole reason I'm switching to Linux is because I'm sick of all the problems I have with windows. Every time I get a computer with windows it seems to eventually crash. My question is, since my laptop just died (I had to reinstall everything with Windows unfortunately), will my NVIDIA 7900 work with Linux? I'll explain. Right now, when I install the XP Driver for the card, I'll restart the computer after installing it, it'll work for a while, and then the screen will go back and when I turn it off and on again the driver isn't installed anymore. Is this a problem with the card, my computer, windows? And will I have this problem with linux?
You won't have that problem in Linux unless you edit the driver options or change something manually (xorg.conf). The driver isn't modular--so it is only loaded on boot-up and then stays in RAM the whole time the computer is running (unlike in windows where it keeps bouncing it on and off the hard drive). If there is a problem--it'll just freeze before it boots up.


As for the Sigmatel drivers--try support.dell.com, I know they post the windows drivers for it there, and that they have computers that can do surround sound. If you can't find it, then the ALSA drivers that come with Linux should do the trick (provided you only have one sound card, and you install the right version of Ubuntu).
__________________
desktops optiplex GX270, 512MB RAM and my server.
Thinkpad x22 1.3Ghz P3, gen1 ATI mobility radeon 8MB, 640MB RAM, Mandriva 08 (runs compiz perfectly!).
Dell I5150 2.3Ghz P4, Nvidia geforceGo5200, 256MB RAM, Gutsy Gibbon and Windows XP home
tyggna1 is offline   Reply With Quote
Old November 18th, 2007   #3
MyR
Quad Shot of Ubuntu
 
MyR's Avatar
 
Join Date: Feb 2007
Location: Ohio, USA
Beans: 507
Ubuntu 9.10 Karmic Koala
Re: Sigmatel Audio Card Driver

it looks like someone here found a solution:
https://bugs.launchpad.net/ubuntu/+s...20/+bug/134351
Quote:
I finally got my sound working after a month of searching various posts!

I have the NVidia MCP51 High Definition Audio with the Sigmatel STAC 9200 chip on it. It came with my Gateway MT3421 laptop.

I had given up on sound because everyone on forums had given up, but there's a patch for fixing this sound card on the alsa-bugs site!

Just go here and look for the post with the patch and follow the instructions:
http://forums.fedoraforum.org/showthread.php?p=868053

A couple things:
1...you don't have to remove all alsa packages like he said in step 1. All I did was remove alsa-lib and alsa-utils.
2...the patch file is at the bottom of the post as an attachment.

I hope this works for some of you!

Mike
good luck!
peace
__________________
Ubuntu user since 5.10 "Breezy Badger"
Making a backup copy is only as important as your data.
MyR is offline   Reply With Quote
Old November 19th, 2007   #4
Paradoxfox93
Just Give Me the Beans!
 
Join Date: Nov 2007
Location: Stix, IN
Beans: 74
Ubuntu 9.04 Jaunty Jackalope
Re: Sigmatel Audio Card Driver

I need the same solution on my mt3422...unfortunately I don't undMT3421ererstand the dfference between fedora code and ubuntu or hwo to do that stuff in ubuntu anyway. Not like I understand how to do much in Ubuntu besides follow directions LOL! Fortunately I have no sensitive data I'm protecting, so can jack around to my heart's (Or Boredom's) delight and just reinstall.
__________________
Recertified: Gateway MT3422 AMD Mobile Athlon 64 X2 TK-53(1.70GHz) 14.1" Wide XGA 1GB 160GB DVD Super Multi NVIDIA GeForce Go 6100 NoteBook
http://www.newegg.com/Product/Produc...82E16834101093
Was on Feisty-32bit / Now on Hardy 32bit
Paradoxfox93 is offline   Reply With Quote
Old November 19th, 2007   #5
MyR
Quad Shot of Ubuntu
 
MyR's Avatar
 
Join Date: Feb 2007
Location: Ohio, USA
Beans: 507
Ubuntu 9.10 Karmic Koala
Re: Sigmatel Audio Card Driver

Quote:
Originally Posted by Paradoxfox93 View Post
...unfortunately I don't understand the difference between fedora code and ubuntu or how to do that stuff in ubuntu anyway.
let's see if i can give this a shot....

1. in a terminal type
Code:
sudo aptitude remove alsa-base alsa-utils
2. go to www.alsa-project.org and download these files (to your home folder):
alsa-driver-1.0.15rc1.tar.bz2
alsa-lib-1.0.15rc1.tar.bz2
alsa-utils-1.0.15rc1.tar.bz2

..then do
Code:
sudo mkdir /usr/local/src/alsa/
sudo cp alsa-driver-1.0.15rc1.tar.bz2 /usr/local/src/alsa/alsa-driver-1.0.15rc1.tar.bz2
sudo cp alsa-lib-1.0.15rc1.tar.bz2 /usr/local/src/alsa/alsa-lib-1.0.15rc1.tar.bz2
sudo cp alsa-utils-1.0.15rc1.tar.bz2 /usr/local/src/alsa/alsa-utils-1.0.15rc1.tar.bz2
cd /usr/local/src/alsa/
sudo tar -jxfv alsa-driver-1.0.15rc1.tar.bz2
sudo tar -jxfv alsa-lib-1.0.15rc1.tar.bz2
sudo tar -jxfv alsa-utils-1.0.15rc1.tar.bz2
3. go to https://bugtrack.alsa-project.org/al...ew.php?id=3036 and download the file patch_sigmatel.c.patch-1.0.15rc1-simple. Copy the patch to /usr/local/src/alsa using:
Code:
cd ~
sudo cp patch_sigmatel.c.patch-1.0.15rc1-simple /usr/local/src/alsa/patch_sigmatel.c.patch-1.0.15rc1-simple
4. type this :
Code:
cd /usr/local/src/alsa/
patch alsa-driver-1.0.15rc1/alsa-kernel/pci/hda/patch_sigmatel.c < patch_sigmatel.c.patch-1.0.15rc1-simple.
5. do this:
Code:
cd /usr/local/src/alsa/alsa-lib-1.0.15rc1/
./configure && make && make install
cd ../alsa-utils-1.0.15rc1/
./configure && make && make install
cd ../alsa-driver-1.0.15rc1/
./configure && make && make install
If the configure script complains about missing some libraries use synaptic to install them and try again.

6. reboot

7. after rebooting volume may be muted, so use volume controls to enable it

hope this works, good luck!

peace
__________________
Ubuntu user since 5.10 "Breezy Badger"
Making a backup copy is only as important as your data.
MyR is offline   Reply With Quote
Old November 21st, 2007   #6
Paradoxfox93
Just Give Me the Beans!
 
Join Date: Nov 2007
Location: Stix, IN
Beans: 74
Ubuntu 9.04 Jaunty Jackalope
Re: Sigmatel Audio Card Driver

Okay, I get a few errors. When I tried to make the utils. Sudo ./config runs fine but when I sudo make I get:


config.status: WARNING: alsaconf/po/Makefile.in seems to ignore the --datarootdir setting

more config.status and some other stuff that looks normal then:

make[1]: Leaving directory `/usr/local/src/alsa/alsa-utils-1.0.15/alsactl'
Making all in alsaconf
make[1]: Entering directory `/usr/local/src/alsa/alsa-utils-1.0.15/alsaconf'
Making all in po
make[2]: Entering directory `/usr/local/src/alsa/alsa-utils-1.0.15/alsaconf/po'
mv: cannot stat `t-ja.gmo': No such file or directory
make[2]: *** [ja.gmo] Error 1
make[2]: Leaving directory `/usr/local/src/alsa/alsa-utils-1.0.15/alsaconf/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/alsa/alsa-utils-1.0.15/alsaconf'
make: *** [all-recursive] Error 1


it remers to 't-ja.gmo'. There of course, is none in the utils folder. But there IS a 'ja.gmo' Any advice on how to move past this?
__________________
Recertified: Gateway MT3422 AMD Mobile Athlon 64 X2 TK-53(1.70GHz) 14.1" Wide XGA 1GB 160GB DVD Super Multi NVIDIA GeForce Go 6100 NoteBook
http://www.newegg.com/Product/Produc...82E16834101093
Was on Feisty-32bit / Now on Hardy 32bit
Paradoxfox93 is offline   Reply With Quote
Old November 21st, 2007   #7
Paradoxfox93
Just Give Me the Beans!
 
Join Date: Nov 2007
Location: Stix, IN
Beans: 74
Ubuntu 9.04 Jaunty Jackalope
Re: Sigmatel Audio Card Driver

However, with a few modifications to your instructions, I did get the drivers (hence the patch) and the libraries....and....I HAVE SOUND!!!!!!!!!!!!!!! OMFG!!!! I'M SOOOOO ECSTATIC!!!

That...along with a sucessfull wireless connection! The Great Milenko & I are doin' the dance of death!!! The death of my microcrack addiction that is...

Anyway, I will compile a list of instructions to follow that got me the results I have with my MT3422. In the meantime I'm off to brag to the IT I work with that reccomended Ubuntu.

THANKS TO:

MyR - For translating the patch instructions for a noob like me!

Kevdog - For a great guide on how to manually install ndiswrapper.

Every other Gateway, Sigmatel (Sound), and Realtek (wireless), owner out there who pushed for these solutions!
__________________
Recertified: Gateway MT3422 AMD Mobile Athlon 64 X2 TK-53(1.70GHz) 14.1" Wide XGA 1GB 160GB DVD Super Multi NVIDIA GeForce Go 6100 NoteBook
http://www.newegg.com/Product/Produc...82E16834101093
Was on Feisty-32bit / Now on Hardy 32bit
Paradoxfox93 is offline   Reply With Quote
Old November 21st, 2007   #8
MyR
Quad Shot of Ubuntu
 
MyR's Avatar
 
Join Date: Feb 2007
Location: Ohio, USA
Beans: 507
Ubuntu 9.10 Karmic Koala
Re: Sigmatel Audio Card Driver

glad i could help ;]
__________________
Ubuntu user since 5.10 "Breezy Badger"
Making a backup copy is only as important as your data.
MyR is offline   Reply With Quote
Old November 21st, 2007   #9
sirdork
First Cup of Ubuntu
 
Join Date: Oct 2007
Beans: 5
Re: Sigmatel Audio Card Driver

I'm getting stuck on this too

Quote:
make[1]: Leaving directory `/usr/local/src/alsa/alsa-utils-1.0.15rc1/alsactl'
Making all in alsaconf
make[1]: Entering directory `/usr/local/src/alsa/alsa-utils-1.0.15rc1/alsaconf'
Making all in po
make[2]: Entering directory `/usr/local/src/alsa/alsa-utils-1.0.15rc1/alsaconf/po'
mv: cannot stat `t-ja.gmo': No such file or directory
make[2]: *** [ja.gmo] Error 1
make[2]: Leaving directory `/usr/local/src/alsa/alsa-utils-1.0.15rc1/alsaconf/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/alsa/alsa-utils-1.0.15rc1/alsaconf'
make: *** [all-recursive] Error 1
__________________
Gateway M3414
AMD Turion X2 TL-50, 1GB RAM, Nvidia Go 6100, 100GB HDD.

Last edited by sirdork; November 21st, 2007 at 09:38 PM..
sirdork is offline   Reply With Quote
Old November 23rd, 2007   #10
MyR
Quad Shot of Ubuntu
 
MyR's Avatar
 
Join Date: Feb 2007
Location: Ohio, USA
Beans: 507
Ubuntu 9.10 Karmic Koala
Re: Sigmatel Audio Card Driver

i dont have this audio card so i don't think i can be of further help, sorry :/

hopefully Paradoxfox93 will post his/her solution
__________________
Ubuntu user since 5.10 "Breezy Badger"
Making a backup copy is only as important as your data.

Last edited by MyR; November 23rd, 2007 at 12:20 AM..
MyR is offline   Reply With Quote

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

Forum Jump


All times are GMT -4. The time now is 11:25 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry