Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Gamers & Players
  • Search

Quake3 cannot output sound with ALSA

Having problems getting your favorite Linux game to work? Want to discuss strategies? This is the place!
Post Reply
  • Print view
Advanced search
57 posts
  • 1
  • 2
  • 3
  • Next
Author
Message
vash
n00b
n00b
Posts: 59
Joined: Sat Jul 13, 2002 7:34 pm

Quake3 cannot output sound with ALSA

  • Quote

Post by vash » Sun Oct 13, 2002 4:16 pm

With kernel sound, Quake3 has no problems outputting audio. With alsa installed, I get the following errors:

Coult not mmap dma bugger PROT_WRITE | PROT_READ
Trying mmap PRO_WRITE
Could not mmap /dev/dsp

What do I need to do to get this going? If anyone needs some info, I'll gladly post to help get this solved.

vash
Top
elzbal
Guru
Guru
User avatar
Posts: 364
Joined: Sat Aug 31, 2002 2:42 am
Location: Seattle, WA, USA
Contact:
Contact elzbal
Website

  • Quote

Post by elzbal » Sun Oct 13, 2002 4:54 pm

Alsa is another kernel-level audio driver that provides the /dev/dsp. If OSS is working correctly, there is probably little need to use Alsa. (On the other hand, my sound card does not work with OSS, so I need to use Alsa to get my /dev/dsp.)

Double-check the settings in your /dev/modules.d/alsa file. Also, if you recompile the kernel, you must re-emerge alsa-drivers.

Did you mean 'arts', the KDE audio layer?
Top
kappax
Apprentice
Apprentice
User avatar
Posts: 273
Joined: Fri Aug 30, 2002 4:03 pm
Location: The Moon
Contact:
Contact kappax
Website

Re: Quake3 cannot output sound with ALSA

  • Quote

Post by kappax » Sun Oct 13, 2002 11:46 pm

vash wrote:With kernel sound, Quake3 has no problems outputting audio. With alsa installed, I get the following errors:

Coult not mmap dma bugger PROT_WRITE | PROT_READ
Trying mmap PRO_WRITE
Could not mmap /dev/dsp

What do I need to do to get this going? If anyone needs some info, I'll gladly post to help get this solved.

vash
here is how to fix that :) if you are using the cs46xx driver

options snd-cs46xx snd_index=0 snd_mmap_valid=1 snd-pcm-oss snd_nonblock_open=1

i think all you need is the "snd_mmap_valid=1"

hehe i am not even sure what th rest of that crap does :)
Top
BonezTheGoon
Bodhisattva
Bodhisattva
User avatar
Posts: 1408
Joined: Fri Jun 14, 2002 9:39 pm
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

  • Quote

Post by BonezTheGoon » Sun Nov 17, 2002 9:40 pm

I have a sound card that uses the cs46xx driver and my sound works with everything except Quake3. I tried adding the options listed (options snd-cs46xx snd_index=0 snd_mmap_valid=1 snd-pcm-oss snd_nonblock_open=1) but it does not seem to help. I have put it in as it's own line and also I have added it to my existing 'options' line. Any ideas on why this would not work for me? I am getting the same error regarding mmap. I can play Quake3 but there is no sound. My sounds work in XMMS, UT (native), Diablo2 (using Winex), etc. In case you are wondering what my card is, here is the output from "cat /proc/pci | grep audio"

Code: Select all

    Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator] (rev 1).
I would really like to get this working with ALSA. Anyone with experience in getting this thing to work?

Regards,
BonezTheGoon
Top
agent_jdh
Veteran
Veteran
Posts: 1783
Joined: Thu Aug 08, 2002 8:23 am
Location: Scotland

  • Quote

Post by agent_jdh » Mon Nov 18, 2002 2:40 pm

The latest version of ALSA (rc5) has changed the modules options syntax, dropping the snd_ form the start, so the option you want to pass while loading the modules is

mmap_valid=1

did you run update-modules after editing your /etc/modules/snd-cs46xx file?

actually I'm not 100% sure this will fix your problem, I'm having Quake 3 problems as well, but Return to Castle Wolfenstein works fine (indicating the mmap option is being loaded OK)
Top
BonezTheGoon
Bodhisattva
Bodhisattva
User avatar
Posts: 1408
Joined: Fri Jun 14, 2002 9:39 pm
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

  • Quote

