| Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-28-2004, 10:43 PM
|
#1
|
|
Member
Registered: Apr 2004
Distribution: Kubuntu
Posts: 40
Rep:
|
Intel i810 ICH4 sound card
Hi, I'm using Mandrake 9.1 and i have an Intel i810 ICH4 soundcard. I don't know what to do to get it work. I tried to install the last version of ALSA, but I couldn't.
If anybody could help me...
Regards.
|
|
|
|
05-29-2004, 12:38 AM
|
#2
|
|
Member
Registered: Nov 2002
Location: Montrouge / FRANCE
Distribution: MANDRAKE 9.2/ DSL / smalllinux / Ubuntu 5.1
Posts: 202
Rep:
|
More information required :
output of : dmesg
Any module change ? ... output of /etc/modules.conf
No sound at all ??
|
|
|
|
05-29-2004, 01:37 AM
|
#3
|
|
Senior Member
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713
Rep:
|
... and HOW did you try to install ALSA and did it produce any error messages or otherwise useful output?
|
|
|
|
05-29-2004, 08:03 PM
|
#4
|
|
Member
Registered: Apr 2004
Distribution: Kubuntu
Posts: 40
Original Poster
Rep:
|
In response to the messages
When I tried to install ALSA it printed an error saying that there was an operation not permited (no more information because it didn't say wich operation).
Not sound at all.
Linux knows that there is an Intel i810 ICH4 soundcard in my computer, but no sound exists.
|
|
|
|
05-29-2004, 09:11 PM
|
#5
|
|
Senior Member
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713
Rep:
|
Could it have been during the make install phase? You have to be root to do that. Do everything else as a normal user but run make install as root. After the whole thing is compiled you still have to insert the modules into the kernel, edit your /etc/modules.conf (or /etc/modprobe.conf for 2.6 kernels) to make them get inserted each time you boot and turn up the volume as by default all channels are muted.
|
|
|
|
05-30-2004, 05:28 AM
|
#6
|
|
Member
Registered: Nov 2002
Location: Montrouge / FRANCE
Distribution: MANDRAKE 9.2/ DSL / smalllinux / Ubuntu 5.1
Posts: 202
Rep:
|
Alsa was included with 8.2, so thing also included with 9.1.
look for rpm and for Alsa, will probably be more comfortable.
copy and paste output of dmesg and lsmod .
What kind of sound are you looking for ( system? or are you trying to play something ? )
You probably don't know, but to play a cd with Linux a small cable should be connected from your cd-rom to mother board ( wdz don't need it !! ).
Also, have you sound as Root ?
The more information you give, the best we can help !!
|
|
|
|
05-30-2004, 05:43 AM
|
#7
|
|
Senior Member
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713
Rep:
|
Quote:
|
You probably don't know, but to play a cd with Linux a small cable should be connected from your cd-rom to mother board ( wdz don't need it !! ).
|
That's not true. There are some programs that need it but some don't XMMS for instance (with the cdread plugin).
|
|
|
|
05-30-2004, 09:02 AM
|
#8
|
|
Member
Registered: Apr 2004
Distribution: Kubuntu
Posts: 40
Original Poster
Rep:
|
I have the c.d. cable that you said plugged. But, for example, when I wan't to play mp3 or a c.d. or when I enter in a website with sounds or everything that include any kind of sound.
The XMMS plays the mp3 but I dont't hear nothing at all, the same happends with a c.d. and the other cases.
|
|
|
|
05-30-2004, 10:06 AM
|
#9
|
|
Member
Registered: Apr 2004
Distribution: Kubuntu
Posts: 40
Original Poster
Rep:
|
This is the message that returns when I want to install alsa driver:
rm -f /lib/modules/2.4.21/misc/snd*.*o /lib/modules/2.4.21/misc/persist.o /lib/modules/2.4.21/misc/isapnp.o
make[1]: Entering directory `/home/sergio/Documents/alsa-driver-1.0.4/acore'
mkdir -p /lib/modules/2.4.21/misc
cp snd-hwdep.o snd-page-alloc.o snd-pcm.o snd-rawmidi.o snd-timer.o snd.o /lib/modules/2.4.21/misc
cp: no se puede efectuar `stat' sobre `snd-hwdep.o': No such file or directory
cp: no se puede efectuar `stat' sobre `snd-page-alloc.o': No such file or directory
cp: no se puede efectuar `stat' sobre `snd-pcm.o': No such file or directory
cp: no se puede efectuar `stat' sobre `snd-rawmidi.o': No such file or directory
cp: no se puede efectuar `stat' sobre `snd-timer.o': No such file or directory
cp: no se puede efectuar `stat' sobre `snd.o': No such file or directory
make[1]: *** [_modinst__] Error 1
make[1]: Leaving directory `/home/sergio/Documents/alsa-driver-1.0.4/acore'
make: *** [install-modules] Error 1
Thank you. :-)
|
|
|
|
05-30-2004, 10:18 AM
|
#10
|
|
Senior Member
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713
Rep:
|
Are you root?
|
|
|
|
05-30-2004, 10:29 AM
|
#11
|
|
Member
Registered: Apr 2004
Distribution: Kubuntu
Posts: 40
Original Poster
Rep:
|
Yeah, I'm root.
|
|
|
|
05-30-2004, 08:06 PM
|
#12
|
|
Senior Member
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713
Rep:
|
Well it looks like the files snd-hwdep.o, snd-page-alloc.o, snd-pcm.o, snd-rawmidi.o, snd-timer.o and snd.o don't exist in the current directory. Are you sure you didn't get any other errors during either ./configure or make?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:55 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|