SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I upgraded to Slack 9.1 and love it already. I have one thread going already on my graphics card issues, so here is where I am sticking my Audio and Printing issues
let's start with the audio - Sound simply doesn't work - I am runing a soundblaster audigy, which uses the emu10k1 modules to run. Here is what i get with 'modprobe emu10k1' -
Code:
/lib/modules/2.4.22/kernel/drivers/sound/emu10k1/emu10k1.o.gz: init_module: No such device
/lib/modules/2.4.22/kernel/drivers/sound/emu10k1/emu10k1.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22/kernel/drivers/sound/emu10k1/emu10k1.o.gz: insmod /lib/modules/2.4.22/kernel/drivers/sound/emu10k1/emu10k1.o.gz failed
/lib/modules/2.4.22/kernel/drivers/sound/emu10k1/emu10k1.o.gz: insmod emu10k1 failed
I'm sure I am just doing something stupid
Secondly, I need to configure my printer to work with CUPS. I don't even know where to begin, however - is there any place that someone can direct me to to show me how to set up my printer with CUPS?
All help is greatly appreciated - thanks in advance!
I instead dowloaded the emu10k1 drivers from sourceforge.net
I followed the instructions fine, and everything worked. However, I can't understand why after I do 'make install' it works, but then it tells me to 'alias sound emu10k1' and when I do that, it gives me a nasty response:
Code:
bash-2.05b# cd /root/emu10k1-v0.20a
bash-2.05b# make
**
** The driver was succefully compiled, now install it with:
** make install
**
bash-2.05b# make install
**
** The driver was succefully compiled, now install it with:
** make install
**
mkdir -p //lib/modules/2.4.22/kernel/drivers/sound/emu10k1
install -c -m 664 emu10k1.o //lib/modules/2.4.22/kernel/drivers/sound/emu10k1
install -c -m 664 ac97_codec.o //lib/modules/2.4.22/kernel/drivers/sound
/sbin/depmod -a 2.4.22
/sbin/modprobe -r emu10k1.o ac97_codec.o
**
** Driver install complete, to compile the tools type "make tools"
**
bash-2.05b# alias sound emu10k1
bash: alias: sound: not found
bash: alias: emu10k1: not found #this is where I get stuck in the process of installing the emu10k1 drivers
Anyways, so I am having some troubles there. When I do 'modprobe emu10k1' and then 'lsmod' emu10k1 is listed but is not listed as being used. What do I do?
As for CUPS, again I have no idea where to even begin! I installed the packages at the install of Slack 9.1, but I don't quite know what to do as far as configuring it. Where are the docs for CUPS? How do I install it? Is it already installed and i just have to configure it? If so, how?
Did you run alsaconf? ALSA should handle the aliasing/loading of modules - there's absolutely NO reason to compile your own driver for something included with ALSA.
What I would recommend doing is, first, reinstalling the alsa-driver package (although it looks like you might have to upgrade to kernel 2.4.23, since the 1.0.0rc2 packages are compiled against it, and not 2.4.22). Then, run 'alsaconf' - which should detect your sound card, modify /etc/modules.conf correctly, and load the proper kernel modules.
The 'alias' command should go into '/etc/modules.conf' as 'alsa' is calling 'sound' not 'emu10k1'.
CUPS has a web configuration page 'http://localhost:631' as stated. There is also a script to make executable '/etc/rc.d/rc.cupsd' so the daemon starts at boot.
Regarding CUPS ... check the lpr, lp, lpstat, etc symlinks. They might be pointing at LPRng instead (which happens if you do a full install, since LPRng gets installed second).
I installed and upgraded the alsa drivers through slapt-get and I was able to run alsaconf - it didn't detect my sound card, however. I will take your advice about putting that command into /etc/modules.conf thanks
Is parport_pc module loaded? Do lsmod and see if it's loaded. If not, modprobe parport_pc, then try to add the printer in the CUPS browser...http://localhost:631.
Thanks, I can now get into the CUPS browser. How can I find out what my password and username is, though? Because right now I can't do any config because it asks me for a password and username that i do not know.
Originally posted by Aman9090 Thanks, I can now get into the CUPS browser. How can I find out what my password and username is, though? Because right now I can't do any config because it asks me for a password and username that i do not know....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.