LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-01-2007, 08:20 AM   #1
aristotelis
LQ Newbie
 
Registered: Jan 2007
Posts: 8

Rep: Reputation: 0
no sound on amilo xi 1546 fedora 7


hi
i have a laptop fujitsu siemens amilo xi 1546 and i installed fedora 7.. It detects my sound card but unfortunately i cant hear anything...
the specs for my laptop's soundcard are: azalia codec (7.1 via SPDIF).
WIth the help of 'hwbrowser' i can see that fedora recognized the card as:
Intel Corporation 82801G (ICH7 Family) High Definition AUdio Controller
and the driver: snd-hda-intel
anyone knows how to fix this?
thanks

Last edited by aristotelis; 09-01-2007 at 09:21 AM.
 
Old 09-02-2007, 10:41 AM   #2
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
Unfortunately, this isn't enough detail to work with. The HD Audio system is fairly complex, in that it is essentially a serial bus for other devices (sound & modems usually). Here's a script that will generate the necessary debugging information to help fix your system. My guess is that you just need a newer driver version, but run this and post the resulting link.

Tobin
 
Old 09-15-2007, 09:35 AM   #3
aristotelis
LQ Newbie
 
Registered: Jan 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by GrueMaster View Post
Unfortunately, this isn't enough detail to work with. The HD Audio system is fairly complex, in that it is essentially a serial bus for other devices (sound & modems usually). Here's a script that will generate the necessary debugging information to help fix your system. My guess is that you just need a newer driver version, but run this and post the resulting link.

Tobin
thanks for replying but the link is not working ... is there any other valid link for this script?
 
Old 09-15-2007, 11:05 AM   #4
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
Quote:
thanks for replying but the link is not working ... is there any other valid link for this script?
I just talked to the script owner, and he's rebuilding the server. Give it a couple of days, and it should be back online.
 
Old 09-15-2007, 03:30 PM   #5
aristotelis
LQ Newbie
 
Registered: Jan 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by GrueMaster View Post
I just talked to the script owner, and he's rebuilding the server. Give it a couple of days, and it should be back online.
nice one... thanks a lot
i ll be posting the results as soon as i try the script
 
Old 09-15-2007, 04:40 PM   #6
aristotelis
LQ Newbie
 
Registered: Jan 2007
Posts: 8

Original Poster
Rep: Reputation: 0
http://pastebin.ca/698924

here is the link mate http://pastebin.ca/698924
 
Old 09-16-2007, 01:12 AM   #7
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
See, the info you provided did help. I'm looking at the source, and I found that your system is supported in the version of alsa you are running. For some reason, your system is loading the sound driver with "model=3stack". This can be found in /etc/modprobe.d/options or /etc/modprobe.d/alsa (or some other file in this vicinity). Find the line that has "option snd-hda-intel model=3stack" and remove that line (or comment it out with a "#"). Your sound should work after fixing this and rebooting.

Tobin
 
Old 09-16-2007, 09:44 AM   #8
aristotelis
LQ Newbie
 
Registered: Jan 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by GrueMaster View Post
See, the info you provided did help. I'm looking at the source, and I found that your system is supported in the version of alsa you are running. For some reason, your system is loading the sound driver with "model=3stack". This can be found in /etc/modprobe.d/options or /etc/modprobe.d/alsa (or some other file in this vicinity). Find the line that has "option snd-hda-intel model=3stack" and remove that line (or comment it out with a "#"). Your sound should work after fixing this and rebooting.

Tobin
the reason for this is because i tried a 'how to' from this site http://blog.justinconover.com/ with the hope that i will get the sound card to work... but it didn't..note i had a small problem with the installation...
so if i got this right, by commenting the line you told me, takes me back where i was...
 
Old 09-16-2007, 11:15 AM   #9
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
That is for a different system. Probably a different sound chip. There are currently ~60 different sound chips supported by snd-hda-intel.

If it doesn't work, try loading a newer version of alsa (1.0.15rc2). You'll need to before I can help further anyways, as that's the closest to the tip that I'm working with.
 
Old 09-18-2007, 12:17 PM   #10
aristotelis
LQ Newbie
 
Registered: Jan 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by GrueMaster View Post
That is for a different system. Probably a different sound chip. There are currently ~60 different sound chips supported by snd-hda-intel.

If it doesn't work, try loading a newer version of alsa (1.0.15rc2). You'll need to before I can help further anyways, as that's the closest to the tip that I'm working with.
i undestand ...thanks for the help... is there any way so i can remove everything i ve done so far (uninstall drivers, delete specific folders) and start from the beginning? cause with all these different how to's that i tried, i might have mixed everything up..
 
Old 09-19-2007, 02:25 AM   #11
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
Just try installing alsa-driver-1.0.15rc2 and we can go from there. I looked at the code, and this version will support your system. The drivers will overwrite the existing drivers in your system, so you don't need to worry about deleting anything. Some settings may need to be undone, but start with the drivers and go from there.

If you really want to undo everything, reinstall your distribution. If you created a separate partition for your /home directory, you won't lose much.
 
Old 09-23-2007, 08:58 AM   #12
aristotelis
LQ Newbie
 
Registered: Jan 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by GrueMaster View Post
Just try installing alsa-driver-1.0.15rc2 and we can go from there. I looked at the code, and this version will support your system. The drivers will overwrite the existing drivers in your system, so you don't need to worry about deleting anything. Some settings may need to be undone, but start with the drivers and go from there.

If you really want to undo everything, reinstall your distribution. If you created a separate partition for your /home directory, you won't lose much.
i 've search the internet today and i found threats from people saying that it worked for them too... emm i downloaded the package from alsa-project.org and open INSTALL file to read the instructions and i stuck on step 7 (where it says to edit my kernel module config)... i am not sure what to do here...
thanks

Last edited by aristotelis; 09-23-2007 at 09:18 AM.
 
Old 09-23-2007, 10:57 AM   #13
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
If you have successfully reached step 5, reboot and see if you get sound working. No real need to go further in the instructions.
 
Old 09-25-2007, 06:23 AM   #14
aristotelis
LQ Newbie
 
Registered: Jan 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by GrueMaster View Post
If you have successfully reached step 5, reboot and see if you get sound working. No real need to go further in the instructions.
hi
fresh install of fedora7 here... I updated all my packages first, then download the alsa development driver 1.0.15rc2 and installed with help of the INSTALL file (untill step 5) and not by doing this steps
http://www.alsa-project.org/main/ind...dule-hda-intel.
I still have no sound on my laptop.. As this might help, i run the script you told me to run last time, so here is the new link: http://pastebin.ca/710248
thanks
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fujitsu Siemens Amilo D8830 and Fedora Core 4... -=TRA=- Linux - Laptop and Netbook 0 01-13-2006 01:58 PM
Amilo Pro V 2040 and Fedora core 4 hi_all Linux - Laptop and Netbook 1 12-06-2005 01:38 PM
Fujitsu Siemens Amilo 1645 - Sound Probs jjmcgee Linux - Laptop and Netbook 4 11-03-2005 04:57 AM
fedora core 2 doesn*t start on AMILO kalyanvgopal Linux - Laptop and Netbook 4 09-09-2004 11:36 PM
Fedora 2 on Amilo D1840? pevelius Linux - Laptop and Netbook 1 06-07-2004 03:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration