ArchThis Forum is for the discussion of Arch Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to install sound on my Dell c610 laptop. I started with an FTP install and everything is working quite well, except my sound and pcmcia cards. First thing first, I'd like to get sound up and running. Grepping /proc/pci gives me this:
I have loaded everything alsa related, set the permissions, and alsaconf adds the driver listing in /etc/modprobe.conf. Ran alsaconfig and it tells me that eveything is setup, but up at the top of the screen I get this:
Code:
Loading driver...
/usr/sbin/alsaconf: line 619: rcalsasound: command not found
Setting default volumes...
Saving the mixer setup used for this in /etc/asound.state.
/usr/sbin/alsactl: save_state:1061: No soundcards found...
When I try to run Kaffeine in XFCE4 (the only WM I have), I get this:
Code:
kaffeine: Use audio driver auto
kaffeine: Use video driver auto
kaffeine: Init video driver
kaffeine: Init audio driver
audio_oss_out: opening audio device /dev/dsp failed:
No such file or directory
audio_esd_out: connecting to esd server...
/dev/dsp: No such file or directory
audio_esd_out: can't connect to <default> ESD server: Connection refused
I am too confused as to how to fix this. How can I resolve these issues? I can provide any info needed. I want to learn how to get this working as switching to my old Fedora Core is no longer an option.
And it loads fine without any errors. I'm using a 2.6 kernel. Could that be an issue? I'm thinking that the rcalsasound error could be important. Any feedback?
I looked on the alsaconf file. It searches for the alsasound initscript (rcalsasound) in /etc/init.d, /usr/sbin and /sbin. See if you have that file another place and copy it to one of the above places.
Try typing lsmod. What do you get? On my computer i get:
If you get something similar, it should work now that you have inserted the module to the kernel. Try to unmute the card and see if the file /dev/dsp exist. Then you just have to add snd-intel8x0 to /etc/modules.autoload.d/kernel-2.6 or something in that sort.
Well, version 2 here. I turned off my machine for the night and now today everything KDE related says "can't init audio driver [auto]". XMMS and none KDE related stuff work great!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.