View previous topic :: View next topic |
Author |
Message |
jeg42 n00b
Joined: 26 Jun 2002 Posts: 4
|
Posted: Thu Jun 27, 2002 4:39 pm Post subject: i810 audio |
|
|
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 |
|
|
jezza n00b
Joined: 09 Jun 2002 Posts: 16 Location: Essex, UK
|
Posted: Sat Jun 29, 2002 12:33 am Post subject: |
|
|
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 |
|
|
duegatti n00b
Joined: 28 Jun 2002 Posts: 17 Location: Scappoose, OR, USA
|
Posted: Sat Jun 29, 2002 2:58 pm Post subject: No problems here |
|
|
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 |
|
|
jeg42 n00b
Joined: 26 Jun 2002 Posts: 4
|
Posted: Mon Jul 01, 2002 3:19 pm Post subject: |
|
|
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 |
|
|
ZagiFlyer Tux's lil' helper
Joined: 19 Apr 2002 Posts: 93 Location: San Jose, CA
|
Posted: Mon Jul 01, 2002 8:42 pm Post subject: |
|
|
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 |
|
|
chatgris Guru
Joined: 14 Oct 2002 Posts: 383 Location: Canada
|
Posted: Mon Mar 24, 2003 2:31 pm Post subject: |
|
|
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 |
|
|
modal Apprentice
Joined: 02 Oct 2002 Posts: 277
|
Posted: Mon Mar 24, 2003 7:02 pm Post subject: |
|
|
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 |
|
|
chatgris Guru
Joined: 14 Oct 2002 Posts: 383 Location: Canada
|
Posted: Mon Mar 24, 2003 7:18 pm Post subject: |
|
|
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 |
|
|
Ian Goldby Guru
Joined: 18 May 2002 Posts: 539 Location: (Inactive member)
|
Posted: Mon Mar 24, 2003 8:12 pm Post subject: |
|
|
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 |
|
|
Ian Goldby Guru
Joined: 18 May 2002 Posts: 539 Location: (Inactive member)
|
Posted: Mon Mar 24, 2003 8:20 pm Post subject: |
|
|
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.: 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 |
|
|
chatgris Guru
Joined: 14 Oct 2002 Posts: 383 Location: Canada
|
Posted: Mon Mar 24, 2003 9:49 pm Post subject: |
|
|
Thanks! xmms-arts works very nicely. _________________ Open your mind. Open your source.
Due credit for avatar from http://www.aikida.net |
|
Back to top |
|
|
oisch Tux's lil' helper
Joined: 17 Jul 2002 Posts: 130
|
|
Back to top |
|
|
|