LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-28-2008, 11:08 PM   #1
357mag
Member
 
Registered: Feb 2005
Posts: 99

Rep: Reputation: 15
I'm probably going to have to dump Linux because I have no sound


I got the E-MU 1212 sound card. Good high quality card for those of use that do computer recording. Unfortunately there are no Linux drivers for it.

There are something called ALSA drivers however. One guy posted a brief article on how to get the 1212 card working with these drivers, but it has not worked for me.

First he said to download the latest ALSA drivers. I did that and I saved them to my Flash Drive.

Then he said to open up a command window and type this:

wget ftp://ftp.alsa-project.org/pub/drive...1.0.16.tar.bz2

That is one of four entries he says to type. But after I type that and hit Enter, it just says "No such file or directory..."

I think that wget and that ftp stuff is actually telling Ubuntu to access the web and look for it. I downloaded the drivers and saved them to my Flash so I don't think I would really need to enter in that wget and ftp stuff.

But I don't have a clue as to how I would install the drivers I downloaded.
 
Old 09-28-2008, 11:27 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Which distro are you using? That would really assist us in trying to help you.
 
Old 09-28-2008, 11:44 PM   #3
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
So you have instructions to download the latest alsa drivers using the ftp command and the ftp command is not working for you but you have already downloaded the latest drivers.
So what do the instructions say to do next?
 
Old 09-28-2008, 11:46 PM   #4
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
ALSA = Advanced Linux Sound Architecture

These are the linux sound drivers

don't give up yet we just need more information in order to help you. what distro are you on? what is the output of 'lspci'?

I have my mAudio Delta1010 recording card working with linux and there is some very nice software for doing this type of work on linux. just stick with it. it's going to take some work, but in the end it's worth it.
 
Old 09-28-2008, 11:52 PM   #5
357mag
Member
 
Registered: Feb 2005
Posts: 99

Original Poster
Rep: Reputation: 15
I think I downloaded the drivers from the ftp site. I think the guy wrote some wrong stuff in his directions. I changed a few things and in the command window it looked like all four files actually downloaded.

I'm using Ubuntu.

But one of them is a firmware file. I do not want to install anything that is going to flash or update some chip on my soundcard. Nope. And I think that is what firmware does doesn't it?
 
Old 09-28-2008, 11:55 PM   #6
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
Originally Posted by 357mag View Post
...I think the guy wrote some wrong stuff in his directions...
Okay, what are the directions?
 
Old 09-29-2008, 12:06 AM   #7
357mag
Member
 
Registered: Feb 2005
Posts: 99

Original Poster
Rep: Reputation: 15
Then he says to extract the files so I went into a Terminal and typed:

tar -xf alsa-driver-1.0.17.tar.bz2

I repeated that command for the other 3 files and it did extract the files into their own folders.

Then he says to get the package build-essential which installs compiler libraries and other programming and compiling utilities with this command:

sudo apt-get install build-essential

Then after that he talks about actually installing the drivers and stuff.

But as I stated above, I don't want to go further if that firmware file is going to flash my card or something. That's really dangerous.
 
Old 09-29-2008, 12:33 AM   #8
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
Originally Posted by 357mag View Post
...That is one of four entries he says to type....
Quote:
Originally Posted by 357mag View Post
...I changed a few things and in the command window it looked like all four files actually downloaded...
Quote:
Originally Posted by 357mag View Post
...I repeated that command for the other 3 files and it did extract the files into their own folders...
Quote:
Originally Posted by 357mag View Post
...I don't want to go further if that firmware file is going to flash my card or something. That's really dangerous.
Well, you can give up or say what files you have downloaded and what the directions are.
Unless you tell me I have no f****** idea.
 
Old 09-29-2008, 12:45 AM   #9
357mag
Member
 
Registered: Feb 2005
Posts: 99

Original Poster
Rep: Reputation: 15
Type this in a terminal:

sudo apt-get install build essential

Now let's start installing. First the ALSA driver:

cd alsa-driver 1.0.17 ./configure --makewith-cards=emu10k1
make
make install

Do the same for all the other archives.

That's pretty much it except for a little fine tuning.

But to reiterate, I don't want to go any further if the firmware file is going to flash or update my card. That is what I need to find out.
 
Old 09-29-2008, 12:50 AM   #10
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
I don't see why anything would update the firmware on you card. you're never going to get the help you need unless you cooperate. please post a link to the directions you are following or cut and paste them verbatim! don't leave anything out because you don't think it's important 'cause you don't know what's important.
 
Old 09-29-2008, 01:02 AM   #11
357mag
Member
 
Registered: Feb 2005
Posts: 99

Original Poster
Rep: Reputation: 15
http://ubuntuforums.org/showthread.php?t=715755
 
Old 09-29-2008, 01:03 AM   #12
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
EDIT: If it was me I would follow the instructions.

Last edited by 2damncommon; 09-29-2008 at 01:09 AM.
 
Old 09-29-2008, 07:45 AM   #13
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
if you read down through the posts there are a couple ways to install the drivers if the first method didn't work...

I mean WOW
Quote:
sudo apt-get -y build-dep alsa-lib alsa-utils alsa-driver && cd /home/$USER/compiled/alsa-driver-1.0.16 && ./configure --with-cards=emu10k1 && make && sudo make install && cd ../alsa-lib-1.0.16 && ./configure --with-cards=emu10k1 && make && sudo make install && cd ../alsa-firmware-1.0.16/ && ./configure --with-cards=emu10k1 && make && sudo make install && cd ../alsa-utils-1.0.16/ && ./configure --with-cards=emu10k1 && make && sudo make install
 
  


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
linux dump use arjunsonilinux Linux - Software 1 05-25-2008 04:37 AM
Linux dump? what is it and how to do it? MacPC Linux - Newbie 3 11-08-2007 11:25 AM
installing FreeBSD on Virtual Box error: "Cannot dump. No dump device defined" Valkyrie_of_valhalla *BSD 4 09-06-2007 04:02 AM
How to forcely dump the history of user commands to the admin dump file. mcp_achindra Linux - Security 1 03-19-2004 12:04 PM
How do I dump sound files from my kernel ic3 Linux - Newbie 1 11-16-2003 07:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:34 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