Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

Alsa shows no errors, but still no sound

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
38 posts
  • 1
  • 2
  • Next
Author
Message
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

Alsa shows no errors, but still no sound

  • Quote

Post by Acoc » Tue Feb 08, 2005 5:35 am

Hello,

I have reciently redid my computer from the ground up and so I have added alsa support. I have been able to boot alsa and my driver successfully. Unfortunately after unmuting I still recieve no sound.

- I am sure that the driver is correct because I used the same driver before successfully
- I have given my user access to audio in /etc/group
- I have rc-updated alsasound to make it run on boot (and no errors occur)
- I have done amixer and alsamixer and master, pcm, center, cd, and pc speaker are at 100
- I have not emerged alsa driver or added it to make.conf because it was compiled in kernel
- I have alsa-oss, alsa-lib, alsa-utils, alsa-tools, alsa-headers, and alsa-firmware emerged.

lspci | grep -i audio

Code: Select all

0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
driver used - INTEL8X0

I appriciate any help,

John
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
sven-tek
Guru
Guru
Posts: 339
Joined: Tue May 06, 2003 12:15 pm
Contact:
Contact sven-tek
Website

  • Quote

Post by sven-tek » Tue Feb 08, 2005 7:43 am

what does your /etc/modules.d/alsa look like?
Top
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

  • Quote

Post by Acoc » Tue Feb 08, 2005 3:53 pm

Here is my /etc/modules.d/alsa

Code: Select all

# Alsa 0.9.X kernel modules' configuration file.
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $

# 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-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
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
##  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.
options snd cards_limit=1
John
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
jschellhaass
Guru
Guru
Posts: 341
Joined: Tue Jan 20, 2004 3:24 pm

  • Quote

Post by jschellhaass » Tue Feb 08, 2005 4:09 pm

I think you need to uncomment

Code: Select all

## alias snd-card-0 snd-interwave 
and change it to

Code: Select all

 alias snd-card-0 snd-intel8x0
and run modules-update

jeff
Top
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

  • Quote

Post by Acoc » Tue Feb 08, 2005 11:23 pm

I changed /etc/modules.d/alsa and then changed the soundcard to a module. Now when I do /etc/init.d/alsasound restart I get a little blip out of the speakers, but still no sound. (All the mixer settings remained the same.)

John
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
Somerled
n00b
n00b
Posts: 23
Joined: Sun Sep 26, 2004 4:01 pm

  • Quote

Post by Somerled » Wed Feb 09, 2005 2:28 am

I had a similar problem. The CD player was showing the tracks and artists but no sound. I don't know if this will solve your problem but Linux uses the audio channel and requires a wire to pysically connect your CD player to the motherboard. Once installed it fixed my problem.

Hope it helps.
Top
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

  • Quote

Post by Acoc » Wed Feb 09, 2005 2:59 am

I appriate your post, but I am using a laptop so I would hope that they would have this connected when they sent it. Also, I haven't been testing it with a cdrom, I've been using a wav file that I downloaded and ut2004-demo.

What is bothering me most is that I got this running last week on a loaded system with the same steps I took this time.

John
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

  • Quote

Post by Acoc » Thu Feb 10, 2005 5:51 am

I'll try to give more information by showing the /proc/asound files. I'm still in need of help.

Code: Select all

cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 1.0.6 (Sun Aug 15 07:17:53 2004 UTC).
Compiled on Feb  6 2005 for kernel 2.6.9-gentoo-r14 (SMP).

Code: Select all

cat /proc/asound/timers  
G0: system timer : 1000.000us (10000000 ticks)
P0-0-0: PCM playback 0-0-0 : SLAVE
P0-0-1: PCM capture 0-0-1 : SLAVE
P0-1-1: PCM capture 0-1-1 : SLAVE

Code: Select all

cat /proc/asound/pcm
00-00: Intel ICH : SiS SI7012 : playback 1 : capture 1
00-01: Intel ICH - MIC ADC : SiS SI7012 - MIC ADC : capture 1

Code: Select all

