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
root@myth-desktop:/usr/src/alsa-driver-1.0.19.30.gf0b3d.325.gc46d0# lsmod
Module Size Used by
rfcomm 44432 0
sco 18308 2
bridge 56980 0
stp 10628 1 bridge
bnep 20480 2
l2cap 30464 6 rfcomm,bnep
bluetooth 61924 6 rfcomm,sco,bnep,l2cap
ppdev 15620 0
powernow_k8 22148 1
cpufreq_userspace 11396 0
cpufreq_conservative 14600 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
wmi 14504 0
container 11520 0
sbs 19464 0
sbshc 13440 1 sbs
video 25232 0
output 11008 1 video
battery 18436 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
parport 42604 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
agpgart 42184 1 nvidia
serio_raw 13444 0
psmouse 45200 0
i2c_nforce2 14468 0
i2c_core 31892 2 nvidia,i2c_nforce2
isp1760 26120 0
button 14224 0
pcspkr 10624 0
evdev 17696 6
k8temp 12416 0
shpchp 38036 0
pci_hotplug 34976 1 shpchp
ext3 133256 1
jbd 55828 1 ext3
mbcache 16004 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_nv 30600 2
ata_generic 12932 0
forcedeth 61328 0
pata_acpi 12160 0
ohci_hcd 32016 0
ehci_hcd 43788 0
libata 178208 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
thermal 23708 0
processor 42156 2 powernow_k8,thermal
fan 12548 0
fbcon 47648 0
tileblit 10880 1 fbcon
font 16512 1 fbcon
bitblit 13824 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
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)
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: Unknown symbol oxygen_write_ac97_masked
[ 653.607700] snd_virtuoso: Unknown symbol oxygen_write16_masked
[ 653.607948] snd_virtuoso: Unknown symbol oxygen_write8_masked
[ 653.608149] snd_virtuoso: Unknown symbol oxygen_pci_remove
[ 653.608324] snd_virtuoso: Unknown symbol oxygen_read16
[ 653.608537] snd_virtuoso: Unknown symbol oxygen_pci_suspend
[ 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: Unknown symbol oxygen_write_ac97_masked
[ 653.607700] snd_virtuoso: Unknown symbol oxygen_write16_masked
[ 653.607948] snd_virtuoso: Unknown symbol oxygen_write8_masked
[ 653.608149] snd_virtuoso: Unknown symbol oxygen_pci_remove
[ 653.608324] snd_virtuoso: Unknown symbol oxygen_read16
[ 653.608537] snd_virtuoso: Unknown symbol oxygen_pci_suspend
On Thu, Mar 12, 2009 at 6:58 PM, Clemens Ladisch <cladisch@xxxxxxxxxxxxxx> wrote:
Ron Pitts wrote:It doesn't report anything when there is no error.
> Its loading now without error however doesnt report its found my ASUS
> HDAV1.3 ......
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
You're the first to ever try this code; I'm not sure if anything works.
> Clemens, your the man when it comes to this card, I understand its only 10%
> finished at the moment?
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@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user