missing sound

Questions about hardware,drivers and peripherals
Forum rules
Before you post please read this

missing sound

Postby Horatio64 on Thu May 27, 2010 3:58 pm

hey i cant get any sound in my when i boot up mint
keeping u in mind that i am using it with my macbook pro [around 07 edition] and duel booting it with reefit, my graphics card is identified and working, my sound card appears to be identified but no sound coming out from both speakers. there is sound when i'm i OS X, just to let you know.
what do i need to do? are there any codes that i need?
Horatio64
Level 1
Level 1
 
Posts: 2
Joined: Thu May 27, 2010 2:12 pm

Linux Mint is funded by ads and donations.
 

Re: missing sound

Postby bob5 on Sat May 29, 2010 11:02 am

hi

- maybe because your using a mac !! :mrgreen:
Hope it helps!
Guides by me :
how to use wicd as an network manger:
http://ubuntugeek.com/forum/index.php/topic,269.0.html
User avatar
bob5
Level 4
Level 4
 
Posts: 379
Joined: Sun Oct 11, 2009 8:01 am

Re: missing sound

Postby JasonLG on Tue Jun 01, 2010 8:47 pm

Make sure it's not muted in the alsamixer.

Run this in a terminal.
Code: Select all
alsamixer


Look at the output faders to make sure that they aren't muted. Here's what mine looks like on the integrated sound on my laptop.
Code: Select all
┌───────────────────────────── AlsaMixer v1.0.23 ──────────────────────────────┐
│ Card: HDA Intel                                      F1:  Help               │
│ Chip: SigmaTel STAC9228                              F2:  System information │
│ View: F3:[Playback] F4: Capture  F5: All             F6:  Select sound card  │
│ Item: Master [dB gain: 0.00]                         Esc: Exit               │
│                                                                              │
│                                                                              │
│                                                                              │
│     ┌──┐     ┌──┐     ┌──┐     ┌──┐                                          │
│     │▒▒│     │▒▒│     │  │     │▒▒│                                          │
│     │▒▒│     │▒▒│     │  │     │▒▒│                                          │
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          │
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          >
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          │
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          │
│     │▒▒│     │▒▒│     │▒▒│     │▒▒│                                          │
│     ├──┤     ├──┤     ├──┤     └──┘    Mic In    ┌──┐     ┌──┐   Digital     │
│     │OO│     │OO│     │OO│                       │OO│     │OO│               │
│     └──┘     └──┘     └──┘                       └──┘     └──┘               │
│     100    100<>100  81<>81  100<>100                                        │
│  < Master >Headphon Headphon   PCM    Front Mi  S/PDIF  S/PDIF D S/PDIF P    │
│                                                                              │
│                                                                              │
└──────────────────────────────────────────────────────────────────────────────┘

Look at the bottom of the faders you should see OO if you MM select that fader and press M to unmute it.
"I see" said the blind man to the deaf man who stuck his wooden leg out the window to check the weather.
JasonLG
Level 7
Level 7
 
Posts: 1628
Joined: Thu May 20, 2010 9:15 pm
Location: Polk City, Iowa USA

Re: missing sound

Postby mugsonmac on Tue Jun 01, 2010 10:14 pm

I believe this is a problem Mint inherits from Ubuntu - the Mac sound cards are not well supported. On the Ubuntu forums I found a solution that mostly worked. It gave me sound on my iMac, but it was tinny and the consensus over there was that the sub woofer was not being used. I don't know if an iMac has a subwoofer, so maybe it's tweeter only. :)

Here is the note I made about it in Evernote:

This worked for me on several iMacs, Intrepid to Lynx:
1. !cd /etc/modprobe.d
2. !sudo gedit alsa-base.conf
3. At the end, add this line:
options snd-hda-intel model=imac24
4. Comment out (#) any other "options snd-hda-intel" lines.

Make sure that your audio is set to Analog Stereo Output if you are using the built-in iMac speakers

http://ubuntuforums.org/showthread.php?t=1096802&page=5
Entry #43


I've tried this in Terminal in Mint and got an error message on the first line. Can anyonegive me a Mint version of this?
mugsonmac
Level 1
Level 1
 
Posts: 12
Joined: Tue Jun 01, 2010 10:03 pm

Re: missing sound

Postby JasonLG on Tue Jun 01, 2010 10:44 pm

mugsonmac wrote:I believe this is a problem Mint inherits from Ubuntu - the Mac sound cards are not well supported. On the Ubuntu forums I found a solution that mostly worked. It gave me sound on my iMac, but it was tinny and the consensus over there was that the sub woofer was not being used. I don't know if an iMac has a subwoofer, so maybe it's tweeter only. :)

Here is the note I made about it in Evernote:

This worked for me on several iMacs, Intrepid to Lynx:
1. !cd /etc/modprobe.d
2. !sudo gedit alsa-base.conf
3. At the end, add this line:
options snd-hda-intel model=imac24
4. Comment out (#) any other "options snd-hda-intel" lines.

Make sure that your audio is set to Analog Stereo Output if you are using the built-in iMac speakers

http://ubuntuforums.org/showthread.php?t=1096802&page=5
Entry #43


I've tried this in Terminal in Mint and got an error message on the first line. Can anyonegive me a Mint version of this?


Loose the "!"'s.
"I see" said the blind man to the deaf man who stuck his wooden leg out the window to check the weather.
JasonLG
Level 7
Level 7
 
Posts: 1628
Joined: Thu May 20, 2010 9:15 pm
Location: Polk City, Iowa USA

Re: missing sound

Postby mugsonmac on Wed Jun 02, 2010 5:49 pm

That works! Thanks!

It's the same tinny sound I had on Ubuntu, but it's better than nothing by a long shot.
mugsonmac
Level 1
Level 1
 
Posts: 12
Joined: Tue Jun 01, 2010 10:03 pm

Re: missing sound

Postby bob5 on Fri Jun 04, 2010 12:40 pm

hi

-mark solved if fixed !
Hope it helps!
Guides by me :
how to use wicd as an network manger:
http://ubuntugeek.com/forum/index.php/topic,269.0.html
User avatar
bob5
Level 4
Level 4
 
Posts: 379
Joined: Sun Oct 11, 2009 8:01 am

Re: missing sound

Postby sugarwormwood on Thu Mar 01, 2012 11:31 pm

mugsonmac wrote:I believe this is a problem Mint inherits from Ubuntu - the Mac sound cards are not well supported. On the Ubuntu forums I found a solution that mostly worked. It gave me sound on my iMac, but it was tinny and the consensus over there was that the sub woofer was not being used. I don't know if an iMac has a subwoofer, so maybe it's tweeter only. :)

Here is the note I made about it in Evernote:

This worked for me on several iMacs, Intrepid to Lynx:
1. !cd /etc/modprobe.d
2. !sudo gedit alsa-base.conf
3. At the end, add this line:
options snd-hda-intel model=imac24
4. Comment out (#) any other "options snd-hda-intel" lines.

Make sure that your audio is set to Analog Stereo Output if you are using the built-in iMac speakers

http://ubuntuforums.org/showthread.php?t=1096802&page=5
Entry #43


I've tried this in Terminal in Mint and got an error message on the first line. Can anyonegive me a Mint version of this?

So do you input this into the terminal? Also how do you go about doing 3 + 4. Sorry for the really stupid questions but I'm a newb :wink:
sugarwormwood
Level 1
Level 1
 
Posts: 3
Joined: Thu Mar 01, 2012 11:12 pm

Linux Mint is funded by ads and donations.
 

Return to Hardware Support

Who is online

Users browsing this forum: No registered users and 8 guests