Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sound on a dell inspiron 8200
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Kriptek
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2003
Posts: 93
Location: Grand Rapids, Michigan

PostPosted: Fri Jan 31, 2003 3:14 am    Post subject: Sound on a dell inspiron 8200 Reply with quote

need some info on how i can get this to work. I have read that some people have been able to use the i810_audio driver. But when i go to insmod that it wont work.

any ideas.
Back to top
View user's profile Send private message
cwizman
n00b
n00b


Joined: 28 Nov 2002
Posts: 29

PostPosted: Fri Jan 31, 2003 4:20 am    Post subject: Reply with quote

Try typing: modprobe i810_audio. I have an 8200 and that makes it work for me. Oh, by the way, I would like to know if you've been able to get your wireless card to work.
Back to top
View user's profile Send private message
Kriptek
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2003
Posts: 93
Location: Grand Rapids, Michigan

PostPosted: Fri Jan 31, 2003 4:33 am    Post subject: Reply with quote

yeah i believe my wifi is working.... although i havent tried it yet. I have a cisco aironet 352 pcmcia compiled just fine along with the drivers.
Back to top
View user's profile Send private message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Mon Feb 03, 2003 1:16 am    Post subject: Reply with quote

I cannot get sound to work! I have everything else running in top shape, but no sound.
Code:

 lifeafter2am $ sudo /sbin/lsmod             
Module                  Size  Used by    Tainted: P 
i810_audio             22568   0  (unused)
soundcore               3908   2  [i810_audio]
ac97_codec             11144   0  [i810_audio]
NVdriver             1066976  11  (autoclean)
sr_mod                 16024   0  (autoclean) (unused)
usbcore                40512   0  (unused)
ide-scsi                8816   0
3c59x                  27856   1


did u add anything to your modules.d/aliases file? No matter what I try I will not get sound. xmms looks like it is playing normally , but no sound. lol

--sonik
Back to top
View user's profile Send private message
cwizman
n00b
n00b


Joined: 28 Nov 2002
Posts: 29

PostPosted: Mon Feb 03, 2003 1:44 am    Post subject: Reply with quote

No - I didn't add anything to the modules.d/aliases file. Stupid question: did you make sure your volume is loud enough? If your volume isn't the problem, navigate to your sound modules directory and try them all.
Back to top
View user's profile Send private message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Mon Feb 03, 2003 1:47 am    Post subject: Reply with quote

yea the volume is up, I think my problem is that instead of linking /dev/sound/mixer -> /dev/mixer I did it the oppsite way. Is there a way to fix this?

--sonik
Back to top
View user's profile Send private message
xr31Daisy
Guru
Guru


Joined: 19 Jul 2002
Posts: 326
Location: Paris, France

PostPosted: Mon Feb 03, 2003 6:20 pm    Post subject: Reply with quote

I went the alsa way, using the Gentoo Linux ALSA Guide.
it works fine for me.
_________________
#include "pictures.h"
Back to top
View user's profile Send private message
Ladius
n00b
n00b


Joined: 23 Jan 2003
Posts: 39
Location: California, USA

PostPosted: Mon Feb 03, 2003 9:13 pm    Post subject: Alsa is the way to go Reply with quote

I'm running a Dell Inspiron 8200 and for my Sound the ALSA guide with a few modifications worked perfectly. In the Kernel you only need the soundcore as a module and just the ICH card line, no others. This should be applicable to all 8200's from Dell unless they changed the sound in the past or will change it in the future....

Then build your kernel and install it, (its very important for you to not only build it but also to move the bzImage file from arch/i386/boot/bzImage to yoru /boot/bzImage as when you build the alsa-drivers they will look at your kernel and or modules for symbols).

Now emerge alsa-driver, if you've got an old alsa-driver version remember they just changed some ways things are called (ie module names changed they dropped snd_ stuff, but do look at the docs).

modify your /etc/modules.d/alsa file to look like this. (NOTE the only line I changed was the "snd-card-0" line switching it from the default which was given to my card the "snd-intel8x0". I uncommented the "char-major-116 and char-major-14" as well I believe.

Code:

# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

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


EVERYTHING else in this file remained the same only the "alias snd-card-0 snd-intel8x0" was changed to read the way shown above.

Be sure to follow the rest of the ALSA guide and you should be fine.


[/code]
Back to top
View user's profile Send private message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Tue Feb 04, 2003 1:54 am    Post subject: Reply with quote

SWEEEEEET GUYZ!!! Thanks the ALSA drivers worked like a charm. (After I figured out that I needed an output plugin for XMMS .... LOL). Now everything on my laptop works in peak performance. Dont ya just love gentoo lol

--sonik
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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