Wine List, Just looking for ideas, here's my system configuration: Gentoo Linux 2.4.24 ALSA built as modules Creative Labs X-Fi 1.18 Driver with a few modifications per http://gentoo-wiki.com/HARDWARE_Creative_Labs_X-Fi Game I'm trying to get sound working on is WoW 2.4 winecfg shows no OSS or ALSA mixers, and none show up in the game either. Now I know, the first thing you're about to tell me is that the X-Fi drivers are junk. What I'm trying to understand is why every other sound program on the system works well with it, but Wine won't recognize it at all. Maybe a clue is that the X-Fi driver doesn't provide the legacy OSS interface? You tell me... -- Jason Weisberger jbdubbs at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080619/a1fd59c3/attachment.htm
Jason Weisberger wrote:> Wine List, > > Just looking for ideas, here's my system configuration: > > Gentoo Linux 2.4.24 > ALSA built as modules > Creative Labs X-Fi 1.18 Driver with a few modifications per > http://gentoo-wiki.com/HARDWARE_Creative_Labs_X-Fi > > Game I'm trying to get sound working on is WoW 2.4 > > winecfg shows no OSS or ALSA mixers, and none show up in the game either.Run winecfg, go to audio tab, exit winecfg. Post complete terminal output here.
Jason Weisberger wrote:> jbdubbs at jbdubbspc ~ $ winecfg > ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such > file or directory > ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such > file or directory > jbdubbs at jbdubbspc ~ $Dunno, please file a bug report.
Will do. On Fri, Jun 20, 2008 at 9:31 AM, vitamin <wineforum-user at winehq.org> wrote:> > Jason Weisberger wrote: > > jbdubbs at jbdubbspc ~ $ winecfg > > ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such > > file or directory > > ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such > > file or directory > > jbdubbs at jbdubbspc ~ $ > > > Dunno, please file a bug report. > > > > > >-- Jason Weisberger jbdubbs at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080620/c8c5f343/attachment.htm
Had the same problem trying to run Baldur's Gate. Tracked to the problem down to a crashed instance of the game. After killing that I the game worked just fine. Try $ pgrep WOW or whatever the *.exe is called to find the process id then $ kill xxxx
Jason Weisberger wrote:> I have 3 sound cards running right now, 0 is the X-Fi, 1 is intel hda audio > which works well, 2 is the usb mic.You should have started from this. By default Wine uses only one ALSA card. You have to explicitly tell Wine to look for / use other cards. See http://wiki.winehq.org/UsefulRegistryKeys (Alsa Driver section) for more details.
You are the man, sir.
My config works now as follows:
/etc/asound.conf:
pcm.xfi {
type hw
card 0
device 0
}
ctl.xfi {
type hw
card 0
device 0
}
pcm.usbmic {
type hw
card 2
device 0
}
ctl.usbmic {
type hw
card 2
device 0
}
pcm.hda {
type hw
card 1
device 0
}
ctl.hda {
type hw
card 1
device 0
}
My registry settings:
AutoScanCards = N
AutoScanDevices = N
DeviceCount = 3
DevicePCM1= xfi
DevicePCM2 = usbmic
DevicePCM3 = hda
UseDirectHW = Y
On Sat, Jun 28, 2008 at 10:46 PM, vitamin <wineforum-user at winehq.org>
wrote:
>
> Jason Weisberger wrote:
> > I have 3 sound cards running right now, 0 is the X-Fi, 1 is intel hda
> audio
> > which works well, 2 is the usb mic.
>
>
> You should have started from this. By default Wine uses only one ALSA card.
> You have to explicitly tell Wine to look for / use other cards.
> See http://wiki.winehq.org/UsefulRegistryKeys (Alsa Driver section) for
> more details.
>
>
>
>
>
>
--
Jason Weisberger
jbdubbs at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.winehq.org/pipermail/wine-users/attachments/20080629/3aa7f664/attachment.htm