LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-08-2005, 10:50 PM   #1
x NiVeK x
LQ Newbie
 
Registered: Mar 2005
Location: USA
Distribution: Mandrake, KNOPPIX
Posts: 7

Rep: Reputation: 0
Unhappy Integrated audio on Mandrake 10.1


OK, I have an HP Media Center PC m1070n running Mandrake 10.1 (free version)
I have no sound. I looked on Harddrake, no sound card. I dont have alsa.
I think its because Mandrake isnt recognizing Integrated audio (thats what i have)
Does anyone know anything about this? Can anyone give some advice?
That would be great, Thanx in advance.
NiVeK

ps: i also tried, sndconfig (for some reason its not recognized)
 
Old 03-09-2005, 07:53 AM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi x NiVeK x, welcome to lq. Please post the output from the following commands.

/sbin/lspci -v

/sbin/lsmod

good luck.
 
Old 03-09-2005, 10:18 AM   #3
x NiVeK x
LQ Newbie
 
Registered: Mar 2005
Location: USA
Distribution: Mandrake, KNOPPIX
Posts: 7

Original Poster
Rep: Reputation: 0
/sbin/lsmod

Ohh and also I think my sound is: Realtek ALC880
Module Size Used by
md5 4576 1
ipv6 249412 10
rfcomm 34456 0
l2cap 22368 5 rfcomm
bluetooth 42436 4 rfcomm,l2cap
af_packet 17864 2
8139too 22816 0
mii 5216 1 8139too
eth1394 18792 0
ide-cd 38528 0
cdrom 38844 1 ide-cd
ohci1394 32676 0
ieee1394 294872 2 eth1394,ohci1394
loop 13896 0
ntfs 149980 1
nls_iso8859-1 4672 2
nls_cp850 5472 1
vfat 12864 1
fat 41952 1 vfat
tda9887 12196 0
tuner 19312 0
cx8800 43580 0
cx88xx 19012 1 cx8800
video-buf 18212 2 cx8800,cx88xx
i2c-algo-bit 9704 1 cx8800
v4l1-compat 14084 1 cx8800
v4l2-common 5888 1 cx8800
btcx-risc 4808 2 cx8800,cx88xx
videodev 8224 1 cx8800
i2c-core 20356 5 tda9887,tuner,cx8800,cx88xx,i2c-algo-bit
joydev 9056 0
usb-storage 67040 0
evdev 8672 0
tsdev 6848 0
usbhid 43328 0
usblp 11936 0
ehci-hcd 27972 0
uhci-hcd 30448 0
usbcore 107396 7 usb-storage,usbhid,usblp,ehci-hcd,uhci-hcd
ext3 123496 2
jbd 56600 1 ext3
sd_mod 20096 6
ata_piix 7460 5
libata 39300 1 ata_piix
scsi_mod 106788 3 usb-storage,sd_mod,libata
 
Old 03-09-2005, 06:11 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
I don't see any sound modules loaded how about the output from

/sbin/lspci -v

please?
good luck.
 
Old 03-09-2005, 06:57 PM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I wasn't able to recognise any information on a sound device from your lspci output either. You could try running /sbin/alsaconf as root. Perhaps it could have better luck. Also, make sure that you make yourself a member of the 'audio' group. Without that, you may not permission to write to the /dev/dsp device. This will be only the last step however.

Googling for your particular device may provide the name of the driver that you may need to install.
Their web site doesn't seem to be working.
 
Old 03-09-2005, 07:06 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Originally posted by jschiwal
I wasn't able to recognise any information on a sound device from your lspci output either. You could try running /sbin/alsaconf as root. Perhaps it could have better luck. Also, make sure that you make yourself a member of the 'audio' group. Without that, you may not permission to write to the /dev/dsp device. This will be only the last step however.

Googling for your particular device may provide the name of the driver that you may need to install.
Their web site doesn't seem to be working.
I don't even see the lspci -v output. Am I missing something?

good luck.
 
Old 03-09-2005, 07:50 PM   #7
x NiVeK x
LQ Newbie
 
Registered: Mar 2005
Location: USA
Distribution: Mandrake, KNOPPIX
Posts: 7

Original Poster
Rep: Reputation: 0
That command wouldnt work ( /sbin/lspci -v )
This one doesnt work ether ( /sbin/alsaconf )
Linux says they're not commands or files
 
Old 03-10-2005, 06:48 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I meant from the lsmod command. Are you running as root. If you su'ed to root, try typing in:
bash -l

The lspci command is in the pciutils package. http://rpm.pbone.net/index.php3/stat....i586.rpm.html
alsaconf is in the 'alsa-utils' package. http://rpm.pbone.net/index.php3/stat....i586.rpm.html

I'm surprised that lspci isn't installed.
 
Old 03-11-2005, 01:31 AM   #9
x NiVeK x
LQ Newbie
 
Registered: Mar 2005
Location: USA
Distribution: Mandrake, KNOPPIX
Posts: 7

Original Poster
Rep: Reputation: 0
OK Thanx jschiwal, I'll go ahead and try. Once I get Mandrake back up, it doesnt load KDE anymore, it says something like "Cant write to /home/blah/"
I might just get rid of the partition and start all over. lol
Stuff like this happens to me....
 
  


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
AC 97 Integrated Audio Caluka Linux - Hardware 9 08-14-2005 08:01 AM
Integrated Audio and Audiotrak Rick069 Linux - Hardware 3 03-09-2005 11:49 PM
AC 97 integrated audio Obscure Linux - Newbie 15 04-16-2004 11:55 AM
RH 7.2 and Integrated Audio linuxchick Linux - Newbie 3 09-18-2002 07:48 PM
Need driver for avance integrated audio XPmandrake Linux - Hardware 3 06-11-2002 03:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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