Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
alsaconf is stupid bc it doesnt work!!!!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
sinisterdomestik
l33t
l33t


Joined: 28 Aug 2003
Posts: 685
Location: Texas

PostPosted: Tue Dec 09, 2003 2:32 pm    Post subject: alsaconf is stupid bc it doesnt work!!!! Reply with quote

i ran alsaconf and it found these 2 sound cards
Code:

intel8x0   Intel Corp. 82801BA/BAM AC'97 Audio (rev5)
legacy      Probe legacy ISA (Non PnP) chips

so i picked the intel one and it says
Code:

Configuring snd-intel8x0
Do you want to modify /etc/modules.conf?

so i chose yes and it says that snd-intel8x0 is configured and then it tests it and says this
Code:

Loading driver...
Starting sound driver: snd-intel8x0 /lib/modules/2.4.22-gentoo-r1/kernel/sound/acore/snd.o: /lib/modules/2.4.22-gentoo-r1/kernel/sound/acore/snd.o: unresolved symbol register_sound_special_R9f0f3cae
/lib/modules/2.4.22-gentoo-r1/kernel/sound/acore/snd.o: /lib/modules/2.4.22-gentoo-r1/kernel/sound/acore/snd.o: unresolved symbol unregister_sound_special_R99c95fa5
/lib/modules/2.4.22-gentoo-r1/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.22-gentoo-r1/kernel/sound/acore/snd.o failed
/lib/modules/2.4.22-gentoo-r1/kernel/sound/acore/snd.o: insmod snd-intel8x0 failed
done
Setting default volumes...
===============================================================================

 Now ALSA is ready to use.
 For adjustment of volumes, use your favorite mixer.

 Have a lot of fun!

so i try xmms and it says that the sound card isnt configured properly and blah blah blah. i been tryin to fix this for like 5 days now, looking all over the net, patches here, drivers there, nothing has worked and no one has helped me yet. PLEASE HELP!!!!!!!!!!
_________________
Thou shalt NEVER speak of removing thine Linux
Back to top
View user's profile Send private message
sinisterdomestik
l33t
l33t


Joined: 28 Aug 2003
Posts: 685
Location: Texas

PostPosted: Tue Dec 09, 2003 7:49 pm    Post subject: Reply with quote

can ANYONE help me at all??
_________________
Thou shalt NEVER speak of removing thine Linux
Back to top
View user's profile Send private message
fafhrd
Retired Dev
Retired Dev


Joined: 14 May 2002
Posts: 431
Location: Williamstown, MA

PostPosted: Tue Dec 09, 2003 8:12 pm    Post subject: alsaconf? hrm... Reply with quote

I've never used alsaconf, but ...

just add a couple lines to /etc/modules.d/alsa:
Code:

alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-card-0

The second line is need if you going to be using some oss compatible programs and such (take a look at the default file, lots of examples in there)

After that, '/etc/init.d/alsasound start' should load up the modules. (kernel 2.6 is a different matter, as it has alsa [if you configure it this way] built in)

If your kernel symbols are off, dunno exactly, but I'd run 'depmod -ae' to make sure my modules actually were using symbols defined in the kernel and such (at worst this shoudl involve a clean kernel build; but try that command first.

EDIT: I have the same chipset in my laptop, and it works great, btw.
_________________
jñanam bandha
Back to top
View user's profile Send private message
sinisterdomestik
l33t
l33t


Joined: 28 Aug 2003
Posts: 685
Location: Texas

PostPosted: Tue Dec 09, 2003 8:21 pm    Post subject: Reply with quote

this is what i get for depmod -ae
Code:

root@BlackBeauty /root # depmod -ae
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r1/kernel/sound/acore/snd.o
depmod:         register_sound_special_R9f0f3cae
depmod:         unregister_sound_special_R99c95fa5
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r1/kernel/sound/isa/msnd/snd-msnd-pinnacle.o
depmod:         mod_firmware_load_R39e3dd23

i have no clue why it cant find snd.o or whats wrong with it. but thats what screwin it all up i think

---edit---
i also did an insmod snd-intel8x0 and got this
Code:

root@BlackBeauty /root # insmod snd-intel8x0
Using /lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_card_registe                               
r_R0baac66f
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_card_proc_ne                                 
w_R527c90b7
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_card_new_R8d                                 
132c2a
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_lib_prea                                 
llocate_free_for_all_R7d684fa2
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_set_rat                                 
e_R27ae27f6
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_verbose_prin                                 
tk_R49d4e4d1
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_resume_                                 
R26bb4ffe
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_lib_mall                                 
oc_pages_R141bcfcb
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_suspend_                                 
all_Rf66688d2
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_free_pci_pag                                 
es_Ra8dca182
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_kcalloc_R4da                                 
9e78a
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_malloc_pci_p                                 
ages_R72777732
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_lib_free                                 
_pages_R1226ada0
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_lib_prea                                 
llocate_pci_pages_for_all_R6f5fa30c
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_lib_ioct                                 
l_Rb59b4f00
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_card_free_Rd                                 
29a3f3f
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_device_new_R                                 
84948e11
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_mixer_R                                 
ed3c7537
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_tune_ha                                 
rdware_R505bea29
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_set_ops_                                 
Rcf7d2812
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_new_Re9e                                 
04eae
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_iprintf_R2f0                                 
b152f
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_hw_const                                 
raint_integer_R56ec7b34
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_hw_const                                 
raint_list_R9ab21fe6
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_pcm_period_e                                 
lapsed_R7c5f1cac
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_update_                                 
bits_R14cb7570
/lib/modules/2.4.22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: /lib/modules/2.4.                                 
22-gentoo-r1/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_mpu401_uart_                                 
new_R43449e31

_________________
Thou shalt NEVER speak of removing thine Linux
Back to top
View user's profile Send private message
sinisterdomestik
l33t
l33t


Joined: 28 Aug 2003
Posts: 685
Location: Texas

PostPosted: Tue Dec 09, 2003 8:36 pm    Post subject: Reply with quote

almost forgot to say i got
Code:

sinister@BlackBeauty /home/sinister $ uname -r
2.4.22-gentoo-r1

_________________
Thou shalt NEVER speak of removing thine Linux
Back to top
View user's profile Send private message
sinisterdomestik
l33t
l33t


Joined: 28 Aug 2003
Posts: 685
Location: Texas

PostPosted: Wed Dec 10, 2003 4:45 pm    Post subject: Reply with quote

anyone know?!?!
_________________
Thou shalt NEVER speak of removing thine Linux
Back to top
View user's profile Send private message
krunk
Guru
Guru


Joined: 27 Jul 2003
Posts: 316

PostPosted: Wed Dec 10, 2003 8:58 pm    Post subject: Reply with quote

Code:
cd /usr/src/linux && cp .config ../ && make mrproper &&  cp ../.config . && make menuconfig (just exit and save)

make dep && make clean bzImage && make modules modules_install


Put ALSA_CARDS="intel8x0" in your make.conf. Than reinstall alsa-drivers.

Most of the time unresolved symbols errors have to do with the modules not being "in tune" with the kernel, i.e., corrupt headers, compiling a kernel but not modules, or the evil windoze gods trying to thwart you.

Anyway making mrproper and recompiling usually resolves unresolved symbol errors.

Also, if you don't trust alsaconf's assesment of your hardware use 'lspci' or 'lspci -vv' it'll tell you all yiou want to know and more.
_________________
G4 1ghz iBook
PowerMac G3 (B&W) [Powered by Gentoo and Gentoo alone :)]

Dual G5
iPod 3rd generation
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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