View previous topic :: View next topic |
Author |
Message |
gsoe Apprentice

Joined: 10 Dec 2006 Posts: 289 Location: Denmark
|
Posted: Fri Apr 11, 2008 4:01 pm Post subject: [SOLVED] Getting the alsa driver to work for nVidia MCP65 |
|
|
I've compiled snd-hda-intel into my kernel, but this is what i get: Code: | newpc linux # /etc/init.d/alsasound start
* Loading ALSA modules ...
* Could not detect custom ALSA settings. Loading all detected alsa drivers.
* Unable to find any ALSA drivers. Have you compiled alsa-drivers correctly?
* ERROR: Failed to load necessary drivers [ ok ]
* Restoring Mixer Levels ...
alsactl: unrecognized option `---'
Usage: alsactl <options> command
Available options:
-h,--help this help
-f,--file # configuration file (default /etc/asound.state or /etc/asound.names)
-F,--force try to restore the matching controls as much as possible
-d,--debug debug mode
-v,--version print version of this program
Available commands:
store <card #> save current driver setup for one or each soundcards
to configuration file
restore <card #> load current driver setup for one or each soundcards
from configuration file
names <card #> dump information about all the known present (sub-)devices
into configuration file (DEPRECATED)
* Errors while restoring defaults, ignoring [ ok ]
| My board is a Gigabyte GA-M56S-S3 with nForce 560: Code: | newpc linux # lspci
00:00.0 RAM memory: nVidia Corporation MCP65 Memory Controller (rev a3)
00:01.0 ISA bridge: nVidia Corporation MCP65 LPC Bridge (rev a3)
00:01.1 SMBus: nVidia Corporation MCP65 SMBus (rev a1)
00:01.2 RAM memory: nVidia Corporation MCP65 Memory Controller (rev a1)
00:02.0 USB Controller: nVidia Corporation MCP65 USB Controller (rev a3)
00:02.1 USB Controller: nVidia Corporation MCP65 USB Controller (rev a3)
00:06.0 Ethernet controller: nVidia Corporation MCP65 Ethernet (rev a3)
00:07.0 Audio device: nVidia Corporation MCP65 High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP65 PCI bridge (rev a1)
00:09.0 IDE interface: nVidia Corporation MCP65 IDE (rev a1)
00:0a.0 SATA controller: nVidia Corporation MCP65 AHCI Controller (rev a3)
00:0d.0 PCI bridge: nVidia Corporation MCP65 PCI Express bridge (rev a1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
02:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
| and my Debian Lenny setup works perfectly fine with the snd-hda-intel module.
TIA
EDIT: By the way: Code: | newpc ~ # dmesg
...
...
Advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Nov 20 19:16:42 2007 UTC).
ALSA device list:
No soundcards found.
...
...
|
Last edited by gsoe on Sun Apr 13, 2008 3:53 pm; edited 1 time in total |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55457 Location: 56N 3W
|
Posted: Fri Apr 11, 2008 4:58 pm Post subject: |
|
|
gsoe,
That error is safe to ignore. It means you have a line in /etc/modules.d/alsa to load snd-hda-intel, which is bound to fail as its not a module.
Remove that line.
You will probably need the module option model=, which you can discove from your debian install.
Add it to the end your your gentoo kernel line with snd-hda-intel.model=...
alsactl: unrecognized option `---' suggests you have another problem in /etc/modules.d/alsa too _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
gsoe Apprentice

Joined: 10 Dec 2006 Posts: 289 Location: Denmark
|
Posted: Fri Apr 11, 2008 5:51 pm Post subject: |
|
|
Neddy
Thanks for the help, but I don't seem to be able to find out what model name my Debian install uses, but I've tried 3stack, which was suggested somewhere for MCP51. It didn't work though. Do you happen to know where to look in Debian, or where to find a list of model names?
As for the alsactl error, I think it's just because the install has been moved from another board, so the state form a different card is stored. |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55457 Location: 56N 3W
|
Posted: Fri Apr 11, 2008 6:21 pm Post subject: |
|
|
gsoe,
There is a list of models in /usr/src/linux/Documentation/sound/alsa/ALSA-Configuration.txt
I don't know where to look in Debian. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
gsoe Apprentice

Joined: 10 Dec 2006 Posts: 289 Location: Denmark
|
Posted: Sun Apr 13, 2008 3:53 pm Post subject: |
|
|
Solved the problem, well... sort of. I compiled snd_hda_intel as a module to facilitate experimenting with different parameters. Now a simple modprobe snd_hda_intel followed by restart of alsasound makes everything work! |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55457 Location: 56N 3W
|
Posted: Sun Apr 13, 2008 5:01 pm Post subject: |
|
|
gsoe,
Is alsasound in the defualt runlevel ?
Code: | rc-update -s --verbose | will list your settings _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
|