View previous topic :: View next topic |
Author |
Message |
kernelcowboy Guru


Joined: 14 Feb 2004 Posts: 391 Location: New Plymouth, New Zealand
|
Posted: Wed Mar 31, 2004 11:17 am Post subject: Trouble ALSA and SBLive UNRESOLVED SYMBOLs |
|
|
modules-install causes pages of UNRESOLVED SYMBOL errors. Finishes with
Running card-dependant scripts
ERROR: Failed to load necessary drivers
Restoring Mixer Levels
No mixer config in /etc/asound.state, you have to unmute your card!
Gentoo linux 2.4.22. I followed the gentoo docs for ALSA.
How do I get the the symbols resolved?
Thanks Gene |
|
Back to top |
|
 |
foton2 Guru


Joined: 23 Feb 2004 Posts: 347 Location: Prague, Czech Republick
|
Posted: Wed Mar 31, 2004 11:48 am Post subject: |
|
|
Quote: | modules-install causes pages of UNRESOLVED SYMBOL |
I am not sure that I now what do you mean.
But you must have
1 kernel module fo SB live
2 emerged alsa-drivers
alsa-utils
alsa-libs
alsa-oss
to your make.conf add to the end :
Code: | ALSA_CARDS="emu10k1"
|
before you start emrging. _________________ Pentium4 2.4Ghz 533Mhz, Intel® Desktop Board D845GEBV2 + LAN, 768MB DDR 266Mhz RAM, 80GB Seagate Barracuda 7200.7, NVIDIA GeForce4 MX 440, SB Live! 5.1, TEAC CD-552E, TEAC DW-548D, Packard Bell 1512SL Monitor, HP DeskJet 640C, Opti UPS PowerPS 800ps. |
|
Back to top |
|
 |
Kabuto l33t

Joined: 01 Aug 2002 Posts: 701
|
Posted: Wed Mar 31, 2004 3:11 pm Post subject: |
|
|
First back up your .config. Do a 'make mrproper' and then restore your .config and build as usual. If that still doesn't fix try to track down the symbol in www or groups.google.com and see what you might need to include or exclude. |
|
Back to top |
|
 |
kernelcowboy Guru


Joined: 14 Feb 2004 Posts: 391 Location: New Plymouth, New Zealand
|
Posted: Wed Mar 31, 2004 9:28 pm Post subject: |
|
|
cp .config ~/
make mrproper
cp ~/.config .
make dep
make bzImage modules modules_install
Copied new kernel to /boot, rebooted, Kernel Panic
I think I need to start completely over, and may be read the kernel HOWTO or something. I'm not a complete beginner, but 2 years of Redhat has softened my skills. Any tips on how to get this PII 399Mhz 128M Compaq system going with a SBLive card would be great. I don't run X on it. Just console mp3 programs. I have a kernel I can boot that will run fine, but only play the on-board Maestro 2E sound.
Thanks Gene |
|
Back to top |
|
 |
|