Post by BonezTheGoon » Tue Nov 19, 2002 3:45 am

I corrected my problem. I guess I had a typing error or something when I had tried the earlier posted command in it's own line--or maybe I had placed it incorrectly. Here is the excerpt from my current /etc/modules.d/alsa which is working now just fine (no more /dev/dsp mmap errors)

Code: Select all

# ALSA portion
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
options snd-cs46xx snd_index=0 snd_mmap_valid=1 snd-pcm-oss snd_nonblock_open=1
alias snd-card-0 snd-cs46xx
# OSS/Free portion
alias char-major-14 soundcore
Sorry for the confusion. I swear I had already tried this config. Anyway thanks for the help!!

Regards,
BonezTheGoon
Top
dook43
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 116
Joined: Tue Jun 11, 2002 9:50 pm
Location: Baton Rouge, LA

  • Quote

Post by dook43 » Sat Nov 23, 2002 5:34 pm

wow, they finally fixed it. i've been waiting for alsa to start working for ages now.

maybe now since im settled in to my apartment i can get started messing around with gentoo again. :D
"We who are about to die salute you!"
Top
TheCoop
Veteran
Veteran
User avatar
Posts: 1814
Joined: Sat Jun 15, 2002 5:20 pm
Location: Where you least expect it
Contact:
Contact TheCoop
Website

  • Quote

Post by TheCoop » Sat Nov 23, 2002 7:36 pm

what about adding oss compatability? simply put 'snd-pcm-oss' into your modules.autoload
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Top
darktux
Veteran
Veteran
User avatar
Posts: 1086
Joined: Sat Nov 16, 2002 4:27 pm
Location: Coimbra, Portugal
Contact:
Contact darktux
Website

  • Quote

Post by darktux » Sat Nov 23, 2002 10:54 pm

RTFM, if you do it right, it's not necessary to put them on the modules.autoload...
/etc/modules.autoload

You won't have to edit this file for use with ALSA. After our rc-update add alsasound boot, our system will load the correct modules at startup.

It's not necessary to add snd-pcm-oss or snd-mixer-oss in this file. Check the this FAQ for more info.
This was taken from Gentoo Linux ALSA Guide.
Top
koala
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Thu Aug 15, 2002 5:42 pm
Location: Barcelona, Spain

  • Quote

Post by koala » Sun Nov 24, 2002 2:55 pm

BTW, Quake3 works like a champ under artsdsp using the -m option. Might solve problems if you run it that way.
Top
void
n00b
n00b
Posts: 42
Joined: Mon Jun 24, 2002 12:48 pm
Location: Sweden

  • Quote

Post by void » Mon Nov 25, 2002 11:42 am

I had the same problem...

I solved the problem by compiling alsa from cvs (cs46xx).
It works quite good now, but I still have some problems.
* Q3 won't start with TeamSpeak running.
* All soundlevels is reset at login (gnome-error?)
Top
X-SoCiaL
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Mon Jul 15, 2002 10:41 pm
Location: Filipstad/Sweden
Contact:
Contact X-SoCiaL
Website

  • Quote

Post by X-SoCiaL » Mon Nov 25, 2002 3:34 pm

So ... Im using the intel8x0 module in alsa ... cant seam to get it to work with Quake3 . Get the mmap error on Quake3 startup. Ive tried alsadsp -m /opt/quake3/quake3 and that seams to solve the mmap error but instead I see this:

Code: Select all

----- Sound Info -----
sound system is muted
    1 stereo
32768 samples
   16 samplebits
    1 submission_chunk
22050 speed
0x89da2d8 dma buffer
No background file.
----------------------
What do they mean muted ... Ive ran:

Code: Select all

amixer set Master 100 unmute
amixer set PCM 100 unmute
if I just run amixer to see what I got I get this:

Code: Select all

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 31 [100%] [on]
  Front Right: Playback 31 [100%] [on]
Simple mixer control 'Master Mono',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [off]
Simple mixer control '3D Control - Switch',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 31 [100%] [on]
  Front Right: Playback 31 [100%] [on]
