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 09-12-2003, 02:51 AM   #1
Quattro
LQ Newbie
 
Registered: Sep 2003
Location: Richardson, TX
Distribution: Mandrake 9.1
Posts: 5

Rep: Reputation: 0
Soundcard (SiS7012) problems on Mandrake 9.1


Ok...as I said in the subject line, I run Mandrake 9.1 and have an onboard SiS7012 soundcard.

One problem I had since the beginning was that everything would play at an insanely loud volume that physically hurt my ears. Nothing would change it...not KMix, not alsamixergui, not the XMMS sound controls. I had to resort to wearing headphones around my neck

So I did a Google search for Linux sound drivers, and found a link to ALSA's website. I downloaded their latest drivers, but I (unknowingly at the time) didn't install them properly. But I wouldn't notice the results of my incredibly stupid error until I would reboot (later, much later).

So, for now, the sound worked as it had before--too loud. I soon discovered a program in my K-menu: the aRts Control Tool, which fixed my problem. Things worked fine for the next day or two...I used artscontrol to keep my volume at a reasonable level and all was fine.

Then I accidentally hit the reset button on my machine (bloody sensitive thing). I let the computer reboot, I log in, and the first thing I notice is that the KMix icon in my panel is blank...I open KMix, and there's nothing in the window. I then launch XMMS, and try to play an MP3. I get no sound whatsoever. Then it comes to me: the ALSA installation that didn't take. Somehow, the bad install didn't set in until I restarted.

Now, I'm cursing myself for being such a bloody moron. If only I had known about artscontrol before I tried to install those drivers... Anyway, I head over to the ALSA website, re-read the install instructions, and try reinstalling step-by-step as said in the instructions. I did so. Then, it came time to use the modprobe commands to activate the drivers. They didn't take. Here's exactly the error messages I got:

[root@localhost /home/quattro]$ modprobe snd-intel8x0;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
/lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-intel8x0 failed
/lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-pcm-oss failed
/lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-mixer-oss failed
/lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-seq-oss failed

Now, I'm panicking even more. After some more searching, I discover OSS drivers. I install them, but being commercial products, they expire after 3 hours. And while the audio worked, I had the problem that the sound was too loud (not as loud as before, but still too loud) and nothing I could find would lower it...XMMS wouldn't lower it, KMix still displayed a blank, and I tried an OSS mixer called Ermixer. Nothing worked. And, of course, in 3 hours, the sound stopped working.

Now, I have no idea what to do. I'm kicking myself for being such a bloody moron, and scared. My only thought is to backup my home directory to Zip disks (stupid me forgot to put it on a separate partition), erase my Linux partition, and reinstall. I'd do that, except that my CD drives seem to be acting funny...not sure if it's my messed-up system or if something is physically wrong with my drives...I'll have try booting off something or running a CD in windoze to see what the case is.

Anyway...if anyone can help me, you have my gratitude.
 
Old 09-12-2003, 05:47 AM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Well, best thing is a re-install. Good luck
 
Old 11-10-2003, 08:33 PM   #3
phanly
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Rep: Reputation: 0
Various sondcards, internal modems, cameras, printers and scanners which are running without problems no many wnitel machines are not supported under linux and the easy/only answer may be new devices or stick with Win98 or later on that machine. When next buying machine or devices, ensure it is supported by your preferred Linux distribution eg Mandrake 9.1 before purchase.

I have had little luck with my winmodem (internal modem) in spite of installing Linuxant "driver", although it dials but does not connect.

With my vortex/aureal/turtle soundcard I am trying alsa drivers but have an unresolved problem with: unresolved symbol snd_verbose_printk and judging by the results of a google search so do many others.

Good luck, have fun.
Cheers
Paul
 
Old 11-24-2003, 01:25 AM   #4
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
Just found this thread because I had the same problems. Turns out the thing to do is to use the switch
--disable-verbose-printk
when running ./configure for alsa-drivers. Nowhere in the documentation - just a wild guess that worked.
 
Old 11-24-2003, 06:34 AM   #5
phanly
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Rep: Reputation: 0
alsa sound for MDK

Assuming you are going to persist with alsa:
The answer to your problem re the unresolved symbol snd_verbose_printk is that you need to do your ./configure statement with a special switch:
--disable-verbose-printk

As to the alsa not taking, you need to ensure the modules all load after a reboot.

While it is not your card, many of these issues are discussed in the pages linked to:
http://alsa.opensrc.org/index.php?page=au88x0

You should have a look at the pages:
http://alsa.opensrc.org/
http://alsa.opensrc.org/index.php?page=AlsaDrivers
and see if your card/chip is listed as there may be more information for your card/chip.

You can identify your card using: lspci as root from the command line in a console/terminal.

Cheers
Paul
 
  


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
Onboard soundcard and Mandrake 10 problems dvela Mandriva 4 09-19-2004 05:12 AM
Hyundai P571 - sound problems with Mandrake 10 and SiS7012 armenias Linux - Laptop and Netbook 0 06-22-2004 04:37 AM
really desesperated with SiS7012 soundcard Hammett Linux - Hardware 1 08-17-2003 08:26 PM
sis7012 mandrake 9.1 on my laptop sk8guitar LinuxQuestions.org Member Success Stories 0 07-25-2003 04:14 PM
Problems with ess maestro soundcard config under mandrake 9 xslf Linux - Hardware 0 12-17-2002 06:18 AM

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

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