Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
i810 audio
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
jeg42
n00b
n00b


Joined: 26 Jun 2002
Posts: 4

PostPosted: Thu Jun 27, 2002 4:39 pm    Post subject: i810 audio Reply with quote

I've seen plenty of random mentioning across the web about Intel's i810 audio and Linux. Most people have said they are unsuccesful, and can't get any sound. arts crashes within a few seconds of being launched, complaining about cpu overload. I couldn't get the alsa stuff to work either.
Has anyone had success with the i810 audio? Any help or insight would be most appreciated.

jeg
Back to top
View user's profile Send private message
jezza
n00b
n00b


Joined: 09 Jun 2002
Posts: 16
Location: Essex, UK

PostPosted: Sat Jun 29, 2002 12:33 am    Post subject: Reply with quote

Hi there I'm using the Intel810 alsa driver with my laptop at the moment with no problems. I know the default ALSA emerge will build all the sound modules for all available cards. Try loading all the different modules via insmod/modprobe until you see something appear in /dev then you know you've hit 'gold'.

Let me know if this helps
Good luck
Jeremy.
Back to top
View user's profile Send private message
duegatti
n00b
n00b


Joined: 28 Jun 2002
Posts: 17
Location: Scappoose, OR, USA

PostPosted: Sat Jun 29, 2002 2:58 pm    Post subject: No problems here Reply with quote

I compiled the i810 support in to my kernel and have zero problems
_________________
#!/bin/sh {who;} {last;} {pause;} {grep;} {touch;} {unzip;} mount /dev/girl -t {wet;} {fsck;} {fsck;} {fsck;} {fsck;} echo yes yes yes {yes;} umount {/dev/girl;zip;} rm -rf {wet.spot;} {sleep;} finger: permission denied
- LUGnut, #orlug, OPN
Back to top
View user's profile Send private message
jeg42
n00b
n00b


Joined: 26 Jun 2002
Posts: 4

PostPosted: Mon Jul 01, 2002 3:19 pm    Post subject: Reply with quote

Well, kernel support (from the latest gentoo sources) doesn't work at all for my i810 audio. I just get no sound whatsoever. I finally got alsa working with the snd-i81x.o module, but it seems pretty crappy support at best. The only mixers that do anything are headphone and PCM, and they only are sensitive to volume level changes between 0 and 35 or so.
arts no longer gives me a CPU overload error, and does make sound now, but the KMixer is screwy. Most options snap back up to 100% when you change them, except for PCM. And the Volume control has no effect whatsoever.
Anyone else with similar problems?
Back to top
View user's profile Send private message
ZagiFlyer
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2002
Posts: 93
Location: San Jose, CA

PostPosted: Mon Jul 01, 2002 8:42 pm    Post subject: Reply with quote

My Dell C840 uses the i810 audio module. It works just fine, but don't forget that you also may also need the ac97 module (I did).
_________________
"Beer is proof that God loves us and wants us to be happy"

--Ben Franklin
Back to top
View user's profile Send private message
chatgris
Guru
Guru


Joined: 14 Oct 2002
Posts: 383
Location: Canada

PostPosted: Mon Mar 24, 2003 2:31 pm    Post subject: Reply with quote

ZagiFlyer wrote:
My Dell C840 uses the i810 audio module. It works just fine, but don't forget that you also may also need the ac97 module (I did).


Where can Ifind the ac97 module?
_________________
Open your mind. Open your source.

Due credit for avatar from http://www.aikida.net
Back to top
View user's profile Send private message
modal
Apprentice
Apprentice


Joined: 02 Oct 2002
Posts: 277

PostPosted: Mon Mar 24, 2003 7:02 pm    Post subject: Reply with quote

I'm using the i810 alsa driver, and it works great.
Try to not use the kernel module, since it sucks...use alsa instead.
Code:
env ALSA_CARDS="intel8x0" emerge alsa-driver

check out the alsa install doc in the gentoo doc section.
Back to top
View user's profile Send private message
chatgris
Guru
Guru


Joined: 14 Oct 2002
Posts: 383
Location: Canada

PostPosted: Mon Mar 24, 2003 7:18 pm    Post subject: Reply with quote

Did that, works great except that I can't have two audio streams going at the same time.. (xmms plays, when I shut it down all my other system sounds play) but thanks!
_________________
Open your mind. Open your source.

Due credit for avatar from http://www.aikida.net
Back to top
View user's profile Send private message
Ian Goldby
Guru
Guru


Joined: 18 May 2002
Posts: 539
Location: (Inactive member)

PostPosted: Mon Mar 24, 2003 8:12 pm    Post subject: Reply with quote

I use the Intel8x0 ALSA driver and have never had any problems with it.

Several people (including me) have found that the mixers are mis-labelled though - in particular that the main output level is controlled by the headphones fader and the Master faders do nothing. I think this is due to dodgy hardware - perhaps the i8x0 is capable of providing separate line-out and headphones out but some OEMs connect the headphones out to the jack socket on the back panel instead of the line-out.

The KDE Mixer doesn't work properly, but that is an OSS-compatibility issue. The problem is that it doesn't offer all of the available faders, and misses out crucial ones like Headphones, while putting in non-operative ones like Master. I'm hoping that KDE Mixer will soon add native ALSA support, then these problems will go away.

I've not experienced any problem with faders only working over a limited range though, or 'snapping back'. All of the faders that should do something do - that includes Headphones, 3D Control, PCM, Mic, and Mic Boost. On my hardware I don't think the other faders are connected to anything.
Back to top
View user's profile Send private message
Ian Goldby
Guru
Guru


Joined: 18 May 2002
Posts: 539
Location: (Inactive member)

PostPosted: Mon Mar 24, 2003 8:20 pm    Post subject: Reply with quote

chatgris wrote:
Did that, works great except that I can't have two audio streams going at the same time.. (xmms plays, when I shut it down all my other system sounds play) but thanks!

To play multiple simultaneous streams, you need to use aRts. All of the KDE sounds go through aRts anyway, but while aRts is using the sound device, nothing else can. So that KDE always doesn't prevent any other non-KDE sound application from accessing the sound device, aRts is set to automatically suspend after a preset time if it is not doing anything - see the Sound System Control Panel.

There are two ways to get non-KDE applications to mix their sound through aRts. The first, which should work with anything is to use the artsdsp wrapper, e.g.:
Code:
# artsdsp realplay
The second, for applications that support it, is to specify aRts as the sound output method. For example, you can emerge xmms-arts, which is an xmms plug-in that allows xmms to play through the aRts system and thus mix with other KDE sound sources.
Back to top
View user's profile Send private message
chatgris
Guru
Guru


Joined: 14 Oct 2002
Posts: 383
Location: Canada

PostPosted: Mon Mar 24, 2003 9:49 pm    Post subject: Reply with quote

Thanks! xmms-arts works very nicely.
_________________
Open your mind. Open your source.

Due credit for avatar from http://www.aikida.net
Back to top
View user's profile Send private message
oisch
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jul 2002
Posts: 130

PostPosted: Tue Mar 25, 2003 9:53 am    Post subject: Reply with quote

I just wrote a short install instruction for alsa on the Asus P4PE (which has an onboard intel8x0 soundcard). Maybe it's helpful:

https://forums.gentoo.org/viewtopic.php?p=255424#255424
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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