Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sound card issues on a Dell D800
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
pfadt_mann
n00b
n00b


Joined: 28 Feb 2007
Posts: 55
Location: Dallas, Texas

PostPosted: Fri Mar 30, 2007 10:21 pm    Post subject: sound card issues on a Dell D800 Reply with quote

I have a D800, 1.7Ghz Pentium-m, 512MB RAM, nvidia GeForce Go5200 with 32MB.

I added the line
ALSA_CARDS="intel8x0"

to my /etc/make.conf file, I compiled the kernel with what I think are the right drivers,
<*> Advanced Linux Sound Architecture
<*> Sequencer support
< > Sequencer dummy client
<*> OSS Mixer API
<*> OSS PCM (digital audio) API
[*] OSS PCM (digital audio) API - Include plugin system
[*] OSS Sequencer API

PCI devices --->
<*> Emu10k1X (Dell OEM Version)
<*> Intel/SiS/nVidia/AMD/ALi AC97 Controller
USB devices --->
<*> USB Audio/MIDI driver
Processor type and features --->
<*> Dell laptop support
Firmware Drivers --->
<*> Dell Systems Management Base Driver


I don't get any sound. When I boot, I can see the error scroll by that says ALSA can't load the driver but I can't find the syslog or boot log to validate what I am seeing.

jmhlap-gn2 linux # ps -ef | grep syslog
root 8945 1 0 09:24 ? 00:00:00 /usr/sbin/syslog-ng
102 9064 1 0 09:24 ? 00:00:01 /usr/sbin/hald --use-syslog
root 12955 12800 0 11:20 pts/0 00:00:00 grep --colour=auto syslog

I have syslog-ng installed.


Any idea?
_________________
Pfadt Mann
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Fri Mar 30, 2007 10:41 pm    Post subject: Reply with quote

:)
Code:

emerge alsa-utils
alsaconf

The fact you have the proper drivers don't say that alsa will autodetect your card at boot, use alsaconf tool for that, on boot alsa will try load the previously detected drivers then.
Back to top
View user's profile Send private message
pfadt_mann
n00b
n00b


Joined: 28 Feb 2007
Posts: 55
Location: Dallas, Texas

PostPosted: Sat Mar 31, 2007 1:59 am    Post subject: Reply with quote

When I run alsaconf, it says it can find my sound card at all. When I boot from windows the sound is fine.

I run hwsetup - n -v and it gives me this

Among other things:
-------------
class: AUDIO
bus: PCI
device: (null) does this mean anything? I mean something I need to correct?
driver: snd-intel8x0
desc: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller
-------------
_________________
Pfadt Mann
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Mar 31, 2007 6:39 am    Post subject: Reply with quote

yes, it means you have to go there & follow the guide http://www.gentoo.org/doc/en/alsa-guide.xml
take care on how to identify your card section 2.1, build the drivers as modules (section 2.3)...

for your log information, you will not see any alsa in your log, but a reference to the alsa driver you are using.
you can get message log from dmesg or in /var/log (i think it's /message for syslogng)
so dmesg | grep alsa = nothing, but dmesg | grep intel8x0 will do
to get log information from your booting service (as alsa) you need to change RC_BOOTLOG="yes" in /etc/conf.d/rc

and finally with some hope, a moderator will move that thread to multimedia so you will get more answers there...
Back to top
View user's profile Send private message
pfadt_mann
n00b
n00b


Joined: 28 Feb 2007
Posts: 55
Location: Dallas, Texas

PostPosted: Sun Apr 01, 2007 12:31 am    Post subject: Reply with quote

I followed that and still get nothing. When I launch kde, I get the big grey box in the middle of my screen and it hides everything, see my avatar.

I know the sound card is working because I use it on windows.

Could this be a USE issues?
_________________
Pfadt Mann
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun Apr 01, 2007 10:13 am    Post subject: Reply with quote

please show results of

lspci | grep audio
cat /etc/modules.d/alsa
Back to top
View user's profile Send private message
pfadt_mann
n00b
n00b


Joined: 28 Feb 2007
Posts: 55
Location: Dallas, Texas

PostPosted: Mon Apr 02, 2007 4:54 pm    Post subject: Reply with quote

jmhgn2 ~ # cat /etc/modules.d/alsa
# Alsa kernel modules' configuration file.

# ALSA portion
# OSS/Free portion

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `modules-update' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

# OSS/Free portion - card #1
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.14rc1 ---
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
_________________
Pfadt Mann
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Mon Apr 02, 2007 6:58 pm    Post subject: Reply with quote

seems correct.

what message do you have when you do /etc/init.d/alsasound restart
Back to top
View user's profile Send private message
pfadt_mann
n00b
n00b


Joined: 28 Feb 2007
Posts: 55
Location: Dallas, Texas

PostPosted: Mon Apr 02, 2007 9:20 pm    Post subject: Reply with quote

I actually removes alsa-utils and compiles the sound into the kernel to see if that would work and still nothing. I will have to set everything back as modules and recompile the add alsa-utils back.
_________________
Pfadt Mann
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum