Re: Playing ogg files
On Tue, 16 Nov 2004 15:17:25 -0500, Jason Rennie <jrennie@csail.mit.edu> wrote:
> On Mon, Nov 15, 2004 at 06:45:16PM +0100, Wim De Smet wrote:
> > > via82cxxx_audio 21564 1
> > > ac97_codec 13300 0 [via82cxxx_audio]
> > > uart401 6436 0 [via82cxxx_audio]
> > > sound 57480 0 [via82cxxx_audio uart401]
> > > soundcore 3940 4 [via82cxxx_audio sound]
> > > via-rhine 13200 1
> > > via82cxxx 10856 1 (autoclean)
>
> So, I *am* able to play ogg files by booting a Knoppix CD (never
> realized just how cool Knoppix was!). Here's the relevant output of
> lsmod:
>
> via82cxxx_audio 19448 2
> ac97_codec 11916 0 [via82cxxx_audio]
> uart401 6052 0 [via82cxxx_audio]
> sound 55276 0 [via82cxxx_audio uart401]
> soundcore 3428 4 [via82cxxx_audio sound]
> via-rhine 12336 1
>
> Mostly the same as before. But, no via82cxxx, sizes are different and
> vai82cxxx_audio has a different number after the size (version
> maybe?). Do you know which drivers these are (oss or alsa)? Is there
The "via82cxxx_audio" is an OSS module, instead all the ALSA have the
"snd-" prefix. The "via82cxxx" is for the IDE HW, you can check with
"modinfo via82cxxx".
> any way to tell where these modules come from? Kernel version is the
> same. Here's the uname -a output:
>
> Linux Knoppix 2.4.27 #2 SMP Mo Aug 9 00:39:37 CEST 2004 i686 GNU/Linux
>
> Seems all I need to do is to figure out how to get Debian to load the
> same drivers that Knoppix loads and my problem will be solved! :)
>
Installing "hotplug" package should be enough, or you can add a couple
of lines in your /etc/modules file with the name of the modules to
load...
Andrea
Reply to: