LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   alsa woes yet again.. (https://www.linuxquestions.org/questions/slackware-14/alsa-woes-yet-again-340571/)

heri0n 07-06-2005 08:54 AM

alsa woes yet again..
 
i upgraded to current and it broke my sound..
if i run alsaconf it cant find any sound cards
i then upgraded my kernel and i did not include alsa so i would be able to install from packages or source...
i tried installing the alsa driver pkg from testing/ ? but that didn't work
what should i do?

BroX 07-06-2005 09:09 AM

Make sure the version of the alsa-driver package matches the kernel version, or get the latest alsa-driver source file from http://www.alsa-project.org/ and recompile.

Hope that helps.

Cheers, Leon.

heri0n 07-06-2005 09:12 AM

i would like to install from packages
the kernel installed is 2.6.12.1? and the package was for 2.6.11
are there any packages built for 2.6.12.1 ?

BroX 07-06-2005 09:43 AM

Quote:

Originally posted by heri0n
i would like to install from packages
the kernel installed is 2.6.12.1? and the package was for 2.6.11
are there any packages built for 2.6.12.1 ?

I'm afraid there isn't. According to Slackware's changelog:
Quote:

+--------------------------+
Wed Jun 8 22:25:08 PDT 2005
testing/packages/linux-2.6.11.11/alsa-driver-1.0.9b_2.6.11.11-i486-1.tgz:
Upgraded to alsa-driver-1.0.9b (compiled for Linux 2.6.11.11)
Compiling alsa-driver isn't that difficult, ALSA provides detailed instructions specific for your soundcard, check http://www.alsa-project.org/alsa-doc/

Cheers, Leon.

heri0n 07-06-2005 10:38 AM

i just want it as a package so i can easily remove it with pkgtool and install a newer version if necessary...

AxXium 07-06-2005 10:39 AM

I had a silmilar problem on my daughters pc running slackware current after upgrading from kernel 2.4.31 to kernel 2.6.12.2.

To fix it I did this

1. Uninstall the three alsa pkg's using pkgtool.

2. Then reinstalled them from slackware current packages.

3. Next restart X.

4. Run alsaconf.

5. Run alsamixer.

6. Then alsactl store.


I haven't had a problem since.

Hope it helps :)

heri0n 07-06-2005 10:45 AM

mainve: if you read my post i upgraded to current and running alsaconf didnt work

i suppose i'll just compile from source...

BroX 07-06-2005 10:46 AM

Quote:

Originally posted by heri0n
i just want it as a package so i can easily remove it with pkgtool and install a newer version if necessary...
Use checkinstall, which let's you compile from source and create a package which can be uninstalled using removepkg.

AxXium 07-06-2005 10:50 AM

What sound card do you have by the way?

heri0n 07-06-2005 10:59 AM

thanks ljsbrokken i'll try that

heri0n 07-08-2005 08:46 AM

Ok I installed with checkinstall, I ran alsaconf and it found my card and loaded the modules fine. I then tried to run alsamixer and I get alsamixer: function snd_ctl_open failed for default: No such file or directory...
I also tried creating a package from the SlackBuild script and installed that but it didnt alsaconf didn't even detect my card... I modified it so it would configure --with-cards=intel8x0
Any suggestions?

BroX 07-08-2005 09:15 AM

add
Code:

snd-intel8x0m
to /etc/hotplug/blacklist. Has something to do with the soundcard of the modem being recognised as card0. Adding it to blacklist prevents it to be loaded.

heri0n 07-08-2005 09:35 AM

I knew about that from before and now it is already included in the -current blacklist

heri0n 07-11-2005 12:39 PM

Any more suggestions? :(

gbonvehi 07-11-2005 04:34 PM

When you compiled alsa, which things did you compile? You've to rebuild alsa-driver, alsa-lib and alsa-utils (alsa-oss to if you want oss emulation, recommended).


All times are GMT -5. The time now is 09:07 AM.