Fedora :: Setup An Emu 0404 PCI?

May 15, 2010

getting the Emu 0404 PCI card working with Fedora 12. I will do my best to make this as easy to follow as I can. If anyone has additions feel free to add them. I don�t know if this is the same procedure for the USB version, as I don�t own one nor have access to one. This guide also assume you know how to get root access in the terminal, also the out put from terminal will look different because all machines have different hardware.

Let me start my saying that Creative are jerks and could care less if this or any of their cards work in Linux. If you are like me and have one and also have a wife that would kill you if you bought another piece of PC equipment or Musical equipment, then let�s get it working. Now without further stalling:

1)Go into your Bios and turn off the integrated (on board) sound card. This varies by manufacture but can easily be found through Google.

2)After that let it boot up into Linux, now go ahead and run Code: yum update as root or su, this will make sure you are up to date and ready to go.

3)After update finishes or says �nothing marked for update�, open a terminal and get root privilege
Code: su then type password

4)Once you have that, do Code: lspci -nn you are looking to make sure your Emu is 1102:0008, there are two versions of this card. 11002:0008 works great; 1102:0004 is not supported yet. You should be looking for this (highlighted) :

[Code]....

View 6 Replies


ADVERTISEMENT

Fedora Hardware :: Emu 0404 Not Being Seen?

May 11, 2010

I ran lspci -nn and it reports back that my card is 1102:0008 which is the version that can work. I have gone to the ALSA matrix for the card and it is way over my head as far as what they want me to do (compile it all from scratch, i think).I have my on board turned off in the bios, when I go to sound properties it acts like I have an input and output (Calls it PCM2900 codec or something like that). I have no sound at all let alone recording. I have also ran accross an auto script to get it working, however it is in French and when I run the script I have no idea what it is saying or wanting me to do.I have read that it is a firmware issue and that the firmware is availible through the repos, but I have no idea what repo and what to search for.

Edit: I have done some more reding and found I need emu10k1 driver from alsa, i guess it is really called alsa-firmware package or alsa tools. How do I get it and where to find it?

Edit 2: here is the Alsa matrix:[URL] , I don't really understand the first two parts of this at all. I put in ./configure and gives me a no x error I believe ( I am at work right now and typing from memory). So I try to move forward and get to here "cp /downloads/alsa-* ." and it gives me a no directory error.

View 14 Replies View Related

Ubuntu Multimedia :: Gotten EMU 0404 PCI W/ 1.0 Firmware Or 0004 Device ID Working?

May 26, 2010

This is a problem that has been stabbing at me for years now. I have a nice pro-m soundcard - the EMU 0404 - with the cursed "1102:0004" device ID. I am wondering if anyone has gotten the early version of the 0404 (0004 / firmware 1.0 version) of the card working with Linux? All the information I can find is a couple years out of date. Maybe everyone just gave up when the later versions of the cards started to work with ALSA, but I really can't afford to replace this thing.

Regardless, if anyone has gotten this to work please let me know. If I really just need to resign myself to throwing the card away / taking a $150 loss on a new one, I'd also like to know,

View 2 Replies View Related

Ubuntu Multimedia :: Bizarre E-mu 0404 PCI / ALSA Playback - Sound Files Playing Too Fast?

Nov 17, 2010

I am new to this forum and have recently switched to Ubuntu. The OS installed without a hitch and was able to get video card, wireless internet installed with relative ease. However, I have encountered a problem installing my E-mu 0404 PCI sound card via the ALSA packages in Synaptic.

Code: 04:03.0 Multimedia audio controller [0401]: Creative Labs SB0400 Audigy2 Value [1102:0008] As you can see once the packages were installed the OS could see the hardware ok, but when I tried playing a standard MP3 file (16 bit, 44.1khz, 192kbps) in Totem it started playing the file back around 15-20% faster than normal? To me it sounds as if the software is playing the audio back at higher sample rate than 44.1khz hence the faster speed, though I'm not 100% on that.