cat /proc/asound/devices 
  1:       : sequencer
  0: [0- 0]: ctl
 25: [0- 1]: digital audio capture
 16: [0- 0]: digital audio playback
 24: [0- 0]: digital audio capture
 33:       : timer

Code: Select all

cat /proc/asound/cards
0 [SI7012         ]: ICH - SiS SI7012
                     SiS SI7012 at 0xe800, irq 169

Code: Select all

cat /proc/asound/SI7012/intel8x0 
Intel8x0

Global control        : 0x00000002
Global status         : 0x00300300
AC'97 codecs ready    : primary secondary

Code: Select all

cat /proc/asound/SI7012/codec97#0/ac97#0-0
0-0/0: Realtek ALC655 rev 0

Revision         : 0x00
Compat. Class    : 0x00
Subsys. Vendor ID: 0xffff
Subsys. ID       : 0xffff

Capabilities     :
DAC resolution   : 16-bit
ADC resolution   : 16-bit
3D enhancement   : No 3D Stereo Enhancement

Current setup
Mic gain         : +0dB [+0dB]
POP path         : pre 3D
Sim. stereo      : off
3D enhancement   : off
Loudness         : off
Mono output      : MIX
Mic select       : Mic1
ADC/DAC loopback : off
Extended ID      : codec=0 rev=2 LDAC SDAC CDAC DSA=0 SPDIF
Extended status  : SPCV LDAC SDAC CDAC SPDIF=3/4 SPDIF

Code: Select all

cat /proc/asound/SI7012/pcm0c/info
card: 0
device: 0
subdevice: 0
stream: CAPTURE
id: Intel ICH
name: SiS SI7012
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 1

Code: Select all

cat /proc/asound/SI7012/pcm1c/info 
card: 0
device: 1
subdevice: 0
stream: CAPTURE
id: Intel ICH - MIC ADC
name: SiS SI7012 - MIC ADC
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 1

Code: Select all

cat /proc/asound/SI7012/pcm0p/info 
card: 0
device: 0
subdevice: 0
stream: PLAYBACK
id: Intel ICH
name: SiS SI7012
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 1

Code: Select all

cat /proc/asound/SI7012/oss_mixer 
VOLUME "Master" 0
BASS "" 0
TREBLE "" 0
SYNTH "" 0
PCM "PCM" 0
SPEAKER "PC Speaker" 0
LINE "Line" 0
MIC "Mic" 0
CD "CD" 0
IMIX "" 0
ALTPCM "" 0
RECLEV "" 0
IGAIN "Capture" 0
OGAIN "" 0
LINE1 "Aux" 0
LINE2 "" 0
LINE3 "" 0
DIGITAL1 "IEC958" 0
DIGITAL2 "" 0
DIGITAL3 "" 0
PHONEIN "Phone" 0
PHONEOUT "Master Mono" 0
VIDEO "Video" 0
RADIO "" 0
MONITOR "" 0
This last oss-mixer looks pretty interesting. I tried to change it manually, but it resets every time it tries to access the card. By the way I have oss disabled in the kernel.

I appriate any help,
John
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
transient
l33t
l33t
Posts: 759
Joined: Thu Jan 13, 2005 5:30 am

  • Quote

Post by transient » Thu Feb 10, 2005 7:05 am

Try playing a sound file through aplay to make sure that its not an application problem
Top
Invincible_777
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 107
Joined: Sat Nov 06, 2004 7:05 pm
Location: Washington, USA

  • Quote

Post by Invincible_777 » Thu Feb 10, 2005 7:09 am

Man, i feel your pain. my sound wont work either. I remember when life(sound) was good in linux, and the radio was usually playing... That was back when I used SuSE 9.2, as a matter of fact, that wasnt very long ago. Yast was nice, but portage is better :lol:
Carry out the bigger will for your life....
Top
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

  • Quote

Post by Acoc » Thu Feb 10, 2005 1:05 pm

I get no output when I use aplay. It simply says:

Code: Select all

aplay /usr/lib/MozillaThunderbird/res/samples/test.wav
Playing WAVE '/usr/lib/MozillaThunderbird/res/samples/test.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono
Yeah I really wish Alsa was a better system, but after using it sucessfully and hearing that rich sound, I find it hard to go back to oss.

