Re: [Alsa-user] ALSA support for old ISA card?

2009-03-11 Thread Clemens Ladisch
Landis McGauhey wrote:
 ALSACONF recognizes the soundcard as SBAWE Creative SB AWE64 PnP and
 completes its work without errors.  ... Command ALSAMIXER results in
 the error message function snd_ctl_open failed for default:  no such
 device.

In theory, all those old ISA cards are still supported.
However, some distributions don't enable the ISA drivers.

Does the card appear in /proc/asound/cards?
If not, does it after running modprobe snd-sbawe?

 If you need some output from DMESG, just let me know.

This would be a good idea.


Best regards,
Clemens

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] (no subject)

2009-03-11 Thread DennisMail
Hello list,

I sent a question last Sun, 08. Mar 2009 16:14:10 +0100, and as the message was 
over the max size, I got a response that a list admin has to give his okay for 
delivering the message to the list. Can please a admin have a look at my mail? 
Thanks a lot.

Regards,
Dennis
-- 
Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur 
17,95 ¿/mtl. + 1 Monat gratis!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] modprobe snd-virtuoso error

2009-03-11 Thread Ron Pitts
r...@myth-desktop:/etc# uname -r
2.6.27-11-generic


Tried using alsa-driver-1.0.19 and alsa-driver-1.0.18


modprobe snd-virtuoso
FATAL: Error inserting snd_rawmidi
(/lib/modules/2.6.27-11-generic/kernel/sound/acore/snd-rawmidi.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd_rawmidi
WARNING: Error inserting snd_mpu401_uart
(/lib/modules/2.6.27-11-generic/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_oxygen_lib
(/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-oxygen-lib.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_virtuoso
(/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-virtuoso.ko):
Unknown symbol in module, or unknown parameter (see dmesg)

Any ideas?
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] modprobe snd-virtuoso error

2009-03-11 Thread Jan-Benedict Glaw
On Wed, 2009-03-11 22:15:34 +1100, Ron Pitts aussie...@gmail.com wrote:
 r...@myth-desktop:/etc# uname -r
 2.6.27-11-generic
 
 
 Tried using alsa-driver-1.0.19 and alsa-driver-1.0.18
 
 
 modprobe snd-virtuoso
 FATAL: Error inserting snd_rawmidi
 (/lib/modules/2.6.27-11-generic/kernel/sound/acore/snd-rawmidi.ko): Unknown
 symbol in module, or unknown parameter (see dmesg)
 WARNING: Error running install command for snd_rawmidi
 WARNING: Error inserting snd_mpu401_uart
 (/lib/modules/2.6.27-11-generic/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko):
 Unknown symbol in module, or unknown parameter (see dmesg)
 WARNING: Error inserting snd_oxygen_lib
 (/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-oxygen-lib.ko):
 Unknown symbol in module, or unknown parameter (see dmesg)
 FATAL: Error inserting snd_virtuoso
 (/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-virtuoso.ko):
 Unknown symbol in module, or unknown parameter (see dmesg)

As the error messages indicate: What does the `dmesg' command print
out?

MfG, JBG

-- 
  Jan-Benedict Glaw  jbg...@lug-owl.de  +49-172-7608481
  Signature of:Lauf nicht vor Deinem Glück davon:
  the second  : Es könnte hinter Dir stehen!


signature.asc
Description: Digital signature
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] modprobe snd-virtuoso error

2009-03-11 Thread Clemens Ladisch
Ron Pitts wrote:
 ...
 FATAL: Error inserting snd_virtuoso 
 (/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-virtuoso.ko): 
 Unknown symbol in module, or unknown parameter (see dmesg)

The most likely cause of this problem is that you are trying to load a
module of a new driver version while some other sound module of the old
driver version is still loaded.

It should work after you unload all snd_* modules, or reboot.


HTH
Clemens

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] (no subject)

2009-03-11 Thread Clemens Ladisch
dennism...@gmx.net wrote:
 Can please a admin have a look at my mail?

There is no moderator; all such mails go into a black hole.

 the message was over the max size

Compress it, ot put it somewhere on the web.


HTH
Clemens

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] modprobe snd-virtuoso error

2009-03-11 Thread Ron Pitts
Its loading now without error  however doesnt report its found my ASUS
HDAV1.3 ..

lsmod

snd_virtuoso   17188  0
snd_oxygen_lib 39040  1 snd_virtuoso
snd_pcm_oss46496  0
snd_mixer_oss  22912  1 snd_pcm_oss
snd_pcm83844  2 snd_oxygen_lib,snd_pcm_oss
snd_page_alloc 16776  1 snd_pcm
snd_mpu401_uart15488  1 snd_oxygen_lib
snd_seq_oss39936  0
snd_seq_midi   14368  0
snd_rawmidi29728  2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 15232  2 snd_seq_oss,snd_seq_midi
snd_seq58480  5 snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  29448  2 snd_pcm,snd_seq
snd_seq_device 15500  4 snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd61092  11
snd_virtuoso,snd_oxygen_lib,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore  15328  1 snd

lspci -v
04:04.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen
HD Audio]
Subsystem: ASUSTeK Computer Inc. Device 8314
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at e800 [size=256]
Capabilities: [c0] Power Management version 2

Clemens, your the man when it comes to this card, I understand its only 10%
finished at the moment?

Thanks



On Thu, Mar 12, 2009 at 12:18 AM, Clemens Ladisch
cladi...@googlemail.comwrote:

 Ron Pitts wrote:
  ...
  FATAL: Error inserting snd_virtuoso
 (/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-virtuoso.ko):
 Unknown symbol in module, or unknown parameter (see dmesg)

 The most likely cause of this problem is that you are trying to load a
 module of a new driver version while some other sound module of the old
 driver version is still loaded.

 It should work after you unload all snd_* modules, or reboot.


 HTH
 Clemens

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Unknown symbol in module, or unknown parameter (see dmesg)

2009-03-11 Thread Dominique Michel
Le Tue, 10 Mar 2009 02:16:06 +0500,
Юрий Пайков crys...@uralweb.ru a écrit :

 Well, it seem to be a common problem, I think..
 Initially, I had to change my kernel to 2.6.29 rc3 one
 So i compiled ASLA for my intel8x0 soundacrd on that kernel
 I assure you, CONFIG_SOUND(or whats-its-name? anyway, core sound module) is
 set
It must be set as module, not into the kernel.

 
 But when i try to mopdprobe even snd(that is alsa module, isn't it), i get
 crys...@crystal:~/alsa-driver-1.0.19$ sudo modprobe snd
 FATAL: Error inserting snd
 (/lib/modules/2.6.29-rc3-wl/kernel/sound/acore/snd.ko): Unknown symbol in
 module, or unknown parameter (see dmesg) FATAL: Error running install
 command for snd
 
 dmesg gives me some symbol names, and i figured out they are in the
 soundcore.ko So I wonder, how to make alsa driver see where symbols are?
 
 

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user