Simple mixer control 'Line',0
  Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 0 [0%] [off] Capture [off]
  Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'CD',0
  Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 0 [0%] [off] Capture [off]
  Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'Mic',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [off]
  Front Left: Capture [on]
  Front Right: Capture [on]
Simple mixer control 'Mic Boost (+20dB)',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Video',0
  Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 0 [0%] [off] Capture [off]
  Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'Phone',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [off]
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'IEC958 Playback AC97-SPSA',0
  Capabilities: volume volume-joined
  Playback channels: Mono
  Limits: 0 - 3
  Mono: 0 [0%]
Simple mixer control 'PC Speaker',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 15
  Mono: Playback 0 [0%] [off]
Simple mixer control 'Aux',0
  Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 0 [0%] [off] Capture [off]
  Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 15
  Front Left: Capture 0 [0%] [on]
  Front Right: Capture 0 [0%] [on]
Simple mixer control 'Mix',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mix Mono',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'External Amplifier Power Down',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
So, people ... any ideas how to resolve this...

/Roger
~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~
: Would I do it if I couldnt do it with a computer?
~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~
Top
BonezTheGoon
Bodhisattva
Bodhisattva
User avatar
Posts: 1408
Joined: Fri Jun 14, 2002 9:39 pm
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

  • Quote

Post by BonezTheGoon » Mon Nov 25, 2002 11:55 pm

Sorry man it is a bug with the current ALSA drivers with regard to your intel8x0 driver. I had the same problem, finally bought a cheap $9 discrete sound card that uses the cs46xx driver.

Regards,
BonezTheGoon
Top
X-SoCiaL
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Mon Jul 15, 2002 10:41 pm
Location: Filipstad/Sweden
Contact:
Contact X-SoCiaL
Website

  • Quote

Post by X-SoCiaL » Tue Nov 26, 2002 7:19 am

Hmmm ...typical :x
~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~
: Would I do it if I couldnt do it with a computer?
~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~
Top
pounard
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 143
Joined: Thu Oct 17, 2002 4:06 pm

  • Quote

Post by pounard » Fri Nov 29, 2002 4:23 pm

hey.. i have a nforce sound card, and i use intel i8x0 sound driver with alsa, and no problems...

i had to say it :)
<!-- ceci est une signature libre -->
Ceci n'est pas un virus, rassurez vous, aucune MST ne passe par les groupes pornos sur usenet;
Top
TheCoop
Veteran
Veteran
User avatar
Posts: 1814
Joined: Sat Jun 15, 2002 5:20 pm
Location: Where you least expect it
Contact:
Contact TheCoop
Website

  • Quote

Post by TheCoop » Fri Nov 29, 2002 6:47 pm

for the gnome sound issue, emerge umix
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Top
BonezTheGoon
Bodhisattva
Bodhisattva
User avatar
Posts: 1408
Joined: Fri Jun 14, 2002 9:39 pm
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

  • Quote

Post by BonezTheGoon » Sat Nov 30, 2002 11:36 pm

Very interesting pounard. Maybe the intel8x0 bug is hardware specific. I was using the onboard sound on my ECS K7S5A and found many other posts on the web (not Gentoo) that indicated this was unfixed bug in ALSA. I had no reason to believe, when I commented earlier, that it did not affect all users using the intel8x0 driver. Many appologies! I do not know who all it will affect, but it did affect me! What hardware are you using X-SoCiaL?

Regards,
BonezTheGoon
Top
st.john
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 126
Joined: Mon Nov 25, 2002 7:15 am
Location: Melbourne, Australia

  • Quote

Post by st.john » Mon Dec 02, 2002 11:34 am

So ... Im using the intel8x0 module in alsa ... cant seam to get it to work with Quake3 . Get the mmap error on Quake3 startup. Ive tried alsadsp -m /opt/quake3/quake3 and that seams to solve the mmap error but instead I see this:
Code:
----- Sound Info -----
sound system is muted
1 stereo
32768 samples
16 samplebits
1 submission_chunk
22050 speed
0x89da2d8 dma buffer
No background file.
----------------------


What do they mean muted ...
On my system it always says 'sound system muted' but the sound works fine in the game :P With ALSA and OSS
Top
X-SoCiaL
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Mon Jul 15, 2002 10:41 pm
Location: Filipstad/Sweden
Contact:
Contact X-SoCiaL
Website

  • Quote