John
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
Schem
n00b
n00b
User avatar
Posts: 39
Joined: Sun Jan 23, 2005 1:01 pm
Location: Kraków, Poland

  • Quote

Post by Schem » Thu Feb 10, 2005 1:21 pm

Have you tried alsaconf?

In my case, the problem was (everything OK, but no sound) that I've had not compile ISA & PnP support into kernel. I've heard, that sometimes it is no good to have ALSA compiled not as module. So, compile as module.

The part of my /etc/modules.d/alsa :

Code: Select all

##  ALSA portion  
       alias snd-card-0 snd-intel8x0 
##  OSS/Free portion 
      alias sound-slot-0 snd-card-0 
But I think, that alsaconf is doing it the best :)

Maybe it will help, I hope so
Schem
Registered Linux User #349134

*powered by PLD & Gentoo Linux*

"Umysł jest jak spadochron - najlepiej gdy otwarty"
Top
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

  • Quote

Post by Acoc » Thu Feb 10, 2005 5:28 pm

It looks like alsaconf can't find my soundcard, but I had tried this last time I got it working and it couldn't find it then either.

As for ISA and PnP, that reminds me of something I did different this time around. ISA is enabled same as last time, but last time I had everything configured with ~amd64. Now I'm trying for a little more stability, so I went with the more stable amd64. So when I put the kernel togther I used kernel-2.6.9-r14 when last time I used kernel-2.6.10-something. The biggest difference I noticed was there was no option for PnP with 2.6.9. I never really thought I used it, but I guess I may have.

I'm going to emerge the newest kernel with ~amd64 with PnP to see if I get anything new.

John
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

  • Quote

Post by Acoc » Thu Feb 10, 2005 11:31 pm

Well after compiling the other kernel, I still am experiencing the same problems. In fact this idea hurt my system more because now the video card won't work. I think I'm going to thinker around to try and find out why, but I might go back to the other kernel.

John

Edit: I got the video card to work. It's actually kind of nice now, I don't have to make the ebuild by hand the ati-drivers-r3 works. Still no luck on the sound.
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
Acoc
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Fri Aug 06, 2004 11:58 pm
Location: New Jersey, USA

  • Quote

Post by Acoc » Fri Feb 11, 2005 3:53 am

I don't know if this is related, but after upgrading the kernel, I've been getting this error. It deals with the coldplugged pci.

Code: Select all

modprobe pciehp
FATAL: Error inserting pciehp (/lib/modules/2.6.10-gentoo-r7/kernel/drivers/pci/hotplug/pciehp.ko): No such device
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Top
aqua26
Guru
Guru
User avatar
Posts: 313
Joined: Wed Feb 02, 2005 7:56 am
Location: India

  • Quote

Post by aqua26 » Sun Feb 13, 2005 2:03 pm

maybe u should Use OSS if u have i8x0 card.
ALSA is giving problem to me too.
I took out ALSA & used OSS.
with genkernel 2.6.10
& it did work for me.
maybe it will work for u as well.

some how alsa is giving problem to everyone with i8x0 soundcard with kernel 2.6+ i can't think any resone why.
Top
Gentree
Watchman
Watchman
User avatar
Posts: 5350
Joined: Tue Jul 01, 2003 12:51 am
Location: France, Old Europe

  • Quote

Post by Gentree » Wed Feb 16, 2005 9:31 am

I dont think it is you kernel versions, I have a no experience of genkernel of any grade but I have 2.6.10-nitro4 2.6.9-nitro1 2.6.6-love4 etc and they all work with alsa.

You should enable alsa in kernel as well as turning off OSS and adding oss-emulation under the alsa section .

Helps debugging if you compile these as modules that way you can see what is loaded or not loaded as you do various steps by using lsmod.


If you have alsa-driver package , unmerge it since it duplicates what is in the kernel and may confuse things.

You can check which alsa related stuff you have emerged with

qpkg -I -v | grep alsa

Best to use alsamixer for setting levels and unmuting.

Check that the levels are being reloaded next time you boot , if not : alsactl store

