Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
alsa 1.0.9 Error inserting snd_ioctl32 [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
dom_cyrus
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2005
Posts: 102

PostPosted: Fri Jun 17, 2005 4:07 pm    Post subject: alsa 1.0.9 Error inserting snd_ioctl32 [SOLVED] Reply with quote

Hi@all

Arggggh, is alsa 1.0.9 working with amd64? I get this message
Code:
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...                                              [ ok ]
 *   Loading: snd-seq-oss ...                                             [ ok ]
 *   Loading: snd-pcm-oss ...                                             [ ok ]
 *   Loading: snd-ioctl32 ...
FATAL: Error inserting snd_ioctl32 (/lib/modules/2.6.11-gentoo-r11/alsa-driver/acore/ioctl32/snd-ioctl32.ko): Unknown symbol in module, or unknown parameter (see dmesg)                                                                  [ !! ]
 *   Loading: snd-emu10k1-synth ...                                       [ ok ]
 *   Loading: snd-seq-midi ...                                            [ ok ]
 * Restoring Mixer Levels ...                                             [ ok ]


dmesg
Code:
ACPI: PCI interrupt 0000:01:06.0[A] -> GSI 16 (level, low) -> IRQ 209
ACPI: PCI interrupt 0000:01:06.0[A] -> GSI 16 (level, low) -> IRQ 209
ALSA /var/tmp/portage/alsa-driver-1.0.9b/work/alsa-driver-1.0.9b/pci/emu10k1/../../alsa-kernel/pci/emu10k1/emufx.c:1385: Installing spdif_bug patch: Audigy 2 ZS [SB0350]
snd_ioctl32: Unknown symbol snd_pcm_hw_params
snd_ioctl32: Unknown symbol snd_pcm_hw_params
ACPI: PCI interrupt 0000:01:06.0[A] -> GSI 16 (level, low) -> IRQ 209
ALSA /var/tmp/portage/alsa-driver-1.0.9b/work/alsa-driver-1.0.9b/pci/emu10k1/../../alsa-kernel/pci/emu10k1/emufx.c:1385: Installing spdif_bug patch: Audigy 2 ZS [SB0350]
snd_ioctl32: Unknown symbol snd_pcm_hw_params


What is it about the snd_ioctl32? Is something wrong with my kernel?

What i tried until now:
reemerging several time,
run alsaconf
modules-update
delete all alsa config files before emerging
alsactl store --> because first there were some name mismatch... :)
played around with /etc/modules.d/alsa, ~/.asoundrc
googled around, gentoo forum, and so on...

Thx for every help!!!
edit: to emerge the 1.0.8 is possible and gives no errors, so I am using this until it will work. Want to change to 1.0.9 because some people say its better for xine vlc and other video/audio apps. I have some troubles with xine--> glbibc, but I think this has nothing to do with alsa. --> https://forums.gentoo.org/viewtopic-t-349810.html


Last edited by dom_cyrus on Mon Jun 20, 2005 8:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2066
Location: San Jose, CA

PostPosted: Fri Jun 17, 2005 7:54 pm    Post subject: Reply with quote

I think this is a kernel problem. What kernel are you using?

I'm using 2.6.11-ck10 on one machine and 2.6.11-gentoo-r9 on another machine with ALSA 1.0.9 with no trouble but I'm not using the alsa drivers from the kernel...

Have you seen this guide?

Painless sound mixing using ALSA

I followed that guide and got my sound working better than ever before...

Raydude
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
dom_cyrus
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2005
Posts: 102

PostPosted: Fri Jun 17, 2005 10:44 pm    Post subject: Reply with quote

I'm using 2.6.11-gentoo-r11. Maybe i want to downgrade to 2.6.11-gentoo-r9 to test it again. Thx for your help
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2066
Location: San Jose, CA

PostPosted: Sat Jun 18, 2005 12:55 am    Post subject: Reply with quote

dom_cyrus wrote:
I'm using 2.6.11-gentoo-r11. Maybe i want to downgrade to 2.6.11-gentoo-r9 to test it again. Thx for your help


