LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Turtle Beach Montego 2/RH9 problem (https://www.linuxquestions.org/questions/linux-newbie-8/turtle-beach-montego-2-rh9-problem-83361/)

dropkick 08-18-2003 11:14 PM

Turtle Beach Montego 2/RH9 problem
 
I am having problems getting my sound card to work. I have a montego 2 card and am running 2.4.21(which I got working thanks to everyone here). Here is lsmod
Code:

Module                  Size  Used by    Tainted: P
agpgart                46720  3  (autoclean)
nvidia              1764832  11  (autoclean)
parport_pc            19044  1  (autoclean)
lp                      8996  0  (autoclean)
parport                37056  1  (autoclean) [parport_pc lp]
autofs                13364  0  (autoclean) (unused)
via-rhine              16464  1
mii                    3976  0  [via-rhine]
ipt_REJECT              4024  6  (autoclean)
iptable_filter          2412  1  (autoclean)
ip_tables              14872  2  [ipt_REJECT iptable_filter]
sg                    36524  0  (autoclean)
sr_mod                18136  0  (autoclean)
ide-scsi              12176  0
scsi_mod              107220  3  [sg sr_mod ide-scsi]
ide-cd                35648  0
cdrom                  33696  0  [sr_mod ide-cd]
keybdev                2944  0  (unused)
mousedev                5556  1
input                  5760  0  [keybdev mousedev]
hid                    11864  0  (unused)
usb-uhci              26412  0  (unused)
usbcore                78080  1  [hid usb-uhci]
ext3                  70208  2
jbd                    51924  2  [ext3]

and lspci

Code:

00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0e.0 Multimedia audio controller: Aureal Semiconductor Vortex 2 (rev fe)
00:0f.0 Unknown mass storage controller: Promise Technology, Inc. 20262 (rev 01)00:10.0 Ethernet controller: VIA Technologies, Inc. VT86C100A [Rhine] (rev 06)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)

I tried using alsa 0.5.9d, oss, and some other methods I've found on here but always get errors. I know I enabled sound support when I compiled the new kernel, but shouldn't it show up on lsmod? Do I need to do anything to enable it or did I just do something wrong(this is my 2nd day using linux). I've gotten my video card to work and successfully compiled a new kernel so I really want to get my sound working. Any ideas on what I can do to get this to work or should I just drop the cash and get a new card?

thanks

dropkick 08-20-2003 02:17 AM

Nevermind I got it working using alsa 0.9.4 from ftp://ftp.alsa-project.org/pub/driver/ along with the lib and utils. If anyone else is have the same problems use Linux Online's ALSA HOWTO. When you get to the modprobe part...use /sbin/modprobe au8830. If you have the problem that says gcc version 2 was used for the driver and kernel was gcc version 3(or something like that) use a hex editor and change the gcc version from 2 to 3 in au8830.o. If you have any questions I'll try to help. I'm still new at this too....forgot -also had to modprobe soundcore since I had sound support as a module when I compiled the kernel.

:D

drop

R2RO 09-01-2003 04:51 AM

Looks like you have RH9.0 workin with an AU8830 (turtle beach montego II). I have the same but not working at all. I think I need first to install the divers before using ALSA. Where do I get the "rpms" for it? Thing is when I do "modprobe au8830" I get back "Can't locate module au8830". I know for sure I have an 8830 because I had it woking with RH7.2 before.


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