LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-06-2004, 12:26 AM   #1
theyCALLmeFRO
LQ Newbie
 
Registered: Mar 2004
Posts: 2

Rep: Reputation: 0
Angry Sound Blaster Audigy 2 NX || Slackware 9.1


Okay, Semi-new to Linux, mostly helped by real life friends that have migrated to Linux prior to myself. I just made the "complete" switch yesterday, as I am dual booting 2k. But that's not where the problem lies.

A couple weeks ago I purchased a SoundBlaster Audigy XT which is an external USB sound card. I've yet to find drivers that will allow me to use this device, and I would be lying if I didn't say I wanted to hear my mp3s. -.-

I've tried emu10k1 and exaudio, however I may have done something incorrectly, as I've yet to get anything from my speakers. Also, the mute light seems to be on on the actual card, and pushing the button under it has no effect on it. It does the same thing on Windoze, but I can just unmute it in the Sound manager. However, when I use the sound thing (kmix, alasmixer, rexima) none of them show my USB deviced, all they show is the CD sound.

Slackware 9.1
XFree86 version 4.3.0
Kernel 2.4.22

System Specs:
AMD 2700+
ASUS A7V8X Mobo
1 gb PC2700 DDR Memory
3 80 gb Hard drives (2 internal 1 external)
ATI Radeon 9700 Pro (also having trouble with getting dual monitors setup)
SoundBlaster Audigy XT USB Sound Card

I've been working on this problem for a good 4-5 hours, with the help of my semi-linux gurus, that know only about 2-4x as much as I do.

I was wondering if I could get some help from the grape vines.
Thanks in advance.

fRo
 
Old 03-06-2004, 01:15 AM   #2
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
Go grab the latest Kernel source tarball (ftp://ftp.kernel.org/pub/linux/kerne....4-rc2.tar.bz2) and configure it to have support for USB audio within the ALSA sound part. From there you should be able to get it working, although I can't promise anything.
 
Old 03-06-2004, 08:58 AM   #3
theyCALLmeFRO
LQ Newbie
 
Registered: Mar 2004
Posts: 2

Original Poster
Rep: Reputation: 0
Wouldn't the fact that I'm on 2.4 kernel have an effect on the 2.6 driver??
 
Old 04-20-2004, 08:08 PM   #4
HiroMasaki
LQ Newbie
 
Registered: Aug 2003
Location: Ohio
Distribution: Debian Woody @ Work, Sarge @ Home
Posts: 11

Rep: Reputation: 0
The point would be to compile a 2.6 kernel with the appropriate drivers and upgrade. I have not yet taken the leap myself, but if you can compile a 2.4 kernel and get it to run, I don't think the transition from 2.4 to 2.6 would be that much more difficult unless you have proprietary drivers that are pre-compiled for 2.4.
 
Old 05-10-2004, 05:38 PM   #5
jimmsta
LQ Newbie
 
Registered: Feb 2004
Location: New Jersey
Distribution: Gentoo
Posts: 1

Rep: Reputation: 0
I too have almost the same exact configuration... except I'm using Gentoo Linux with the latest kernel, 2.6.6, which came out today... I don't have my Audigy 2 NX working yet, and my friends don't know why it doesn't work. The card has the latest firmware, which is what I'm guessing is the cause of the problem. AFAIK, if I emerge the EZ-Flash firmware upload/downloader, the soundcard might work, but that requires that I have the firmware in a file on the hard drive, of which is probably possible to get, but I'm too lazy to hex edit the install files... (Yet I hex edited the crap out of the halo maps...) ...

If anyone can help with the usb-alsa problems, please respond.

BTW: My system config is as follows...

Athlon XP 2500+
1GB PC2700 RAM
2 120GB HD's
Liteon 411S@811S DVDRW
Samsung 52x cdrw
Asus A7V8X Motherboard with 1014.001 beta bios
ATI Radeon 9700Pro
- - Things connected to USB ports are as follows
- Logitech MX510 mouse
- Audigy 2 NX
- HP PSC2175 printer
Gentoo Linux (2004.1-based liveCD install with 2.6.6 development-sources kernel)
I have compiled in USBAUDIO support, but have done away with all ALSA modules.

I'm clueless as to where I should go next.
 
Old 07-15-2004, 08:48 PM   #6
Atmchicago
Member
 
Registered: Apr 2003
Location: Baltimore
Distribution: Fedora
Posts: 220

Rep: Reputation: 32
I can't get my Audigy 2 NX working either - started my own thread here. Slackware 10, 2.6.7...

http://www.linuxquestions.org/questi...hreadid=204642

edit: fix link

Last edited by Atmchicago; 07-15-2004 at 08:53 PM.
 
Old 07-15-2004, 10:11 PM   #7
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
i'm just looking through menuconfig in kernel 2.6.7...

first, try upgrading all the alsa components
then, you can use a tool called alsaconf (comes default in slack 9.1 and above) to see if you can find a suitable module to work; once it does its work and modifies /etc/modules.conf, reboot, and watch the output; check dmesg for errors

the above should at least tell you what drivers you need; post that here if the below does not work

in my 2.6.7 menuconfig, try enabling these options:
device drivers-sound (enable sound)-alsa (enable the necessary options, including oss support)-pci devices (emu10k1)
go back-alsa usb devices-(usb audio)

i would configure everything as modules, so in case they don't work, the kernel won't panic or get confused

after the recompile and kernel install, reboot into the new kernel, and modprobe emu10k1 (or whatever the driver may be called) and the snd_usb module (find the correct names in /lib/modules/2.6.7/kernel/drivers/sound)

after that, try doing alsaconf again (works extremely well in slackware with 2.6.x kernels if sound is modularized); hopefully something will work

try alsamixer, and check dmesg

good luck!

*note: i do not own this sound device, i'm making some educated guesses
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound Blaster Audigy 2 ZS NewToLinux2005 Ubuntu 14 12-26-2010 06:57 AM
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
Sound Blaster Audigy help chrisbhall Linux - Newbie 7 10-12-2004 08:30 PM
Sound Blaster Audigy confidential007 Linux - Hardware 13 08-19-2004 11:30 PM
Sound Blaster Audigy Mimician Linux - Newbie 5 02-25-2002 07:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration