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

2009-03-16 Thread Clemens Ladisch
Ron Pitts wrote:
 Analogue Output is working fine now however no luck with the HDMI audio.

But HDMI video does work?
Does your HDMI display show if any audio is sent, or in which format?
What sample format did you try to play?

 I've rebuilt the alsa lib with full debugging turned on:
 No sound for HDMI but receiving the following in dmesg:
 
 [   33.668846] : 4e 43 4f 4b   NCOK
 [   36.523606] message from Xonar HDAV HDMI chip received:
 [   36.523632] : 53 54 41 52 54 4f 4b  STARTOK
 [   36.581530] message from Xonar HDAV HDMI chip received:
 [   36.581551] : 32 34 50 4f 46 46 4f 4b   24POFF
 
 Is the plug iec958, the HDMI sound component?

No, that is the SPDIF output.  The HDMI sound must be driven by the same
DMA channel as the analog outputs (Multichannel) because it is the
only one that supports more than two uncompressed PCM channels.

 I take it the above commands are from the method xonar_hdav_init in
 virtuoso.c,

No, the commands sent by the driver are not shown.  The logged messages
are responses from the HDMI chip.

You can show the sent commands by adding the following at the end of
the hdmi_write_command function:

printk(KERN_DEBUG sent: fb ef %02x %02x, command, count);
for (i = 0; i  count; ++i)
printk( %02x, params[i]);
printk( %02x\n, checksum);

 its been awhile since I hacked some C++ code!!

Well, the driver doesn't use C++ ...


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


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

2009-03-16 Thread Ron Pitts
HDMI video works, it doesnt require the sound driver to be loaded for the
video passthrough.

At the moment my LCD (samsung) doesnt indicate any sound is coming from the
HDMI cable.

I'm trying to play a ac3 test file I found (end application is mythtv which
doesnt work either), e.g.

. aplay -Dplug:front:HDAV13 www_lynnemusic_com_surround_test.ac3
Playing raw data 'www_lynnemusic_com_surround_test.ac3' : Unsigned 8 bit,
Rate 8000 Hz, Mono
This plays static noise via the analogue output

and another one

aplay -Dplug:front:HDAV13 50_16.wav
Playing WAVE '50_16.wav' : Signed 16 bit Little Endian, Rate 44100 Hz,
Stereo

dmesg is displaying the following
[   13.520016] sent: fb ef 61 01 00 4c
[   13.528055] sent: fb ef 74 01 01 60
[   13.528089] sent: fb ef 54 05 00 02 00 00 01 46
[   13.983556] message from Xonar HDAV HDMI chip received:
[   13.983562] : 53 54 41 52 54 4f 4b
STARTOK
[   14.041538] message from Xonar HDAV HDMI chip received:
[   14.041544] : 32 34 50 4f 46 46 4f 4b
24POFF

however I would have expected several HDMI commands when playing the ac3
file but nothing is shown, probably because I'm not using aplay correctly.


Is there another module which calls the hdmi_write_command, most of the
commands in virtuoso.c seem to be around initialising and cleanup routines?



On Tue, Mar 17, 2009 at 12:05 AM, Clemens Ladisch
cladi...@googlemail.comwrote:

 Ron Pitts wrote:
  Analogue Output is working fine now however no luck with the HDMI audio.

 But HDMI video does work?
 Does your HDMI display show if any audio is sent, or in which format?
 What sample format did you try to play?

  I've rebuilt the alsa lib with full debugging turned on:
  No sound for HDMI but receiving the following in dmesg:
 
  [   33.668846] : 4e 43 4f 4b   NCOK
  [   36.523606] message from Xonar HDAV HDMI chip received:
  [   36.523632] : 53 54 41 52 54 4f 4b  STARTOK
  [   36.581530] message from Xonar HDAV HDMI chip received:
  [   36.581551] : 32 34 50 4f 46 46 4f 4b   24POFF
 
  Is the plug iec958, the HDMI sound component?

 No, that is the SPDIF output.  The HDMI sound must be driven by the same
 DMA channel as the analog outputs (Multichannel) because it is the
 only one that supports more than two uncompressed PCM channels.

  I take it the above commands are from the method xonar_hdav_init in
  virtuoso.c,

 No, the commands sent by the driver are not shown.  The logged messages
 are responses from the HDMI chip.

 You can show the sent commands by adding the following at the end of
 the hdmi_write_command function:

