LinuxQuestions.org
Review your favorite Linux distribution.
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 11-10-2003, 08:06 PM   #1
Achtunger
LQ Newbie
 
Registered: Jul 2003
Distribution: SuSE 9.0
Posts: 18

Rep: Reputation: 0
Unhappy SuSE 8.2 and Turtle Beach sound


Hi folks,

I recently installed Suse 8.2 on an old Dell PII450. It seems to mostly work fine, except that I can't get the sound to work on it. It's an old Turtle Beach Montego card, using and Aureal 8820 chip. First I tried getting Soundforge drivers for the card. But they wouldn't compile right, no matter how much I tried to mess with the code to eliminate errors. Then I tried downloading the OSS driver, but I can't get it to install. Instead it just says that my installation package does not contain the precompiled modules for the kernel version I am running.

I think I need to get ALSA drivers now, but I'm not totally sure if they will work. Am I going about this properly? Is there something I need to do with the Kernel? Linux newbie here, so I'd appreciate it in plain English, if thats ok.

Thanks
 
Old 11-10-2003, 09:19 PM   #2
phanly
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Rep: Reputation: 0
make sure the kernel-source is installed before you start eg:
[root@localhost alsa-utils-0.9.8]# urpmi kernel-source

If you don't have permission type su (to login as a Super User)

Read this first so you can make the relevant changes based on the patch when it appears to fail:
http://www.mail-archive.com/alsa-dev...ist.html#09813
The changes are made in the file mentioned in the top of each section and the changes are the addition of the lines marked with a +

Read the directions at:
http://alsa.opensrc.org/index.php?page=au88x0 and others linked but particularly
http://alsa.opensrc.org/index.php?pa...l+-+snd-au88x0
but note that you probably won't have the files in a different location than a downloads directory in the same path as in the example, so you will have to make some adjustments.

http://alsa-project.org and download the files versions 0.9.8 there are 4 or 5 different files driver, lib, oss, utils, tools. They are all tar.bz2

Use the Quick install directions above. The drivers file takes about 30 mins to do make on my 400mHz pii400.

Check whether you need ot make the changes suggested in the patch mentioned in the post referred to above.

Even after all this I end up with a failure during the modprobe stage because of:
unresolved symbol snd_verbose_printk

I am trying to get answers to this from the alsa-devel lists at:
http://www.alsa-project.org/mailing-lists.php3
You might like to view the archives or search the lists. The alsa-user list also has some posts with the same problem I am having.

The only other post I have seen that suggests that a solution has worked to unresolved symbols issues is:
http://lists.debian.org/debian-user/.../msg04413.html

You can try www.google.com with a search for your problem eg:
unresolved symbol snd_verbose_printk
and that may turn up a solution.

You might be luckier than me because clearly some people are having success with the new alsa drivers.

Good luck
Paul
 
Old 11-11-2003, 12:23 PM   #3
Achtunger
LQ Newbie
 
Registered: Jul 2003
Distribution: SuSE 9.0
Posts: 18

Original Poster
Rep: Reputation: 0
I'll give it a shot tonight.
 
Old 11-11-2003, 05:17 PM   #4
phanly
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Rep: Reputation: 0
Mine works fine now, so it can be done!

The exact reference to the Quick install instructions referred to in my earlier post is:
http://alsa.opensrc.org/index.php?pa...l+-+snd-au88x0

After I had everything working (having checked using lsmod from the command line as su to see that snd-au8820 was in the list) I still had some problems with sound stopping working and kmix having a blank screen. These problems were solved when I followed the directions at:
http://alsa.opensrc.org/index.php?pa...ules.conf+file

My reference to the page:
http://www.mail-archive.com/alsa-dev...ist.html#09813
should also have added that the post you need to read is:
[Alsa-devel] aureal driver compile problem and patch
From: Carolyn and Eric Hathaway <10/30/2003>
This tells you how to solve problems caused by different compiler versions having been used compared to what your distro has installed eg gcc2 vs gcc3 and how to patch various makefiles to avoid some unresolved symbol problems.

Don't forget you have to configure before you make.

My problem with:
unresolved symbol snd_verbose_printk
was solved by using a different configure line someone suggested:
./configure --with-isapnp=no --with-cards=au8820 --with-sequencer=yes --with-oss=yes --disable-verbose-printk

1 Download all alsa-***- 0.9.8 tar.bz2 files into a new directory. If you want to exactly follow the Quick install instructions above it needs to be in the same place as his Downloads directory in the example
2 unzip
3 make Hathaway's suggested changes re gcc2 > gcc3 and patch makefiles as suggested
4 run the configure suggested above (modified for your system if necessary) while in the driver unzipped directory
5 follow the Quick Install directions remembering that you *may have to ./configure *some of the others (utils, tools, oss) first as well - I just tried them all.
6 follow the directions re the modules.conf file
7 check that the snd-au8820 module has loaded by doing lsmod from the command line
7 open alsamixergui and unmute and increase volumes of the master and relevant others
8 try it all out and repost if you still have problems

Hope this gets you there
cheers
Paul
 
Old 01-24-2004, 11:31 AM   #5
mixaha
LQ Newbie
 
Registered: Jan 2004
Posts: 1

Rep: Reputation: 0
modprobe aureal 8830



Hallo from newbie

I tried to compile the alsa-driver 0.9.8 as well, everything was fine until modprobe
As well the aureal 8830 driver is not in the alsa matrix when I try to install soundcard via yast2

with alsaconf the messages are:
loading sound driver: snd-au8830 Warning: ignoring snd_major=116, no such parameter in this module
module snd loaded with warnings
/lib/modules/2.4.19-4GB/kernel/sound/pci/au88x0/snd-au8830.o: unresolved symbol snd_mpu401_uart_interrupt
........
/lib/modules/2.4.19-4GB/kernel/sound/pci/au88x0/snd-au8830.o: insmod /lib/modules/2.4.19-4GB/kernel/sound/pci/au88x0/snd-au8830.o failed
/lib/modules/2.4.19-4GB/kernel/sound/pci/au88x0/snd-au8830.o: insmod snd-au8830 failed

I tried to read the Hathaway`s suggested...., but I can`t find it with the links mentioned above,it is not in the thread anymore.
So I don`t know what to do now
Can you help?

mixaha
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Turtle Beach Santa Cruz sound card d0nny Linux - Newbie 2 10-14-2003 05:41 PM
HELP!!! Turtle Beach Sound Card is going to go for a swim.... turtleobieone Linux - Hardware 1 10-08-2003 01:41 AM
sound problem with Turtle Beach Santa Cruz Bran6don Slackware 3 02-02-2003 10:52 PM
sound card - Turtle beach, but which one ? RedHat123 Linux - Hardware 6 10-03-2002 01:38 PM
Turtle Beach Montego Bay 2 Sound Card Bigun Linux - Hardware 2 09-16-2002 06:03 PM

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

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