Re: modprobe snd-cs46xx error ALSA 1.0.17 with kernel 2.6.26-1-686

2008-09-04 Thread Bernd Kloss
Am Sonntag, 31. August 2008 schrieb Florian Kulzer:
 On Sat, Aug 30, 2008 at 08:03:59 +0200, Bernd Kloss wrote:
  Lenny
  alsa-driver-1.0.17
  Kernel 2.6.26-1-686
  Cirrus Logic cs46xx
 
  Hello
 
   for the previous kernel 2.6.25-2-686 I could compile the audiodrivers
  without problems. After kernel-update 2.6.26-1-686 I repeated the same
  procedure

 You are not really giving us a lot of information to work with here.

  without errors except the last step
  modprobe snd-cs46xx
 
  Following errors are given back:
 
  WARNING: Error inserting snd_ac97_codec
  (/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko):
  Unknown symbol in module, or unknown parameter (see dmesg)

 [...]

  DMESG reports:
 
  [ *725.576042] snd_ac97_codec: Unknown symbol snd_verbose_printk

 [...]

 It looks like you recompiled snd_ac97_codec with SND_VERBOSE_PRINTK
 enabled while using the original 2.6.26-1-686 soundcore module, which
 has this feature disabled (and hence does not define the function and
 export the corresponding symbol).

 Try to add --disable-verbose-printk to whatever options you use in the
 ./configure step of your alsa 1.0.17 driver build process.

 --
 Regards,| http://users.icfo.es/Florian.Kulzer
   Florian   |


Using

./configure --with-isapnp=no --disable-verbose-printk

works fine. The inserting-error has gone.

Thank you


Bernd



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: modprobe snd-cs46xx error ALSA 1.0.17 with kernel 2.6.26-1-686

2008-09-04 Thread Florian Kulzer
On Thu, Sep 04, 2008 at 09:11:08 +0200, Bernd Kloss wrote:
 Am Sonntag, 31. August 2008 schrieb Florian Kulzer:
  On Sat, Aug 30, 2008 at 08:03:59 +0200, Bernd Kloss wrote:
   Lenny
   alsa-driver-1.0.17
   Kernel 2.6.26-1-686
   Cirrus Logic cs46xx

[...]

   WARNING: Error inserting snd_ac97_codec
   (/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko):
   Unknown symbol in module, or unknown parameter (see dmesg)
 
  [...]
 
   DMESG reports:
  
   [ *725.576042] snd_ac97_codec: Unknown symbol snd_verbose_printk

[...]

  Try to add --disable-verbose-printk to whatever options you use in the
  ./configure step of your alsa 1.0.17 driver build process.

[...]

 Using
 
 ./configure --with-isapnp=no --disable-verbose-printk
 
 works fine. The inserting-error has gone.

I am happy to hear that you got the card working again. It is good that
we have the process documented here now; I guess it will be interesting
for more people.

Hopefully the efforts to create a fully functional driver that works
with a separate firmware file will be successful in the not-too-distant
future.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: modprobe snd-cs46xx error ALSA 1.0.17 with kernel 2.6.26-1-686

2008-08-31 Thread Bernd Kloss
Question teh other way:

Has anybody the driver for the Cirrus Logic running under 2.6.26-1-686?

If so, how?

Tankyou
Bernd



Am Samstag, 30. August 2008 schrieb Bernd Kloss:
 Lenny
 alsa-driver-1.0.17
 Kernel 2.6.26-1-686
 Cirrus Logic cs46xx

 Hello

  for the previous kernel 2.6.25-2-686 I could compile the audiodrivers
 without problems. After kernel-update 2.6.26-1-686 I repeated the same
 procedure without errors except the last step
 modprobe snd-cs46xx

 Following errors are given back:

 WARNING: Error inserting snd_ac97_codec
 (/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko):
 Unknown symbol in module, or unknown parameter (see dmesg)
 WARNING: Error inserting snd_ac97_codec
 (/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko):
 Unknown symbol in module, or unknown parameter (see dmesg)
 FATAL: Error inserting snd_cs46xx
 (/lib/modules/2.6.26-1-686/kernel/sound/pci/cs46xx/snd-cs46xx.ko): Unknown
 symbol in module, or unknown parameter (see dmesg)
 FATAL: Error running install command for snd_cs46xx


 DMESG reports:

 [ *725.576042] snd_ac97_codec: Unknown symbol snd_verbose_printk
 [ *725.636698] snd_ac97_codec: Unknown symbol snd_verbose_printk
 [ *725.641998] snd_cs46xx: Unknown symbol snd_ac97_write_cache
 [ *725.642113] snd_cs46xx: Unknown symbol snd_ac97_resume
 [ *725.642533] snd_cs46xx: Unknown symbol snd_ac97_update_bits
 [ *725.642585] snd_cs46xx: Unknown symbol snd_ac97_mixer
 [ *725.642656] snd_cs46xx: Unknown symbol snd_ac97_bus
 [ *725.642762] snd_cs46xx: Unknown symbol snd_verbose_printk
 [ *725.642989] snd_cs46xx: Unknown symbol snd_ac97_suspend
 [ *725.643912] snd_cs46xx: Unknown symbol snd_ac97_write
 [ *725.643964] snd_cs46xx: Unknown symbol snd_ac97_read


 In lib/modules/2.6.26-1-686/modules.dep no snd_* is found.

 No success with depmod -a 'uname -r', no further messages.

 In /lib/modules/2.6.26-1-686 there is a file
 !build
 but I cannot read it.

 What can I do to make my soundcard work with ALSA?


 Thank you for helping

 Bernd


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: modprobe snd-cs46xx error ALSA 1.0.17 with kernel 2.6.26-1-686

