LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-20-2003, 08:42 AM   #1
joolee00
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Rep: Reputation: 0
Asus P4PE Mobo sound problem (have AD1980) & configuration problem


Hi, linux lovers.
I got a new box and installed Linux 9.0 then all the trouble start happen. Since I had an old machine, linux never gave me any problem with driver issue. Especially, a sound card and a nic card.

I have found number of good articles by google, including this website. I found sound card issue in this website with same mobo, but unable to solve the problem yet. I downloaded newest version of ALSA-driver(0.9.2), util, and whatever is there and I was able to run alsamixer. I changed all the volume level and tried green and red port as well, but still no sound. Can someone tell me what I supoose to do now and those of you who installed the driver succesfully can send me your moudles.conf. Also can someone send me the .config file, since I have trouble upgrading kernel. I always have a trouble doing configuration.

I was able to install the nic driver, but everytime when I restart the machine I have to configure the eth0 again by manually. Isn't there a way that can be loaded automatically?

Last edited by joolee00; 03-20-2003 at 09:13 AM.
 
Old 03-31-2003, 04:05 AM   #2
drphibes
Member
 
Registered: Mar 2003
Posts: 34

Rep: Reputation: 15
I just setup my P4PE w/alsa 0.9.2 too. The AD1980 chip works just fine.
Assuming you installed the alsa driver/lib/tools/utils already, here's the alsa stuff I use in my /etc/modules.conf:

----/etc/modules.conf----------------
# alsa
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

# restore mixer settings from /etc/asound.state
post-install snd-intel8x0 /usr/sbin/alsactl restore
# Save mixer settings to /etc/asound.state
pre-remove snd-intel8x0 /usr/sbin/alsactl store

# prevent syslog messages
alias snd-card-1 off
alias sound-slot-1 off
alias sound-service-1-0 off
alias sound-service-1-1 off
alias sound-service-1-3 off
alias sound-service-1-8 off
alias sound-service-1-12 off
alias snd-card-2 off
alias sound-slot-2 off
alias sound-service-2-0 off
alias sound-service-2-1 off
alias sound-service-2-3 off
alias sound-service-2-8 off
alias sound-service-2-12 off
alias snd-card-3 off
alias sound-slot-3 off
alias sound-service-3-0 off
alias sound-service-3-1 off
alias sound-service-3-3 off
alias sound-service-3-8 off
alias sound-service-3-12 off
-----------end-----------------------------------

Then you need to load the modules in rc.modules:

----/etc/rc.d/rc.modules-------------------------
# alsa sound
/sbin/modprobe soundcore
/sbin/modprobe snd-intel8x0
---end-------------------------------------------

When you boot, you should see these snd modules with cat /proc/modules (if you have proc support set up):

---- cat /proc/modules (editted)-----------------
snd-mixer-oss 13880 1 (autoclean)
snd-intel8x0 18948 1
snd-ac97-codec 37120 0 [snd-intel8x0]
snd-pcm 60480 0 [snd-intel8x0]
snd-timer 14728 0 [snd-pcm]
snd-page-alloc 5212 0 [snd-intel8x0 snd-pcm]
snd-mpu401-uart 3504 0 [snd-intel8x0]
snd-rawmidi 13824 0 [snd-mpu401-uart]
snd-seq-device 4368 0 [snd-rawmidi]
snd 30212 0 [snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 3780 1 [snd]
-----end---------------------------------------------------------

I have the Fast Ether (not Giga Ether) version of the P4PE and it has a Broadcom 4401 10/100 chip on it. I just compiled the BCM4400 module on the Asus cd and loaded that module too. All in all, the board seems quite nice. My BogoMIPS are up to 4797, so I'm happy so far.

OH BTW, one big thing to remember with alsa -- by default everything is MUTED when you start it up. You must raise the volume AND unmute with whatever mixer you decide to use.

drphibes
 
Old 03-31-2003, 04:13 AM   #3
drphibes
Member
 
Registered: Mar 2003
Posts: 34

Rep: Reputation: 15
forgot to answer your question about kernel config. for alsa, i just answer M for modular sound support and that's all. the relevant entry in your /usr/src/linux/.config file is:

CONFIG_SOUND=m

that's all you need. the modprobe soundcore (see prev. post) loads the kernels soundcore stuff.

drphibes
 
Old 07-23-2003, 01:00 PM   #4
dagza
LQ Newbie
 
Registered: Jul 2003
Location: NE, England
Distribution: Suse 8.2
Posts: 5

Rep: Reputation: 0
Asus P4PE Mobo sound problem

I am having problems getting my sound to work on same mobo with suse 8.2. I was going to alter the modules.conf file as suggested and then the /etc/rc.d/rc.modules file but i don't have one. I have the directory structure but not that particular file.

When configuring in yast2 i get

The kernel module snd-intel8x0 for sound supportcould not be loaded. This can be caused by incorrect module parameters, including invalid IO or IRQ parameters

Which seems reasonable but I have no idea how to set them or what they should be (pref GUI as i am only 2 days into this)

Thanks in advance for your time
 
Old 07-23-2003, 01:15 PM   #5
dagza
LQ Newbie
 
Registered: Jul 2003
Location: NE, England
Distribution: Suse 8.2
Posts: 5

Rep: Reputation: 0
PS - Reading other threads an ismod output may help you / me but I don't have one of them either !
 
  


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 ASUS P4PE sound card xander Linux - Hardware 1 02-07-2004 07:41 AM
redhat 9 asus p4pe- no sound- how to fix? rciren Linux - Hardware 3 09-21-2003 02:13 PM
ASUS P4PE sound not working (again) dagza Linux - Software 1 08-16-2003 02:44 AM
my onboard sound on ASUS P4PE doesn't work under Linux(RH9) lex1dr Linux - Hardware 4 06-16-2003 07:52 AM
Asus P4PE Built in sound card smithgp2 Linux - Hardware 4 05-16-2003 02:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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