LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 05-24-2003, 03:03 PM   #16
redgore
Member
 
Registered: Dec 2001
Location: England
Distribution: Various,currently Slackware.
Posts: 156

Rep: Reputation: 30

dsp not being there is an error in not having your sound cards modules installed or running. Try using sndconfig to set up your sound card.
 
Old 05-24-2003, 04:32 PM   #17
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Original Poster
Rep: Reputation: 45
i tried but it says the sis7012 is not supported.
i found this site but all the links to redhats site are old and i get a 404 error
 
Old 05-24-2003, 04:52 PM   #18
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
did you check the alsa site to see if your card is supported?

i just did and it does. the driver you got from sis is
meant for a specific kernel. it's not working with yours.

download alsa, and follow the directions on that site for
your card.

SiS 733
SiS SiS 735 intel8x0 aka SiS 7012
SiS SiS 740
SiS SiS 745
 
Old 05-24-2003, 11:39 PM   #19
smith
LQ Newbie
 
Registered: May 2002
Posts: 3

Rep: Reputation: 0
Lightbulb you're making this too hard

This problem is actually very easy to fix, although with all the suggested tweaking by others, it may be too late! In the control center where the sound info is displayed (as shown in the original post), click on "run config tool". The dialog box says the default driver is snd-intel8x0. That's wrong. The correct driver is i810_audio. It is listed as an alternative driver. Click ok, and you're good to go. I can't remember if I had to restart? Enjoy.
 
Old 05-25-2003, 10:41 AM   #20
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Original Poster
Rep: Reputation: 45
tried but still no sound,

edit:
I get this when I run the config tool
"You card currently use the OSS "i810_audio" driver (default driver for your card is "snd-intel8x0"
and I will change it and it always stays the same

Last edited by darin3200; 05-25-2003 at 10:46 AM.
 
Old 05-25-2003, 06:16 PM   #21
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
try modprobe i810_audio
the modules that start with the name snd_
are alsa i think
and ones that start with
the chip name are the original kernel old style sound.
 
Old 05-26-2003, 03:28 PM   #22
Douglas Scott
LQ Newbie
 
Registered: May 2003
Location: Mountain View, CA
Distribution: Mandriva
Posts: 3

Rep: Reputation: 0
Lightbulb

Those compile #errors happen if you try to compile the module source without having done a "make dep" in your kernel source directory.
 
Old 05-27-2003, 08:01 PM   #23
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Original Poster
Rep: Reputation: 45
I was watching on start up and I saw linux load "i_810 module"
if that helps any. Why doesn't everything distro have the hardware recognition of knoppix? Oh, well
 
Old 05-29-2003, 04:02 PM   #24
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Original Poster
Rep: Reputation: 45
Just out of curiosity. If I was able to get an old pci sound card out of an old computer and disable my built on one, would mandrake most likely recognize an old sound card?
 
Old 05-29-2003, 11:15 PM   #25
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
95% chance it would. i would say.
 
Old 06-01-2003, 03:29 PM   #26
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Original Poster
Rep: Reputation: 45
Re: you're making this too hard

Quote:
Originally posted by smith
This problem is actually very easy to fix, although with all the suggested tweaking by others, it may be too late! In the control center where the sound info is displayed (as shown in the original post), click on "run config tool". The dialog box says the default driver is snd-intel8x0. That's wrong. The correct driver is i810_audio. It is listed as an alternative driver. Click ok, and you're good to go. I can't remember if I had to restart? Enjoy.
I did an update, changed the driver, and now I'm listening to crystal clear mp3s. Thanks everyone
 
Old 08-27-2003, 01:14 PM   #27
vasudevadas
Member
 
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519

Rep: Reputation: 30
The sound driver creates the device files (/dev/dsp, /dev/dsp0, etc.) when it successfully initialises. I had exactly the same problem as you, and I fixed it. You'll need to compile your kernel to do it. I'm assuming that since you've made more than six hundred posts, you know how to do that already.

The kernel shipped with Mandrake 9.1 is 2.4.21. I have heard that you can fix your problem by applying the ACPI patch, available from http://sourceforge.net/projects/acpi. This is not the way I did it, I patched my kernel to 2.4.22 instead. Either way, you should compile your new kernel with ACPI support enabled (under General Setup in the config menu), sound support enabled, and the SiS7012 driver compiled as a module.

Once you've done that, turn the ALSA service off (I don't know how to make this sound hardware work with ALSA, it's kernel drivers only), and edit your /etc/modules.conf file to add the line:

alias sound i810_audio

Comment out any other lines relating to sound if you like, although it doesn't seem to matter. Probably best to make sure the new line goes before any other sound-related lines though, just to be safe. I find for myself that if I comment out the ALSA-related lines in my modules.conf, something just puts them back for me.

And that's about it. Reboot and you should have sound. If you find that your CD drive stops working after you've done this, then you can fix this by disabling scsi enulation, by editing the append line in your /etc/lilo.conf to read "hdc=ide-cd" rather than "hdc=ide-scsi" as it probably is at the moment.

Hope that gets you going. Any questions, don't hesitate to ask.
 
Old 08-27-2003, 01:17 PM   #28
vasudevadas
Member
 
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519

Rep: Reputation: 30
Smeg. I didn't see the second page before I went off half-cocked. Please ignore everything I just said.

:-(
 
  


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
Problems getting sound to play under Mandrake w/2 sound cards HGeneAnthony Linux - Hardware 1 07-02-2004 02:19 PM
Sound Problems on Mandrake 10.0 CE chenu Linux - Software 7 04-26-2004 09:24 AM
Mandrake Sound Problems xmms problems.... devinWhalen Mandriva 6 04-16-2004 04:05 PM
sound problems with mandrake 8.1 robster Linux - General 2 02-16-2004 12:00 PM
Problems Sound Mandrake 9.1 ssobeht Linux - Hardware 1 10-30-2003 05:36 PM

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

All times are GMT -5. The time now is 11:05 AM.

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