LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-15-2004, 05:59 PM   #1
init
Member
 
Registered: Oct 2003
Location: Portland, Maine
Distribution: Gentoo 2004_2 2.6.7r14
Posts: 160

Rep: Reputation: 30
alsa - drivers


Well I had sound and know I do not.

asla 0.9.8

If I run alsaconf it can not find any cards.

Im using an onboard c-media sound card on a soyo-ultra mobo.

I'm a little new with sound configs, they generally just worked for me. Let me know what logs would be helpful and I will post them.

TIA
 
Old 02-16-2004, 09:47 AM   #2
init
Member
 
Registered: Oct 2003
Location: Portland, Maine
Distribution: Gentoo 2004_2 2.6.7r14
Posts: 160

Original Poster
Rep: Reputation: 30
Ok, no help with this. So digging around I noticed that I updated the alsa drivers with slap-get.

slap-get will not let me install the old drivers again ? It claims my username / passwd is incorrect.

slapt-get --install alsa-driver-0.9.6-i486-3
Reading Package Lists... Done
The following NEW packages will be installed:
alsa-driver
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1325K of archives.
After unpacking 2320K of additional disk space will be used.
Downloading ftp://sunsite.cnlab-switch.ch/mirror...slackware-9.1/ alsa-driver 0.9.6-i486-3 [1325K]...Failed to download: the username and/or the password are incorrect

Anyone tell me how to get the old pkg's back again.

Please, Sound is a great thing.
 
Old 02-16-2004, 10:22 AM   #3
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
become root in a terminal, do pkgtool, remove all 4 alsa packages and then use pkgtool to install the 4 alsa drivers from cd; you can also use the installpkg command to install the files directly without having to use pkgtool
 
Old 02-16-2004, 10:22 AM   #4
LinFreak!
Member
 
Registered: Jul 2003
Location: England
Distribution: slack9.1
Posts: 209

Rep: Reputation: 30
try using wget:

wget -c ftp://ftp.sunet.se/pub/Linux/distrib...packages/*.tgz

this is a good way to get your stuff. I think the password should be blank for ftp transfers from most mirrors.

p.s. the example i just gave will download all the latest updates for slack9.1 into whichever directory you run it from (cd to a new folder first), you will then need to use pkgtool to install whichever ones are useful to you. If you decide to install the newer kernel and its modules you will need to re-compile your kernel:

su - or log in as root then:

cd /usr/src/linux
make menuconfig #or xconfig
make dep
make clean
make bzImage
make
make install
make modules
make modules_install
lilo

reboot!!

Last edited by LinFreak!; 02-17-2004 at 12:17 PM.
 
Old 02-16-2004, 11:03 AM   #5
init
Member
 
Registered: Oct 2003
Location: Portland, Maine
Distribution: Gentoo 2004_2 2.6.7r14
Posts: 160

Original Poster
Rep: Reputation: 30
1andonly - I tried that still with the same issues. After I install all alsa* tgz I run the aslaconf and it still can not find my card? In /etc I have a "asound-state" file in it it has info about my sound card must I do anything with this file?

LinFreak - Were can I get a list of mirrors for wget ? Im still a bit new with slack and the update proccess, used R-Hat 7.3 for most of my days. Also can I get the new kernel 2.6 in tgz format and install it as a package? Installing the new kernel is my next step but im a bit nervous. I use to upgrade my kernel with up2date before and it was a walk in the park.

Thanks for the help guys.
 
Old 02-17-2004, 12:04 PM   #6
LinFreak!
Member
 
Registered: Jul 2003
Location: England
Distribution: slack9.1
Posts: 209

Rep: Reputation: 30
The first time I tried wget I started a download using mozilla; in the download window was the full ftp address for that file, so I copied and pasted that into a terminal, put "wget -c" in front of it (stopped the mozilla download) and pressed enter - voila! Try it, even when you close the terminal it keeps on chugging away.
The list of mirrors for slack are on their website: http://www.slackware.com/getslack/ - try browsing using mozilla (or similar) when you find the file(s) you want, copy the url from the navigation toolbar + the name(s) of the file(s) you want - eg.

ftp://gd.tuwien.ac.at/opsys/linux/sl...ches/packages/

then either add the name of the file you want eg.

ftp://gd.tuwien.ac.at/opsys/linux/sl...4-noarch-1.tgz

or just add "*.tgz" to wget them all
then put "wget -c" in front of it all (in a terminal) and press return. (note - "-c" = continue... man wget;~)

edit: try upgrading to kernel 2.4.24 first, it seems to be easier than 2.6 at the moment, follow the instructions in my previous post for compiling the kernel - you will need to:

upgradepkg kernel-source-2.4.24-noarch-1.tgz
upgradepkg kernel-modules-2.4.24-i486-1.tgz
upgradepkg kernel-ide-2.4.24-i486-1.tgz

then compile, then upgradepkg the alsa files in order to have sound again (most importantly alsadrivers as they reside in /lib/modules - have a look at what changes occur there)

good luck!


Last edited by LinFreak!; 02-17-2004 at 12:16 PM.
 
Old 02-17-2004, 05:10 PM   #7
init
Member
 
Registered: Oct 2003
Location: Portland, Maine
Distribution: Gentoo 2004_2 2.6.7r14
Posts: 160

Original Poster
Rep: Reputation: 30
cool, thanks for the help man! I went for the gusto last night and compiled 2.6.2 "most" is good, my computer is so much faster. Now I see why a cutom kernel is the way to go. I have yet to get alsa going and also I have not had any succes getting my video card to work with the new kernel (ATI 9700) works fine in 2.4.x. So I shall truck on with sound and video and hope for the best.

Rock on!
 
Old 02-17-2004, 05:49 PM   #8
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
what is the name of your soundcard specifically?

lspci should be able to tell you

http://www.alsa-project.org/alsa-doc...C-Media#matrix shows a list of c-media cards that are supported

*edit: btw. anything that alsa needs to modprobe will actually be located in /etc/modules.conf
 
Old 02-20-2004, 06:30 AM   #9
LinFreak!
Member
 
Registered: Jul 2003
Location: England
Distribution: slack9.1
Posts: 209

Rep: Reputation: 30
Nice one for getting the new kernel to work!

Just as a footnote: I just upgraded the kernel on my laptop, but after having read THE_BOOK_ I noticed that the upgrade from 2.4.22 to 2.4.24 needs no recompile ie.

su
upgradepkg kernel*.tgz
lilo

reboot!

I will still recompile later to get battery monitor and such - but what a breeze!

(see sig!)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Nvidia Drivers or Alsa drivers? kryptobs2000 Linux - Hardware 2 09-17-2005 05:46 PM
New alsa drivers 2.6.11 comprookie2000 Linux - General 1 03-06-2005 03:46 PM
alsa drivers jax8 Linux - Newbie 1 06-17-2004 08:17 AM
2.6.0 minus built-in ALSA drivers + ALSA 1.0.0rc2 Tino27 Slackware 3 12-19-2003 05:13 PM
Alsa drivers pawn-o-matic Linux - Software 0 07-22-2003 02:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration