![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
|
|
#1 |
|
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?
|
|
|
|
|
|
#2 | |
|
Way Too Much Ubuntu
![]() Join Date: Aug 2007
Location: Isle de Muerta
Beans: 209
Ubuntu 7.10 Gutsy Gibbon
|
Re: Sigmatel Audio Card Driver
Quote:
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 |
|
|
|
|
|
|
#3 | |
|
Quad Shot of Ubuntu
![]() 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:
peace
__________________
Ubuntu user since 5.10 "Breezy Badger" Making a backup copy is only as important as your data. |
|
|
|
|
|
|
#4 |
|
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 |
|
|
|
|
|
#5 | |
|
Quad Shot of Ubuntu
![]() Join Date: Feb 2007
Location: Ohio, USA
Beans: 507
Ubuntu 9.10 Karmic Koala
|
Re: Sigmatel Audio Card Driver
Quote:
1. in a terminal type Code:
sudo aptitude remove alsa-base alsa-utils 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 Code:
cd ~ sudo cp patch_sigmatel.c.patch-1.0.15rc1-simple /usr/local/src/alsa/patch_sigmatel.c.patch-1.0.15rc1-simple 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. 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 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. |
|
|
|
|
|
|
#6 |
|
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 |
|
|
|
|
|
#7 |
|
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 |
|
|
|
|
|
#8 |
|
Quad Shot of Ubuntu
![]() 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. |
|
|
|
|
|
#9 | |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 5
|
Re: Sigmatel Audio Card Driver
I'm getting stuck on this too
Quote:
__________________
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.. |
|
|
|
|
|
|
#10 |
|
Quad Shot of Ubuntu
![]() 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.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|