I have appended the following to /etc/make.conf , I _believe_ this is instead of editiing /etc/modules.d/alsa . In any case both seem to work.

Code: Select all

### additional ALSA stuff ###
ALSA_CARDS="snd-ens1371"
SOUND_CARDS="ens_1371"

The earlier post saying Linux needs a cable connection is inaccurate and misleading.

Firstly , I would be surprised if your laptop does not have an analogue cable link already.

It is not LInux which req. a cable or not . Linux is a kernel.

There are certain packages that work through the analogue cable (gnome-cdplayer) and others that do full digital sound through the bus : pcm (gxine , mplayer, alsaplayer, etc) The wire is just for using the cd to play audio CDs , where the computer just says "play track 1" and the cd drive does the rest.

That;s not exhaustive but I hope it helps you see where you need to go.

8)
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Top
pls
n00b
n00b
Posts: 10
Joined: Sun Oct 13, 2002 1:15 am

I'm having exactly this same problem.

  • Quote

Post by pls » Sat Feb 19, 2005 7:28 am

My setup is similar to the orginal poster: a laptop (Thinkpad T41p) which uses the snd_intel8x0 module. After upgrading to 2.6.10-morph23 from 2.6.7-gentoo-r13 the onboard sound no longer generates any output. The sound worked just fine under 2.6.7, and I didn't muck with the sound settings.

I've been bashing my head against this for three days, now. Nothing I try makes a bit of difference. ALSA is clearly working: as an experiment, I attached a Plantronics USB headset. When I specify the headset as the output device, sound output is audible. When I specify the onboard intel8x0 sound....nothing. The application behaves as if it is playing, and generates no error messages.

I have unmuted everything and turned up the volume - that is definitely not the problem. I've tried diddling all the sliders while an application is playing, just in case that might make a difference. (It doesn't) Like Acoc, I also see the zeroed values in oss_mixer for the intel_8x0 device in /proc/asound. but I think that is a red herring...I see the same values for the USB device, and its output is just fine.

The IBM has some hardware controls linked to the speaker: volume down, volume up, and mute buttons. When I push the volume up button, the speakers beep loudly, so it's not a hardware problem, and it isn't muted in hardware.

I've tried playing sounds in several applications, so it isn't an application issue. In XMMS with the ALSA output plugin, for example, I can switch between the USB and the intel8x0, but only the USB provides audible output. Other applications give similiar results, as does aplay on the command line.

Based on a hint in another forum post, I tried the steps described at http://www.linux.w1n-forum.net/#sound - no discerable effect, which isn't really surprising, as the Asus hardware is rather different.

I have ALSA compiled as modules. The module stack, from soundcore to snd_intel8x0 loads without errors and shows up in the output of lsmod. I do not have alsa-driver installed. I have re-emerged every alsa-related ebuild (alsa-tools, alsa-utils, alsa-oss, alsa-lib, alsa-firmware, alsa-headers). I've tried upgrading to udev from devfsd. (I now have a few errors in my logs when devfsd tries to call "unlink" in "GLOBAL".) I have nodes in /dev/sound that match the configuration in /etc/modules.d/alsa. I've tried running alsaconf. I've read the Gentoo ALSA configuration guide. I've read every forum post I could find that looked remotely relevant (and there are a LOT of people complaining that ALSA stopped generating sound after they upgraded to 2.6.10, 2.6.11, or occasionally 2.6.9).

I can post any or all logs and configuration files that might be diagnostic - I won't spam things up by posting everything unless someone requests. At this point, I'm ready to try just about anything.

Any help will be greatly appreciated. I'm stumped.
Top
pls
n00b
n00b
Posts: 10
Joined: Sun Oct 13, 2002 1:15 am

GOT IT! Mute Headphone Jack Sense and Line Jack Sense!

  • Quote

Post by pls » Sun Feb 20, 2005 2:41 am

