Hardware :: Five AZT2320 ISA Soundcards In One Machine?
Jul 24, 2010
am trying to set up machine to record from few sources of sound.My idea is to record one or more channels by one sound card. Later, meybe, add equalizerto alsa and other stuff.Anyway, i am stock on installing five (even two!) Astech AZT2320 soundcards.Butm the beggining...I decided to use Prolian 1500 server (6xIsa/Eisa, 1xIsa/pci, 2xpci. 2x166@P1) - it has many isa ports and isa, good quality, soundcards are cheap.
I installed two of AZT and run System Configuration Tool for P1500. It found one and set it up as schould (even two SB AWE64, later). But no more than one.Linux (2.4, slackware 11 - since grub and compaq uncompatibility problem at kernel+initrd>8mb) won't find more than one AZT2320 (found awe's).My question is: how to ask kernel to fully ignore bios while connecting to isa ports and search for Isa PnP cards?I will be compiling kernel at my own for this system (more recent than one from slackware cd)
View 5 Replies
ADVERTISEMENT
Mar 6, 2010
I'm running OpenSuSE 11.2, 64-bit version, and after some system upheavals I now have no sound. Other indications of what is wrong (redacted to remove redundancies):
Code:
suillus2:~ # speaker-test -Dplug:front -c2 -l5 -twav
speaker-test 1.0.18
[code]...
View 7 Replies
View Related
Feb 8, 2010
I'm using Opensuse 11.2 with the fglrx-driver out of the ati-reposiotry.This fglrx-driver installs a HDA-HDMI-Audio driver using the snd-hda-intel module.My onboard via soundchip uses the same module: snd-hda-intelWith the hdmi-device set to the first device a few apps (like the flash-plugin) use the hdmi-device, which is not connected to any speaker.I can't switch the via-card to the first device in yast, because both cards use the kernel-module. I tried different things on /etc/modprobe.d/50-sound.conf with not results. And it is not possible to put the module on a blacklist, because both cards use it.Is there any way to disable the hdmi-device or to set the via-device to default?Here the output of aplay -l
Code:
Karte 0: HDMI [HDA ATI HDMI], Ger�t 3: ATI HDMI [ATI HDMI]
Sub-Ger�te: 1/1
[code]...
View 2 Replies
View Related
Mar 24, 2010
After having a bunch of trouble getting sound to work with 9.10, I finally got a system. After each linux kernel upgrade, I would just need to upgrade Alsa back to the latest version to get it working again.
A couple days ago, I noticed new kernel headers in the update package and was prepared to upgrade Alsa again. However, today when I went to do the upgrade I find that my soundcards are no longer available!
What can I do to get sound working again?
Code:
matt@matt-laptop:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.22.1.
Compiled on Mar 10 2010 for kernel 2.6.31-20-generic (SMP).
matt@matt-laptop:~$ sudo /etc/init.d/alsa-utils stop
[Code].....
View 5 Replies
View Related
Sep 11, 2010
I have a problem. I have two soundcards on my system. One is a on-board soundcard and the second is USB M-audio JamLab. When I play sound on any of them, left channel doesn't play
View 1 Replies
View Related
Mar 6, 2011
I'm an Ubuntu newbie here, and I recently bought an ASUS N53JF-XE1 laptop, and after a new installation of Ubuntu 10.10, I don't seem to be able to get the sound working (neither from speakers, nor from headphones). I've been searching a lot of places, and with no luck and a lot of frustration, I'm coming here for a possible solution! According to "lspci -v", this is the info for my sound card:
Code:
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
Subsystem: ASUSTeK Computer Inc. Device 1113
Flags: bus master, fast devsel, latency 0, IRQ 3
Memory at d9c00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Using "aplay -l" gives me this:
Code: aplay: device_list:235: no soundcards found... It seems to me that I'm somehow missing the drivers for my sound card. However, I don't know where to find the correct drivers or how to install them. I've been all over the alsa-project website, and I can't find anything useful.
View 2 Replies
View Related
Feb 26, 2011
I lost sound after restarting, I had sound, then on my reboot... No sound. I tried to google the problem and ran the common tasks of removing and re-installing "alsa-base" and "pulseaudio" using apt-get in terminal. But after trying all this I have now lost the volume control at the top right of my screen I have no idea what the issue is, in System > Preferences > Sound I get nothing under Hardware, nothing under Input, "Dummy Output" under Output, and nothing special under Applications. Here is the results of commands in terminal which I have commonly see people been asked to do:
Code:
sudo aplay -l
aplay: device_list:235: no soundcards found...
Code:
sudo find /lib/modules/`uname -r` | grep snd
/lib/modules/2.6.35-22-generic/updates/dkms/snd-hda-codec-idt.ko
/lib/modules/2.6.35-22-generic/updates/dkms/snd-hda-codec.ko
[code]....
The only thing I think that could of triggered everything to mess up is some mods I made to to the alsa-base.conf file - What I did to it I can't remember, But I have tried to remove these two lines of code at the end of it, saved it, restarted my computer and still no audio. I am using Ubuntu 10.10 (Maverick) 64Bit Kernel Linux 2.6.35-22-Generic GNOME 2.32.0
View 1 Replies
View Related
Nov 17, 2009
I'm trying to add a webcam and it get's registered nicely. The problem is that after a reboot it registers as card 0, my internal card gets registered as card 1, and I lose all sound.
arecord -l without webcam:
Code:
card 0: default [PnP Audio Device ], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
[code]....
C-Media is the built-in soundcard and Philips is the webcam.why the built-in is registered as an usb-device but it is and external sources confirm that this is correct. According to the alsa project wiki the correct way to give two devices using the same module (such as two usb-devices) a specific index is to add something along the following in the main alsa configuration file.
Code:
options snd-usb-audio index=1,2 vid=0x0ccd,0x0d8c pid=0x0028,0x000c
As I use Debian Squeeze 64-bit with the odd package from sid and multimedia repository enabled I found that the correct file to add this in is /etc/modprobe.conf. I therefore added this:
Code:
options snd-usb-audio index=0,1 vid=0d8c,0471 pid=0201,0333
This corresponds to my hardwares' VID and PID. When I reboot I and do arecord -l I get:
Code:
arecord: device_list:223: no soundcards found...
As an alternative I tried to add this snippet to /etc/modprobe.d/sound instead but at boot I get the message that "vid 0d8c" is an invalid parameter. Well, it's not. It adds upp with the output from lsusb and the external source linked to above. Do I need to add that arecord -l tells me I have no soundcard?
View 14 Replies
View Related
May 24, 2011
Sound is not working on my new Lenovo B560 laptop with Intel sound card. The sound card appears in the lspci output. But the Preferences->Sound->Hardware menu is empty, not listing any soundcard.ALSA diagnostics are as follows:[URL]When I run "sudo alsa reload" I get the following output:Quote:
[sudo] password for me:
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/me/.gvfs
Output information may be incomplete.
[code]....
View 1 Replies
View Related
Feb 13, 2011
I try to access my ubuntu machine via my Windows Machine (Samba Server on Ubuntu Machine). Anytime I try to access the machine it asks me for my password...I enter it but it says it is invalid....is there anyway to reset it? I have already tried to remove and purge everything Samba related and then tried reinstalling, but that still didn't do anything
View 2 Replies
View Related
Jan 20, 2009
In Ubuntu I can easily transfer packages from offline machine into online machine using APTonCD feature. In fedora ,Is there anything similar by which I can transfer my packages of online machine into the offline machine
View 2 Replies
View Related
Jan 3, 2010
I read once that you could use VMWare's converter to convert a physical machine into a virtual machine to run in VirtualBox. Can someone point me in the direction of a tutorial or just give me instructions on how to do this? I was very confused by the converter and how to get the image to work with virtualbox.
View 1 Replies
View Related
Mar 18, 2010
I have an ubuntu kk laptop connected via wireless to my mixed network (xp, win7, other ubuntu), but i can not ping said machine or connect via ssh. Internet and smb-browsing ON this machine work, as does pinging FROM it. If this was a windows machine, I'd say a firewall is in the way, but since it's a vanilla karmic install, this should not be the case (or should it?).
View 2 Replies
View Related
Jul 24, 2010
It seems whenever i create a folder it creates the folder as untitled folder, but i can't change the folder name it just says "you don't have permission to rename item" but yet i created the folder and it is there. One thing i have noticed is that once i enter a folder it won't even let me move the folder.
View 6 Replies
View Related
Apr 16, 2011
I remember it being really easy to add a printer attached to another computer using Ubuntu, but I don't remember exactly what made it so easy. All I know is that now that I have switched to Kubuntu the process has become much harder because now I have to find out some special locations, numbers etc. for it to connect to the printer. It's connected to a Windows XP machine on the other side of the house.
It says alot about 'contacting the network administrator' if I am unsure about what to put in. But I am more or less the network administrator. how to find out what numbers to put in so that my Linux machine can connect and print to the Windows machine? Or maybe someone knows a few commands to share? I go to Applications > Settings > System settings, Printer configuration, New Printer, New Network printer, and then there are a few options but I don't know which one to choose. Windows Printer via Samba, I guess? Then in the box that says smb://[enter stuff here] I need to put in info but I don't know how to find that info.
View 5 Replies
View Related
Dec 3, 2008
I have ubuntu-8.04.1-server installed on virtual machine. It works perfect. Now, I made copy of this virtual machine. I started that copied machine and it works fine, except one thing: network does not work!
I have several others VMs with freeBSD, openBSD or Windows on it, but only ubuntu machine hes network problem after coping. I tried some other VM with ubuntu on it - same problem! I downloaded VM with ubuntu - same problem.I take a look into /etc/network/interfaces file and it looks just as it should (same as before coping) but ifconfig command returns parameters for lo only (before coping there was eth0 and lo).
View 2 Replies
View Related
Nov 30, 2010
How do you transfer files on a Linux machine with ftp,sftp and scp disabled onto a remote machine
View 2 Replies
View Related
Jul 29, 2009
I successfully installed the virtual box on my fedora 8 system, and also created a virtual machine with windows xp OS, it works nicely, I try to configure the serial port of my virtual machine and try to configure the path for the port "screen shot are attached" it gives me the error message also the "screen shot are attached" for your review.Is kind of mistake is going on during the path setting, and how to set the path for configuring the serial port of my virtual machine so that I can use the hyper terminal tool of windows.
View 4 Replies
View Related
Jul 18, 2011
Whenever I put ssh into remote machine am getting the following messages. Write Failed: Broken Pipe (After logged into that machine ) Read Socket Failed: Connection reset by peer (While trying to log in ) Also known_hosts file is changed frequently.
View 1 Replies
View Related
Jul 31, 2010
I have several (say, 50) machines running ubuntu.I want them to be centrally controlled.That is, each machine should get permit from central machine before installing any software etc.I googled quite a lot but could not find the solution...
View 1 Replies
View Related
Feb 20, 2011
I have an issue with the manner in which Network Manager is configuring the network and short of ditching Network Manager I can see no solution.The issue : Getting a machine to update its machine name in the DNS serverSounds simple doesn't it I operate a FreeBSD based firewall / DHCP / DNS server, using a default Network Manager DHCP configuration the Fedora clients do not register their names with the DNS server when they obtain an address.
I have traced the communications with Wireshark and the Fedora clients are NOT supplying the PC's hostname as part of the exchange so this is NOT a DNS server configuration issue. If I uncheck the option 'Automatically obtain DNS information from provider' under the DHCP settings the Fedora clients DO register the hostname that is put into the Hostname (optional) databox. They do NOT however store the DNS server IP address or any other records defined by the DNS server.
Is there some hidden settings or is this a bug because it isn't acceptable 'DHCP' behaviour if it isn't possible to automatically set DNS server IP addresses and at the same time register the hostname during the DHCP negotiation. Before it is said I know I can use a fixed DNS IP address but am not prepared to long term, I am also not prepared to define the Fedora clients with a 'static' IP. I am similarly not interested in playing around with scripts or any other such 'frigs' to achieve what should be a standard activity - registering a host with DNS during the DHCP negotiation.
View 3 Replies
View Related
Jul 14, 2011
I have some file tools on a mint machine that I would rather not install on my mac laptop. Mainly because of the vastness of apt-get and the low risk of installation failure. Anyway, every so often I have a file that I want to process in place using some remote tool. Both machines can ssh right in to each other so I was figuring there must be some script or tool out there that would allow me to type out something like remote [file] [tool & args] to send my file to the other machine, get it processed, then get it back.
View 4 Replies
View Related
Aug 28, 2010
I am trying to establish the easiest way to share a folder from an Ubuntu machine to a Windows machine.In the past I have added things to smb.conf and that has all worked fine but what I am trying to do is to figure out what the "new user" way of doing this is so that when I am helping other people I know I am getting them to do the simplest thing.I completely removed samba and reinstalled it so that I didn't have any configuration. Right clicked on a folder and selected "Sharing Options" ticked the "Share this folder box" gave it a name and a comment and ticked the other two boxes.
When I went to the windows laptop then it kept asking for a username/password and nothing worked.Back on the ubuntu machine I did sudo smbpasswd -a [username] and created a blank password. Now from the windows machine I can access the shared folder.Is the smbpasswd step still required? It's very confusing for a new user as there is no suggestion that anything other than right clicking on the folder and choosing the options you want would be required. Is it something to do with the fact that this is an ubuntu machine that has gradually been upgraded through versions and this problem wouldn't have been there from a new install?
View 3 Replies
View Related
Dec 8, 2010
I have been trying to SCP a couple files from my Ubuntu 10.10 machine to a Fedora 12 machine. Before today, did it with out any problems, always worked. Today however; after the SCP is complete from my machine, the file on the other machine is zero bytes, an empty file. The only thing I can remember getting changed was the new kernel that was in the update I did today. But I don't think that would have changed the SCP works.
View 5 Replies
View Related
Apr 9, 2010
I need to access a Windows Server 2000 machine using a Linux machine via KDE, but that will migrate to Gnome. The Linux user to connect to Windows machine, you should open an application 'XYZ' automatically, and only this, denying any unauthorized access. When you close the application 'XYZ' communications (RDP?) Should be terminated. Do I need a log of accesses and possible attempts to circumvent the system and access other application.
View 7 Replies
View Related
Jul 23, 2010
I want to make my machine to PXE boot windows from another machine having RHEL5.2. I know the procedure to PXE boot linux, but I want to know is it possible to PXE boot your client machine with windows XP.
View 1 Replies
View Related
Jul 6, 2010
I had run one script in unix machine and want to copy the results to a windows machineBoth the machines are on different networksIn linux machine trying to do the ftp to the windows machine its giving connection refused. How to chech whether ftp is running on that linux machine or not?Also tried scp and ssh , both are failing
View 6 Replies
View Related
Aug 13, 2010
I'm know very little about Linux but decided to set up a machine running Drupal CMS on a Debian machine and it won't go. The folks at Drupal have tried to help but it seems the Debian OS won't do it's PHP thing for Drupal.
That means i'll have to start at the START I guess.
how to become a master of Linux if one is starting from ABC (I can add and subtract, that's what it feels like)
View 2 Replies
View Related
Dec 26, 2009
Is there any way to redirect a remote Linux machine mplayer output audio to local one?
View 2 Replies
View Related
May 29, 2010
I can set-up an ssh tunnel from machine A to Machine B:-
fred@my-linux:~$ ssh -P myport fred@myserver.homelinux.com
I can successfully logon to machine A to Machine B.
what address and port will my tunnel 'appear' on machine B? I want to send a stream back from B to A up the encrypted tunnel, not over the open network.
View 5 Replies
View Related