The next thing I tried was playing the same file back in VLC and it was exactly the same (15-20% too fast), but this time it was horrible and glitchy as well, almost as if the audio buffer size was set to small. The same thing happened when I tried playing back some flac and wav files (all 16 bit, 44.1khz) also. I have searched google (and read the comprehensive sound card guide on this forum) and read several forums, guides, etc. for anybody posting the same issue with this particular card but could find nothing. From all reports I've read this card should work fine under ALSA. For the record I'm using Ubuntu 10.10 64bit kernel running on a Dell Dimension 9200 (Intel Core2Duo E6400 2.13ghz) with 2GB RAM.

View 9 Replies View Related

Fedora Networking :: Unable To Setup Fedora As Gateway Properly

Jul 7, 2011

I am trying to make my fedora 15 my gateway instead of my old D-Link, but I can't seem to get it working.

View 5 Replies View Related

Fedora Installation :: Setup RAID 10 With Fedora 11 On Desktop?

Aug 11, 2009

I've been trying to setup RAID 10 with Fedora 11 on my desktop using this tutorial:[URL].. Everything has been going well, except when following the instructions and getting ready to format, it says I need to define / and boot partitions. This was never included in the instructions.

- LVM Volume Gropus
-- vg_jordan
--- fedoraRAID (type: ext4)
- RAID Devices
-- /dev/md0 (mountpoint/RAID/volume: vg_jordan ; type: LVM)

[Code]...

View 2 Replies View Related

Fedora :: Installing And Setup Mysql With Fedora 14

Nov 27, 2010

To install mysql follow this process. Go to your Terminal and Enter the command given below:

Code:

After installation you need to start mysql server by

Code:

After this you need to enter this command

Code:

1.First you system will ask you old mysql root password if you have installed mysql just now and not set password yet then you can enter anything or just press enter.

2. After that system will ask you twice for new password you can set a new password or you can keep it blank for no root password. I will suggest you to enter a password.

3.remove anonymous user? make it yes when you install mysql an automatic mysql user has created so remove it.

4. Disallow root login remotely. Hope you want to disallow mysql root login from remote for security of your mysql sever. If you want to use you can select no.

5. Remove test database. As anonymous user system generate and automatic database for testing.select yes to delete it.

6.Reload privileges: do yes to flush privileges.

Now you can login in your mysql server as root by this command

Code:

One more thing make sure that when you are entering this command you login your terminal as general user not as root.

Now you can create a new user by following commands.

To create databases

Code:

To see database list

Code:

Code:

Code:

Code:

Code:

Code:

If you want to work with mysql in gui mode Then you can install phpMyAdmin to install phpmy admin go to terminal and eter

Code:

And after completing installation you can login in to phpmyadmin. To login go to your browser enter [url] or Click here or you can download mysql gui client Mysql Work Bench from mysql website or Click here after installation it will be appear in programming menu. It's also cool client with mysql server activity watcher.

View 4 Replies View Related

Red Hat / Fedora :: Dual Monitor Setup In Fedora 12

Mar 23, 2011

I need some help getting my dual monitors working in Fedora 12. I've tried some things from other posts and a few things from various websites and wikis (Gentoo), but nothing I've done has worked. To be honest, I can barely remember what I've tried and what I haven't anymore, because I feel like I've gone in circles.The card has one DVI out and I'm using a DVI-splitter to connect the two monitors. This configuration works on my Windows 7 boot. Also, the second monitor is detected, but shows no display.

View 1 Replies View Related

Ubuntu Servers :: Setup New Remote Office - Setup Domain Trust Between Two Sites?

Mar 14, 2010

I ended up setting up a basic linux file server as a pdc for that office. Our main office is a windows 2000 ads domain. The two offices are connected with a vpn. I only have two users at the new location so I simply have the linux and samba usernames/passwords setup manually. I would like to know if it is possible to setup a domain trust between the two sites so I don't have to create a username/password in the remote site for every user at the main office to access. I did some searching but came up empty.

