LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   SB Audigy under linux? (https://www.linuxquestions.org/questions/linux-hardware-18/sb-audigy-under-linux-120693/)

diabolic69 11-28-2003 06:16 AM

SB Audigy under linux?
 
At the moment i'm using knopix.....it's the only linux that i can make work on my machine.... it recognized my graphic card....and that's it......no sound...no modem..... and it recognized my isdn modem Intracom NetMod+
USB.... But it didn't recognize Lucent win modem 56k..... Anyway my main problem is sound... i have creative sb audigy (1).... i don't have a clue how to me it work..... please help me...

jonh_doe_linux 11-28-2003 07:42 AM

hi friend,

your sound card need amnd configure
try "modprobe sb"
if this command didn't work use
alsaconf

Your Lucent modem need instalation third party driver,
you can get this in www.linmodems.org.


all right ?


Jonh DOe Linux

jdh77 11-28-2003 08:05 PM

I am not familiar with Knopix; but, all devices you mentioned have been recognized and configured on my machines by RH9 and Lindows4.

Scruff 11-28-2003 09:09 PM

The audigy uses the emu10k1 module. Do lsmod and see if it's loaded. If not, try 'modprobe emu10k1' to load it. I use a knoppix cd to image my drive with sometimes. I don't have sound off that live cd anyway, but I have my audigy working fine in Gentoo and Slackware with said driver.

jdh77 11-29-2003 10:07 AM

typo?

How about "insmod" (Ismod)

Scruff 11-29-2003 10:09 AM

Umm no. lsmod to see which drivers are loaded. insmod to load one. Or modprobe to load one.

jdh77 11-29-2003 10:46 AM

Right you are!

I'll plead sleep deprivation in addition to ignorance. 8>)

Scruff 11-29-2003 11:41 AM

Lol. I am with you on the sleep deprivation. Got like 3 hrs a night since thursday cause I've setting up Gentoo for the first time :) Just imaged my / partition, so I'm safe now ;)

jdh77 11-29-2003 12:01 PM

LOL 8>)

Got to watch that. It'll cause problems Viagra won't fix!

Scruff 11-29-2003 12:03 PM

LMAO!

thermite 12-15-2003 01:50 PM

Quote:

Originally posted by jonh_doe_linux
hi friend,

your sound card need amnd configure
try "modprobe sb"
if this command didn't work use
alsaconf

Your Lucent modem need instalation third party driver,
you can get this in www.linmodems.org.


all right ?


Jonh DOe Linux


i had an exact same problem with an Audigy 1 platinum, modprobe sb didn't work, and strangely neither did modprobe emu10k1, but running alsaconf got it working right away

shack 12-16-2003 09:09 AM

What I had to do on my IBM T20 to get sound to work on Woody is this:
- Make sure I had no sound servers installed or running
- Install alsa-base, alsaconf, alsa-modules-source and setmixer
- Compile alsa-modules-source (I had to do this manually) by doing a conifgure/make install in /usr/src/modules/alsa-driver (I compiled the drivers with OSS emulation)
- Run alsaconf, selecting the appropriate sound card.
- Symbolically link the /etc/alsa/modutils/0.5 file to /etc/modutils/alsa-sound
Run
- Edit /etc/modutils/alsa-sound and change "snd-card-cs461x" to "cs46xx" (this is specific to the Cirrus Logic 46xx series of soundcard, but a similar step may be required for other cards)
- (I then rebooted, to see if sound would work from boot)
- Run setmixer to set the desired sound levels
- Run "/etc/init.d/setmixer stop" to save the desired sound levels

I might even make a HOWTO of it ...
___
shack


All times are GMT -5. The time now is 01:28 AM.