Welcome to the Linux Foundation Forum!
Ubuntu 10.10 RC no sound on Macbook pro 13.3"
changsijay
Posts: 5
in Ubuntu
Hi, I recently bought a macbook pro 13.3 inch.
and I installed ubuntu 10.10 RC on it.
By following wiki guide:
https://help.ubuntu.com/community/MacBookPro7-1/Lucid
Almost works fine.
But despite add "options snd-hda-intel model=mbp55" or not, there is no sound
I've checked alsa-mixer that "PCM" and "MASTER" are not mute.
Does someone has the same problem? or any suggestion?
P.S:
there is an unfinished wiki for maverick on macbook, but I cant not wait ![]()
https://help.ubuntu.com/community/MacBookPro7-1/Maverick
0
Comments
-
Can you run "sudo lspci -kQ" and copy the portion referring to the Audio Controller here? Your issue may be be a case of an alternate audio controller being used and this will tell us exactly what is in your system.0
-
Hi, Below is HDA part of `lspci --nnv`00:08.0 Audio device [0403]: nVidia Corporation MCP89 High Definition Audio [10de:0d94] (rev a2)
Subsystem: nVidia Corporation Device [10de:cb89]
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
Memory at d3480000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
and below are `lspci --nn`00:00.0 Host bridge [0600]: nVidia Corporation MCP89 HOST Bridge [10de:0d60] (rev a1)
00:00.1 RAM memory [0500]: nVidia Corporation MCP89 Memory Controller [10de:0d68] (rev a1)
00:01.0 RAM memory [0500]: nVidia Corporation Device [10de:0d6d] (rev a1)
00:01.1 RAM memory [0500]: nVidia Corporation Device [10de:0d6e] (rev a1)
00:01.2 RAM memory [0500]: nVidia Corporation Device [10de:0d6f] (rev a1)
00:01.3 RAM memory [0500]: nVidia Corporation Device [10de:0d70] (rev a1)
00:02.0 RAM memory [0500]: nVidia Corporation Device [10de:0d71] (rev a1)
00:02.1 RAM memory [0500]: nVidia Corporation Device [10de:0d72] (rev a1)
00:03.0 ISA bridge [0601]: nVidia Corporation MCP89 LPC Bridge [10de:0d80] (rev a2)
00:03.1 RAM memory [0500]: nVidia Corporation MCP89 Memory Controller [10de:0d7b] (rev a1)
00:03.2 SMBus [0c05]: nVidia Corporation MCP89 SMBus [10de:0d79] (rev a1)
00:03.3 RAM memory [0500]: nVidia Corporation MCP89 Memory Controller [10de:0d69] (rev a1)
00:03.4 Co-processor [0b40]: nVidia Corporation MCP89 Co-Processor [10de:0d7a] (rev a1)
00:04.0 USB Controller [0c03]: nVidia Corporation MCP89 OHCI USB 1.1 Controller [10de:0d9c] (rev a1)
00:04.1 USB Controller [0c03]: nVidia Corporation MCP89 EHCI USB 2.0 Controller [10de:0d9d] (rev a2)
00:06.0 USB Controller [0c03]: nVidia Corporation MCP89 OHCI USB 1.1 Controller [10de:0d9c] (rev a1)
00:06.1 USB Controller [0c03]: nVidia Corporation MCP89 EHCI USB 2.0 Controller [10de:0d9d] (rev a2)
00:08.0 Audio device [0403]: nVidia Corporation MCP89 High Definition Audio [10de:0d94] (rev a2)
00:0a.0 IDE interface [0101]: nVidia Corporation MCP89 SATA Controller [10de:0d85] (rev a2)
00:0b.0 RAM memory [0500]: nVidia Corporation Device [10de:0d75] (rev a1)
00:0e.0 PCI bridge [0604]: nVidia Corporation Device [10de:0d9a] (rev a1)
00:15.0 PCI bridge [0604]: nVidia Corporation Device [10de:0d9b] (rev a1)
00:16.0 PCI bridge [0604]: nVidia Corporation Device [10de:0d9b] (rev a1)
00:17.0 PCI bridge [0604]: nVidia Corporation MCP89 PCI Express Bridge [10de:0d76] (rev a1)
01:00.0 FireWire (IEEE 1394) [0c00]: Agere Systems FW643 PCI Express1394b Controller (PHY/Link) [11c1:5901] (rev 08)
02:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
03:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5764M Gigabit Ethernet PCIe [14e4:1684] (rev 10)
04:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:08a0] (rev a2)
and `lsmod | grep ^snd`snd_hda_codec_nvhdmi 12879 3
snd_hda_codec_cirrus 9976 1
snd_hda_intel 22203 2
snd_hda_codec 87552 3 snd_hda_codec_nvhdmi,snd_hda_codec_cirrus,snd_hda_intel
snd_hwdep 5040 1 snd_hda_codec
snd_pcm 71571 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 4588 0
snd_rawmidi 17783 1 snd_seq_midi
snd_seq_midi_event 6047 1 snd_seq_midi
snd_seq 47174 2 snd_seq_midi,snd_seq_midi_event
snd_timer 19067 2 snd_pcm,snd_seq
snd_seq_device 5744 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 49006 13 snd_hda_codec_cirrus,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc 7216 2 snd_hda_intel,snd_pcm
And dmesg attached.0 -
add dmesg.log and
HDA part of `lspci -kQ` are as below
[file name=dmesg.txt size=56696]http://www.linux.com/media/kunena/attachments/legacy/files/dmesg.txt[/file]00:08.0 Audio device: nVidia Corporation MCP89 High Definition Audio (rev a2)
Subsystem: nVidia Corporation Device cb89
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel0 -
Thank you for all of the information.
I have reviewed the list of available models at http://www.kernel.org/doc/Documentation/sound/alsa/HD-Audio-Models.txt and the mpb55 appears to be the only model for macbooks. Have you attempted to change the model to auto to see if it will autodetect and use the best drivers?0 -
use model=auto I got the same situation.
but I found a patch for deviceid=cb89
http://www.spinics.net/lists/alsa-devel/msg38369.html
and I'll patch kernel to try it again.
P.S:
There is a same bug report here:
https://bugs.launchpad.net/bugs/647389
but he said he solved the issue by followed:
https://help.ubuntu.com/community/MacBookPro7-1/Lucid#Sound
this does not work for me although.0 -
Still no sound, after patching kernel.
0 -
I was really hoping that the patch would work for you, but it does appear that the alsa libraries still do not have the required instructions to handle your sound card. The best recommendation I can give is to follow up on the bug report so the ubuntu developers (who know more about the core systems than I do) can network to get the issue resolved for you and future users.0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.7K Training Courses & Learning Paths
- 13 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 35 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 773 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 32 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 472 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 103 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1.1K Programming and Development
- 311 Kernel Development
- 723 Software Development
- 1K Software
- 418 Applications
- 183 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)