Summary: Re: Sound issues using 2.4.18-bf2.4-xfs and SB Live! 5.1

2002-11-01 Thread Wolftales
Hi,

I just wanted to sum up the issue I was experiencing.  The emu10k1
depends on the ac97_codec.  As both Matt and Bob pointed out modprobe
would cover this dependacy.   

After confirming things worked, I rebuit my kernel successfully with
emu10k1 built in which also works as prior research suggested.  

Thanks for the help :)

wolftales

[Bob wrote]

Try 'modprobe emu10k1' instead.  But even better use 'modconf'.

  modconf

Page down to the emu10k1 driver.  Select it.  Have modconf handle the
setting up of this in your system.  This is my recommendation.

Bob

On Thu, 2002-10-31 at 15:29, Matthias Hentges wrote:
 Am Don, 2002-10-31 um 23.57 schrieb Wolftales:
  Hi,
  
  I am trying to troubleshoot why I do not have sound on my system
  (specific info below). I have had this hardware configuration working
  before, using a customer kernel and frozen at the time.
  

  
  What is the cause? Is there a way to fix the module so the kernel can
  remain stock?  Has anyone else ran into related issues with the SB Live
  card and stock kernels  modules?   
  
  Thank you for any insight into this. Please feel free to request any
  additional information I can provide.  
  
  
  system error messages and config below
  
  System: x86
  sound card: SB live! 5.1
  Kernel: 2.4.18-bf2.4-xfs
  OS: Sarge
  
  error:
  
  sandbox:~# insmod emu10k1
  Using
  /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o
  /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o:
  unresolved symbol ac97_probe_codec
  /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o:
  unresolved symbol ac97_read_proc
 
 Just to be sure: did you try a modprobe emu10k1?
 emu10k1 needs the module ac97_codec which must be loaded before
 insmodding emu10k1 AFAIK. A modprobe will load this module automagically
 for you.
 
  system info: 
  
  sandbox:/usr/src/linux# lsmod
  Module  Size  Used byNot tainted
[...]
 Right...no ac97_codec.
 Contact [EMAIL PROTECTED]
 
-- 
Wolftales   \/A Debian/GNU linux user\/,''`.
UNIX is user friendly,: :' :
it's just picky about who its friends are!`. `' 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) `-


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




Re: Sound issues using 2.4.18-bf2.4-xfs and SB Live! 5.1

2002-10-31 Thread Shawn Lamson
you can try downloading and compiling the driver from Creative
http://www.americas.creative.com/support/files/download.asp?Centric=107OS=12descID=346


=
Shawn Lamson
Debian Gnu\Linux Sid
Kernel 2.4.19-custom
XFree86 Version 4.2.1

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/


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




Re: Sound issues using 2.4.18-bf2.4-xfs and SB Live! 5.1

2002-10-31 Thread Matthias Hentges
Am Don, 2002-10-31 um 23.57 schrieb Wolftales:
 Hi,
 
 I am trying to troubleshoot why I do not have sound on my system
 (specific info below). I have had this hardware configuration working
 before, using a customer kernel and frozen at the time.
 
 The errors are similar to the problems I had using the stock kernel
 2.4.18  2.4.19 as well for debian on this system. The research I have
 done suggests rebuilding the kernel with SB Live support inside the
 kernel instead of as a module resolve the issue for some using SUSE, but
 I would like ti stay with a stock kernel if possible (translated :)
 system wouldn't boot after attempting that route).
 
 What is the cause? Is there a way to fix the module so the kernel can
 remain stock?  Has anyone else ran into related issues with the SB Live
 card and stock kernels  modules?   
 
 Thank you for any insight into this. Please feel free to request any
 additional information I can provide.  
 
 
 system error messages and config below
 
 System:   x86
 sound card:   SB live! 5.1
 Kernel:   2.4.18-bf2.4-xfs
 OS:   Sarge
 
 error:
 
 sandbox:~# insmod emu10k1
 Using
 /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o
 /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o:
 unresolved symbol ac97_probe_codec
 /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o:
 unresolved symbol ac97_read_proc

Just to be sure: did you try a modprobe emu10k1?
emu10k1 needs the module ac97_codec which must be loaded before
insmodding emu10k1 AFAIK. A modprobe will load this module automagically
for you.

 system info: 
 
 sandbox:/usr/src/linux# lsmod
 Module  Size  Used byNot tainted
 pcmcia_core41472   0
 parport_pc 25672   1  (autoclean)
 lp  6912   0  (autoclean)
 parport21696   1  (autoclean) [parport_pc lp]
 iptable_filter  1672   0  (autoclean) (unused)
 ip_tables  10392   1  [iptable_filter]
 lvm-mod46816   0  (unused)
 nfsd   42792   0  (unused)
 smbfs  31248   0  (unused)
 binfmt_misc 5696   1
 binfmt_aout 4196   0
 usbcore48064   0
 sound  52812   0  (unused)
 soundcore   3236   2  [sound]
 3c59x  24624   1
 raid0   3080   1
 raid1  11820   0  (unused)
 raid5  15784   0  (unused)
 xor 8644   0  [raid5]
 nbd14724   0  (unused)
 linear  1288   0  (unused)
 md 43488   1  [raid0 raid1 raid5 linear]
 sandbox:/usr/src/linux#

Right...no ac97_codec.


-- 

Matthias Hentges
[www.hentges.net] - PGP + HTML are welcome
ICQ: 97 26 97 4   - No files, no URLs

My OS: Debian Woody: Geek by Nature, Linux by Choice


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




Re: Sound issues using 2.4.18-bf2.4-xfs and SB Live! 5.1

2002-10-31 Thread Bob Proulx
Wolftales [EMAIL PROTECTED] [2002-10-31 14:57:19 -0800]:
 
 I am trying to troubleshoot why I do not have sound on my system
 (specific info below). I have had this hardware configuration working
 before, using a customer kernel and frozen at the time.
 [...]
 sandbox:~# insmod emu10k1
 Using
 /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o
 /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o:
 unresolved symbol ac97_probe_codec
 /lib/modules/2.4.18-bf2.4-xfs/kernel/drivers/sound/emu10k1/emu10k1.o:
 unresolved symbol ac97_read_proc

Try 'modprobe emu10k1' instead.  But even better use 'modconf'.

  modconf

Page down to the emu10k1 driver.  Select it.  Have modconf handle the
setting up of this in your system.  This is my recommendation.

Bob



msg10326/pgp0.pgp
Description: PGP signature