2008-08-31 Thread Florian Kulzer
On Sat, Aug 30, 2008 at 08:03:59 +0200, Bernd Kloss wrote:
  
 Lenny
 alsa-driver-1.0.17
 Kernel 2.6.26-1-686
 Cirrus Logic cs46xx
 
 Hello
 
  for the previous kernel 2.6.25-2-686 I could compile the audiodrivers 
 without 
 problems. After kernel-update 2.6.26-1-686 I repeated the same procedure 

You are not really giving us a lot of information to work with here.

 without errors except the last step
 modprobe snd-cs46xx
 
 Following errors are given back:
 
 WARNING: Error inserting snd_ac97_codec
 (/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown
 symbol in module, or unknown parameter (see dmesg)

[...]

 DMESG reports:
 
 [ *725.576042] snd_ac97_codec: Unknown symbol snd_verbose_printk

[...]

It looks like you recompiled snd_ac97_codec with SND_VERBOSE_PRINTK
enabled while using the original 2.6.26-1-686 soundcore module, which
has this feature disabled (and hence does not define the function and
export the corresponding symbol).

Try to add --disable-verbose-printk to whatever options you use in the
./configure step of your alsa 1.0.17 driver build process.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: modprobe snd-cs46xx error ALSA 1.0.17 with kernel 2.6.26-1-686

2008-08-31 Thread Bernd Kloss
Am Sonntag, 31. August 2008 schrieb Florian Kulzer:
 On Sat, Aug 30, 2008 at 08:03:59 +0200, Bernd Kloss wrote:
  Lenny
  alsa-driver-1.0.17
  Kernel 2.6.26-1-686
  Cirrus Logic cs46xx
 
  Hello
 
   for the previous kernel 2.6.25-2-686 I could compile the audiodrivers
  without problems. After kernel-update 2.6.26-1-686 I repeated the same
  procedure

 You are not really giving us a lot of information to work with here.

Sorry!
./configure --with-isapnp=no
make
make install
modprobe snd-cs46xx


  without errors except the last step
  modprobe snd-cs46xx
 
  Following errors are given back:
 
  WARNING: Error inserting snd_ac97_codec
  (/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko):
  Unknown symbol in module, or unknown parameter (see dmesg)

 [...]

  DMESG reports:
 
  [ *725.576042] snd_ac97_codec: Unknown symbol snd_verbose_printk

 [...]

 It looks like you recompiled snd_ac97_codec with SND_VERBOSE_PRINTK
 enabled while using the original 2.6.26-1-686 soundcore module, which
 has this feature disabled (and hence does not define the function and
 export the corresponding symbol).

 Try to add --disable-verbose-printk to whatever options you use in the
 ./configure step of your alsa 1.0.17 driver build process.

 --
 Regards,| http://users.icfo.es/Florian.Kulzer
   Florian   |

I did not check für your parameters in configure. Today I ran aptitude before 
I wanted to give them a try. Some libs have been upgraded and suddenly the 
sound is working. Strange!

Nevertheless - thank you.

Bernd Kloss


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



modprobe snd-cs46xx error ALSA 1.0.17 with kernel 2.6.26-1-686

2008-08-30 Thread Bernd Kloss
 
Lenny
alsa-driver-1.0.17
Kernel 2.6.26-1-686
Cirrus Logic cs46xx

Hello

 for the previous kernel 2.6.25-2-686 I could compile the audiodrivers without 
problems. After kernel-update 2.6.26-1-686 I repeated the same procedure 
without errors except the last step
modprobe snd-cs46xx

Following errors are given back:

WARNING: Error inserting snd_ac97_codec
(/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec
(/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_cs46xx
(/lib/modules/2.6.26-1-686/kernel/sound/pci/cs46xx/snd-cs46xx.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for snd_cs46xx


DMESG reports:

[ *725.576042] snd_ac97_codec: Unknown symbol snd_verbose_printk
[ *725.636698] snd_ac97_codec: Unknown symbol snd_verbose_printk
[ *725.641998] snd_cs46xx: Unknown symbol snd_ac97_write_cache
[ *725.642113] snd_cs46xx: Unknown symbol snd_ac97_resume
[ *725.642533] snd_cs46xx: Unknown symbol snd_ac97_update_bits
[ *725.642585] snd_cs46xx: Unknown symbol snd_ac97_mixer
[ *725.642656] snd_cs46xx: Unknown symbol snd_ac97_bus
[ *725.642762] snd_cs46xx: Unknown symbol snd_verbose_printk
[ *725.642989] snd_cs46xx: Unknown symbol snd_ac97_suspend
[ *725.643912] snd_cs46xx: Unknown symbol snd_ac97_write
[ *725.643964] snd_cs46xx: Unknown symbol snd_ac97_read


In lib/modules/2.6.26-1-686/modules.dep no snd_* is found.

No success with depmod -a 'uname -r', no further messages.

In /lib/modules/2.6.26-1-686 there is a file
!build
but I cannot read it.

What can I do to make my soundcard work with ALSA?


Thank you for helping

Bernd


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]