Wine Soundprobleme mit SoundMAX AD1986A unter Linux (Asus M2NPV-VM)

E

EgLe

Grünschnabel
Hallo,

ich habe meinen Rechner ein neues Mainboard gegönnt.
Ein Asus M2NPV-VM laut dem Handbuch ist dort als Sound folgendes verbaut:

High Definition Audio:
SoundMAX ADI AD1986A 5.1-channel CODEC
Supports Jack Sensing technology
S/PDIF out interface

Ich habe diesen auch ohne Probleme unter (K)Ubuntu zum laufen bekommen.
Dies wurde selbstständig erkannt!

Habe damit leider soweit ich das feststellen kann nur mit Wine Probleme....


Ergebnisse der Soundabfrage mittles:

cat /proc/asound/version
Code:
egle@amd64-3800:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC)

cat /proc/asound/cards
Code:
egle@amd64-3800:~$ cat /proc/asound/cards
 0 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xfe028000 irq 233
 1 [UART           ]: MPU-401 UART - MPU-401 UART
                      MPU-401 UART at 0x330, irq 10
 2 [Headset        ]: USB-Audio - Logitech USB Headset
                      Logitech Logitech USB Headset at usb-0000:00:0b.0-4, full speed

head -n 1 /proc/asound/card0/codec*
Code:
egle@amd64-3800:~$ head -n 1 /proc/asound/card0/codec*
Codec: Analog Devices AD1986A

aplay -l
Code:
egle@amd64-3800:~$ aplay -l
**** Liste von PLAYBACK Geräten ****
Karte 0: NVidia [HDA NVidia], Gerät 0: AD198x Analog [AD198x Analog]
  Untergeordnete Geräte: 1/1
  Untergeordnetes Gerät '0: subdevice #0
Karte 0: NVidia [HDA NVidia], Gerät 1: AD198x Digital [AD198x Digital]
  Untergeordnete Geräte: 1/1
  Untergeordnetes Gerät '0: subdevice #0
Karte 2: Headset [Logitech USB Headset], Gerät 0: USB Audio [USB Audio]
  Untergeordnete Geräte: 1/1
  Untergeordnetes Gerät '0: subdevice #0

lspci | grep -i audio
Code:
egle@amd64-3800:~$ lspci | grep -i audio
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)

ps ax | grep -i "esd"
Code:
egle@amd64-3800:~$ ps ax | grep -i "esd"
 5135 pts/2    S+     0:00 grep -i esd

ps ax | grep -i "arts"
Code:
egle@amd64-3800:~$ ps ax | grep -i "arts"
 4935 ?        S      0:05 /usr/bin/artsd -F 10 -S 4096 -d -s 15 -m artsmessage -c drkonqi -l 3 -f
 5139 pts/2    S+     0:00 grep -i arts

lsmod | grep "snd"
Code:
egle@amd64-3800:~$ lspci | grep -i audio
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
egle@amd64-3800:~$ ps ax | grep -i "esd"
 5135 pts/2    S+     0:00 grep -i esd
egle@amd64-3800:~$ ps ax | grep -i "arts"
 4935 ?        S      0:05 /usr/bin/artsd -F 10 -S 4096 -d -s 15 -m artsmessage                                                                                    -c drkonqi -l 3 -f
 5137 pts/2    S+     0:00 grep -i arts
egle@amd64-3800:~$ ps ax | grep -i "arts"
 4935 ?        S      0:05 /usr/bin/artsd -F 10 -S 4096 -d -s 15 -m artsmessage -c drkonqi -l 3 -f
 5139 pts/2    S+     0:00 grep -i arts
