(Moderator, please ignore my previous 2 posts. I posted with the wrong address).

I'm trying to get sound in Wine. I have an Intel D845 mainboard with Intel8x0. I have just installed kernel 2.6.2. I've tried the ALSA drivers both as modules and built into the kernel and also the alsa-1.0.2c drivers as modules. Sound in linux works great. If I configure Wine to use ALSA, I get good music but sound effects are delayed by about 1 second. If I use Arts I get music only, no effects. If I configure Wine to use oss I get no music or effects.

I get these errors in dmesg...

request_module: failed /sbin/modprobe -- char-major-5-2. error = 256
request_module: failed /sbin/modprobe -- sound-slot-1. error = 256
ALSA /usr/src/ALSA/alsa-1.0.2/alsa-driver-1.0.2c/alsa-kernel/drivers/mpu401/mpu401_uart.c:226: cmd: 0xff failed at 0x330 (status = 0xff, data = 0xff)
ALSA /usr/src/ALSA/alsa-1.0.2/alsa-driver-1.0.2c/alsa-kernel/drivers/mpu401/mpu401_uart.c:226: cmd: 0x3f failed at 0x330 (status = 0xff, data = 0xff)


The systems complains that it cannot load sound-slot-1, but I have only one card. I can't find anything that is calling a second sound card.

My modules.conf is...

# SCSI module for UMAX Scanner
#alias scsi_hostadapter0 g_NCR5380
#options g_NCR5380 dtc_3181e=1 ncr_addr=0x240

## nVidia display driver
alias /dev/nvidia*   nvidia

## ALSA - RWK
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0

#module options go here
options snd-intel8x0 mpu_port=0x330
options snd-rawmidi midi_map=0

# OSS portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# Card 0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

above snd-intel8x0 snd-mixer-oss snd-pcm-oss
post-install snd-intel8x0 /usr/sbin/alsactl restore
## END ALSA

Output of lsmod...
Module Size Used by
snd_seq_oss 33536 0
snd_pcm_oss 47876 0
snd_mixer_oss 7280 1 snd_pcm_oss
snd_seq_midi 6688 0
snd_seq_midi_event 6272 2 snd_seq_oss,snd_seq_midi
snd_seq 52080 5 snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_intel8x0 28740 0
snd_ac97_codec 59780 1 snd_intel8x0
snd_pcm 85504 2 snd_pcm_oss,snd_intel8x0
snd_timer 21888 2 snd_seq,snd_pcm
snd_page_alloc 9348 2 snd_intel8x0,snd_pcm
snd_mpu401_uart 6400 1 snd_intel8x0
snd_rawmidi 20608 2 snd_seq_midi,snd_mpu401_uart
snd_seq_device 6788 4 snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd 46084 13 snd_seq_oss,snd_pcm_oss,snd_mixer_oss,snd_seq_midi,snd_seq_midi_event,snd_seq,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device



soundcore 7392 1 snd cdc_acm 8608 2 smbfs 61812 6 scanner 20736 0 hid 23296 0 ehci_hcd 22784 0 intel_agp 15896 1 agpgart 26184 2 intel_agp uhci_hcd 29448 0 nvidia 2071144 12 e100 58756 0 rtc 10792 0 nls_iso8859_1 3968 6 nls_cp437 5632 6 vfat 12544 1 fat 39712 1 vfat

Output of sndstat...

Sound Driver:3.8.1a-980706 (ALSA v1.0.2c emulation code)
Kernel: Linux rick 2.6.2 #2 Tue Feb 24 15:45:28 PST 2004 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
Intel 82801BA-ICH2 at 0xe800, irq 10

Audio devices:
0: Intel 82801BA-ICH2 (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices:
0: Intel 82801BA-ICH2 MPU-401

Timers:
7: system timer

Mixers:
0: Analog Devices AD1886

I think this is an ALSA/Intel8x0 problem, but I have also posted in the wine-users group.
Can someone here tell me if this problem can be fixed and how to do it?


Thanks,
Rick Knight
([EMAIL PROTECTED])



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to