Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ALSA installation problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
dinuroman
n00b
n00b


Joined: 25 Nov 2003
Posts: 26
Location: USA

PostPosted: Fri Dec 26, 2003 1:05 pm    Post subject: ALSA installation problem Reply with quote

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
View user's profile Send private message
Dracnor
Guru
Guru


Joined: 08 Jun 2003
Posts: 397
Location: Pennsylvania

PostPosted: Fri Dec 26, 2003 4:52 pm    Post subject: Reply with quote

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
View user's profile Send private message
sgaap
l33t
l33t


Joined: 16 Aug 2002
Posts: 754
Location: Enschede, The Netherlands

PostPosted: Fri Dec 26, 2003 5:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
dinuroman
n00b
n00b


Joined: 25 Nov 2003
Posts: 26
Location: USA

PostPosted: Fri Dec 26, 2003 7:04 pm    Post subject: Reply with quote

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
View user's profile Send private message
sgaap
l33t
l33t


Joined: 16 Aug 2002
Posts: 754
Location: Enschede, The Netherlands

PostPosted: Sat Dec 27, 2003 12:24 am    Post subject: Reply with quote

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
View user's profile Send private message
dinuroman
n00b
n00b


Joined: 25 Nov 2003
Posts: 26
Location: USA

PostPosted: Sat Dec 27, 2003 10:58 am    Post subject: Reply with quote

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
View user's profile Send private message
sgaap
l33t
l33t


Joined: 16 Aug 2002
Posts: 754
Location: Enschede, The Netherlands

PostPosted: Mon Dec 29, 2003 6:10 pm    Post subject: Reply with quote

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
View user's profile Send private message
dinuroman
n00b
n00b


Joined: 25 Nov 2003
Posts: 26
Location: USA

PostPosted: Mon Dec 29, 2003 6:19 pm    Post subject: Reply with quote

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.

:cry: :cry:
Back to top
View user's profile Send private message
dinuroman
n00b
n00b


Joined: 25 Nov 2003
Posts: 26
Location: USA

PostPosted: Mon Dec 29, 2003 6:22 pm    Post subject: Reply with quote

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
View user's profile Send private message
G-Style
Apprentice
Apprentice


Joined: 10 Nov 2003
Posts: 275
Location: Toronto, Canada

PostPosted: Mon Dec 29, 2003 6:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
dinuroman
n00b
n00b


Joined: 25 Nov 2003
Posts: 26
Location: USA

PostPosted: Mon Dec 29, 2003 6:38 pm    Post subject: Reply with quote

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
View user's profile Send private message
Dracnor
Guru
Guru


Joined: 08 Jun 2003
Posts: 397
Location: Pennsylvania

PostPosted: Mon Dec 29, 2003 8:28 pm    Post subject: Reply with quote

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
View user's profile Send private message
dinuroman
n00b
n00b


Joined: 25 Nov 2003
Posts: 26
Location: USA

PostPosted: Mon Dec 29, 2003 9:47 pm    Post subject: Reply with quote

re: bash prompt - did it, thank you, it works..... :D

if i get the alsa working now, i can listen to anthony robbins' mp3-s while compiling progs and srfing the net..... 8)

(actually i think the guy is rather boring, but anyway.....)

alsa alsa alsa ????
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum