Hi folks,

I'm having real problems getting alsa to install for a SoundBlaster Live
card.  I've been trying 0.5.12a, and now i've also try 0.9rc#6.  
Im running redhat 7.3, with a 2.4.18-3 kernel on a dell dimension 4550.
The driver and everything else appears to compile fine, i just run into an
error whenever i do modprobe snd-emu10k1.  This error occurs on both 0.5
and 0.9, although its more verbose on 0.9.

[root@beall-dell-01 alsa-driver-0.9.0rc6]# modprobe snd-emu10k1
/lib/modules/2.4.18-3/kernel/sound/pci/emu10k1/snd-emu10k1.o: init_module: No
such device
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
/lib/modules/2.4.18-3/kernel/sound/pci/emu10k1/snd-emu10k1.o: insmod
/lib/modules/2.4.18-3/kernel/sound/pci/emu10k1/snd-emu10k1.o failed
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_info_free_entry_Ra59bcae7
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_unregister_device_R2d4bd3a2
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_iprintf_R163a1266
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_control_notify_switch_change_Rcf984aeb
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_switch_free_one_R4ae59c76
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_control_unregister_ioctl_R3aaaf42d
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_control_register_ioctl_Rd314dfe4
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_switch_free_Ra5d81eaf
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_register_device_Rf6905d76
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_info_register_Rcfd54acd
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_switch_remove_R55385873
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_switch_add_Reb4d579d
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_info_create_entry_Rb818fd2e
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_switch_new_R74166f9a
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_device_new_Rca72fcef
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_switch_prepare_R0274f214
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_switch_count_R9ad6deb6
/lib/modules/2.4.18-3/misc/snd-mixer.o: unresolved symbol
snd_info_unregister_R27c6ec83
/lib/modules/2.4.18-3/misc/snd-mixer.o: insmod
/lib/modules/2.4.18-3/misc/snd-mixer.o failed
/lib/modules/2.4.18-3/misc/snd-mixer.o: insmod snd-emu10k1 failed



Ill include my modules.conf file and a lsmod below.  My suspicion is the
problem may be that I'm using an OEM Sounblaster Live card from dell.  The
model number (SB0200) is not listed on Creative Labs support pages, and
the support pages on dell talk about a 'emu10k1x' chipset, that makes me
suspicious as to whether this particular card will work emu10k1.  Can
anyone confirm whether this dell soundblaster could will/won't work with
alsa right now?  Or is there any other problems that I'm missing?  I'd be
very grateful for any help.

jeff



[root@beall-dell-01 alsa-driver-0.9.0rc6]# lsmod
Module                  Size  Used by    Tainted: P  
snd-seq-oss            28896   0  (unused)
snd-seq-midi-event      5628   0  [snd-seq-oss]
snd-seq                45388   2  [snd-seq-oss snd-seq-midi-event]
snd-seq-device          5612   0  [snd-seq-oss snd-seq]
snd-pcm-oss            43524   0  (unused)
snd-pcm                78240   0  [snd-pcm-oss]
snd-timer              13952   0  [snd-seq snd-pcm]
snd-mixer-oss          12864   0  [snd-pcm-oss]
snd                    37704   0  [snd-seq-oss snd-seq-midi-event snd-seq
snd-seq-device snd-pcm-oss snd-pcm snd-timer snd-mixer-oss]
sr_mod                 16920   0  (autoclean)
soundcore               6692   2  (autoclean) [snd]
nvidia               1596928  10  (autoclean)
autofs                 12164   0  (autoclean) (unused)
e100                   76116   1 
ipchains               43560  11 
ide-scsi                9664   0 
scsi_mod              108608   2  [sr_mod ide-scsi]
ide-cd                 30272   0 
cdrom                  32192   0  [sr_mod ide-cd]
ehci-hcd               19552   0  (unused)
usb-uhci               24484   0  (unused)
usbcore                73152   1  [ehci-hcd usb-uhci]
ext3                   67136   2 
jbd                    49400   2  [ext3]


[root@beall-dell-01 etc]# more modules.conf
alias parport_lowlevel parport_pc
alias eth0 e100
alias usb-controller usb-uhci
alias usb-controller1 ehci-hcd

# ALSA setup
         alias char-major-116 snd
        alias snd-card-0 snd-emu10k1
        # module options should go here

        # OSS/Free portion
        alias char-major-14 soundcore
        alias sound-slot-0 snd-card-0
        
        # card #1
        alias sound-service-0-0 snd-mixer-oss
        alias sound-service-0-1 snd-seq-oss
        alias sound-service-0-3 snd-pcm-oss
        alias sound-service-0-8 snd-seq-oss
        alias sound-service-0-12 snd-pcm-oss
  
# i2c
alias char-major-89 i2c-dev
options i2c-core i2c_debug=1
options i2c-algo-bit bit_test=1

# nvidia


alias char-major-195 nvidia




-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.thinkgeek.com/sf/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to