View 5 Replies View Related

Software :: Openbravo Installation / Ant Setup And Setup-prerequisites File (don't Remember Exact Name)?

Apr 27, 2011

i am trying to install openbravo on my server.I have installed all the pre-requisites as ANT, JDK(though i installed JRE).

Everything goes fine untill the ant setup and then running the setup-prerequisites...file (don't remember the exact name).

As soon as i issue ant install.source it ends up with some errors..

View 2 Replies View Related

CentOS 5 :: Mistakenly Setup RAID 0 Array On / Instead Of RAID1 During Setup - Convert Without Loss?

Dec 15, 2010

So I didn't notice when I setup my CentOS 5.5 server that I left / as RAID 0 on md1. All the rest are RAID 1. Is there a way I can modify the array to RAID 1 without a risk of data loss? I'm glad I caught this before I setup any other services. I've only setup smb so far...

[root@ftpserver ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md1 16G 3.0G 13G 20% /

[code]....

View 1 Replies View Related

OpenSUSE Network :: 11.2 Xen Bridged Networking - Setup Multiple DomU Through The Default Bridge Setup

Feb 4, 2010

Im trying to setup multiple domU through the default bridge setup. I am able to access only one of them through the network at a time. If you ping one of the domU it works perfectly but you cannot ping any of the others until you stop pinging the one and even then it takes a bit before you can. Ive looked around for a while and seen similar problems but nothing ever seems quite the same. Im probably missing something really stupid. Or is this the way the bridge is supposed to behave? Do i need to use a routed virtual network?

[Code]....

View 1 Replies View Related

Debian :: Ubuntu Local Mirror Setup For FAI Server Setup?

Apr 24, 2011

I want to setup a FAI server for which I was looking for the best method of mirroring the Debian Lenny. I want to setup a local mirror with the best method available for mirroring. If it is ftpsync, please provide me some best ways of doing it. I tried ftpsync mirroring but that was not getting properly working due to insufficient I want this mirror to be accessible in my FAI setup so that I can start the installation on multiple machines and start the updates and package installation to be done from the same local mirror.

View 1 Replies View Related

General :: Ubuntu 10.04 - Cannot Setup GRUB On RAID 0 Setup Disks

Jun 4, 2010

I've been all afternoon trying to install Ubuntu Lucid on my fakeRAID 0 configured (2) HDDs and am unable to set GRUB up. The fake RAID setup is provided by Intel Matrix Storage Manager, it is correctly enabled and the BIOS is also correctly set up -- in fact, I've managed to install Windows 7 with no significant hitch. After struggling with partioning the drives (had to follow advice I found on a very helpful guide online [0]), creating the filesystems AND getting Ubuntu's installer to actually do what it is supposed to do, I now cannot seem to set GRUB up. My system, as it stands, is unbootable at all; via live CD only.

This is how the RAID0 dev is partitioned:
Code:
# fdisk -l /dev/mapper/isw_ecdeiihbfi_Volume0
Disk /dev/mapper/isw_ecdeiihbfi_Volume0: 1000.2 GB, 1000210694144 bytes
255 heads, 63 sectors/track, 121602 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6634b2b5 .....

View 2 Replies View Related

Fedora :: Possible To Setup F11 In VM

Sep 6, 2009

I'm ordering a refurbed Thinkpad but will not receive it for 2 or 3 weeks. I'm wondering if it would be possible to setup F11 in a VM, then transfer the VM to my "new" Thinkpad once it arrives.

View 1 Replies View Related

Ubuntu :: Setup Workflow To A Terminal-based Setup

Jul 8, 2010

Im trying to set up my workflow to a terminal-based setup, so that accessing my computer through SSH will provide many of the things I need and use right off the bat. I have Mutt working great with my GMail account, so that's good. I do have a question though. Using the application Calcurse (featured on Lifehacker a few days ago, [URL] I am at a loss to figure out how to interface with Google Calendar. Is there a trick that Im missing, or does anyone know of another terminal app that plays better with Google Calendar?

Also, I was looking for a 'Digital Clock', essentially, again, a terminal/text based large print clock; similar to the one in the lower left corner on the attached pic. I was looking for a telnet server from the Atomic Clock, but no such luck so far.....

View 9 Replies View Related

CentOS 5 :: Boot Setup From Partition That Is Formatted During Setup

May 5, 2009

Here is a thought experiment:

1. Copy vmlinuz and initrd.img from isolinux subdir into /boot
2. Adjust grub.conf to boot to that kernel
3. Reboot to setup
4. Format /boot (actually '/' ) during "fresh install"
5. Proceed with the installation-over-network

I see two possible outcomes:

1. The setup fails to reformat the drive, because it is "in use" by boot kernel

2. The partition is not "in use" and the installation succeeds

Why? Old cluster with broken CD-drives, lacking USB, and no separate /boot partition.

View 2 Replies View Related

Fedora Servers :: Setup SSH On The Box?

Aug 19, 2009

Been trying to setup SSH on the Linux box for a long time and still no success.

AIM: To be able to SSH from the internet.

I CAN ssh locally.
I CAN ssh on the LAN to the Linux box.
I have even changed distro from Ubuntu to Fedora.

Everytime I try to SSH from the internet I get connection timed out.... I have setup port forwarding correctly on my Netgear router, when a SSH request hits the router I can see it in the logs. I have port forward setup for FTP service to my windows 2003 box which all works fine, so port forward works and I know what im doing regards that.

"iptables -L" shows no policies in place, the GUI firewall is DISABLED.

Even tried service iptables stop

I have made no changes to sshd_config, its set to standard port 22. At this moment in time I dont care about firewalls/security just need to get this working as a inbound request comming in from the internet.

the hosts.allow file I have added 2 lines

ALL:ALL
sshd:ALL

View 14 Replies View Related

Fedora :: Get Scanner Setup In 13?

May 26, 2010

I installed Fedora 13 64 bit yesterday and so far so good. Except that it recognized my hp2100 printer scanner but it didn't work until I set up CUPS. I installed HPLIP and it doesn't see the printer even though it works. Now I would like to get the scanner to work, but simple scan doesn't see it. How do I get it to work?

View 2 Replies View Related

Fedora Servers :: How To Setup SVN

May 28, 2010

I am very confused in setting a SVN server with repository

View 4 Replies View Related

Fedora :: Setup For 2 Different Version?

Jun 7, 2011

I am currently creating a fedora 13 based repository for a Class Project at my school and am having some troubles. The repository is set up for 2 different version of fedora, 7 and 13, with 7 being the first to be used.

As of right now I am stuck with a [errno -3] error code. I have installed downloaded all the .rpm's needed and placed them in /var/www/html/fedora/7/os/i386, then used createrepo to make the repodata folder, repomd.xml and the .gz's needed, edited the yum.conf and the yum.repos.d/ *.conf files, and now here I am.

View 5 Replies View Related

Fedora :: Which Repositories To Setup From Within 13

Sep 10, 2010

What repositories did you set up from within Fedora 13.

View 2 Replies View Related

General :: Fedora DS SSL Setup?

Jan 10, 2010

I have been following [URL] to Manage Certificates under 389 Management Console. I have already ran setupssl2.sh and restarted admin and directory server. Next I can also login to 389 Management Console through Windows remotely. My 389 Server is running on CentOS Linux. I am stucked at point 6 of [URL] where it ask for Certificate Location.May I know what file its talking about. All I can see these files under my /etc/dirsrv/slapd-389-ds :

[Code]...

View 1 Replies View Related

Software :: Setup VPN Without Tun/tap On Fedora 10 VPS?

Jun 12, 2009

I have a VPS and trying to setup openVPN on it and troubleshooting untill I found out that the problems were because the tun/tap module isnt installed. installed but they told me it is only available for dedicated servers. create a VPN that I can connect to this server, without tun/tap. I have fedora core 10.

View 4 Replies View Related

Fedora Networking :: Setup A VPN Between 2 Clients?

Mar 27, 2009

I need to set up a VPN between 2 clients but don't have the foggiest idea where to start. I have searched the internet in vain, I have yet to discover the steps I need to take.

View 3 Replies View Related

Fedora Installation :: F10 Won't Boot From All Md Setup / What To Do?

May 28, 2009

I installed Fedora 10 on a config that has /boot and / on md Raid 1 (separate devices). I did this with Centos 5.3 and it worked fine (or at least it booted without any problems). I have instaled Fedora 9 on a RAID 1 root md (no separeate /boot) md setup and it also worked. But now after booting the newly installed fedora 10 it just drops me into grub> . I booted rescue mode off the dvd and pooked around and don't see a problem, but don't know what ending up in grub> reallly imples so am not sure what to look for (my md setup is all there, the fs's are fine etc). Comparing things to another system all the /boot/grub/* files are present etc. I had the install do the grub install so the MBR etc should have been written.

View 1 Replies View Related

Fedora Networking :: How To Setup Nameservers

Jun 30, 2009

I finally get rid of all panel solutions on my server in order to install nginx. Everything is working correct with nginx. I defined my nameservers via my domain manager as

ns1.domain.tld ip1
ns2.domain.tld ip2

Now my question is how can i define these nameservers to my server via ssh and after defining nameservers do i have to do anything else ?

View 1 Replies View Related

Fedora Security :: How To Do Setup Firewall

Jul 22, 2009

Up until recently, as in a few days ago, I was using Ubuntu and had ufw managing the firewall.It's been "recommended" that iptables itself be used. Where do I do the rules go (as in a file) and how do I call those rules at startup?

View 6 Replies View Related

Fedora :: How To Setup The Presonus Firebox

Sep 15, 2009

If you want to get your Firebox working with Fedora, this is how I was able to do it. This may also work with other Presonus audio interfaces. First of all you need to install the CCRMA repository for your version of Fedora. Here's a link to the CCRMA Fedora index. Since I'm using FC 11 x86_64 I used this one. This is a well known repository for audio work. If you have jack installed already, then you'll need to uninstall it. Open add/remove software, search for FFADO and install it. Basically, FFADO is Freebob under a different name. One difference is that FFADO uses the new firewire drivers and Freebob uses the old ones. As of this writing, it's still in the experimental stage, but in my case it works. Now, install jack2 (which I will just refer to as jack). You can't just do a search for jack2, it's called the-jack-audio-connection-kit-1.9.x.x. Don't get this confused with jack1, which is the-jack-audio-connection-kit-0.116.1. Be sure to install FFADO before you install jack. I also recommend installing qjackctl because it will make your life a lot easier when configuring jack.

Now, you need a real-time kernel. I could not get any of this to work without one. Do a search for kernel-rt and install the real-time kernel. In my case it was kernel-rt-2.6.29.6-1. I also had to install the kernel-rt-devel because I'm using akmod for my nvidia driver. Now just reboot and you should be able to boot into your real-time kernel. Now, to configure jack. Open qjackctl from applications>sound and video. Click setup and you'll see several options. For driver select "firewire" and under parameters check "realtime". Server path should be "jackd". The rest of the settings should be fine, but I have frames/period set to 128. If you're having trouble, you might want to set this to a higher value. Don't forget to start jack. Now, you should be able to play some tunes! Just make sure that whatever media player you are using outputs to jack. In my case, I'm using the qmmp media player and it works flawlessly. That's it for basic sound. This will probably be enough to get you up and running with Ardor as well. You might also have to configure the patchbay, but that is easy enough.

View 4 Replies View Related

Fedora :: Setup A Mail Server?

Oct 2, 2009

I want to setup a mail sever for my network.But I don't know how.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved