Re: [Alsa-user] ALSA on FC6

2006-12-15 Thread Fernando Lopez-Lezcano
On Fri, 2006-12-15 at 08:56 +0100, Gianluca Cecchi wrote:
 if you installed new drivers, you changed kernel modules that fedora
 installed through the kernel package itself.
 So, at least, to come back to your old version you can pick up the
 kernel you are using, or better if this is not the latest you can pick
 up the latest one kernel-2.6.18-1.2849.fc6
 and install it.
 If you have not the latest one installed, upgrade it besides the old
 one, downloading it or upgrading via yum.
 Otherwise if you already had the latest one, you have to download the
 rpm and run
 
 rpm -Uvh --force kernel-2.6.18-1.2849.fc6.i686.rpm

Nope.

If you use rpm then do rpm -ivh instead, rpm -Uvh will erase all
previous versions of the kernel and leave just the last one. You might
want to do this, but that's not generally the case. 

You can, of course:
  yum --reinstall install kernel-2.6.18-1.2849.fc6.i686.rpm

-- Fernando


 and this will replace your modified
 /lib/modules/2.6.18-1.2849.fc6/kernel/sound/pci/ca0106/snd-ca0106.ko
 file or whatever driver is for your card with the original fc6 one
 probably before doing this you can remove the alsa related modules
 and after do a depmod -a and you can have modifications without reboot.
 For the microphone is another matter...
 HIH
 Gianluca
 
 
   Everything looked great until I brought up the mixer. Now, all I can see
  is the USB mic. The sound no longer works on the speakers. Basically,
  the entire system is whacked. I'd like to know how to either get the
  sound card AND the USB microphone working or how to get back to where I
  could at least use my sound card.
 
   Here's what I get.
 
   What I installed was alsa-driver-1.0.14rc1.
 
   Thanks for your help. I'm not really sure what I should remove and what
  should stay.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] ALSA on FC6

2006-12-15 Thread Fernando Lopez-Lezcano
On Thu, 2006-12-14 at 19:52 -0500, Lee Revell wrote:
 On Thu, 2006-12-14 at 16:36 -0800, Fernando Lopez-Lezcano wrote:
  I would not install from source. Rather you should try making rpm
  packages of the new version (not easy), so that whatever you do will
  match what fc is already doing. 
  
 
 Shouldn't it be as easy as:
 
 rpmbuild -ba alsa-lib-1.x.x/utils/alsa-lib.spec
 
 ?
 
 Cross compilation is indeed a nightmare, especially if you need to
 support multiple autotools versions.  But native should be trivial...

Should be that easy provided that there were no patches in the source
package that corresponds to the existing alsa-lib rpm in fc6. 

I just checked and there is a small one, I don't know how significant it
would be in practice... IMHO it is best to start from the source package
of the distro you are dealing with, and check what's there first. 

-- Fernando



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] ALSA on FC6

2006-12-14 Thread Lee Duke
I'm running FC6 on an i686 machine with a Creative Labs Audigy sound 
card. The speakers worked fine with the basic system. The ALSA Mixer 
showed information related to the sound card. The ALSA version shows as 
1.0.12-2.fc6.

Then I wanted to add a USB Logitech microphone.  I could not get that to 
work with the basic system. On Linux Questions, someone suggested that I 
needed to be running ALSA 1.0.14. I downloaded the files and did
./configure
make
make install (as root)

Everything looked great until I brought up the mixer. Now, all I can see 
is the USB mic. The sound no longer works on the speakers. Basically, 
the entire system is whacked. I'd like to know how to either get the 
sound card AND the USB microphone working or how to get back to where I 
could at least use my sound card.

Thanks.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] ALSA on FC6

2006-12-14 Thread Fernando Lopez-Lezcano
On Thu, 2006-12-14 at 14:21 -0500, Lee Duke wrote:
 I'm running FC6 on an i686 machine with a Creative Labs Audigy sound 
 card. The speakers worked fine with the basic system. The ALSA Mixer 
 showed information related to the sound card. The ALSA version shows as 
 1.0.12-2.fc6.
 
 Then I wanted to add a USB Logitech microphone.  I could not get that to 
 work with the basic system. On Linux Questions, someone suggested that I 
 needed to be running ALSA 1.0.14. I downloaded the files and did
 ./configure
 make
 make install (as root)