printk(KERN_DEBUG sent: fb ef %02x %02x, command, count);
for (i = 0; i  count; ++i)
printk( %02x, params[i]);
printk( %02x\n, checksum);

  its been awhile since I hacked some C++ code!!

 Well, the driver doesn't use C++ ...


 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


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

2009-03-13 Thread Clemens Ladisch
Ron Pitts wrote:
 [  653.504508] snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
 ...

The sound modules cannot be loaded because other sound modules they
depend on cannot be loaded.

Please show the first few of these messages (for module snd).


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


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

2009-03-13 Thread Ron Pitts
no worries


[   13.023656] snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
[   13.023837] snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_ack
[   13.023985] snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_peek
[   13.024064] snd_mpu401_uart: Unknown symbol snd_rawmidi_new
[   13.024159] snd_mpu401_uart: Unknown symbol snd_rawmidi_set_ops

Do I need to add mpu401_uart to the --with-cards command?



On Fri, Mar 13, 2009 at 6:29 PM, Clemens Ladisch cladi...@googlemail.comwrote:

 Ron Pitts wrote:
  [  653.504508] snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
  ...

 The sound modules cannot be loaded because other sound modules they
 depend on cannot be loaded.

 Please show the first few of these messages (for module snd).


 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


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

2009-03-13 Thread Ron Pitts
Fixed.
Looks like you need to complete all cards

./configure --with-cards=all  --with-sequencer=yes ; make ; make install
Module now loads without error and appears

r...@myth-desktop:/usr/src/alsa/alsa-driver-1.0.19.30.gf0b3d.325.gc46d0#
aplay -l
 List of PLAYBACK Hardware Devices 
