Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Matt Bucknall
Sorry for being dim, I've not installed ALSA before. I've downloaded the latest HG snapshot (http://suse.inode.at/projects/alsa/snapshot/driver/alsa-driver-hg20061014.tar.bz2) and tried to configure with --use-cards=emu=emu10k1, but the script complains saying 'error: Unsupported soundcard emu10k1'.I've had a look around the 'net to get some info on the problem, but have still had no success.Please can someone talk me through the procedure I need to get ALSA setup with the emu10k module (with 1212m support)?.. or point me to some equivalent information?Thanks,Matt.- Original Message From: James Courtier-Dutton [EMAIL PROTECTED]To: Matt Bucknall [EMAIL PROTECTED]Cc: alsa-user@lists.sourceforge.netSent: Sunday, 15 October, 2006 11:19:24 PMSubject: Re: [Alsa-user] E-mu 1212m support in HGMatt Bucknall wrote: Hello,  Apparently, James has committed initial support for the E-mu 1212m into the HG repository. I am unable to find it in there. Can someone please direct me to it? I assume I'm looking for emu10k1-fpga?  Thanks, Matt.  Just use the snd-emu10k1module. It should recognise the emu1212m as aemu1010 (the PCI card bit of it), then run alsamixer and set the masterto some volume and then try speaker-test. It should work.Note: You need to also install the alsa-firmware package.Other things to
 watch is the dmesg output. It should mention stuff likeloading firmware etc.JamesSend instant messages to your online friends http://uk.messenger.yahoo.com -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread James Courtier-Dutton
Matt Bucknall wrote:
 Sorry for being dim, I've not installed ALSA before. I've downloaded the 
 latest HG snapshot 
 (http://suse.inode.at/projects/alsa/snapshot/driver/alsa-driver-hg20061014.tar.bz2)
  and tried to configure with --use-cards=emu=emu10k1, but the script 
 complains saying 'error: Unsupported soundcard emu10k1'.
 
 I've had a look around the 'net to get some info on the problem, but have 
 still had no success.
 
 Please can someone talk me through the procedure I need to get ALSA setup 
 with the emu10k module (with 1212m support)?.. or point me to some equivalent 
 information?
 
 Thanks,
 Matt.
 

Download mercurial (alsa called hg)

hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
hg clone http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel

cd alsa-driver
./hgcompile --with-cards=emu10k1
make install

Do lsmod to check that the old snd-emu10k1 modules is not already loaded.
Then do modprobe snd-emu10k1 to load the new alsa module with the
emu1212m support.

James

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Matt Bucknall
Hi James,I have tried as you have suggested, but still get the same error message! Any ideas?Matt.- Original Message From: James Courtier-Dutton [EMAIL PROTECTED]To: Matt Bucknall [EMAIL PROTECTED]Cc: alsa-user@lists.sourceforge.netSent: Monday, 16 October, 2006 5:42:13 PMSubject: Re: [Alsa-user] E-mu 1212m support in HGMatt Bucknall wrote: Sorry for being dim, I've not installed ALSA before. I've downloaded the latest HG snapshot (http://suse.inode.at/projects/alsa/snapshot/driver/alsa-driver-hg20061014.tar.bz2) and tried to configure with --use-cards=emu=emu10k1, but the script complains saying 'error: Unsupported soundcard emu10k1'.  I've had a look around the 'net to get some info on the problem, but have still had no success.  Please can someone talk me through the procedure I need to get ALSA setup with the emu10k module (with 1212m support)?.. or point me to some equivalent information?  Thanks, Matt. Download mercurial (alsa called hg)hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driverhg clone http://hg-mirror.alsa-project.org/alsa-kernel
 alsa-kernelcd alsa-driver./hgcompile --with-cards=emu10k1make installDo "lsmod" to check that the old snd-emu10k1 modules is not already loaded.Then do "modprobe snd-emu10k1" to load the new alsa module with theemu1212m support.JamesSend instant messages to your online friends http://uk.messenger.yahoo.com -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Lee Revell
On Mon, 2006-10-16 at 17:33 +, Matt Bucknall wrote:
 Hi James,
 
 I have tried as you have suggested, but still get the same error
 message! Any ideas?
 
 Matt.
 

The Unsupported soundcard $FOO message is actually quite misleading -
it just means that something went wrong such that the build is not
possible.  Often it's caused by not having the kernel sources installed
or not having the same compiler that was used to build the kernel
available.  (Someone should really fix that).

Please provide the complete output of ./hgcompile --with-cards=emu10k1

Lee

 
 - Original Message 
 From: James Courtier-Dutton [EMAIL PROTECTED]
 To: Matt Bucknall [EMAIL PROTECTED]
 Cc: alsa-user@lists.sourceforge.net
 Sent: Monday, 16 October, 2006 5:42:13 PM
 Subject: Re: [Alsa-user] E-mu 1212m support in HG
 
 Matt Bucknall wrote:
  Sorry for being dim, I've not installed ALSA before. I've downloaded
 the latest HG snapshot
 (http://suse.inode.at/projects/alsa/snapshot/driver/alsa-driver-hg20061014.tar.bz2)
  and tried to configure with --use-cards=emu=emu10k1, but the script 
 complains saying 'error: Unsupported soundcard emu10k1'.
  
  I've had a look around the 'net to get some info on the problem, but
 have still had no success.
  
  Please can someone talk me through the procedure I need to get ALSA
 setup with the emu10k module (with 1212m support)?.. or point me to
 some equivalent information?
  
  Thanks,
  Matt.
  
 
 Download mercurial (alsa called hg)
 
 hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
 hg clone http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel
 
 cd alsa-driver
 ./hgcompile --with-cards=emu10k1
 make install
 
 Do lsmod to check that the old snd-emu10k1 modules is not already
 loaded.
 Then do modprobe snd-emu10k1 to load the new alsa module with the
 emu1212m support.
 
 James
 
 
 
 
 Send instant messages to your online friends
 http://uk.messenger.yahoo.com 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___ Alsa-user mailing list 
 Alsa-user@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/alsa-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Sergei Steshenko
On Mon, 16 Oct 2006 13:56:27 -0400
Lee Revell [EMAIL PROTECTED] wrote:

 On Mon, 2006-10-16 at 17:33 +, Matt Bucknall wrote:
  Hi James,
  
  I have tried as you have suggested, but still get the same error
  message! Any ideas?
  
  Matt.
  
 
 The Unsupported soundcard $FOO message is actually quite misleading -
 it just means that something went wrong such that the build is not
 possible.  Often it's caused by not having the kernel sources installed
 or not having the same compiler that was used to build the kernel
 available.  (Someone should really fix that).
 

I have recently had a security update of glibc.

Will it be the same compiler from the point of view of ALSA compilation ?

Why the dependency on compiler is so strong ?

I can and do run on my system programs compiled by gcc 3.3.? and gcc 4.0.1,
so why ALSA should be different ?

 Please provide the complete output of ./hgcompile --with-cards=emu10k1
 
 Lee
 
  
  - Original Message 
  From: James Courtier-Dutton [EMAIL PROTECTED]
  To: Matt Bucknall [EMAIL PROTECTED]
  Cc: alsa-user@lists.sourceforge.net
  Sent: Monday, 16 October, 2006 5:42:13 PM
  Subject: Re: [Alsa-user] E-mu 1212m support in HG
  
  Matt Bucknall wrote:
   Sorry for being dim, I've not installed ALSA before. I've downloaded
  the latest HG snapshot
  (http://suse.inode.at/projects/alsa/snapshot/driver/alsa-driver-hg20061014.tar.bz2)
   and tried to configure with --use-cards=emu=emu10k1, but the script 
  complains saying 'error: Unsupported soundcard emu10k1'.
   
   I've had a look around the 'net to get some info on the problem, but
  have still had no success.
   
   Please can someone talk me through the procedure I need to get ALSA
  setup with the emu10k module (with 1212m support)?.. or point me to
  some equivalent information?
   
   Thanks,
   Matt.
   
  
  Download mercurial (alsa called hg)
  
  hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
  hg clone http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel
  
  cd alsa-driver
  ./hgcompile --with-cards=emu10k1
  make install
  
  Do lsmod to check that the old snd-emu10k1 modules is not already
  loaded.
  Then do modprobe snd-emu10k1 to load the new alsa module with the
  emu1212m support.
  
  James
  
  
  
  
  Send instant messages to your online friends
  http://uk.messenger.yahoo.com 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___ Alsa-user mailing list 
  Alsa-user@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/alsa-user
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user
 

--Sergei.

-- 
Visit my http://appsfromscratch.berlios.de/ open source project.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Lee Revell
On Mon, 2006-10-16 at 20:06 +0200, Sergei Steshenko wrote:
 Why the dependency on compiler is so strong ?
 
 I can and do run on my system programs compiled by gcc 3.3.? and gcc
 4.0.1, so why ALSA should be different ? 

Kernel modules must be build by the same compiler as the kernel they
will be loaded into.  The userspace side of ALSA does not care.

Lee


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Matt Bucknall
... yeschecking for msleep... yeschecking for msleep_interrupt... yeschecking for msecs_to_jiffies... yeschecking for tty-count is the atomic type... nochecking for
 video_get_drvdata... yeschecking for io_remap_pfn_range... yeschecking for kcalloc... yeschecking for kstrdup... yeschecking for kzalloc... yeschecking for create_workqueue with flags... nochecking for saved_config_space in pci_dev... yeschecking for new pci_save_state... yeschecking for register_sound_special_device... yeschecking for driver version... 1.0.13checking for sequencer support... yeschecking for OSS/Free emulation... yeschecking for OSS PCM plugin system inclusion... yeschecking for RTC callback support in kernel... yeschecking for HPET support... nochecking for dynamic minor numbers... nochecking for support of old API... yeschecking for Procfs support... yeschecking for USB support... yeschecking for class_simple... nochecking for old driver suspend/resume callbacks... nochecking for removal of page-reservation for nopage/mmap... yeschecking for nested class_device...
 yeschecking for new IRQ handler... nochecking for PnP suspend/resume... yeschecking for new unlocked/compat_ioctl... yeschecking for PC-Speaker hook... nochecking for kernel PCMCIAchecking for PCMCIA support... nochecking for PCMCIA module support... nochecking for PC9800 support in kernel... nochecking for parallel port support... yeschecking for power management... yeschecking for which soundcards to compile driver for... configure: error: Unsupported soundcard emu10k1- Original Message From: Lee Revell [EMAIL PROTECTED]To: Matt Bucknall [EMAIL PROTECTED]Cc: alsa-user@lists.sourceforge.netSent: Monday, 16 October, 2006 6:56:27 PMSubject: Re: [Alsa-user] E-mu 1212m support in HGOn Mon, 2006-10-16 at 17:33 +, Matt Bucknall wrote: Hi James, 
 I have tried as you have suggested, but still get the same error message! Any ideas?  Matt. The "Unsupported soundcard $FOO" message is actually quite misleading -it just means that something went wrong such that the build is notpossible.Often it's caused by not having the kernel sources installedor not having the same compiler that was used to build the kernelavailable.(Someone should really fix that).Please provide the complete output of "./hgcompile --with-cards=emu10k1"Lee  - Original Message  From: James Courtier-Dutton [EMAIL PROTECTED] To: Matt Bucknall [EMAIL PROTECTED] Cc: alsa-user@lists.sourceforge.net Sent: Monday, 16 October, 2006 5:42:13 PM Subject: Re: [Alsa-user] E-mu 1212m support in HG  Matt Bucknall wrote:  Sorry for being dim, I've not
 installed ALSA before. I've downloaded the latest HG snapshot (http://suse.inode.at/projects/alsa/snapshot/driver/alsa-driver-hg20061014.tar.bz2) and tried to configure with --use-cards=emu=emu10k1, but the script complains saying 'error: Unsupported soundcard emu10k1'.I've had a look around the 'net to get some info on the problem, but have still had no success.Please can someone talk me through the procedure I need to get ALSA setup with the emu10k module (with 1212m support)?.. or point me to some equivalent information?Thanks,  Matt.Download mercurial (alsa called hg)  hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver hg clone http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel  cd alsa-driver ./hgcompile --with-cards=emu10k1 make install  Do "lsmod" to check that the old snd-emu10k1 modules is not already loaded. Then do "modprobe snd-emu10k1" to load the new alsa module with the emu1212m support.  James Send instant messages to your online friends http://uk.messenger.yahoo.com  - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with
 pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-userSend instant messages to your online friends http://uk.messenger.yahoo.com -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Takashi Iwai
At Mon, 16 Oct 2006 13:56:27 -0400,
Lee Revell wrote:
 
 On Mon, 2006-10-16 at 17:33 +, Matt Bucknall wrote:
  Hi James,
  
  I have tried as you have suggested, but still get the same error
  message! Any ideas?
  
  Matt.
  
 
 The Unsupported soundcard $FOO message is actually quite misleading -
 it just means that something went wrong such that the build is not
 possible.  Often it's caused by not having the kernel sources installed
 or not having the same compiler that was used to build the kernel
 available.  (Someone should really fix that).

Not really.  The unmatched kernel or gcc ends with different messages.

The unsupported soundcard is either you passed a wrong configure
option (often typo), or alsa-kernel directory isn't set up correctly.

When you run ./configure --help, you'll see what cards are really
available.  If too little appear, check whether alsa-kernel symlink
from alsa-driver directory really points the correct path.
One often forgets to download _both_ alsa-kernel and alsa-driver
directory.

BTW, for such novice users without knowlege of mercurial and
auto-tools, I've already set up daily snapshot tarballs that are ready
to run configure directly in the below.  Give it a try.

ftp://ftp.suse.com/pub/projects/alsa/snapshot/


Takashi

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Matt Bucknall
Takashi,I'm pretty sure I've exhausted all the ways of building the soundcard module now, bar going through the build scripts myself to track the problem down. I've tried the snapshot but still get the same error message. The emu10k1 is listed in the configure options, and I have not typed it incorrectly. I cannot say the alsa-kernel directory is 'set up correctly' because I do not know what constitutes being 'set up correctly', however the symlink in alsa-driver does point to the correct path. All I have done with alsa-kernel is clone it with hg. The configure script confirms it is able to find the kernel headers.Matt.-
 Original Message From: Takashi Iwai [EMAIL PROTECTED]To: Lee Revell [EMAIL PROTECTED]Cc: Matt Bucknall [EMAIL PROTECTED]; alsa-user@lists.sourceforge.netSent: Monday, 16 October, 2006 8:06:39 PMSubject: Re: [Alsa-user] E-mu 1212m support in HGAt Mon, 16 Oct 2006 13:56:27 -0400,Lee Revell wrote:  On Mon, 2006-10-16 at 17:33 +, Matt Bucknall wrote:  Hi James,I have tried as you have suggested, but still get the same error  message! Any ideas?Matt.The "Unsupported soundcard $FOO" message is actually quite misleading - it just means that something went wrong such that the build is not possible.Often it's caused by not having the kernel sources installed or not having the same compiler that was used to build the kernel
 available.(Someone should really fix that).Not really.The unmatched kernel or gcc ends with different messages.The unsupported soundcard is either you passed a wrong configureoption (often typo), or alsa-kernel directory isn't set up correctly.When you run ./configure --help, you'll see what cards are reallyavailable.If too little appear, check whether alsa-kernel symlinkfrom alsa-driver directory really points the correct path.One often forgets to download _both_ alsa-kernel and alsa-driverdirectory.BTW, for such novice users without knowlege of mercurial andauto-tools, I've already set up daily snapshot tarballs that are readyto run configure directly in the below.Give it a try.ftp://ftp.suse.com/pub/projects/alsa/snapshot/TakashiSend instant messages to your online friends
 http://uk.messenger.yahoo.com -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-16 Thread Takashi Iwai
At Mon, 16 Oct 2006 19:36:21 + (GMT),
Matt Bucknall wrote:
 
 Takashi,
 
 I'm pretty sure I've exhausted all the ways of building the soundcard module 
 now, bar
 going through the build scripts myself to track the problem down. I've tried 
 the
 snapshot but still get the same error message. The emu10k1 is listed in the 
 configure
 options, and I have not typed it incorrectly. I cannot say the alsa-kernel 
 directory
 is 'set up correctly' because I do not know what constitutes being 'set up 
 correctly',
 however the symlink in alsa-driver does point to the correct path. All I have 
 done
 with alsa-kernel is clone it with hg. The configure script confirms it is 
 able to find
 the kernel headers.

You shouldn't use hgcompile with snapshot tarball.
Try to extract alsa-driver-hg* tarball cleanly, and run
./configure --with-cards=emu10k1, then make.
Install modules via make install-modules.

If configure works, the problem is likely autoconf.


Takashi

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] E-mu 1212m support in HG

2006-10-15 Thread Matt Bucknall
Hello,Apparently, James has committed initial support for the E-mu 1212m into the HG repository. I am unable to find it in there. Can someone please direct me to it? I assume I'm looking for emu10k1-fpga?Thanks,Matt.Send instant messages to your online friends http://uk.messenger.yahoo.com -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] E-mu 1212m support in HG

2006-10-15 Thread James Courtier-Dutton
Matt Bucknall wrote:
 Hello,
 
 Apparently, James has committed initial support for the E-mu 1212m into the 
 HG repository. I am unable to find it in there. Can someone please direct me 
 to it? I assume I'm looking for emu10k1-fpga?
 
 Thanks,
 Matt.
 
 

Just use the snd-emu10k1  module. It should recognise the emu1212m as a
emu1010 (the PCI card bit of it), then run alsamixer and set the master
to some volume and then try speaker-test. It should work.

Note: You need to also install the alsa-firmware package.
Other things to watch is the dmesg output. It should mention stuff like
loading firmware etc.

James


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user