Most probably you now have installed two versions of whatever you
installed in your system (you don't say, alsa-lib?). By default
configure without parameters will install to /usr/local. The standard
rpm package in fc is installed in /usr (to see what is installed type
rpm -q -l alsa-lib if what you installed is actually alsa-lib). You
should erase whatever you installed before going any further. 

I would not install from source. Rather you should try making rpm
packages of the new version (not easy), so that whatever you do will
match what fc is already doing. 

-- Fernando

 
 Everything looked great until I brought up the mixer. Now, all I can see 
 is the USB mic. The sound no longer works on the speakers. Basically, 
 the entire system is whacked. I'd like to know how to either get the 
 sound card AND the USB microphone working or how to get back to where I 
 could at least use my sound card.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] ALSA on FC6

2006-12-14 Thread Lee Revell
On Thu, 2006-12-14 at 16:36 -0800, Fernando Lopez-Lezcano wrote:
 I would not install from source. Rather you should try making rpm
 packages of the new version (not easy), so that whatever you do will
 match what fc is already doing. 
 

Shouldn't it be as easy as:

rpmbuild -ba alsa-lib-1.x.x/utils/alsa-lib.spec

?

Cross compilation is indeed a nightmare, especially if you need to
support multiple autotools versions.  But native should be trivial...

Lee


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] ALSA on FC6

2006-12-14 Thread Lee Duke

Fernando Lopez-Lezcano wrote:

On Thu, 2006-12-14 at 14:21 -0500, Lee Duke wrote:
  
I'm running FC6 on an i686 machine with a Creative Labs Audigy sound 
card. The speakers worked fine with the basic system. The ALSA Mixer 
showed information related to the sound card. The ALSA version shows as 
1.0.12-2.fc6.


Then I wanted to add a USB Logitech microphone.  I could not get that to 
work with the basic system. On Linux Questions, someone suggested that I 
needed to be running ALSA 1.0.14. I downloaded the files and did

./configure
make
make install (as root)