Post by X-SoCiaL » Tue Dec 03, 2002 8:25 am

Hardware:

Toshiba Satellite 5100-503 laptop
Intel P4 1800Mhz
512 DDR RAM

lspci output:

Code: Select all

00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02)
00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go] (rev a3)
02:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22 1394a-2000 Controller
02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) Chipset Ethernet Controller (rev 42)
02:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus Bridge with ZV Support (rev 32)
02:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus Bridge with ZV Support (rev 32)
02:0c.0 System peripheral: Toshiba America Info Systems: Unknown device 0804 (rev 03)
02:0d.0 System peripheral: Toshiba America Info Systems: Unknown device 0805 (rev 03)
/X
~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~
: Would I do it if I couldnt do it with a computer?
~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~
Top
lanalyst
n00b
n00b
Posts: 13
Joined: Tue Oct 22, 2002 1:56 pm

/dev/sound/dsp

  • Quote

Post by lanalyst » Tue Dec 03, 2002 8:36 am

I had a similar problem..

/dev/dsp doesn't exist here with alsa... however, /dev/sound/dsp does.

in ~/.q3a/arena/q3config.cfg, changing the parameter snddevice to:

Code: Select all

  seta snddevice "/dev/sounds/dsp" 
resolved it.

Hope this helps
Top
X-SoCiaL
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Mon Jul 15, 2002 10:41 pm
Location: Filipstad/Sweden
Contact:
Contact X-SoCiaL
Website

  • Quote

Post by X-SoCiaL » Tue Dec 03, 2002 8:44 am

Thanx ...

Will check this out as sone as possible
~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~
: Would I do it if I couldnt do it with a computer?
~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~'¨'~
Top
KBAKEP
n00b
n00b
User avatar
Posts: 58
Joined: Sat Dec 07, 2002 2:56 pm
Location: Russia

  • Quote

Post by KBAKEP » Thu Apr 03, 2003 8:00 pm

Have the same issue with intel8x0 audio (i815 chipset).
So, in what package can I find alsadsp? Now "command not found".
And should I add OSS compatibilty?
What to do in steps (I only have alsa drivers, libs and utils)?
Top
sessionID
Apprentice
Apprentice
User avatar
Posts: 266
Joined: Mon Nov 11, 2002 2:15 am
Location: hungary

  • Quote

Post by sessionID » Thu Apr 03, 2003 8:09 pm

KBAKEP wrote:Have the same issue with intel8x0 audio (i815 chipset).
So, in what package can I find alsadsp? Now "command not found".
And should I add OSS compatibilty?
What to do in steps (I only have alsa drivers, libs and utils)?
I have intel8x0, and i do:
artsd (start arts)
artdsp -m /opt/quake/quake3.x86
Top
KBAKEP
n00b
n00b
User avatar
Posts: 58
Joined: Sat Dec 07, 2002 2:56 pm
Location: Russia

  • Quote

Post by KBAKEP » Thu Apr 03, 2003 9:23 pm

I use GNOME2. So, I should use esd.

Code: Select all

$ esd
esd: Esound sound daemon already running or stale UNIX socket
/tmp/.esd/socket
This socket already exists indicating esd is already running.
Exiting...
Then esddsp -m /path/to/quake/quake3 doesn't help.
Any suggestions?
Top
nepenthe
Guru
Guru
User avatar
Posts: 317
Joined: Sun Jul 14, 2002 11:44 pm
Location: Sanford, ME
Contact:
Contact nepenthe
Website

  • Quote

Post by nepenthe » Sun Apr 06, 2003 2:21 pm

Interesting I was wondering why my sound levels would never stay the same after adjusting them. I have a:

Toshiba Satellite 5105-S607
using the intel8x0 drivers I get same problem as far as channels keep reseting themselves. I'm using 2.5.66 Kernel as well with built in ALSA and get same error. Dayumm was hoping it was just dumb mistake on my part why it would always reset back... :(
Top
Post Reply
  • Print view

57 posts
  • 1
  • 2
  • 3
  • Next

Return to “Gamers & Players”

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