View previous topic :: View next topic |
Author |
Message |
dinuroman n00b
Joined: 25 Nov 2003 Posts: 26 Location: USA
|
Posted: Fri Dec 26, 2003 1:05 pm Post subject: ALSA installation problem |
|
|
i am following the alsa guide doc, compiled sound card support as a module in the kernel (xfs-sources), emerged alsa-driver (i have a via 82xx card), modified the /etc/modules.d/alsa according to the doc, when i run modules-update i get:
bash-2.05b# modules-update
depmod: *** Unresolved symbols in /lib/modules/2.4.20-xfs-r3/kernel/drivers/net/starfire.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-xfs-r3/video/fglrx.o
any ideas appreciated.
thx |
|
Back to top |
|
|
Dracnor Guru
Joined: 08 Jun 2003 Posts: 397 Location: Pennsylvania
|
Posted: Fri Dec 26, 2003 4:52 pm Post subject: |
|
|
Make sure you have a symlink from /usr/src/linux to your version in /usr/src/...
Have you compiled and booted your new kernel? You can try recompiling with make clean and make mrproper before you make the kernel image. Make sure to re-emerge alsa after a kernel re-compile as well. |
|
Back to top |
|
|
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Fri Dec 26, 2003 5:02 pm Post subject: |
|
|
But what is your problem? do your alsa modules load? that warning doesnt have anything to do with alsa.. _________________ In "old" Europe we already have a word for "pre-emptive strikes" mr Bush: its called "war" |
|
Back to top |
|
|
dinuroman n00b
Joined: 25 Nov 2003 Posts: 26 Location: USA
|
Posted: Fri Dec 26, 2003 7:04 pm Post subject: |
|
|
alsa doesn't work, amixer gives me an error, when i start kde i get a sound error message that i coud't find some /dev/... device and that the sound goes to /dev/null
basically i dont have sound, i followed the alsa tutorial and got stuck at the error i posted above.
about the kernel: i did genkernel --configure, and did some settings according to the tutorial (sound card support as a module). |
|
Back to top |
|
|
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Sat Dec 27, 2003 12:24 am Post subject: |
|
|
but the error above has nothing to do with alsa, it just says that some modules have problems, but nothing about alsa.
What error do you get when loading alsa and which modules are loaded _________________ In "old" Europe we already have a word for "pre-emptive strikes" mr Bush: its called "war" |
|
Back to top |
|
|
dinuroman n00b
Joined: 25 Nov 2003 Posts: 26 Location: USA
|
Posted: Sat Dec 27, 2003 10:58 am Post subject: |
|
|
here are the steps i did:
first of all, i went through all the tutorial steps once, and sound didn't work, so i started again the second time.
compiled sound card support into the kernel, and took out everything else under 'Sound", according to the alsa tutorial. then i rebooted into the new kernel.
emerged alsa-driver
emerged alsa-utils
modified /etc/modules.d/alsa according to the tutorial
when running modules-update, i get the error message i posted above.
ok, i understand, it has nothing to do with alsa, but running amixer gives the following error:
bash-2.05b$ amixer
amixer: Mixer attach default error: No such device
bash-2.05b$
the tutorial tells me to manually modprobe snd-mixer-oss and snd-pc-oss. trouble is when i want to run modprobe, it says: modprobe: command not found. (the first time i installed, modprobe worked ok, but i still could not start amixer).
another thing: when i start kde, i get a message saying it cannot find /dev/dsp and that sound will be directed to /dev/null. maybe this is related to the amixer error message above (can't find the device).
if anybody can make heads or tails from the above, please post.
thanks |
|
Back to top |
|
|
sgaap l33t
Joined: 16 Aug 2002 Posts: 754 Location: Enschede, The Netherlands
|
Posted: Mon Dec 29, 2003 6:10 pm Post subject: |
|
|
you could try to enter "source /etc/profile" on your promt, if it worked before it probably works again after this
whats your "lsmod" output? _________________ In "old" Europe we already have a word for "pre-emptive strikes" mr Bush: its called "war" |
|
Back to top |
|
|
dinuroman n00b
Joined: 25 Nov 2003 Posts: 26 Location: USA
|
Posted: Mon Dec 29, 2003 6:19 pm Post subject: |
|
|
lsmod output
bash-2.05b# lsmod
Module Size Used by Not tainted
floppy 47708 0 (autoclean)
hid 12648 0 (unused)
uhci 24560 0 (unused)
8139too 14376 1
mii 2080 0 [8139too]
serial 49060 0 (autoclean)
isa-pnp 27940 0 (autoclean) [serial]
parport_pc 24648 1 (autoclean)
lp 6464 0 (autoclean)
parport 22464 1 (autoclean) [parport_pc lp]
bash-2.05b#
i installed the latest alsa drivers from the alsa home page (1.0.something), still no sound, same message when i start kde, and can't run amixer.
|
|
Back to top |
|
|
dinuroman n00b
Joined: 25 Nov 2003 Posts: 26 Location: USA
|
Posted: Mon Dec 29, 2003 6:22 pm Post subject: |
|
|
source /etc/profile brings me the prompt i want, but if i close the xterm and open another, it is back to its old self.... i have to run source /etc/profile every time?
hope not.
thanks. |
|
Back to top |
|
|
G-Style Apprentice
Joined: 10 Nov 2003 Posts: 275 Location: Toronto, Canada
|
Posted: Mon Dec 29, 2003 6:27 pm Post subject: |
|
|
Did you go into make menuconfig and load the sound card support as a module by pressing "M" I had the same problem because I didn't load the sound card support as a module. |
|
Back to top |
|
|
dinuroman n00b
Joined: 25 Nov 2003 Posts: 26 Location: USA
|
Posted: Mon Dec 29, 2003 6:38 pm Post subject: |
|
|
sound card support is loaded as module into the kernel.
note:
under the same menu, i have via 82C686 (my card!) codecs, i took it out, per tutorial. before i had it enabled..... i don't know if it is of any consequence. |
|
Back to top |
|
|
Dracnor Guru
Joined: 08 Jun 2003 Posts: 397 Location: Pennsylvania
|
Posted: Mon Dec 29, 2003 8:28 pm Post subject: |
|
|
You can put source /etc/profile at the bottom of your ~/.bashrc in your home directory so that it reads it when you open a terminal. |
|
Back to top |
|
|
dinuroman n00b
Joined: 25 Nov 2003 Posts: 26 Location: USA
|
Posted: Mon Dec 29, 2003 9:47 pm Post subject: |
|
|
re: bash prompt - did it, thank you, it works.....
if i get the alsa working now, i can listen to anthony robbins' mp3-s while compiling progs and srfing the net.....
(actually i think the guy is rather boring, but anyway.....)
alsa alsa alsa ???? |
|
Back to top |
|
|
|