View previous topic :: View next topic |
Author |
Message |
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Sat Apr 10, 2004 11:42 pm Post subject: |
|
|
The command 'grep audio /proc/pci' gives me this: Code: | Multimedia audio controller: PCI device 1102:0007 (Creative Labs) (rev 0). | and if I try to run amixer I get this: Code: | amixer: Mixer attach default error: No such device | and alsa mixer gives this: Code: | alsamixer: function snd_ctl_open failed for default: No such device | I have throughly searched the forums to no avail and have tried recompiling the kernel after removing everything relating to alsa and then following forum and ALSA install instructions without any luck. Any ideas? _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
psofa Guru
Joined: 28 Feb 2004 Posts: 485
|
Posted: Sun Apr 11, 2004 12:00 am Post subject: |
|
|
just a guess: in ur kernel source dir in a folder called scripts or sth theres a script called alsa ( i think again ) that creates the devices nodes needed by alsa. can u try this? _________________ psofa |
|
Back to top |
|
|
psofa Guru
Joined: 28 Feb 2004 Posts: 485
|
Posted: Sun Apr 11, 2004 12:01 am Post subject: |
|
|
oh yep its called makedev.snd! _________________ psofa |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Sun Apr 11, 2004 12:02 am Post subject: |
|
|
its there, so what do I do? _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
psofa Guru
Joined: 28 Feb 2004 Posts: 485
|
Posted: Sun Apr 11, 2004 5:34 pm Post subject: |
|
|
sh ./makedev.snd i think _________________ psofa |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Sun Apr 11, 2004 7:55 pm Post subject: |
|
|
That command won't work from any directory. Any other ideas? _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
Malakin Veteran
Joined: 14 Apr 2002 Posts: 1692 Location: Victoria BC Canada
|
Posted: Sun Apr 11, 2004 8:49 pm Post subject: |
|
|
Here's the location of the file and note the case sensitivity, you'll have to run it from this directory. No idea if it will do anything for you though.
/usr/src/linux/scripts/MAKEDEV.snd |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Sun Apr 11, 2004 8:53 pm Post subject: |
|
|
I tried that it didn't work. Malakin you got an Audigy working, correct? Could you post every step you took in getting it to work? I would greatly appreciate it. Thanks.
Zack _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Sun Apr 11, 2004 8:53 pm Post subject: |
|
|
I tried that it didn't work. Malakin you got an Audigy working, correct? Could you post every step you took in getting it to work? I would greatly appreciate it. Thanks.
Zack _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
Malakin Veteran
Joined: 14 Apr 2002 Posts: 1692 Location: Victoria BC Canada
|
Posted: Sun Apr 11, 2004 10:26 pm Post subject: |
|
|
I didn't do anything special, just added support for it in the kernel, had "alsa" in my use flags already and it just worked. Have you tried a Knoppix cd to see if the sound works with it? |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Sun Apr 11, 2004 10:28 pm Post subject: |
|
|
how do I do that? _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Sun Apr 11, 2004 11:12 pm Post subject: |
|
|
I have tried emerge all of the latest alsa stuff: alsa, alsa-utils, alsa-lib, alsa-driver. and I received all of the same errors as before when starting alsa and xmms and when trying to start a/alsamixer. In /etc/make.conf the USE section is as follows. Code: | USE="X qt oss gphoto2 cups foomaticdb ppds other_var1 other_var2 -gtk usb -gnome alsa" | Do I need to add or remove anything to get alsa to work? Also when I stop alsa I get this: Code: | * Unloading ALSA...
* Storing ALSA Mixer Levels
/usr/sbin/alsactl: save_state:1061: No soundcards found...
* Unloading modules [ ok ] | Any ideas? _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Mon Apr 12, 2004 2:37 am Post subject: |
|
|
I ran MAKEDEV.snd and this is what occured when it ran. It didn't fix anything though. Code: | Creating /dev/mixer?... done
Creating /dev/sequencer... done
Creating /dev/midi?... done
Creating /dev/dsp?... done
Creating /dev/audio?... done
Creating /dev/sndstat... done
Creating /dev/music... done
Creating /dev/dmmidi?... done
Creating /dev/dmfm?... done
Creating /dev/amixer?... done
Creating /dev/adsp?... done
Creating /dev/amidi?... done
Creating /dev/admmidi?... done
create symbolic link `/dev/mixer' to `/dev/mixer0'
create symbolic link `/dev/midi' to `/dev/midi0'
create symbolic link `/dev/dsp' to `/dev/dsp0'
create symbolic link `/dev/audio' to `/dev/audio0'
create symbolic link `/dev/sequencer2' to `/dev/music'
create symbolic link `/dev/adsp' to `/dev/adsp0'
create symbolic link `/dev/amidi' to `/dev/amidi0'
mv: cannot move `/dev/sndstat' to `/dev/1sndstat': Operation not permitted
rm: cannot remove `/dev/snd': Is a directory
mv: cannot stat `/dev/1sndstat': No such file or directory
rm: cannot remove `/dev/snd/controlC0': Operation not permitted
rmdir: `/dev/snd': Operation not permitted
Creating /dev/snd/control?...mknod: `/dev/snd/controlC0': File exists
done
Creating /dev/snd/seq... done
Creating /dev/snd/timer... done
Creating /dev/snd/hw??... done
Creating /dev/snd/midi??... done
Creating /dev/snd/pcm??p... done
Creating /dev/snd/pcm??c... done
ALSA loader devices
Creating /dev/aload?... done
Creating /dev/aloadSEQ... done | I also just emerge module-init-tools as I was instructed by someone on the multimedia forum. Any more ideas? _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
Malakin Veteran
Joined: 14 Apr 2002 Posts: 1692 Location: Victoria BC Canada
|
Posted: Mon Apr 12, 2004 4:14 am Post subject: |
|
|
I still think it's likely a kernel problem which was why I suggested disabling acpi/apic and maybe even a different pci slot.
What is the make/model of your motherboard? What is the exact model of audigy you have? audigy 1/audigy 2/audigy 2 zs etc.. |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Mon Apr 12, 2004 4:33 am Post subject: |
|
|
I tried disabling acpi/apic to no avail also. My motherboard is the iWill 845GmP4G and the exact Audigy I have is the Audigy LS. The first version, NOT the second. grep audio /proc/pci returns this: Code: | Multimedia audio controller: PCI device 1102:0007 (Creative Labs) (rev 0). | so it's not that the card isn't being recognized. Any ideas? _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
Malakin Veteran
Joined: 14 Apr 2002 Posts: 1692 Location: Victoria BC Canada
|
Posted: Mon Apr 12, 2004 5:02 am Post subject: |
|
|
If you have a cd burner and broadband it's pretty simple to download and burn Knoppix, you could boot off of it and see if the sound works by default. If it does then it's probably just some kernel options that need fixing, if it doesn't then it could be more complicated. |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Mon Apr 12, 2004 3:51 pm Post subject: |
|
|
Well, this is embarassing, like an idiot, I actually removed ALL of the alsa files from my 2.6 kernel, so when I get home today I'm going to emerge a new kernel and retry getting alsa to work. I'll post my results, Hopefully this will work, if not, well, back to you. Thanks for all the positive feedback. _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
stonent Veteran
Joined: 07 Aug 2003 Posts: 1139 Location: Texas
|
Posted: Mon Apr 12, 2004 4:24 pm Post subject: |
|
|
That last one is unrelated. It is for the hardware random number generator. I've never gotten it to work so I disable it. _________________ Inspiron 4100 & Sun UltraAXe
Portage on Solaris|Dell Laptop Hacks
The way you feel about organized religion is the same way I feel about organized socialism. |
|
Back to top |
|
|
Zackqtip n00b
Joined: 08 Mar 2004 Posts: 58 Location: Chicago, Illinois
|
Posted: Tue Apr 13, 2004 12:58 am Post subject: |
|
|
I emerged a new kernel and tried to get sound working in it, but whenever I try to emerge alsa-drivers since it says that I do not have an alsadriver when I input this command: Code: | emerge -p alsa-driver
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] media-sound/alsa-driver-1.0.3 | I get the following error when trying to emerge either emu10k1 or audigy for the alsa-driver or even just by doing an emerge alsa-drivers I get this message: Code: | make[1]: *** [/var/tmp/portage/alsa-driver-1.0.3/work/alsa-driver-1.0.3/kbuild] Error 2
make[1]: Leaving directory `/var/tmp/portage/alsa-driver-1.0.3/temp/linux'
make: *** [compile] Error 2
!!! ERROR: media-sound/alsa-driver-1.0.3 failed.
!!! Function src_compile, Line 88, Exitcode 2
!!! Parallel Make Failed | Any ideas? _________________ "While linux users have the forums and one another, AOL users have worthless tech support, so please, mess with them at will." -Me |
|
Back to top |
|
|
|