card 0: NVidia [HDA NVidia], device 0: AD198x Analog [AD198x Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: AD198x Digital [AD198x Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDAV13 [Xonar HDAV1.3], device 0: Multichannel [Multichannel]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDAV13 [Xonar HDAV1.3], device 1: Digital [Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0



On Fri, Mar 13, 2009 at 8:34 PM, Ron Pitts aussie...@gmail.com wrote:

 no worries


 [   13.023656] snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
 [   13.023837] snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_ack
 [   13.023985] snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_peek
 [   13.024064] snd_mpu401_uart: Unknown symbol snd_rawmidi_new
 [   13.024159] snd_mpu401_uart: Unknown symbol snd_rawmidi_set_ops

 Do I need to add mpu401_uart to the --with-cards command?



 On Fri, Mar 13, 2009 at 6:29 PM, Clemens Ladisch 
 cladi...@googlemail.comwrote:

 Ron Pitts wrote:
  [  653.504508] snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
  ...

 The sound modules cannot be loaded because other sound modules they
 depend on cannot be loaded.

 Please show the first few of these messages (for module snd).


 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


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

2009-03-13 Thread Ron Pitts
Tried using aplay and got an error message:

aplay -Dfront:CARD=HDAV13,DEV=0 dialog-question.wav
Playing WAVE 'dialog-question.wav' : Signed 16 bit Little Endian, Rate 44100
Hz, Mono
aplay: set_params:959: Channels count not available


Looks promisingwell done so far.
On Fri, Mar 13, 2009 at 9:55 PM, Ron Pitts aussie...@gmail.com wrote:

 Fixed.
 Looks like you need to complete all cards

 ./configure --with-cards=all  --with-sequencer=yes ; make ; make install
 Module now loads without error and appears

 r...@myth-desktop:/usr/src/alsa/alsa-driver-1.0.19.30.gf0b3d.325.gc46d0#
 aplay -l
  List of PLAYBACK Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
 card 0: NVidia [HDA NVidia], device 1: AD198x Digital [AD198x Digital]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
 card 1: HDAV13 [Xonar HDAV1.3], device 0: Multichannel [Multichannel]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
 card 1: HDAV13 [Xonar HDAV1.3], device 1: Digital [Digital]
   Subdevices: 1/1
   Subdevice #0: subdevice #0



 On Fri, Mar 13, 2009 at 8:34 PM, Ron Pitts aussie...@gmail.com wrote:

 no worries


 [   13.023656] snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
 [   13.023837] snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_ack
 [   13.023985] snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_peek
 [   13.024064] snd_mpu401_uart: Unknown symbol snd_rawmidi_new
 [   13.024159] snd_mpu401_uart: Unknown symbol snd_rawmidi_set_ops

 Do I need to add mpu401_uart to the --with-cards command?



 On Fri, Mar 13, 2009 at 6:29 PM, Clemens Ladisch cladi...@googlemail.com
  wrote:

 Ron Pitts wrote:
  [  653.504508] snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
  ...

 The sound modules cannot be loaded because other sound modules they
 depend on cannot be loaded.

 Please show the first few of these messages (for module snd).


 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


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

2009-03-13 Thread Takashi Iwai
At Fri, 13 Mar 2009 21:55:39 +1100,
Ron Pitts wrote:
 
 Fixed.
 Looks like you need to complete all cards

It's a bug in the config parser.  Now fixed in the snapshot tarball
below:

ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz

The relevant git tree is:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/alsa-driver-build.git


Takashi

--
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-13 Thread Takashi Iwai
At Fri, 13 Mar 2009 22:25:43 +1100,
Ron Pitts wrote:
 
  
 Tried using aplay and got an error message:
  
 aplay -Dfront:CARD=HDAV13,DEV=0 dialog-question.wav
 Playing WAVE 'dialog-question.wav' : Signed 16 bit Little Endian, Rate 44100
 Hz, Mono
 aplay: set_params:959: Channels count not available

Pass -Dplug:front:HDAV13 instead.


Takashi

--
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-13 Thread Ron Pitts
*Analogue Output is working fine now however no luck with the HDMI audio. *
**
*So I can confirm the following *
**
*1. **ASUS* Xonar *HDAV 1.3 works fine with Analogue output using the
snapshot clemens supplied below, well done so far. This card could get
pretty popular once HDMI works. *

**


On Fri, Mar 13, 2009 at 11:06 PM, Takashi Iwai ti...@suse.de wrote:

 At Fri, 13 Mar 2009 22:25:43 +1100,
 Ron Pitts wrote:
 
 
  Tried using aplay and got an error message:
 
  aplay -Dfront:CARD=HDAV13,DEV=0 dialog-question.wav
  Playing WAVE 'dialog-question.wav' : Signed 16 bit Little Endian, Rate
 44100
  Hz, Mono
  aplay: set_params:959: Channels count not available

 Pass -Dplug:front:HDAV13 instead.


 Takashi

--
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-12 Thread Clemens Ladisch
Ron Pitts wrote:
 Its loading now without error  however doesnt report its found my ASUS
 HDAV1.3 ..

It doesn't report anything when there is no error.
Does it appear in /proc/asound/cards?

Anyway, I've fixed a bug after 1.0.19 was released; please try
http://www.alsa-project.org/snapshot/files/alsa-driver-1.0.19.30.gf0b3d.325.gc46d0.tar.bz2

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

You're the first to ever try this code; I'm not sure if anything works.

I estimate that analog sound output and video data passthrough should
work, and that HDMI sound output possibly works.  Video effects are not
supported at the moment because I don't know how to enable them.


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


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

2009-03-12 Thread Ron Pitts
Clemens,

Getting error now loading the module using the snapshot below:

used the following to build

*./configure --with-cards=virtuoso --with-sequencer=yes ; make ; make
install*


*lsmod*

r...@myth-desktop:/usr/src/alsa-driver-1.0.19.30.gf0b3d.325.gc46d0# lsmod
Module  Size  Used by
rfcomm 44432  0
sco18308  2
bridge 56980  0
stp10628  1 bridge
bnep   20480  2
l2cap  30464  6 rfcomm,bnep
bluetooth  61924  6 rfcomm,sco,bnep,l2cap
ppdev  15620  0
powernow_k822148  1
cpufreq_userspace  11396  0
cpufreq_conservative14600  0
cpufreq_ondemand   14988  1
cpufreq_stats  13188  0
freq_table 12672  3 powernow_k8,cpufreq_ondemand,cpufreq_stats
cpufreq_powersave   9856  0
pci_slot   12680  0
wmi14504  0
container  11520  0
sbs19464  0
sbshc  13440  1 sbs
video  25232  0
output 11008  1 video
battery18436  0
ipv6  263972  12
iptable_filter 10752  0
ip_tables  19600  1 iptable_filter
x_tables   22916  1 ip_tables
ac 12292  0
parport_pc 39204  0
lp 17156  0
parport42604  3 ppdev,parport_pc,lp
snd_page_alloc 16776  0
lirc_mceusb2   20228  1
soundcore  15328  0
lirc_dev   20020  1 lirc_mceusb2
nvidia   6909268  26
agpgart42184  1 nvidia
serio_raw  13444  0
psmouse45200  0
i2c_nforce214468  0
i2c_core   31892  2 nvidia,i2c_nforce2
isp176026120  0
button 14224  0
pcspkr 10624  0
evdev  17696  6
k8temp 12416  0
shpchp 38036  0
pci_hotplug34976  1 shpchp
ext3  133256  1
jbd55828  1 ext3
mbcache16004  1 ext3
sd_mod 42392  3
crc_t10dif  9984  1 sd_mod
sr_mod 22212  0
cdrom  43168  1 sr_mod
sg 39732  0
pata_amd   18692  0
sata_nv30600  2
ata_generic12932  0
forcedeth  61328  0
pata_acpi  12160  0
ohci_hcd   32016  0
ehci_hcd   43788  0
libata178208  4 pata_amd,sata_nv,ata_generic,pata_acpi
scsi_mod  155212  4 sd_mod,sr_mod,sg,libata
dock   16656  1 libata
usbcore   149360  5 lirc_mceusb2,isp1760,ohci_hcd,ehci_hcd
thermal23708  0
processor  42156  2 powernow_k8,thermal
fan12548  0
fbcon  47648  0
tileblit   10880  1 fbcon
font   16512  1 fbcon
bitblit13824  1 fbcon
softcursor  9984  1 bitblit
fuse   60828  1

*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
Kernel modules: snd-virtuoso
*modprobe snd-virtuoso
*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)
*dmesg*
[  653.504508] snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
[  653.504956] snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_ack
[  653.505321] snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_peek
[  653.505516] snd_mpu401_uart: Unknown symbol snd_rawmidi_new
[  653.505756] snd_mpu401_uart: Unknown symbol snd_rawmidi_set_ops
[  653.599875] snd_oxygen_lib: Unknown symbol snd_mpu401_uart_interrupt
[  653.600713] snd_oxygen_lib: Unknown symbol snd_mpu401_uart_new
[  653.605312] snd_virtuoso: Unknown symbol oxygen_write_i2c
[  653.605719] snd_virtuoso: Unknown symbol oxygen_write_uart
[  653.606039] snd_virtuoso: Unknown symbol oxygen_reset_uart
[  653.606214] snd_virtuoso: Unknown symbol oxygen_read8
[  653.606534] snd_virtuoso: Unknown symbol oxygen_pci_resume
[  653.606709] snd_virtuoso: Unknown symbol oxygen_write16
[  653.607026] snd_virtuoso: Unknown symbol oxygen_pci_probe
[  653.607214] snd_virtuoso: Unknown symbol oxygen_write_spi
[  653.607453] snd_virtuoso: 

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] 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