Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
alsa /dev/dsp does not exist) now a new problem
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
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Sun Jun 29, 2003 8:34 pm    Post subject: alsa /dev/dsp does not exist) now a new problem Reply with quote

i emerged alsa and followed the directions fully. everything worked.
i emerged alsa-utils, and had no problems. the directions then told me to type 'amixer'
at the command prompt and it returned "amixer: Mixer attach default error: No such device." i researched the problem and found no answer. i checked /etc/modules.d/alsa many times, as welll as /etc/modules.conf many, many times. i did update-modules, and env-update and still i have the same problem?

there is no /dev/mixer, /dev/dsp, or /dev/midi
i found somebody who had the same problem and followed there answer. it told me to check /etc/modules.d/alsa and run modules-update and still the same problem
can somebody help PLEASE!!!!!!!!1 :evil:

MARIO18


Last edited by MarioCorleone on Thu Jul 03, 2003 8:27 am; edited 4 times in total
Back to top
View user's profile Send private message
mvr_rennes
Apprentice
Apprentice


Joined: 23 Oct 2002
Posts: 155

PostPosted: Mon Jun 30, 2003 11:00 am    Post subject: Reply with quote

have you installed alsa-oss? If yes, have you loaded the corresponding modules?
cheers!
M
Back to top
View user's profile Send private message
dvink
n00b
n00b


Joined: 12 Apr 2003
Posts: 55

PostPosted: Mon Jun 30, 2003 11:55 am    Post subject: ALSE Reply with quote

Dear Mario18,

My 1 cent: First check, once again, whether you have sound enabled in your kernel, and remember to select everything related to sound as a module. Recompile the kernel plus modules and install them. Make sure you have emerged alsa-driver, also-utils, alsa-oss, alsa-mixer, thus everything alsa :)
Then make sure you add the "alsasound" script with "rc-update alsasound add boot". Do not load the modules using "/etc/modules.autoload", the aslasound script does this for you. Try again and see if there is any improvement.
Back to top
View user's profile Send private message
deprecated
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2002
Posts: 118
Location: Madison, WI

PostPosted: Mon Jun 30, 2003 1:52 pm    Post subject: Reply with quote

Actually, I know the alsasound script is supposed to load all of the modules for you, but I've had random times where the script returns success but doesn't actually load any modules. Anyways, the best way to be sure is to just type 'lsmod' at console and see what modules are loaded. The alsa ones generally have 'snd' in front of the module name. If you could list them here we could see if you're missing something.

