LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-27-2004, 04:05 PM   #1
davs
LQ Newbie
 
Registered: Sep 2004
Posts: 5

Rep: Reputation: 0
audigy card difficulties (debian sarge)


Ive been having this problem for months and have finally given up and decided to post here. I use Debian Sarge Business Card for my installer. The problem is persistent in kernels 2.4 all the way through 2.6.8.

Here is my problem: I do my install bare-bones and do a big apt-get when my first console comes up. I make sure I have all the proper compilers kernel source and headers, alsa-base alsa-utils alsa-headers and alsa. When done everything works fine, great sound etc etc. But it took me a while to figure this out.. I can reboot into linux as many times as needed and sound still works perfectly, problem is, when i boot into windows and come back to linux my sound is broken, as in linux does not see my card. Ive used alsaconf (doesn't work) and alsactl restore (natta), and pretty much any sollution on these forums and google to remedy my situation but still no luck. I also had a friend (who is more prolific at nix than me) compile alsa from source and have the exact same issue. The issue of not having sound is keeping me from converting completely to linux (aside from a couple games) and Id love to figure out a sollution that doesn't involve another reinstall


again Im running debian sarge 2.6.8-1-k7 kernel, source, and headers.
my hardware specs:

biostar m7ncd nforce2 motherboard onboard sound is disabled in bios (and onboard audio codec is jumpered off)
amd 3200 barton
1gb hyper x ram
geforce 5900 ultra
audigy2 platinum (I dont use the breakout box)

lspci:

0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (r ev c1)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 0 (rev c1)
0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
0000:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
0000:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
0000:01:09.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
0000:01:09.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (re v 04)
0000:01:09.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04 )
0000:02:00.0 VGA compatible controller: nVidia Corporation NV35 [GeForce FX 5900 Ultra] (rev a1)


my dmesg can be found here inexistence.org/dmesg/dmesg.text

I did notice the irq errors but I find that odd because Im only using 1 pci device which is the audigy and I have switched around the slots just to make sure. I have a feeling this whole ordeal has somthing to do with my motherboard, but then again what do I know.

Thank you for your time and I appreciate all replies!

Davs

Last edited by davs; 09-29-2004 at 03:27 PM.
 
Old 09-28-2004, 07:40 PM   #2
davs
LQ Newbie
 
Registered: Sep 2004
Posts: 5

Original Poster
Rep: Reputation: 0
is there anymore info I can add to this post to get a reply?
 
Old 09-28-2004, 08:13 PM   #3
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Welcome to LQ. So it works as long as you stay in Linux, but the problem only appears after you boot back into Windows? Sounds like the solution to this issue is just to use Linux all the time.

More seriously, what's the output of running the lsmod command? Is there any chance that you just need to run a modprobe on the module your sound card needs? I'll be honest, it looks like you've covered most of the most likely causes, so I'm not sure that I can offer any meaningful advice. Hopefully others can -- J.W.
 
Old 09-28-2004, 10:01 PM   #4
davs
LQ Newbie
 
Registered: Sep 2004
Posts: 5

Original Poster
Rep: Reputation: 0
If I knew what to modprobe Id gladley do it
I would only use windows for games if I could get my sound to work in linux hehe.


here is my lsmod

floppy 60304 0
nvidia 4821236 12
ipv6 262340 8
nfs 192960 1
lockd 64520 2 nfs
sunrpc 152612 4 nfs,lockd
af_packet 22600 2
eth1394 21768 0
ohci1394 35588 0
ieee1394 111352 2 eth1394,ohci1394
emu10k1_gp 3648 0
gameport 4736 1 emu10k1_gp
snd_emu10k1 98312 0
snd_rawmidi 25380 1 snd_emu10k1
snd_pcm 97480 1 snd_emu10k1
snd_timer 25540 1 snd_pcm
snd_seq_device 8264 2 snd_emu10k1,snd_rawmidi
snd_ac97_codec 69572 1 snd_emu10k1
snd_page_alloc 11720 2 snd_emu10k1,snd_pcm
snd_util_mem 4608 1 snd_emu10k1
snd_hwdep 9476 1 snd_emu10k1
snd 57380 8 snd_emu10k1,snd_rawmidi,snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_hwdep
soundcore 10400 1 snd
pciehp 97388 0
shpchp 100780 0
pci_hotplug 34352 2 pciehp,shpchp
forcedeth 17600 0
joydev 9856 0
ehci_hcd 31364 0
mousedev 10444 1
tsdev 7360 0
usbhid 32000 0
ohci_hcd 21380 0
usbcore 118308 5 ehci_hcd,usbhid,ohci_hcd
nvidia_agp 7836 1
agpgart 34536 2 nvidia_agp
parport_pc 35328 0
parport 41544 1 parport_pc
evdev 9600 0
nls_iso8859_1 4096 1
ntfs 102164 1
capability 4616 0
commoncap 7296 1 capability
ide_cd 42528 0
cdrom 40284 1 ide_cd
rtc 12728 0
reiserfs 244880 2
ide_generic 1472 0
ide_disk 19264 6
amd74xx 14108 1
ide_core 138788 4 ide_cd,ide_generic,ide_disk,amd74xx
unix 28596 420
font 8448 0
vesafb 6688 0
cfbcopyarea 3776 1 vesafb
cfbimgblt 3072 1 vesafb
cfbfillrect 3712 1 vesafb
 
Old 09-29-2004, 03:26 PM   #5
davs
LQ Newbie
 
Registered: Sep 2004
Posts: 5

Original Poster
Rep: Reputation: 0
still stuck with this one guys, if anyone can help Id appreciate it!
 
  


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
No Sound from Audigy card on 10.2 dbc001 Mandriva 6 09-28-2005 08:42 PM
Audigy sound card trackrat Mandriva 16 07-25-2004 12:38 AM
Compact Flash card difficulties in MDK 10 linuxian Mandriva 5 07-22-2004 09:34 AM
Configuring 5.1 on a audigy card InsaneBob Linux - Hardware 1 10-19-2003 04:12 AM
Audio in on a Audigy Card InsaneBob Linux - Hardware 1 05-12-2003 03:34 PM

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

All times are GMT -5. The time now is 05:03 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