Re: emu10k1 WILL NOT load!

2003-06-29 Thread B P
Hey,

As far as I know the emu10k1 drivers that are included in the kernel will 
not work for the audigy.

Go here for an explanation of the emu10k1 alsa drivers:

http://www.alsa-project.org/alsa-doc/doc-php/template.php3?company=Creative+Labs&card=Soundblaster+Audigy+Platinum&chip=Audigy&module=emu10k1

If you're using the testing distribution you can download alsa-base, 
alsa-utils, and alsa-source using dselect or apt-get. Instructions on how to 
compile and install alsa-source (the drivers) are included in the package. 
If memory serves, the sources from the stable distribution didn't work for 
me, so if they don't work you may want to try downloading the drivers from 
http://www.alsa-project.org.

Regards,

Barry

[EMAIL PROTECTED] wrote:

Hello debian-user, this is my first submission and is unfortunately due to 
the
most persistent aggrevating experience I have yet had with Linux. So far, I 
like
everything about Debian, except for that I can not get sound working. I 
have not
had this problem with any other distros on this machine (e.g. Red Hat, 
Mandrake,
Slackware), but I still have much faith in Debian.

My sound card is a Creative SoundBlaster Audigy MP3 and so the 
corresponding
driver should be emu10k1. I am running a 2.4.9 kernel and have tried 
compiling
the driver module directly into the kernel with no luck. So I currently 
have
the driver compiled as a separate loadable module, however no matter what I 
try,
I can not get it to load. Running  $ modprobe -v emu10k1  I get the 
following
output:

siva:~# modprobe -v emu10k1
/sbin/insmod /lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o
Using /lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o
Symbol version prefix ''
/lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o: init_module: No 
such
device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
/lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o: insmod
/lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 
failed

Ok, so I took the "Hint:" and ran  $ lspci -v to obtain irq=5, io=0xd800. 
Now,
from here I may not know exactly what I'm doing, but I went ahead and ran  
$
modprobe -v emu10k1 irq=5 io=0xd800 and received:

siva:~# modprobe -v emu10k1 irq=5 io=0xd800
/sbin/insmod /lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o 
irq=5
io=0xd800
Using /lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o
Symbol version prefix ''
/lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o: invalid 
parameter
parm_irq
/lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o: insmod
/lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.9/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 
failed

Well, now I'm fresh out of ideas. Could someone please help me?! I am dying 
to
get this working so that I can honestly proclaim Debian as the best OS.



_
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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



Re: via-rhine & dhclient

2003-07-02 Thread B P
Piero wrote:

Each time I turn onmy computer, I have to give commands:

modprobe via-rhine
dhclient
How can I have them authomatically executed at every boot? I guess it's 
simple, but I cannot find the solution in any handbook or any man page.
Thanks.
About dhclient I'm not too sure, but for via-rhine, add the line "via-rhine" 
to /etc/modules

Mine looks like this:

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.
usb-uhci
input
usbkbd
keybdev
via-rhine
soundcore
ide-scsi
nvidia
_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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