Re: Howto reconfigure alsa-modules-2.4.22-1-k6

2003-11-18 Thread Otto Wyss
 Otto Wyss dijo:
dpkg-reconfigure alsa-modules-2.4.22-1-k6
  
  but this doesn't show the driver list again! Okay getting dselect out,
  purge the package and install it again. But now the list isn't shown
  either. How do I get the driver list from this package?
  
 dpkg-reconfigure alsa-base
 
   Anyway, this message would have fitted better in debian-user
 
First it was an oversight, sorry. But now I think the alsa packages are
more broken. After successfully using dpkg-reconfigure alsa-base I got
the following error messages:

depmod: *** Unresolved symbols in
/lib/modules/2.4.22-1-k6/alsa/snd-pdaudiocf.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.22-1-k6/alsa/snd-vx-cs.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.22-1-k6/alsa/snd-vxp440.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.22-1-k6/alsa/snd-vxpocket.o

I get the same messages when using update-modules. My alsa configuration
looks good:

### DEBCONF MAGIC
# This file was automatically generated by alsa-base's debconf stuff

alias char-major-116 snd
alias char-major-14 soundcore

options snd major=116 cards_limit=4

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

alias snd-card-0 snd-ice1724

alias snd-slot-0 snd-card-0
alias sound-slot-0 snd-slot-0

and lspci shows

00:0b.0 Multimedia audio controller: IC Ensemble Inc ICE1724 [Envy24HT]
(rev 01)

So what's wrong now?

O. Wyss

-- 
See http://wxguide.sourceforge.net/; for ideas how to design your app.




Re: Howto reconfigure alsa-modules-2.4.22-1-k6

2003-11-18 Thread Greg Folkert
On Tue, 2003-11-18 at 14:17, Otto Wyss wrote:
  Otto Wyss dijo:
 dpkg-reconfigure alsa-modules-2.4.22-1-k6
   
   but this doesn't show the driver list again! Okay getting dselect out,
   purge the package and install it again. But now the list isn't shown
   either. How do I get the driver list from this package?
   
  dpkg-reconfigure alsa-base
  
Anyway, this message would have fitted better in debian-user
  
 First it was an oversight, sorry. But now I think the alsa packages are
 more broken. After successfully using dpkg-reconfigure alsa-base I got
 the following error messages:
 
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.22-1-k6/alsa/snd-pdaudiocf.o
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.22-1-k6/alsa/snd-vx-cs.o
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.22-1-k6/alsa/snd-vxp440.o
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.22-1-k6/alsa/snd-vxpocket.o

At this point I would just remove those files. They are not needed by
your machine. Unless those are the devices you are running. But
seriously just remove them and re-run update-modules. There are some
funky things I have always (nearly always) seen with those modules. Even
in the OSS setup they are difficult to get properly compiled.

 I get the same messages when using update-modules. My alsa configuration
 looks good:
 
 ### DEBCONF MAGIC
 # This file was automatically generated by alsa-base's debconf stuff
 
 alias char-major-116 snd
 alias char-major-14 soundcore
 
 options snd major=116 cards_limit=4
 
 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
 
 alias snd-card-0 snd-ice1724
 
 alias snd-slot-0 snd-card-0
 alias sound-slot-0 snd-slot-0
 
 and lspci shows
 
 00:0b.0 Multimedia audio controller: IC Ensemble Inc ICE1724 [Envy24HT]
 (rev 01)
 
 So what's wrong now?

Nothing. And from you Conf, it shows your card does not use those
modules anyway. File a bug report for the alsa maintainer and see what
comes of it.

-- 
greg, [EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Your unexpected explosion entangles us in a web of premature umbrellas
and precocious timepieces.


signature.asc
Description: This is a digitally signed message part


Re: Howto reconfigure alsa-modules-2.4.22-1-k6

2003-11-18 Thread Otto Wyss
  depmod: *** Unresolved symbols in
  /lib/modules/2.4.22-1-k6/alsa/snd-pdaudiocf.o
  depmod: *** Unresolved symbols in
  /lib/modules/2.4.22-1-k6/alsa/snd-vx-cs.o
  depmod: *** Unresolved symbols in
  /lib/modules/2.4.22-1-k6/alsa/snd-vxp440.o
  depmod: *** Unresolved symbols in
  /lib/modules/2.4.22-1-k6/alsa/snd-vxpocket.o
 
 At this point I would just remove those files. They are not needed by
 your machine. Unless those are the devices you are running. But
 seriously just remove them and re-run update-modules. There are some
 funky things I have always (nearly always) seen with those modules. Even
 in the OSS setup they are difficult to get properly compiled.
 
I've found out, it can be fixed by installing kernel-pcmcia package, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213887;.

Installation is now okay but I get the following error

../../alsa-kernel/pci/ice1712/ice1724.c:1614: invalid EEPROM (size=120)

I guess I have to ask about this in another newsgroup but where?

O. Wyss

-- 
See http://wxguide.sourceforge.net/; for ideas how to design your app.




Re: Howto reconfigure alsa-modules-2.4.22-1-k6

2003-11-17 Thread Jose M. Fdez
Otto Wyss dijo:
 I've installed alsa-modules-2.4.22-1-k6 but made a mistake when
 selecting the driver. So I tried 
 
   dpkg-reconfigure alsa-modules-2.4.22-1-k6
 
 but this doesn't show the driver list again! Okay getting dselect out,
 purge the package and install it again. But now the list isn't shown
 either. How do I get the driver list from this package?
 
dpkg-reconfigure alsa-base

Anyway, this message would have fitted better in debian-user


Jose M.

-- 
Jose M. Fernández Navarro | Debian GNU/Linux User #197079
Benetússer - València, Spain  | http://mural.uv.es/~joferna