Also make sure you are using the latest non-kernel driver... Its MUCH better.

Raydude
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
Corona688
Veteran
Veteran


Joined: 10 Jan 2004
Posts: 1204

PostPosted: Sat Jun 18, 2005 3:56 pm    Post subject: Reply with quote

On a hunch, did you upgrade your compiler recently? I recently caused myself big headaches and such by compiling different things with different compilers... it'll usually work for most things, which makes the problem hard to track down, but it'll break some C++ virtual function linking, and it won't work for kernel modules -- they must be compiled with the same version of gcc as the kernel itself.
_________________
Petition for Better 64-bit ATI Drivers - Sign Here
http://www.petitiononline.com/atipet/petition.html
Back to top
View user's profile Send private message
dom_cyrus
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2005
Posts: 102

PostPosted: Sat Jun 18, 2005 5:10 pm    Post subject: Reply with quote

No I didn't upgrade the gcc compiler.But I upgraded was python, because I wanted to install beagle and the glibc, but I think this has nothing to do with the compiling of alsa and also I compiled the kernel and the alsa-dirver with the same gcc version...

Has someone installed the 2.6.11-gentoo-r11 kernel with alsa 1.0.9???
Back to top
View user's profile Send private message
LaNcom
Apprentice
Apprentice


Joined: 03 May 2003
Posts: 254
Location: Erfurt, Germany

PostPosted: Sun Jun 19, 2005 1:51 am    Post subject: Reply with quote

I think it tries to load snd-ioctl32 from ALSA 1.0.8. There is no snd-ioctl32 in ALSA 1.0.9, it was removed, the 32bit compatibility is now integrated in the soundcore module IIRC. So, after emerging ALSA 1.0.9, make sure you don't have snd-ioctl32.ko on your system (just delete the module)...
Back to top
View user's profile Send private message
dom_cyrus
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2005
Posts: 102

PostPosted: Sun Jun 19, 2005 12:09 pm    Post subject: Reply with quote

Oh yehaaa thx! This was the problem. Is it because I didn't make ==> make mrproper? Now the other problem is, that I can't set gstreamer selector to take alsa for "default source". It doesn't work, but when I take "esd" it works... Why is that like this? Is this because of an error in the /etc/modules.d/alsa configuration file or is it because of something with the ~.asoundrc...
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2066
Location: San Jose, CA

PostPosted: Sun Jun 19, 2005 6:03 pm    Post subject: Reply with quote

dom_cyrus wrote:
Oh yehaaa thx! This was the problem. Is it because I didn't make ==> make mrproper? Now the other problem is, that I can't set gstreamer selector to take alsa for "default source". It doesn't work, but when I take "esd" it works... Why is that like this? Is this because of an error in the /etc/modules.d/alsa configuration file or is it because of something with the ~.asoundrc...


Do you have alsa in your USE= line in /etc/make.conf?

Raydude
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
dom_cyrus
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2005
Posts: 102

PostPosted: Mon Jun 20, 2005 8:21 am    Post subject: Reply with quote

I use "ufed" to set the USE keys and there I set alsa, but it doesn't appears in make.conf. I think it will be stored somewhere else. So maybe "ufed" doesn't set the alsa USE flag correct. Is this possible?
Back to top
View user's profile Send private message
dom_cyrus
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2005
Posts: 102

PostPosted: Mon Jun 20, 2005 1:46 pm    Post subject: Reply with quote

So maybe this should be marked as solved, because it works now after deleting the file snd-ioctl32.ko :) THX for your help
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2066
Location: San Jose, CA

PostPosted: Mon Jun 20, 2005 8:20 pm    Post subject: Reply with quote

dom_cyrus wrote:
So maybe this should be marked as solved, because it works now after deleting the file snd-ioctl32.ko :) THX for your help


Glad its working. Adding [solved] to the thread title would be helpful.

Raydude
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
dom_cyrus
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2005
Posts: 102

PostPosted: Mon Jun 20, 2005 8:36 pm    Post subject: Reply with quote

ah now I see :) I thought it has to be done by a mod...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 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