Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how do i use my sb live ls with fedora core 2?
#1

just installled fedora core 2 and i have the sound blaster live ls 5.1 ..... i try to go to volume control and it says no mixer elements or devile/control shit found.... i don't hear a test sound either when doing the soundcard detection ... and nothing is working..........

 

 

 

someone out there who knows how to get it to work plz post back or email me at psx0r187@hotmail.com

 

 

thanks

Reply
#2

I got the same sound card as your, mine is works fine without any problem.

 

make sure you plug in the right jacket.

 

to check the sound use: (need to use root use: su)

 



Code:
# system-config-soundcard




 

you might want to install gnome-alsamixer

 



Code:
# apt-get install gnome-alsamixer




 

hope this help you.

Reply
#3

im haveing the same problem. when i type

 

apt-get install gnome-alsamixer

 

it gives me this

 

[root@localhost mattman87]# apt-get install gnome-alsamixer

bash: apt-get: command not found

Reply
#4

Mattman, check out apt.freshrpms.net, there you can find the apt-get package.

 

This will solve all of your rpm needs.

 

Check other forums on how to install apt-get, or how to configure it. It's very easy, and much nicer than up2date.

 

Anyway, if you have any questions on this, just ask. o_O

Reply
#5

now i get this

 

[root@localhost mattman87]# apt-get install gnome-alsamixer

Reading Package Lists... Done

Building Dependency Tree... Done

E: Couldn't find package gnome-alsamixer

Reply
#6

always use apt-get this way

 

first thing to do is update it !

 



Code:
apt-get update




 

next thing is to get whatever you want

 



Code:
apt-get install some_package




 

an easier way is to do it in one line like so

 



Code:
apt-get update && apt-get install some_package




 

hope this helps

 

cheers

 

anyweb

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)