View previous topic :: View next topic |
Author |
Message |
Reducer2001 n00b
Joined: 16 Dec 2003 Posts: 35
|
Posted: Tue Mar 02, 2004 2:15 pm Post subject: No /dev/dsp |
|
|
I have an Audigy 2 running on a MSI K8T neo motherboard with a AMD64 3200+ CPU. The Audigy works under XP on the same PC and under Gentoo running 32-bit on a different PC.
I have compiled the soundcard as a module and not as a module in the kernel (2.6.3) and it the modules load successfully, and it is detected by Gentoo. However, I don't have a
device, so my sound doesn't work.
Any ideas? Need more info?
Thanks.
Jason |
|
Back to top |
|
|
neilhwatson l33t
Joined: 06 Feb 2003 Posts: 719 Location: Canada
|
Posted: Tue Mar 02, 2004 2:19 pm Post subject: |
|
|
Perhaps you should consult the ALSA howto guide in the Gentoo documents. _________________ The true guru is a teacher.
Neil Watson |
|
Back to top |
|
|
LaNcom Apprentice
Joined: 03 May 2003 Posts: 254 Location: Erfurt, Germany
|
Posted: Tue Mar 02, 2004 2:44 pm Post subject: |
|
|
Is the OSS emulation enabled in your kernel config?
/dev/dsp is OSS, not ALSA...
BTW, ALSA doesn't like IOMMU support for some soundcards, so you may want to turn it off (but I'm not sure if it's even available on Athlon64 CPU's). |
|
Back to top |
|
|
Reducer2001 n00b
Joined: 16 Dec 2003 Posts: 35
|
Posted: Tue Mar 02, 2004 4:54 pm Post subject: |
|
|
I've set-up this device on Gentoo several times before under various kernels and haven't had any problems. I have tried it with OSS emulation on and with it off, still no dice.
Jason |
|
Back to top |
|
|
gebner Tux's lil' helper
Joined: 01 Jan 2004 Posts: 100 Location: Wien, EU
|
Posted: Tue Mar 02, 2004 5:21 pm Post subject: DevFS? |
|
|
Are you using DevFS?
In case you don't, a Code: | cd /dev; MAKEDEV audio | might help. _________________ clue = if 0 == 0 then clue else error "The poster didn't have any clue when he posted this." |
|
Back to top |
|
|
brad_mssw n00b
Joined: 24 Dec 2003 Posts: 29 Location: Alachua, FL
|
Posted: Tue Mar 02, 2004 5:58 pm Post subject: |
|
|
I've got an audigy 1, no problems here.
Use the 'genkernel' config to compile your kernel, and
emerge hotplug ; rc-update add hotplug default
Which should make it auto-load the modules, you will
also probably want to rc-update add alsasound default
to make sure the oss emulation stuff gets set up...
Anyhow, that'll give you a starting point.
Then use 'alsamixer' to turn up the volume levels on everything,
and play a .WAV file with aplay to verify it's working at a console
level before you try it inside of X/GNOME/KDE.
-Brad House
AMD64 Project Lead
brad_mssw@gentoo.org |
|
Back to top |
|
|
Reducer2001 n00b
Joined: 16 Dec 2003 Posts: 35
|
Posted: Wed Mar 03, 2004 12:45 am Post subject: |
|
|
Okay, when I type
In the /dev/ directory, I get:
Code: |
.devfsd presence implies active DevFS. Aborting MAKEDEV invocation.
|
I do have /dev compiled into the kernel per the install instuctions, as well as automatically mount at boot.
Thanks.
Jason |
|
Back to top |
|
|
gebner Tux's lil' helper
Joined: 01 Jan 2004 Posts: 100 Location: Wien, EU
|
Posted: Wed Mar 03, 2004 10:01 pm Post subject: |
|
|
You could try manually creating a dsp dev file somewhere else as root:
And then check whether it's working:
Code: | dd if=some-file of=dsp |
_________________ clue = if 0 == 0 then clue else error "The poster didn't have any clue when he posted this." |
|
Back to top |
|
|
prttybean n00b
Joined: 23 Feb 2003 Posts: 24 Location: Wisconsin
|
Posted: Thu Mar 04, 2004 2:45 am Post subject: |
|
|
I just had this issue. In KDE select the control center icon -->sound and multimedia-->sound system. Click on the hardware tab change device from autodetect to Alsa.
I take the liberty of assuming you went through the ALSA config guide and that you are using KDE. |
|
Back to top |
|
|
Reducer2001 n00b
Joined: 16 Dec 2003 Posts: 35
|
Posted: Fri Mar 05, 2004 3:02 am Post subject: |
|
|
I was having all kinds of problems with my install, so I redid it. Now everything works. Thanks for the help though!
Jason |
|
Back to top |
|
|
|