









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] 2.6 kernel sound modules
I had sound running (briefly) for my ice1712 sound card.
I'm not quite sure how.
I can't seem to load the module anymore.
modprobe snd-ice1712 yields:
1712: Unknown symbol snd_i2c_bus_create
snd_ice1712: Unknown symbol snd_cs8427_create
snd_ice1712: Unknown symbol snd_pcm_lib_malloc_pages
snd_ice1712: Unknown symbol snd_pcm_lib_ioctl
snd_ice1712: Unknown symbol snd_pcm_lib_free_pages
snd_ice1712: Unknown symbol snd_cs8427_iec958_build
snd_ice1712: Unknown symbol snd_pcm_set_ops
snd_ice1712: Unknown symbol snd_pcm_hw_constraint_list
snd_ice1712: Unknown symbol snd_cs8427_reg_write
snd_ice1712: Unknown symbol snd_mpu401_uart_interrupt
snd_ice1712: Unknown symbol snd_i2c_sendbytes
...
After more hacking (building and installing modules which
I HOPED would provide these symbols, I still get:
ymbol snd_pcm_set_sync
snd_ice1712: Unknown symbol snd_verbose_printk
snd_ice1712: disagrees about version of symbol snd_ice1712_akm4xxx_free
snd_ice1712: Unknown symbol snd_ice1712_akm4xxx_free
snd_ice1712: disagrees about version of symbol snd_pcm_lib_malloc_pages
snd_ice1712: Unknown symbol snd_pcm_lib_malloc_pages
snd_ice1712: disagrees about version of symbol snd_pcm_lib_ioctl
....
Are there some modules I need to install before
attempting snd_ice1712? If so... how/where do
I find these dependencies out?
Debian/sarge with 2.6 kernel seems to have a different
way of handling modules than most other systems I can
find documentation for on the WWW.
So... I am getting very frustrated trying to find
out what to add to /etc/modprobe.d (or others)
to get this working. It sure looks like this 2.6
kernel is somehow set up to read stuff from
/etc/modprobe.d in response to update-modules command.
alsaconf won't work, since it does not recognize my card...
Here's whats loaded now:
Module Size Used by
mpu401 27780 0
sound 78952 1 mpu401
snd_pcm_oss 48936 0
snd_mixer_oss 17408 1 snd_pcm_oss
snd_pcm 89604 1 snd_pcm_oss
snd_cs8427 10240 0
snd_acserverworks 12436 1
sworks_agp 9120 0
agpgart 32428 1 sworks_agp
floppy 56304 0
tsdev 7168 0
parport_pc 32704 0
parport 38600 1 parport_pc
mousedev 10000 1
psmouse 18056 0
pcspkr 4044 0
evdev 9088 0
snd_ice17xx_ak4xxx 4352 0
snd_page_alloc 11272 1 snd_pcm
snd_timer 24836 1 snd_pcm
snd_ak4xxx_adda 6016 1 snd_ice17xx_ak4xxx
snd_rawmidi 23972 1 snd_mpu401_uart
snd_seq_device 8072 1 snd_rawmidi
snd 53476 11
snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_cs8427,snd_ac97_codec,snd_i2c,snd_mpu401_uart,snd_timer,snd_ak4xxx_adda,snd_rawmidi,snd_seq_device
soundcore 9952 2 sound,snd97_codec 60292 0
snd_i2c 5632 1 snd_cs8427
snd_mpu401_uart 7808 0
radeon 117204 2
ipv6 245508 10
ohci_hcd 20228 0
usbcore 107236 3 ohci_hcd
3c59x 37800 0
rtc 13256 0
unix 28180 212
|
|