Okay, this one should probably go on an ALSA FAQ somewhere...I fixed my problem by muting the "Headphone Jack Sense" and "Line Jack Sense" controls. (Based on a suggestion at https://bugzilla.redhat.com/bugzilla/sh ... ?id=144742)

If you are have a problem with no sound output on a Thinkpad or other system using the snd_intel8x0 ALSA module, try the following:

Code: Select all

amixer sset "Headphone Jack Sense" mute
amixer sset "Line Jack Sense" mute
The use of "mute/unmute" to refer to the state of these controls is, to put it kindly, bleeding stupid. "On/Off" would be much saner, and might induce people to try diddling with them when things aren't working.

Frustration level now abating....
Top
CloudStorm
n00b
n00b
User avatar
Posts: 5
Joined: Thu Jan 13, 2005 12:58 pm
Location: Oklahoma, USA
Contact:
Contact CloudStorm
Website

intel8x0 sound fixed

  • Quote

Post by CloudStorm » Wed Feb 23, 2005 1:01 pm

Hey Thanks for that pls! I have a dell laptop that uses that the "intel8x0" and have been pulling hairs out for a week or more. Everything loads, works, plays but no sound and like a dog with a bone, I couldn't leave it alone and move onto more important things. Your 2 lines you posted for a fix were magic! Thank god for people who post their fixes or I might have been another week or more wasting time on this!

CS
Top
pvocong
n00b
n00b
Posts: 5
Joined: Mon Feb 21, 2005 12:46 pm

  • Quote

Post by pvocong » Wed Feb 23, 2005 2:40 pm

Hello,

Try to "emerge auxmix" as well.
I found that piece on the forum.
This will put an speaker icon on your menu bar (volume ruler).
I check the sound, on kde->control center->Sound & Multimedia ->System Notifications.

Do a lspci: it seems that your box haven't detect it (from your first posting).

Do a lsmod,if you didn't find the line, resembling

snd_intel8x0 28320 1


I am using kernel 2.6.10
Top
naviathan
Apprentice
Apprentice
User avatar
Posts: 231
Joined: Sun Dec 12, 2004 7:17 pm

  • Quote

Post by naviathan » Sun Feb 27, 2005 7:04 am

Praise be to pls!!! I have been racking my brain on this for 3 days now. I'm also working on a T41P and the sound issue was driving me nuts! One thousand thank yous to pls (don't mind me, I'm in iraq and it's rubbing off).
I respect faith, but doubt is what gives you an education.
-- Wilson Mizner
Top
Revellion
Tux's lil' helper
Tux's lil' helper
Posts: 87
Joined: Tue Sep 14, 2004 11:00 pm
Location: Sweden
Contact:
Contact Revellion
Website

  • Quote

Post by Revellion » Sun Feb 27, 2005 9:31 pm

a fix that fixes most ALSA related issues is to simple make ALSA + soundcard driver a built into the kernel, ALSA is very simple that way no problems howsoever except the muting issue that can be solved by a custom-made init script or just

/etc/conf.d/local.start

Code: Select all

alsactl restore
/etc/conf.d/local.stop

Code: Select all

alsactl store
Hope this cleans up the issue for those that does'nt require it to be modules and just want it all working fully and reliable
Gentoo 2006.0 + NPTL + 2.6.15-r1-sources + gcc 3.4.4 100% built. glibc 2.3.5.
Top
njcwotx
Guru
Guru
User avatar
Posts: 587
Joined: Fri Feb 25, 2005 3:53 am
Location: Texas

  • Quote

Post by njcwotx » Mon Feb 28, 2005 12:26 am

Having sound trouble too. No errors.

I fixed by going into alsamixer and turning up volume with up arrow keys on channels and (this is the important one that had me spend an extra hour) press the 'M' key to turn the channel on...

I wasted too much time with this...should be in alsa docs on this site.
Top
ticapix
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 138
Joined: Thu Dec 18, 2003 8:00 am
Location: France, Paris

Re: GOT IT! Mute Headphone Jack Sense and Line Jack Sense!

  • Quote

Post by ticapix » Mon Feb 28, 2005 6:50 pm

pls wrote:

Code: Select all

amixer sset "Headphone Jack Sense" mute
amixer sset "Line Jack Sense" mute
.
I was excatly in the same case that you were.
All the day long I was looking to solve this pb. and now it's working
Thanks a lot pls.
Top
Post Reply

38 posts
  • 1
  • 2
  • Next

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic