View previous topic :: View next topic |
Author |
Message |
enigma_0Z Guru
Joined: 29 Aug 2004 Posts: 531 Location: Either lurking here or at my forum (see sig)
|
Posted: Wed Dec 08, 2004 9:52 pm Post subject: ALSA modules and Kernel 2.6.8-r10 don't work |
|
|
While trying to get my gameport/joystick to work, I changed all my alsa stuff to modules, but now my sound module (snd-ens1371) won't load. I tried to load it with the alsa sound init script, but to no avail.
Here's the output from alsasound
Code: | * Loading ALSA drivers...
* Loading: snd-ens1371...
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error [ ok ]
* Loading: snd-seq-oss...
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
WARNING: Error inserting snd_seq (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq.ko): Device or resource busy
FATAL: Error inserting snd_seq_oss (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/oss/snd-seq-oss.ko): Device or resource busy [ !! ]
* Loading: snd-pcm-oss...
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error [ ok ]
* Loading: snd-seq...
WARNING: Error inserting snd (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/snd.ko): Input/output error
FATAL: Error inserting snd_seq (/lib/modules/2.6.8-gentoo-r10/kernel/sound/core/seq/snd-seq.ko): Device or resource busy [ !! ]
[ ok ]
* Restoring Mixer Levels
/usr/sbin/alsactl: set_controls:986: snd_ctl_open error: No such file or directory [ ok ] |
Here's the new output from dmesg when I try to start alsa
Code: | unable to register native major device number 116
kobject_register failed for ENS1371 (-17)
[<c0239267>] kobject_register+0x57/0x60
[<c02953c0>] bus_add_driver+0x50/0xd0
[<c02959df>] driver_register+0x2f/0x40
[<c024115c>] pci_register_driver+0x5c/0x90
[<d092d00f>] alsa_card_ens137x_init+0xf/0x1d [snd_ens1371]
[<c012dbef>] sys_init_module+0x13f/0x280
[<c0104107>] syscall_call+0x7/0xb
unable to register native major device number 116
can't register device seq
unable to register native major device number 116
unable to register native major device number 116 |
|
|
Back to top |
|
|
enigma_0Z Guru
Joined: 29 Aug 2004 Posts: 531 Location: Either lurking here or at my forum (see sig)
|
Posted: Thu Dec 09, 2004 1:24 am Post subject: |
|
|
Hmm, is there any program that I can use to test the gameport/joystick? I think I've got it working now... |
|
Back to top |
|
|
avieth Veteran
Joined: 17 Sep 2004 Posts: 1945 Location: Canada
|
Posted: Tue Apr 26, 2005 7:55 pm Post subject: |
|
|
How did you get it working? |
|
Back to top |
|
|
|