Re: [Alsa-user] problems with ported alsa driver cs5530

2012-01-20 Thread Clemens Ladisch
Rene Munsch wrote: > I found the Chip LM4548VH and googled its datasheet. It should be a a > AC97 chip. So i wonder. The CS5530 is an AC'97 controller, but the interface between the driver and the controller is the SoundBlaster emulation. (It might be possible for some other interface to exist, b

Re: [Alsa-user] problems with ported alsa driver cs5530

2012-01-20 Thread Rene Munsch
Hi Clemens and oll other helping minds, > > root@scheisshaus:~# lsmod |grep snd > > snd_sb169557 0 > > This is _not_ the snd-sb driver. i know. maybe copy the false output because i also tried to completely remove alsa and blacklisted all alsa-modules to check oss would work. But

Re: [Alsa-user] problems with ported alsa driver cs5530

2012-01-17 Thread Clemens Ladisch
Rene Munsch wrote: > But i found the kahlua driver blacklisted, and after i fix it, it shows: > > [ 47.941150] Cyrix Kahlua VSA1 XpressAudio support (c) Copyright 2003 Red > Hat Inc > [ 52.773424] can't register device seq The kahlua driver is not an ALSA driver, but its initialization works

Re: [Alsa-user] problems with ported alsa driver cs5530

2012-01-16 Thread Rene Munsch
Also with the snd_sb module with parameters still no luck. But i found the kahlua driver blacklisted, and after i fix it, it shows: [ 47.941150] Cyrix Kahlua VSA1 XpressAudio support (c) Copyright 2003 Red Hat Inc [ 52.773424] can't register device seq Please, what does that mean? Google doe

Re: [Alsa-user] problems with ported alsa driver cs5530

2012-01-16 Thread Clemens Ladisch
Rene Munsch wrote: > Here are the Bios Options: > Build in CPU Audio: Enabled (other possibilities: Disabled) > Audio I/O Base Adress: 220H (other possibilities: 240,260,280) > Audio IRQ Select: IRQ5 (other possibilities: Disabled,10) > Audio Low DMA Select: DMA1 (other possibilities: 0,Disbled) >

Re: [Alsa-user] problems with ported alsa driver cs5530

2012-01-15 Thread Rene Munsch
Hi Clemens, Here are the Bios Options: Build in CPU Audio: Enabled (other possibilities: Disabled) Audio I/O Base Adress: 220H (other possibilities: 240,260,280) Audio IRQ Select: IRQ5 (other possibilities: Disabled,10) Audio Low DMA Select: DMA1 (other possibilities: 0,Disbled) Audio High DMA Sel

Re: [Alsa-user] problems with ported alsa driver cs5530

2012-01-15 Thread Clemens Ladisch
Rene Munsch wrote: > [ 52.075308] Could not find XpressAudio! This means that SB emulation is not enabled. > In Bios the soundsupport is enabled at 220 h Strange. Do you have any more BIOS options for sound? Regards, Clemens -

[Alsa-user] problems with ported alsa driver cs5530

2012-01-14 Thread Rene Munsch
Hi!, I have big trubble with the oss ported snd_cs5530 driver. Baybe anyone can give me a tip how to proceed... background: i want sound on my thinclient Igel216CE4, lspci shows: 00:12.3 Multimedia audio controller: Cyrix Corporation 5530 Audio [Kahlua] often i tried to compile the driver fro