The other big thing with alsa is that when you make a new kernel you must recompile the modules. Have you made a new kernel since you emerged alsa? Do a 'uname -r' to find the kernel you're running, and then check under /lib/modules/<kernel>/ and try and find the alsa modules for your kernel, if they aren't there, re-emerge alsa. (I don't remember exactly where they sit in that tree, at work right now, ick)

Best of luck
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Mon Jun 30, 2003 7:53 pm    Post subject: Reply with quote

im emergeing all alsa right now, and no success yet. i did recompile my kernel and re-emerged alsa and what i posted earlier is what happened.
i did a lsmod and got this
bash-2.05b# lsmod
Module Size Used by Tainted: P
snd-mixer-oss 11128 0 (autoclean) (unused)
snd 25988 0 (autoclean) [snd-mixer-oss]
nvidia 1537984 10 (autoclean)
usbcore 55488 1
soundcore 3364 0 [snd]
tulip 39232 1

am i missing anything?

i did the "rc-update add alsasound boot" and rc-update del alsasound default
so thats not my problem. yesterday i went to the alsa site and got the source fot it and compiled alsa myself. /dev/dsp, /dev/mixer, and /dev/midi now exist but "amixer" and "aplay"
still return "amixer: Mixer attach default error: No such device", "aplay: main:480: audio open error: No such device"
when i start up KDE i get a new msg saying " /dev/sound doesnt exist, using null output."
how do i check /lib/modules/<kernel>/ ?
mario18
:roll:
Back to top
View user's profile Send private message
Valken
n00b
n00b


Joined: 25 Jun 2003
Posts: 26

PostPosted: Tue Jul 01, 2003 3:04 pm    Post subject: Reply with quote

Did you add soundcore or is it loaded by another module. I've got alsa working by following the howto and it doesnt say the soundcore module should be explicidly (sp) loaded...

In fact, an lsmod of my system shows that soundcore's not even there yet I'm having none of the problems other users of this forum are having with their audio.
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Tue Jul 01, 2003 3:40 pm    Post subject: Reply with quote

no i diddnt load the soundsound core module, i think that alsa my have done that.
getting sound working on slackware was not such a task.
_________________
-Mario
Back to top
View user's profile Send private message
Valken
n00b
n00b


Joined: 25 Jun 2003
Posts: 26

PostPosted: Tue Jul 01, 2003 5:20 pm    Post subject: Reply with quote

I'm still a newbie but if you post your /etc/modules.d/alsa file I'll compare it to my own.

As for the devices being "missing" I was under the impression that alsa creates then when they are needed rather than in advance... I'm not too sure if this is correct but running stuff like Quake3 and Gaim with sound adds the devices needed to /dev/sound at runtime. I have not installed OSS or the alsa-oss package.
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Tue Jul 01, 2003 6:06 pm    Post subject: Reply with quote

here it is:

# 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-CMI8738
## 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

After i emerged alsa and alsa-utils i got am message telling me that i had 2 config files in /etc that need updating, any clue on how to do that?

:roll:
_________________
-Mario
Back to top
View user's profile Send private message
deprecated
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2002
Posts: 118
Location: Madison, WI

PostPosted: Tue Jul 01, 2003 6:44 pm    Post subject: Reply with quote

Hello again,

There are definately alsa modules missing from that.

Here's my full list (not just alsa) for comparison:
Code:

Module                  Size  Used by    Not tainted
snd-intel8x0           18372   0  (autoclean)
snd-mpu401-uart         3744   0  (autoclean) [snd-intel8x0]
snd-rawmidi            14848   0  (autoclean) [snd-mpu401-uart]
snd-seq-device          4320   0  (autoclean) [snd-rawmidi]
snd-ac97-codec         40744   0  (autoclean) [snd-intel8x0]
w83781d                23856   0  (unused)
i2c-proc                6804   0  [w83781d]
i2c-nforce2             3432   0  (unused)
i2c-core               15428   0  [w83781d i2c-proc i2c-nforce2]
snd-pcm-oss            39140   0  (unused)
snd-pcm                64160   0  [snd-intel8x0 snd-pcm-oss]
snd-timer              15844   0  [snd-pcm]
snd-page-alloc          5244   0  [snd-intel8x0 snd-pcm]
snd-mixer-oss          13656   0  [snd-pcm-oss]
snd                    33124   0  [snd-intel8x0 snd-mpu401-uart snd-rawmidi snd-seq-device snd-ac97-codec snd-pcm-oss snd-pcm snd-timer snd-mixer-oss]


It would appear that you only have the base snd module installed, and I'm not sure how you got snd-mixer-oss to load because I thought it depended aon a few of the others, but whatever. Anyways, as a test we can try loading the modules by hand and see if its just that they aren't loading correctly and not actually an alsa issue, which would be nice.

Ok, so, try these commands in sequence:
Code:

insmod snd
insmod snd-page-alloc
insmod snd-timer
insmod snd-pcm
insmod snd-mixer-oss
insmod snd-pcm-oss



Ok, those are the base alsa modules. Now this next section I'm really just kinda guessing for your card, I grabbed the modules, snd-CMI8738, from a previous posting and I'm assuming its right.

Code:

insmod snd-seq-device
insmod snd-seq
insmod snd-rawmidi
insmod snd-mpu401-uart
insmod snd-CMI8738



I *think* thats all the modules (if I miss one you usually can tell the name of the module by the unresolved symbol errors), if those all insert alright in that order then you probably have sound. If any of them are missing entirely, then you probably had some issue with the compilation / installation of alsa.

Of course this is just a test to make sure alsa is working at all, and if you DO get sound after this then we can narrow it down to a script issue.

As a side question, did you run etc-update?


--Dep
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Tue Jul 01, 2003 7:53 pm    Post subject: Reply with quote

i followed what u did and this is what happened;

bash-2.05b# insmod snd
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd.o
insmod: a module named snd already exists
bash-2.05b# insmod snd-page-alloc
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd-page-alloc.o
bash-2.05b# insmod snd-timer
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd-timer.o
insmod: a module named snd-timer already exists
bash-2.05b# insmod snd-pcm
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd-pcm.o
bash-2.05b# insmod snd-mixer-oss
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/oss/snd-mixer-oss.o
insmod: a module named snd-mixer-oss already exists
bash-2.05b# insmod snd-pcm-oss
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/oss/snd-pcm-oss.o
bash-2.05b# insmod snd-seq-device
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/seq/snd-seq-device.o
insmod: a module named snd-seq-device already exists
bash-2.05b# insmod snd-seq
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/seq/snd-seq.o
insmod: a module named snd-seq already exists
bash-2.05b# insmod snd-rawmidi
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd-rawmidi.o
bash-2.05b# insmod snd-mpu401-uart
Using /lib/modules/2.4.20-gentoo-r5/kernel/sound/drivers/mpu401/snd-mpu401-uart.o
bash-2.05b# insmod snd-CMI8378
insmod: snd-CMI8378: no module by that name found

heres lsmod;

Module Size Used by Tainted: P
snd-mpu401-uart 2752 0 (unused)
snd-rawmidi 12288 0 [snd-mpu401-uart]
snd-pcm-oss 35524 0 (unused)
snd-pcm 53056 0 [snd-pcm-oss]
snd-page-alloc 4524 0 [snd-pcm]
snd-seq 30512 0 (autoclean)
snd-timer 12616 0 (autoclean) [snd-pcm snd-seq]
snd-seq-device 3808 0 (autoclean) [snd-rawmidi snd-seq]
snd-mixer-oss 11128 0 (autoclean) [snd-pcm-oss]
snd 25988 0 (autoclean) [snd-mpu401-uart snd-rawmidi snd-pcm-oss snd-pcm snd-seq snd-timer snd-seq-device snd-mixer-oss]
floppy 47036 0 (autoclean)
nvidia 1537984 10 (autoclean)
usbcore 55488 1
soundcore 3364 0 [snd]
tulip 39232 1

the modules that were there before, were placed there by alsa when i emerged it. last night i found that 2.4.20 kernel supported my sound card, so i compiled it with support with my sound card.
from command line i typed update-modules and got this:

bash-2.05b# update-modules
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r5/kernel/sound/drivers/opl4/snd-opl4-lib.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r5/kernel/sound/drivers/opl4/snd-opl4-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r5/kernel/sound/i2c/other/snd-ak4xxx-adda.o


whats happening? :x
still no sound. typing amixer or aplay on command line will try but then says
"amixer: Mixer attach default error: No such device"
like its trying to attach to something but cant?
_________________
-Mario
Back to top
View user's profile Send private message
jesterspet
Apprentice
Apprentice


Joined: 05 Feb 2003
Posts: 215
Location: Atlanta

PostPosted: Wed Jul 02, 2003 7:48 pm    Post subject: Reply with quote

mario18 wrote:
i followed what u did and this is what happened;
<snip>
the modules that were there before, were placed there by alsa when i emerged it. last night i found that 2.4.20 kernel supported my sound card, so i compiled it with support with my sound card.
from command line i typed update-modules and got this:

bash-2.05b# update-modules
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r5/kernel/sound/drivers/opl4/snd-opl4-lib.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r5/kernel/sound/drivers/opl4/snd-opl4-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r5/kernel/sound/i2c/other/snd-ak4xxx-adda.o


whats happening? :x
still no sound. typing amixer or aplay on command line will try but then says
"amixer: Mixer attach default error: No such device"
like its trying to attach to something but cant?


I had the unresolved symbol issue as well. Here is how i got around it.

After trying a few trips through the Alsa Guide a few times , I decided to rip everything out relating to Alsa (to see what you have installed run 'emerge -sv alsa' first:
emerge -Cv alsa-lib alsa-oss alsa-driver alsa-tools alsa-utils alsamixergui alsaplayer


Now that I have my system back to the pre-alsa condition I did the following from the guide:

cd /usr/src/linux
cp .config ~/
make mrproper
cp ~/.config .
make menuconfig
make dep clean

Here is where I threw in one extra step:
make bzImage modules modules_install

When I originally built my kernel both sound support and my sound card were compiled directly into my kernel, and were not modules. Since I am removing them from the kernel & making them modules I will need a new bzImage. It is my belief that this was the source of my unresolved symbol errors. now jsut copy over your new kernel

cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzimage.new
Then add the kernel image to /etc/lilo.conf & update lilo
cat >> /etc/lilo.conf << EOF
image="/boot/bzimage.new"
label="Gentoo.new"
root="/dev/root"
read-only
EOF
/sbin/lilo


I rebooted to make sure every so far worked and had no problems. Following the guide again you'll be running these next two commands:
env ALSA_CARDS='emu10k1' emerge alsa-driver alsa-oss
update-modules


This is where I kept getting caught up
/etc/init.d/alsasound start

The modules would not load, and when I tried modprobe or insmod I would get my way too familiar unresolved symbol errors.
however now everything came back ok, I had no unresolved symbols, and running a lsmod gave me a neat & pretty
Code:
snd-pcm-oss            40324   0  (autoclean)
snd-mixer-oss          13880   1  (autoclean) [snd-pcm-oss]
snd-intel8x0           20260   5
snd-ac97-codec         38240   0  [snd-intel8x0]
snd-pcm                68320   1  [snd-pcm-oss snd-intel8x0]
snd-timer              16840   0  [snd-pcm]
snd-page-alloc          5616   0  [snd-intel8x0 snd-pcm]
snd-mpu401-uart         4096   0  [snd-intel8x0]
snd-rawmidi            15392   0  [snd-mpu401-uart]
snd-seq-device          4452   0  [snd-rawmidi]
snd                    34052   3  [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]


The I was able to follow the rest of the guide without any troubles.

Hope this helps someone. :D
_________________
(X) Yes! I am a brain damaged lemur on crack, and would like to buy your software package for $499.95
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Thu Jul 03, 2003 5:28 am    Post subject: Reply with quote

thanks for that post it helped alot. i rebuilt my kernel and no problems, except
when i emerged the alsa stuff it diddnt get the snd-mixer-oss module and the snd-pcm-oss module. i insmoded them and got a msg saying that no modules by that name could be found.

whats up with that?

:x
_________________
-Mario
Back to top
View user's profile Send private message
jrz
Apprentice
Apprentice


Joined: 19 Mar 2003
Posts: 272
Location: Sacramento, CA USA

PostPosted: Thu Jul 03, 2003 5:46 am    Post subject: Reply with quote

did you re-emerge all your alsa stuff? ^_^
_________________
Press F1 for Help.
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Thu Jul 03, 2003 6:06 am    Post subject: Reply with quote

i re emerged all the alsa stuff and edited the /etc files for my sound card amd no modules

any clue? :roll:
_________________
-Mario
Back to top
View user's profile Send private message
antibiotic
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2003
Posts: 110
Location: New West, Vancouver, BC

PostPosted: Thu Jul 03, 2003 6:21 am    Post subject: Reply with quote

A shot in the dark: did you compile kernel sound support as modules? Sorry if being redundant....
_________________
"What??!! You went over my helmet??"
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Thu Jul 03, 2003 6:30 am    Post subject: Reply with quote

yes i did. its got to be alsa because i did an lsmod and got this:

Module Size Used by Not tainted
soundcore 4356 0
tulip 41888 1


so what next? :?: :roll:
_________________
-Mario
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Thu Jul 03, 2003 7:15 am    Post subject: it works now Reply with quote

i finally have the answer.

i rebuit my kernel, and downloaded the alsa drivers and utils from the alsa site and compiled them myself. the emerge ebuilds were fucked and did not hel;p me at all.
lsmod showed this after the install:

Module Size Used by Not tainted
snd-cmipci 20800 0 (autoclean)
snd-opl3-lib 6660 0 (autoclean) [snd-cmipci]
snd-hwdep 5280 0 (autoclean) [snd-opl3-lib]
snd-mpu401-uart 3696 0 (autoclean) [snd-cmipci]
snd-rawmidi 14400 0 [snd-mpu401-uart]
snd-seq 41040 0 (unused)
snd-seq-device 4372 0 [snd-opl3-lib snd-rawmidi snd-seq]
snd-pcm-oss 40164 0 (unused)
snd-mixer-oss 13784 0 [snd-pcm-oss]
snd-pcm 65920 0 [snd-cmipci snd-pcm-oss]
snd-timer 15812 0 [snd-opl3-lib snd-seq snd-pcm]
snd-page-alloc 5392 0 [snd-pcm]
snd 32740 0 [snd-cmipci snd-opl3-lib snd-hwdep snd-mpu401-uart snd-rawmidi snd-seq snd-seq-device snd-pcm-oss snd-mixer-oss snd-pcm snd-timer]
soundcore 4356 7 [snd]
tulip 41888 1

and now im happy :lol:

thanks to all those who had imput on my problem.
_________________
-Mario
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Thu Jul 03, 2003 8:24 am    Post subject: NEW PROBLEM Reply with quote

now i have a new problem.

when i start kde i get a msg from the server "cant open /dev/dsp (ist a directory) using null output."

i deleted the dir /dsp and rebooted and still the same msg. the alsa stuff works great
but arts is seriously messed up. what can i do about that?
_________________
-Mario
Back to top
View user's profile Send private message
jesterspet
Apprentice
Apprentice


Joined: 05 Feb 2003
Posts: 215
Location: Atlanta

PostPosted: Thu Jul 03, 2003 9:54 am    Post subject: Reply with quote

Check your USE flags.

Make sure you have alsa arts oss listed. If any one of the three are not listed, put whatever is missing in, and then run

emerge -evp world |grep 'arts|alsa\oss'

to find out what needs to be recompiled, this will ensure that everything that can be wrapped in arts or alsa or oss will have the needed functionality you are looking for.
_________________
(X) Yes! I am a brain damaged lemur on crack, and would like to buy your software package for $499.95
Back to top
View user's profile Send private message
dogshu
Apprentice
Apprentice


Joined: 22 Jun 2003
Posts: 173
Location: New Haven, CT, USA

PostPosted: Sun Jul 06, 2003 3:14 pm    Post subject: I have the exact same problem Reply with quote

I am using alsa 0.9.4 (yes I know its considered unstable), and when I reboot, /dev/sound/dsp and some other devices disappear. I fix this by doing "ln -s /dev/dsp /dev/sound/dsp", but I have to do that on every boot.

I did not have this problem with alsa 0.9.4 under mandrake linux, so it seems like it is a problem with the ebuild, since I have my USE flags properly set and alsa-oss is installed.
Back to top
View user's profile Send private message
MarioCorleone
Guru
Guru


Joined: 29 Jun 2003
Posts: 336

PostPosted: Mon Jul 07, 2003 2:52 am    Post subject: Reply with quote

where do i find my use flags? :roll:
_________________
-Mario
Back to top
View user's profile Send private message
StuBear
Apprentice
Apprentice


Joined: 26 Feb 2003
Posts: 157
Location: Melbourne,AUSTRALIA

PostPosted: Mon Jul 07, 2003 4:15 am    Post subject: Reply with quote

mario18 wrote:
where do i find my use flags? :roll:

/etc/make.conf

there should be a line starting USE=
_________________
Since it is the optimal DVD-RAM correspondence for backup of personal computer data, and lighting soft needlessness, it is data preservation by floppy disk feeling.
Back to top
View user's profile Send private message
phr
n00b
n00b


Joined: 10 Aug 2003
Posts: 1

PostPosted: Sun Aug 10, 2003 9:00 am    Post subject: might help Reply with quote

i dont know if this has been mentioned because im too tired to read all the threads.
/dev/dsp and /dev/mixer don't really exist because of devfs they have been moved to /dev/sound/dsp and /dev/sound/mixer
all you need to do, that is if you are trying to use alsa-oss, is change /etc/modules.d/alsa so the part that has

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

to:
alias /dev/sound/mixer snd-mixer-oss
alias /dev/sound/dsp snd-pcm-oss
alias /dev/sound/midi snd-seq-oss

then you might need to change permissions on the devices to whatever you need, so either try it as root or use chmod 777 /dev/sound/blah temporarily to see if its working.
if all else is correct this ought to work. you can alsa 'emerge alsa-xmms' to get a plugin for alsa9 to use with xmms but i hate it so i just use oss emulation.
good luck,
phr
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