Most probably you now have installed two versions of whatever you
installed in your system (you don't say, alsa-lib?). By default
configure without parameters will install to /usr/local. The standard
rpm package in fc is installed in /usr (to see what is installed type
rpm -q -l alsa-lib if what you installed is actually alsa-lib). You
should erase whatever you installed before going any further. 


I would not install from source. Rather you should try making rpm
packages of the new version (not easy), so that whatever you do will
match what fc is already doing. 


-- Fernando

  
Everything looked great until I brought up the mixer. Now, all I can see 
is the USB mic. The sound no longer works on the speakers. Basically, 
the entire system is whacked. I'd like to know how to either get the 
sound card AND the USB microphone working or how to get back to where I 
could at least use my sound card.





Here's what I get.

   [EMAIL PROTECTED] ~]$ rpm -q -l alsa-lib
   /etc/alsa
   /etc/alsa/alsa.conf
   /etc/alsa/cards
   /etc/alsa/cards/AACI.conf
   /etc/alsa/cards/ATIIXP-MODEM.conf
   /etc/alsa/cards/ATIIXP-SPDMA.conf
   /etc/alsa/cards/ATIIXP.conf
   /etc/alsa/cards/AU8810.conf
   /etc/alsa/cards/AU8820.conf
   /etc/alsa/cards/AU8830.conf
   /etc/alsa/cards/Audigy.conf
   /etc/alsa/cards/Audigy2.conf
   /etc/alsa/cards/Aureon51.conf
   /etc/alsa/cards/Aureon71.conf
   /etc/alsa/cards/CA0106.conf
   /etc/alsa/cards/CMI8338-SWIEC.conf
   /etc/alsa/cards/CMI8338.conf
   /etc/alsa/cards/CMI8738-MC6.conf
   /etc/alsa/cards/CMI8738-MC8.conf
   /etc/alsa/cards/CS46xx.conf
   /etc/alsa/cards/EMU10K1.conf
   /etc/alsa/cards/EMU10K1X.conf
   /etc/alsa/cards/ENS1370.conf
   /etc/alsa/cards/ENS1371.conf
   /etc/alsa/cards/ES1968.conf
   /etc/alsa/cards/FM801.conf
   /etc/alsa/cards/GUS.conf
   /etc/alsa/cards/HDA-Intel.conf
   /etc/alsa/cards/ICE1712.conf
   /etc/alsa/cards/ICE1724.conf
   /etc/alsa/cards/ICH-MODEM.conf
   /etc/alsa/cards/ICH.conf
   /etc/alsa/cards/ICH4.conf
   /etc/alsa/cards/Maestro3.conf
   /etc/alsa/cards/NFORCE.conf
   /etc/alsa/cards/PC-Speaker.conf
   /etc/alsa/cards/PMac.conf
   /etc/alsa/cards/PMacToonie.conf
   /etc/alsa/cards/RME9636.conf
   /etc/alsa/cards/RME9652.conf
   /etc/alsa/cards/SI7018
   /etc/alsa/cards/SI7018.conf
   /etc/alsa/cards/SI7018/sndoc-mixer.alisp
   /etc/alsa/cards/SI7018/sndop-mixer.alisp
   /etc/alsa/cards/TRID4DWAVENX.conf
   /etc/alsa/cards/VIA686A.conf
   /etc/alsa/cards/VIA8233.conf
   /etc/alsa/cards/VIA8233A.conf
   /etc/alsa/cards/VIA8237.conf
   /etc/alsa/cards/VX222.conf
   /etc/alsa/cards/VXPocket.conf
   /etc/alsa/cards/VXPocket440.conf
   /etc/alsa/cards/YMF744.conf
   /etc/alsa/cards/aliases.alisp
   /etc/alsa/cards/aliases.conf
   /etc/alsa/pcm
   /etc/alsa/pcm/center_lfe.conf
   /etc/alsa/pcm/default.conf
   /etc/alsa/pcm/dmix.conf
   /etc/alsa/pcm/dpl.conf
   /etc/alsa/pcm/dsnoop.conf
   /etc/alsa/pcm/front.conf
   /etc/alsa/pcm/iec958.conf
   /etc/alsa/pcm/modem.conf
   /etc/alsa/pcm/rear.conf
   /etc/alsa/pcm/side.conf
   /etc/alsa/pcm/surround40.conf
   /etc/alsa/pcm/surround41.conf
   /etc/alsa/pcm/surround50.conf
   /etc/alsa/pcm/surround51.conf
   /etc/alsa/pcm/surround71.conf
   /etc/alsa/sndo-mixer.alisp
   /lib/libasound.so.2
   /lib/libasound.so.2.0.0
   /usr/bin/aserver
   /usr/lib/alsa-lib/smixer/smixer-ac97.a
   /usr/lib/alsa-lib/smixer/smixer-ac97.la
   /usr/lib/alsa-lib/smixer/smixer-ac97.so
   /usr/lib/alsa-lib/smixer/smixer-hda.a
   /usr/lib/alsa-lib/smixer/smixer-hda.la
   /usr/lib/alsa-lib/smixer/smixer-hda.so
   /usr/lib/alsa-lib/smixer/smixer-sbase.a
   /usr/lib/alsa-lib/smixer/smixer-sbase.la
   /usr/lib/alsa-lib/smixer/smixer-sbase.so
   /usr/share/doc/alsa-lib-1.0.12
   /usr/share/doc/alsa-lib-1.0.12/COPYING
   /usr/share/doc/alsa-lib-1.0.12/ChangeLog
   /usr/share/doc/alsa-lib-1.0.12/TODO
   /usr/share/doc/alsa-lib-1.0.12/asoundrc.txt

What I installed was alsa-driver-1.0.14rc1.

Thanks for your help. I'm not really sure what I should remove and what 
should stay.


Lee

Re: [Alsa-user] ALSA on FC6

2006-12-14 Thread Gianluca Cecchi
if you installed new drivers, you changed kernel modules that fedora
installed through the kernel package itself.
So, at least, to come back to your old version you can pick up the
kernel you are using, or better if this is not the latest you can pick
up the latest one kernel-2.6.18-1.2849.fc6
and install it.
If you have not the latest one installed, upgrade it besides the old
one, downloading it or upgrading via yum.
Otherwise if you already had the latest one, you have to download the
rpm and run

rpm -Uvh --force kernel-2.6.18-1.2849.fc6.i686.rpm

and this will replace your modified
/lib/modules/2.6.18-1.2849.fc6/kernel/sound/pci/ca0106/snd-ca0106.ko
file or whatever driver is for your card with the original fc6 one
probably before doing this you can remove the alsa related modules
and after do a depmod -a and you can have modifications without reboot.
For the microphone is another matter...
HIH
Gianluca


  Everything looked great until I brought up the mixer. Now, all I can see
 is the USB mic. The sound no longer works on the speakers. Basically,
 the entire system is whacked. I'd like to know how to either get the
 sound card AND the USB microphone working or how to get back to where I
 could at least use my sound card.



  Here's what I get.


  What I installed was alsa-driver-1.0.14rc1.

  Thanks for your help. I'm not really sure what I should remove and what
 should stay.

  Lee


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user