You are not logged in.
Pages: 1
I am just install Bunsen and have no sound.
alsactl init give me No soundcards found and in alsamixer I can't select my card.
But if I do lspci -nn |grep -i audio I see
00:06.1 Audio device [0403]: NVIDIA Corporation MCP55 High Definition Audio [10de:0371] (rev a2).
How can I enable sound?
Last edited by vitaly-zdanevich (2015-10-31 16:01:24)
Offline
please post output of
aplay -l
aplay -L
Offline
$ aplay -l
aplay: device_list:268: no soundcards found...
$ aplay -L
default
Playback/recording through the PulseAudio sound server
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
Offline
please post the output of
lspci
is the nvidia your only sound card?
is it a seperate soundcard? i think inever heard of an nvidia soundcard before.
a quick search revealed a few interesting-looking results:
https://bbs.archlinux.org/viewtopic.php?id=130153
http://www.syscalls.com/?p=102
maybe, just maybe, the problem goes away when you install the proprietary nvidia driver...
Offline
$ lspci
00:00.0 RAM memory: NVIDIA Corporation MCP55 Memory Controller (rev a2)
00:01.0 ISA bridge: NVIDIA Corporation MCP55 LPC Bridge (rev a3)
00:01.1 SMBus: NVIDIA Corporation MCP55 SMBus Controller (rev a3)
00:02.0 USB controller: NVIDIA Corporation MCP55 USB Controller (rev a1)
00:04.0 IDE interface: NVIDIA Corporation MCP55 IDE (rev a1)
00:05.0 IDE interface: NVIDIA Corporation MCP55 SATA Controller (rev a3)
00:05.1 IDE interface: NVIDIA Corporation MCP55 SATA Controller (rev a3)
00:05.2 IDE interface: NVIDIA Corporation MCP55 SATA Controller (rev a3)
00:06.0 PCI bridge: NVIDIA Corporation MCP55 PCI bridge (rev a2)
00:06.1 Audio device: NVIDIA Corporation MCP55 High Definition Audio (rev a2)
00:08.0 Bridge: NVIDIA Corporation MCP55 Ethernet (rev a3)
00:09.0 Bridge: NVIDIA Corporation MCP55 Ethernet (rev a3)
00:0a.0 PCI bridge: NVIDIA Corporation MCP55 PCI Express bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
02:00.0 VGA compatible controller: NVIDIA Corporation NV43 [GeForce 6600 GT] (rev a2)
------------------------------------------
MOD edit - added [ code ] tags
Last edited by damo (2015-10-24 21:46:24)
Offline
maybe, just maybe, the problem goes away when you install the proprietary nvidia driver...
^ This.
Offline
ok, HoaS agrees, a good sign.
i just wanted to see the lspci output to make sure there's no other soundcard in there.
vitaly, let us know how it goes with installing the nvidia driver.
Last edited by ohnonot (2015-10-25 07:42:19)
Offline
After following the instructions on the link I see only tty after reboot...
My inattention - first time I not saw then run nvidia-xconfig - now I see the image and at alsamixer when I select my card and close it and start again - I see PulseAudio. Still without sound...
┌──────────────────────── AlsaMixer v1.0.28 ─────────────────────────┐
│ Card: PulseAudio F1: Help │
│ Chip: PulseAudio F2: System information │
│ View: F3:[Playback] F4: Capture F5: All F6: Select sound card │
│ Item: Master Esc: Exit │
│ ┌──┐ │
│ │▒▒│ │
│ │▒▒│ │
│ │▒▒│ │
│ │▒▒│ │
│ │▒▒│ │
│ ├──┤ │
│ │OO│ │
│ └──┘ │
│ 100<>100 │
│ < Master > │
└────────────────────────────────────────────────────────────────────┘
or
┌──────────────────────── AlsaMixer v1.0.28 ─────────────────────────┐
│ Card: HDA NVidia F1: Help │
│ Chip: Analog Devices AD1988B F2: System information │
│ View: F3: Playback F4: Capture F5: All F6: Select sound card │
│ Item: Esc: Exit │
│ This sound device does not have any controls. │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
└────────────────────────────────────────────────────────────────────┘
Last edited by vitaly-zdanevich (2015-10-25 10:30:30)
Offline
This might help too.
http://forums.solydxk.com/viewtopic.php?f=9&t=2908
(don't pay attention to the DDM part, it's just a drivers installer tool in that distro. The topic is still relevant when drivers installation fails whatever method you used)
Last edited by Snap (2015-10-25 10:27:43)
Offline
Can we see the output of:
lspci -k|grep -iA2 audio
aplay -l
cat /proc/asound/cards
Offline
$ lspci -k|grep -iA2 audio
00:06.1 Audio device: NVIDIA Corporation MCP55 High Definition Audio (rev a2)
Subsystem: ASUSTeK Computer Inc. Device 81f6
Kernel driver in use: snd_hda_intel
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
$ cat /proc/asound/cards
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfe020000 irq 21
Offline
$ lspci -k|grep -iA2 audio 00:06.1 Audio device: NVIDIA Corporation MCP55 High Definition Audio (rev a2) Subsystem: ASUSTeK Computer Inc. Device 81f6 Kernel driver in use: snd_hda_intel
clearly that didn't work.
try
"sudo rmmod -vf snd_hda_intel"
followed by
"sudo insmod nvidia"
(disclaimer: your machine might hickup and freeze. be sure you save all important documents before and be prepared that you might have to reboot)
and post output of commands.
Offline
$ sudo rmmod -vf snd_hda_intel
$ sudo insmod nvidia
insmod: ERROR: could not load module nvidia: No such file or directory
Offline
yes, but does it change anything in your sound?
also, it seems you did not install the nvidia driver.
Offline
Video driver is installed (for my PCI-E GeForce 6600 GT) - I see soft nvidia-settings that see my GPU. I rebooted PC and tried again this commands - nothing
As I remember this motherboard (M2N SLI DELUX) had Realtec AC97 audio...
Offline
I'm sorry for missing this issue, but doesn't that screenshot show the output channel as being muted? What happens if you click the Mute icon there?
I don't care what you do at home. Would you care to explain?
Offline
It seems like problem with my hardware... I tried Fedora and few others Live USB - I can't hear sound at this old PC.
Offline
Pages: 1