egle@amd64-3800:~$ lsmod | grep "snd"
snd_usb_audio          80416  1
snd_usb_lib            18816  1 snd_usb_audio
snd_hwdep              10756  1 snd_usb_audio
snd_mpu401              9640  0
snd_mpu401_uart        10240  1 snd_mpu401
snd_rawmidi            27264  2 snd_usb_lib,snd_mpu401_uart
snd_seq_device          9868  1 snd_rawmidi
snd_hda_intel          20116  1
snd_hda_codec         164608  1 snd_hda_intel
snd_pcm_oss            47360  0
snd_mixer_oss          19584  1 snd_pcm_oss
snd_pcm                84612  4 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer              25348  1 snd_pcm
snd                    58372  16 snd_usb_audio,snd_hwdep,snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              11232  1 snd
snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
usbcore               134912  8 snd_usb_audio,usb_storage,libusual,snd_usb_lib,usblp,ehci_hcd,ohci_hcd

cat ~/.asoundrc
Code:
egle@amd64-3800:~$ cat ~/.asoundrc
cat: /home/egle/.asoundrc: No such file or directory

dmesg
Code:
egle@amd64-3800:~$ dmesg
[17179569.184000] Linux version 2.6.17-10-generic (root@terranova) (gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)) #2 SMP Tue Dec 5 22:28:26 UTC 2006 (Ubuntu 2.6.17-10.34-generic)
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[17179569.184000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000007bef0000 (usable)
[17179569.184000]  BIOS-e820: 000000007bef0000 - 000000007bef3000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 000000007bef3000 - 000000007bf00000 (ACPI data)
[17179569.184000]  BIOS-e820: 000000007c000000 - 0000000080000000 (reserved)
[17179569.184000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[17179569.184000] 1086MB HIGHMEM available.
[17179569.184000] 896MB LOWMEM available.
[17179569.184000] found SMP MP-table at 000f5ab0
[17179569.184000] On node 0 totalpages: 507632
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   Normal zone: 225280 pages, LIFO batch:31
[17179569.184000]   HighMem zone: 278256 pages, LIFO batch:31
[17179569.184000] DMI 2.4 present.
[17179569.184000] ACPI: RSDP (v002 Nvidia                                ) @ 0x000f7570
[17179569.184000] ACPI: XSDT (v001 Nvidia ASUSACPI 0x42302e31 AWRD 0x00000000) @ 0x7bef30c0
[17179569.184000] ACPI: FADT (v003 Nvidia ASUSACPI 0x42302e31 AWRD 0x00000000) @ 0x7befb440
[17179569.184000] ACPI: SSDT (v001 PTLTD  POWERNOW 0x00000001  LTP 0x00000001) @ 0x7befb640
[17179569.184000] ACPI: HPET (v001 Nvidia ASUSACPI 0x42302e31 AWRD 0x00000098) @ 0x7befb880
[17179569.184000] ACPI: MCFG (v001 Nvidia ASUSACPI 0x42302e31 AWRD 0x00000000) @ 0x7befb900
[17179569.184000] ACPI: MADT (v001 Nvidia ASUSACPI 0x42302e31 AWRD 0x00000000) @ 0x7befb580
[17179569.184000] ACPI: DSDT (v001 NVIDIA ASUSACPI 0x00001000 MSFT 0x03000000) @ 0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x4008
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 15:11 APIC version 16
[17179569.184000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[17179569.184000] Processor #1 15:11 APIC version 16
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[17179569.184000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] ACPI: IRQ14 used by override.
[17179569.184000] ACPI: IRQ15 used by override.
[17179569.184000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[17179569.184000] ACPI: HPET id: 0x10de8201 base: 0xfefff000
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda6 ro quiet splash locale=de_DE
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Enabling fast FPU save and restore... done.
[17179569.184000] Enabling unmasked SIMD FPU exception support... done.
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[17179569.184000] Console: colour VGA+ 80x25
[17179569.184000] spurious 8259A interrupt: IRQ7.
[17179569.184000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[17179569.184000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179569.184000] Memory: 2003516k/2030528k available (1910k kernel code, 25792k reserved, 1069k data, 308k init, 1113024k highmem)
[17179569.184000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[17179569.184000] hpet0: at MMIO 0xfefff000 (virtual 0xf8800000), IRQs 2, 8, 31
[17179569.184000] hpet0: 3 32-bit timers, 25000000 Hz
[17179569.184000] Using HPET for base-timer
[17179569.184000] Using HPET for gettimeofday
[17179569.184000] Detected 2004.353 MHz processor.
[17179569.184000] Using hpet for high-res timesource
[17179569.268000] Calibrating delay using timer specific routine.. 4012.22 BogoMIPS (lpj=8024446)
[17179569.268000] Security Framework v1.0.0 initialized
[17179569.268000] SELinux:  Disabled at boot.
[17179569.268000] Mount-cache hash table entries: 512
[17179569.268000] CPU: After generic identify, caps: 178bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001f
[17179569.268000] CPU: After vendor identify, caps: 178bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001f
[17179569.268000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[17179569.268000] CPU: L2 Cache: 512K (64 bytes/line)
[17179569.268000] CPU 0(2) -> Core 0
[17179569.268000] CPU: After all inits, caps: 178bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000001f
[17179569.268000] Checking 'hlt' instruction... OK.
[17179569.284000] SMP alternatives: switching to UP code
[17179569.284000] checking if image is initramfs... it is
[17179569.720000] Freeing initrd memory: 5285k freed
[17179569.720000] ACPI: Core revision 20060707
[17179569.720000] ACPI: Looking for DSDT ... not found!
[17179569.724000] ACPI: System reset via FADT Reset Register is supported
[17179569.724000] machine_reset = acpi_machine_reset
[17179569.724000] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[17179569.724000] SMP alternatives: switching to SMP code
[17179569.724000] Booting processor 1/1 eip 3000
[17179569.736000] Initializing CPU#1
[17179569.816000] Calibrating delay using timer specific routine.. 4008.56 BogoMIPS (lpj=8017130)
[17179569.816000] CPU: After generic identify, caps: 178bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001f
[17179569.816000] CPU: After vendor identify, caps: 178bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001f
[17179569.816000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[17179569.816000] CPU: L2 Cache: 512K (64 bytes/line)
[17179569.816000] CPU 1(2) -> Core 1
[17179569.816000] CPU: After all inits, caps: 178bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000001f
[17179569.816000] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[17179569.816000] Total of 2 processors activated (8020.78 BogoMIPS).
[17179569.816000] ENABLING IO-APIC IRQs
[17179569.816000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179569.968000] checking TSC synchronization across 2 CPUs:
[17179569.972000] Brought up 2 CPUs
[17179569.988000] migration_cost=4000
[17179569.988000] NET: Registered protocol family 16
[17179569.988000] EISA bus registered
[17179569.988000] ACPI: bus type pci registered
[17179569.988000] PCI: Using MMCONFIG
[17179569.988000] PCI: No mmconfig possible on 0:18
[17179569.988000] Setting up standard PCI resources
[17179570.000000] ACPI: Interpreter enabled
[17179570.000000] ACPI: Using IOAPIC for interrupt routing
[17179570.000000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179570.000000] PCI: Probing PCI hardware (bus 00)
[17179570.008000] Boot video device is 0000:00:05.0
[17179570.008000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:0d.0
[17179570.008000] PCI: Transparent bridge - 0000:00:10.0
[17179570.008000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179570.144000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[17179570.148000] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.148000] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.148000] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.148000] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.148000] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.148000] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.148000] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 *11 14 15)
[17179570.152000] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.152000] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.152000] ACPI: PCI Interrupt Link [LUBB] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.152000] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 *11 14 15)
[17179570.152000] ACPI: PCI Interrupt Link [LACI] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.152000] ACPI: PCI Interrupt Link [LAZA] (IRQs *5 7 9 10 11 14 15)
[17179570.152000] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.152000] ACPI: PCI Interrupt Link [LMCI] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.152000] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.152000] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.152000] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[17179570.156000] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[17179570.160000] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
[17179570.164000] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
[17179570.164000] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
[17179570.164000] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[17179570.164000] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
[17179570.164000] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled.
[17179570.168000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179570.168000] pnp: PnP ACPI init
[17179570.176000] pnp: PnP ACPI: found 17 devices
[17179570.176000] PnPBIOS: Disabled by ACPI PNP
[17179570.176000] PCI: Using ACPI for IRQ routing
[17179570.176000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[17179570.176000] pnp: 00:01: ioport range 0x4000-0x407f could not be reserved
[17179570.176000] pnp: 00:01: ioport range 0x4080-0x40ff has been reserved
[17179570.176000] pnp: 00:01: ioport range 0x4400-0x447f has been reserved
[17179570.176000] pnp: 00:01: ioport range 0x4480-0x44ff could not be reserved
[17179570.176000] pnp: 00:01: ioport range 0x4800-0x487f has been reserved
[17179570.176000] pnp: 00:01: ioport range 0x4880-0x48ff has been reserved
[17179570.176000] pnp: 00:01: ioport range 0x2000-0x207f has been reserved
[17179570.176000] pnp: 00:01: ioport range 0x2080-0x20ff has been reserved
[17179570.180000] PCI: Bridge: 0000:00:02.0
[17179570.180000]   IO window: b000-bfff
[17179570.180000]   MEM window: fde00000-fdefffff
[17179570.180000]   PREFETCH window: fdd00000-fddfffff
[17179570.180000] PCI: Bridge: 0000:00:03.0
[17179570.180000]   IO window: e000-efff
[17179570.180000]   MEM window: fdc00000-fdcfffff
[17179570.180000]   PREFETCH window: fd900000-fd9fffff
[17179570.180000] PCI: Bridge: 0000:00:04.0
[17179570.180000]   IO window: d000-dfff
[17179570.180000]   MEM window: fd800000-fd8fffff
[17179570.180000]   PREFETCH window: fd700000-fd7fffff
[17179570.180000] PCI: Bridge: 0000:00:10.0
[17179570.180000]   IO window: c000-cfff
[17179570.180000]   MEM window: fdb00000-fdbfffff
[17179570.180000]   PREFETCH window: fda00000-fdafffff
[17179570.180000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[17179570.180000] PCI: Setting latency timer of device 0000:00:03.0 to 64
[17179570.180000] PCI: Setting latency timer of device 0000:00:04.0 to 64
[17179570.180000] PCI: Setting latency timer of device 0000:00:10.0 to 64
[17179570.180000] NET: Registered protocol family 2
[17179570.228000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[17179570.228000] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[17179570.228000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[17179570.228000] TCP: Hash tables configured (established 262144 bind 65536)
[17179570.228000] TCP reno registered
[17179570.228000] audit: initializing netlink socket (disabled)
[17179570.228000] audit(1171806673.228:1): initialized
[17179570.228000] highmem bounce pool size: 64 pages
[17179570.228000] VFS: Disk quotas dquot_6.5.1
[17179570.228000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179570.228000] Initializing Cryptographic API
[17179570.228000] io scheduler noop registered
[17179570.228000] io scheduler anticipatory registered
[17179570.228000] io scheduler deadline registered
[17179570.228000] io scheduler cfq registered (default)
[17179570.228000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[17179570.228000] pcie_portdrv_probe->Dev[02fc:10de] has invalid IRQ. Check vendor BIOS
[17179570.228000] assign_interrupt_mode Found MSI capability
[17179570.228000] Allocate Port Service[0000:00:02.0:pcie00]
[17179570.228000] Allocate Port Service[0000:00:02.0:pcie03]
[17179570.228000] PCI: Setting latency timer of device 0000:00:03.0 to 64
[17179570.228000] pcie_portdrv_probe->Dev[02fd:10de] has invalid IRQ. Check vendor BIOS
[17179570.228000] assign_interrupt_mode Found MSI capability
[17179570.228000] Allocate Port Service[0000:00:03.0:pcie00]
[17179570.228000] Allocate Port Service[0000:00:03.0:pcie03]
[17179570.228000] PCI: Setting latency timer of device 0000:00:04.0 to 64
[17179570.228000] pcie_portdrv_probe->Dev[02fb:10de] has invalid IRQ. Check vendor BIOS
[17179570.228000] assign_interrupt_mode Found MSI capability
[17179570.228000] Allocate Port Service[0000:00:04.0:pcie00]
[17179570.228000] Allocate Port Service[0000:00:04.0:pcie03]
[17179570.228000] isapnp: Scanning for PnP cards...
[17179570.584000] isapnp: No Plug & Play device found
[17179570.604000] Real Time Clock Driver v1.12ac
[17179570.604000] hpet_resources: 0xfefff000 is busy
[17179570.604000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[17179570.604000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179570.604000] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179570.608000] mice: PS/2 mouse device common for all mice
[17179570.608000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[17179570.608000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179570.608000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[17179570.608000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[17179571.164000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179571.168000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179571.172000] EISA: Probing bus 0 at eisa.0
[17179571.172000] Cannot allocate resource for EISA slot 2
[17179571.172000] Cannot allocate resource for EISA slot 4
[17179571.172000] EISA: Detected 0 cards.
[17179571.172000] TCP bic registered
[17179571.172000] NET: Registered protocol family 1
[17179571.172000] NET: Registered protocol family 8
[17179571.172000] NET: Registered protocol family 20
[17179571.172000] Starting balanced_irq
[17179571.172000] Using IPI No-Shortcut mode
[17179571.172000] ACPI: (supports S0 S1 S3 S4 S5)
[17179571.176000] Freeing unused kernel memory: 308k freed
[17179571.196000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179572.264000] Capability LSM initialized
[17179572.296000] ACPI: Fan [FAN] (on)
[17179572.300000] ACPI: Thermal Zone [THRM] (40 C)
[17179572.664000] SCSI subsystem initialized
[17179572.668000] libata version 1.20 loaded.
[17179572.668000] NFORCE-MCP51: IDE controller at PCI slot 0000:00:0d.0
[17179572.668000] NFORCE-MCP51: chipset revision 161
[17179572.668000] NFORCE-MCP51: not 100% native mode: will probe irqs later
[17179572.668000] NFORCE-MCP51: 0000:00:0d.0 (rev a1) UDMA133 controller
[17179572.668000]     ide0: BM-DMA at 0xf400-0xf407, BIOS settings: hda:DMA, hdb:DMA
[17179572.668000]     ide1: BM-DMA at 0xf408-0xf40f, BIOS settings: hdc:DMA, hdd:DMA
[17179572.668000] Probing IDE interface ide0...
[17179572.960000] hda: Maxtor 6Y080L0, ATA DISK drive
[17179573.244000] hdb: Maxtor 6L300R0, ATA DISK drive
[17179573.304000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179573.328000] Probing IDE interface ide1...
[17179574.072000] hdc: PLEXTOR DVDR PX-716A, ATAPI CD/DVD-ROM drive
[17179574.412000] ide1 at 0x170-0x177,0x376 on irq 15
[17179574.420000] hda: max request size: 128KiB
[17179574.424000] hda: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133)
[17179574.424000] hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 8192kB Cache, UDMA(66)
[17179574.424000] Uniform CD-ROM driver Revision: 3.20
[17179574.424000] hda: cache flushes supported
[17179574.424000]  hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 hda9 hda10 >
[17179574.508000] hdb: max request size: 512KiB
[17179574.508000] hdb: 586072368 sectors (300069 MB) w/16384KiB Cache, CHS=36481/255/63, UDMA(133)
[17179574.512000] hdb: cache flushes supported
[17179574.512000]  hdb: hdb1 hdb2 < hdb5 hdb6 hdb7 >
[17179575.216000] usbcore: registered new driver usbfs
[17179575.216000] forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.54.
[17179575.216000] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[17179575.216000] ACPI: PCI Interrupt 0000:00:14.0[A] -> Link [APCH] -> GSI 23 (level, low) -> IRQ 201
[17179575.216000] PCI: Setting latency timer of device 0000:00:14.0 to 64
[17179575.216000] forcedeth: using HIGHDMA
[17179575.220000] usbcore: registered new driver hub
[17179575.220000] ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
[17179575.224000] ieee1394: Initialized config rom entry `ip1394'
[17179575.744000] eth0: forcedeth.c: subsystem: 01043:816a bound to 0000:00:14.0
[17179575.744000] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[17179575.744000] ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [APCF] -> GSI 22 (level, low) -> IRQ 209
[17179575.744000] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[17179575.744000] ohci_hcd 0000:00:0b.0: OHCI Host Controller
[17179575.744000] ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 1
[17179575.760000] ohci_hcd 0000:00:0b.0: irq 209, io mem 0xfe02f000
[17179575.820000] usb usb1: configuration #1 chosen from 1 choice
[17179575.820000] hub 1-0:1.0: USB hub found
[17179575.820000] hub 1-0:1.0: 8 ports detected
[17179575.928000] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[17179575.928000] ACPI: PCI Interrupt 0000:04:05.0[A] -> Link [APC4] -> GSI 19 (level, low) -> IRQ 217
[17179575.940000] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[17179575.940000] ACPI: PCI Interrupt 0000:00:0b.1[B] -> Link [APCL] -> GSI 21 (level, low) -> IRQ 225
[17179575.940000] PCI: Setting latency timer of device 0000:00:0b.1 to 64
[17179575.940000] ehci_hcd 0000:00:0b.1: EHCI Host Controller
[17179575.940000] ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 2
[17179575.940000] ehci_hcd 0000:00:0b.1: debug port 1
[17179575.940000] PCI: cache line size of 64 is not supported by device 0000:00:0b.1
[17179575.940000] ehci_hcd 0000:00:0b.1: irq 225, io mem 0xfe02e000
[17179575.940000] ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[17179575.940000] usb usb2: configuration #1 chosen from 1 choice
[17179575.940000] hub 2-0:1.0: USB hub found
[17179575.940000] hub 2-0:1.0: 8 ports detected
[17179575.976000] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[217]  MMIO=[fdbff000-fdbff7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[17179576.084000] Attempting manual resume
[17179576.128000] kjournald starting.  Commit interval 5 seconds
[17179576.128000] EXT3-fs: mounted filesystem with ordered data mode.
[17179576.888000] usb 1-3: new full speed USB device using ohci_hcd and address 2
[17179577.124000] usb 1-3: configuration #1 chosen from 1 choice
[17179577.256000] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0011d80000f5560c]
[17179577.428000] usb 1-4: new full speed USB device using ohci_hcd and address 3
[17179577.636000] usb 1-4: configuration #1 chosen from 1 choice
[17179584.416000] input: PS2++ Logitech TrackMan as /class/input/input1
[17179584.648000] input: PC Speaker as /class/input/input2
[17179585.200000] Floppy drive(s): fd0 is 1.44M
[17179585.220000] FDC 0 is a post-1991 82077
[17179585.244000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179585.360000] Linux agpgart interface v0.101 (c) Dave Jones
[17179585.404000] shpchp: Unknown symbol acpi_run_oshp
[17179585.404000] shpchp: Unknown symbol pci_hp_change_slot_info
[17179585.404000] shpchp: Unknown symbol pci_hp_register
[17179585.404000] shpchp: Unknown symbol pci_hp_deregister
[17179585.404000] shpchp: Unknown symbol acpi_get_hp_params_from_firmware
[17179585.408000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179585.488000] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 20
[17179585.488000] ACPI: PCI Interrupt 0000:00:10.1[B] -> Link [AAZA] -> GSI 20 (level, low) -> IRQ 233
[17179585.488000] PCI: Setting latency timer of device 0000:00:10.1 to 64
[17179585.672000] parport: PnPBIOS parport detected.
[17179585.672000] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[17179585.688000] ts: Compaq touchscreen protocol output
[17179585.728000] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3611
[17179585.728000] usbcore: registered new driver usblp
[17179585.728000] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
[17179585.948000] NET: Registered protocol family 17
[17179585.964000] nvidia: module license 'NVIDIA' taints kernel.
[17179585.980000] Linux video capture interface: v1.00
[17179586.032000] usbcore: registered new driver libusual
[17179586.068000] ACPI: PCI Interrupt Link [APC7] enabled at IRQ 16
[17179586.068000] ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [APC7] -> GSI 16 (level, low) -> IRQ 50
[17179586.068000] PCI: Setting latency timer of device 0000:00:05.0 to 64
[17179586.068000] NVRM: loading NVIDIA Linux x86 Kernel Module  1.0-8776  Mon Oct 16 21:56:04 PDT 2006
[17179586.332000] Initializing USB Mass Storage driver...
[17179586.332000] scsi0 : SCSI emulation for USB Mass Storage devices
[17179586.332000] usb-storage: device found at 2
[17179586.332000] usb-storage: waiting for device to settle before scanning
[17179586.332000] usbcore: registered new driver usb-storage
[17179586.332000] USB Mass Storage support registered.
[17179586.400000] saa7146: register extension 'dvb'.
[17179586.400000] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[17179586.400000] ACPI: PCI Interrupt 0000:04:09.0[A] -> Link [APC2] -> GSI 17 (level, low) -> IRQ 58
[17179586.400000] saa7146: found saa7146 @ mem f8ada000 (revision 1, irq 58) (0x13c2,0x0003).
[17179586.480000] DVB: registering new adapter (Technotrend/Hauppauge WinTV Nexus-S rev2.X).
[17179586.520000] adapter has MAC addr = 00:d0:5c:20:90:de
[17179586.548000] usbcore: registered new driver snd-usb-audio
[17179586.728000] dvb-ttpci: gpioirq unknown type=0 len=0
[17179586.752000] dvb-ttpci: info @ card 0: firm f0240009, rtsl b0250018, vid 71010068, app 80002622
[17179586.752000] dvb-ttpci: firmware @ card 0 supports CI link layer interface
[17179587.332000] dvb-ttpci: adac type set to 0 @ card 0
[17179587.344000] saa7146_vv: saa7146 (0): registered device video0 [v4l2]
[17179587.344000] saa7146_vv: saa7146 (0): registered device vbi0 [v4l2]
[17179587.916000] DVB: registering frontend 0 (ST STV0299 DVB-S)...
[17179587.916000] input: DVB on-card IR receiver as /class/input/input3
[17179587.916000] dvb-ttpci: found av7110-0.
[17179588.120000] lp0: using parport0 (interrupt-driven).
[17179588.136000] ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
[17179588.136000] ieee1394: sbp2: Try serialize_io=0 for better performance
[17179588.164000] Adding 979924k swap on /dev/hda10.  Priority:-1 extents:1 across:979924k
[17179588.196000] EXT3 FS on hda6, internal journal
[17179588.960000] NET: Registered protocol family 10
[17179588.960000] lo: Disabled Privacy Extensions
[17179588.964000] IPv6 over IPv4 tunneling driver
[17179590.056000] NTFS driver 2.1.27 [Flags: R/O MODULE].
[17179590.112000] NTFS volume version 3.1.
[17179590.132000] kjournald starting.  Commit interval 5 seconds
[17179590.144000] EXT3 FS on hda5, internal journal
[17179590.144000] EXT3-fs: mounted filesystem with ordered data mode.
[17179590.188000] kjournald starting.  Commit interval 5 seconds
[17179590.204000] EXT3 FS on hda7, internal journal
[17179590.204000] EXT3-fs: mounted filesystem with ordered data mode.
[17179590.228000] kjournald starting.  Commit interval 5 seconds
[17179590.240000] EXT3 FS on hda8, internal journal
[17179590.240000] EXT3-fs: mounted filesystem with ordered data mode.
[17179590.268000] kjournald starting.  Commit interval 5 seconds
[17179590.280000] EXT3 FS on hda9, internal journal
[17179590.280000] EXT3-fs: mounted filesystem with ordered data mode.
[17179590.400000] kjournald starting.  Commit interval 5 seconds
[17179590.412000] EXT3 FS on hdb5, internal journal
[17179590.412000] EXT3-fs: mounted filesystem with ordered data mode.
[17179590.424000] kjournald starting.  Commit interval 5 seconds
[17179590.436000] EXT3 FS on hdb6, internal journal
[17179590.436000] EXT3-fs: mounted filesystem with ordered data mode.
[17179590.460000] kjournald starting.  Commit interval 5 seconds
[17179590.472000] EXT3 FS on hdb7, internal journal
[17179590.472000] EXT3-fs: mounted filesystem with ordered data mode.
[17179591.336000] usb-storage: device scan complete
[17179591.344000]   Vendor: HP        Model: psc 2410          Rev: 1.00
[17179591.344000]   Type:   Direct-Access                      ANSI SCSI revision: 02
[17179591.392000] ACPI: Power Button (FF) [PWRF]
[17179591.392000] ACPI: Power Button (CM) [PWRB]
[17179591.396000] sd 0:0:0:0: Attached scsi removable disk sda
[17179591.412000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[17179591.504000] ibm_acpi: ec object not found
[17179591.536000] pcc_acpi: loading...
[17179591.864000] powernow-k8: Found 2 AMD Athlon 64 / Opteron processors (version 1.60.2)
[17179591.864000] powernow-k8:    0 : fid 0xc (2000 MHz), vid 0xc (1250 mV)
[17179591.864000] powernow-k8:    1 : fid 0xa (1800 MHz), vid 0xe (1200 mV)
[17179591.864000] powernow-k8:    2 : fid 0x2 (1000 MHz), vid 0x12 (1100 mV)
[17179591.864000] cpu_init done, current fid 0xc, vid 0xc
[17179595.440000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[17179595.440000] apm: disabled - APM is not SMP safe.
[17179599.768000] eth0: no IPv6 routers present
[17179601.704000] Bluetooth: Core ver 2.8
[17179601.704000] NET: Registered protocol family 31
[17179601.704000] Bluetooth: HCI device and connection manager initialized
[17179601.704000] Bluetooth: HCI socket layer initialized
[17179601.920000] Bluetooth: L2CAP ver 2.8
[17179601.920000] Bluetooth: L2CAP socket layer initialized
[17179601.952000] Bluetooth: RFCOMM socket layer initialized
[17179601.952000] Bluetooth: RFCOMM TTY layer initialized
[17179601.952000] Bluetooth: RFCOMM ver 1.7


Leider habe ich mit diesem Teil unter den Spielen und auch "Wine" massive
Probleme mit dieser Soundkarte, und hoffe das Ihr mir helfen könnte diese zu lösen, bzw. diesen "perfect" ins System einzubinden das dass meiste sauber läuft.

In Wine muss ich damit ich überhaupt Sound habe im Winecfg unter
dem Audioreiter folgendes einstellen damit ich Sound habe:

Hardwarebeschleunigung: Emulation
aktivieren der treiber emulation

Leider laufen somit die wenigen Spiele (die eben noch gehen) anscheinend sehr unzufrieden
und stürzten mir dann nach einer weile auch meist ab.

Die anderen Spiele lassen sich auch nicht starten z.B. FarCry.

Ich erhalte bei soweit allen Spielen unter wine folgende Ausgabe:
Code:
egle@amd64-3800:/media/hdb6/games/wine/Farcry/Bin32$ wine FarCry.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory


Unter Feisty erhalte ich sogar noch zusätzlich diese Meldung:

Code:
egle@amd64-3800:/media/hdb6/games/wine/Farcry/Bin32$ wine FarCry.exe
ALSA lib dlmisc.c:108:(snd_dlsym_verify) unable to verify version for symbol snd_func_card_name
ALSA lib conf.c:3488:(_snd_config_evaluate) symbol snd_func_card_name is not defined inside (null)
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat returned error: No such device or address
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such device or address
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat returned error: No such device or address
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such device or address
ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device or address
Segmentation fault (core dumped)
egle@amd64-3800:/media/hdb6/games/wine/Farcry/Bin32$

Die einen laufen eben "instabil" weiter die anderen bleiben da dann schon hängen.

Gibt es evtl. da eine Lösung wie man das in "Wine" ordentlich zum laufen bekommt?

Hoffe Ihr könnt mir hierbei helfen, wurde gerne weiterhin wine verwenden...
 

Ähnliche Themen

Problem bei der installation einer Sun Netzwerkkarte

X startet nichtmehr

xrandr: cant open display

UDEV rules - How ?

Openvpn will nicht

Zurück
Oben