Re: [newbie] .mov sound

2004-08-17 Thread C. Tresenriter
On Mon, 16 Aug 2004 17:37:32 -0500
John Drouhard [EMAIL PROTECTED] wrote:


 as root,
 modprobe snd_seq_oss snd_mixer_oss snd_pcm_oss
 
 john
 
 
# modprobe snd_seq_oss snd_mixer_oss snd_pcm_oss
FATAL: Error inserting snd-seq-oss
(/lib/modules/2.6.3-7mdk/kernel/sound/core/seq/oss/snd-seq-oss.ko.g
z): Unknown symbol in module, or unknown parameter (see dmesg)

dmesg had nothing in it related to sound.

cat dmesg returns
cat: dmesg: No such file or directory


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] .mov sound

2004-08-17 Thread C. Tresenriter
On Tue, 17 Aug 2004 08:07:05 -0500
John Drouhard [EMAIL PROTECTED] wrote:


  # modprobe snd_seq_oss snd_mixer_oss snd_pcm_oss
  FATAL: Error inserting snd-seq-oss
  (/lib/modules/2.6.3-7mdk/kernel/sound/core/seq/oss/snd-seq-oss.
  ko.g z): Unknown symbol in module, or unknown parameter (see
  dmesg)
  
  dmesg had nothing in it related to sound.
  
  cat dmesg returns
  cat: dmesg: No such file or directory
  
 don't cat dmesg, just run it as any other command:
 [EMAIL PROTECTED] $ dmesg
 
 Tell us what it says about that sound module when you try to
 modprobe it. You might have to reinstall the kernel (or upgrade
 it, they're up to 2.6.8.1 now).
 
 John

Ok

After running modprobe, dmesg shows
Unknown parameter snd_pcm_oss -removing it from the command it
then shows
Unknown parameter snd_mixer_oss
removing that,  the command returns the command prompt only.
This is telling me that those two modules are not installed, yes?

I'm currently running 2.6.3-7mdk - urpmq kernel shows nothing more
recent.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] .mov sound

2004-08-17 Thread Frans Ketelaars
On Tuesday 17 August 2004 15:49, C. Tresenriter wrote:
 On Tue, 17 Aug 2004 08:07:05 -0500

 John Drouhard [EMAIL PROTECTED] wrote:
   # modprobe snd_seq_oss snd_mixer_oss snd_pcm_oss
   FATAL: Error inserting snd-seq-oss
   (/lib/modules/2.6.3-7mdk/kernel/sound/core/seq/oss/snd-seq-oss.
   ko.g z): Unknown symbol in module, or unknown parameter (see
   dmesg)
  
   dmesg had nothing in it related to sound.
  
   cat dmesg returns
   cat: dmesg: No such file or directory
 
  don't cat dmesg, just run it as any other command:
  [EMAIL PROTECTED] $ dmesg
 
  Tell us what it says about that sound module when you try to
  modprobe it. You might have to reinstall the kernel (or upgrade
  it, they're up to 2.6.8.1 now).
 
  John

 Ok

 After running modprobe, dmesg shows
 Unknown parameter snd_pcm_oss -removing it from the command it
 then shows
 Unknown parameter snd_mixer_oss
 removing that,  the command returns the command prompt only.
 This is telling me that those two modules are not installed, yes?

 I'm currently running 2.6.3-7mdk - urpmq kernel shows nothing more
 recent.

I think modprobe accepts only _one_ module name as parameter, so you 
would use:
# modprobe snd_seq_oss 
# modprobe snd_pcm_oss
# modprobe snd_mixer_oss
#
If you get back the command prompt everything went ok, but I think those 
modules are already loaded. You can always check with '/sbin/lsmod' 
which modules are loaded.

HTH,

-Frans



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] .mov sound

2004-08-17 Thread C. Tresenriter
On Tue, 17 Aug 2004 18:45:25 +0200
Frans Ketelaars [EMAIL PROTECTED] wrote:


 I think modprobe accepts only _one_ module name as parameter, so
 you would use:
 # modprobe snd_seq_oss 
 # modprobe snd_pcm_oss
 # modprobe snd_mixer_oss
 #
 If you get back the command prompt everything went ok, but I think
 those modules are already loaded. You can always check with
 '/sbin/lsmod' which modules are loaded.
 
 HTH,
 
 -Frans

Yes, it appears that all those modules are loaded.

thanks
Curt


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] .mov sound

2004-08-16 Thread Derek Jennings
On Monday 16 Aug 2004 13:35, C. Tresenriter wrote:
 I'm getting no sound while playing .mov files in Totem.
 What should I be looking for to resolve this issue?


Is it just .mov files?

Possible causes may be :-
Your mixer control is muted :- Play with all the sliders.

Try a different sound server:-
If you use KDE open KDEControlCentreSoundSoundSystem
Select Alsa instead of auto detect.
(KDE seems to select OSS even if Alsa is available)

derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] .mov sound

2004-08-16 Thread C. Tresenriter
On Mon, 16 Aug 2004 13:57:13 +0100
Derek Jennings [EMAIL PROTECTED] wrote:

 On Monday 16 Aug 2004 13:35, C. Tresenriter wrote:
  I'm getting no sound while playing .mov files in Totem.
  What should I be looking for to resolve this issue?
 
 
 Is it just .mov files?
 
 Possible causes may be :-
 Your mixer control is muted :- Play with all the sliders.
 
 Try a different sound server:-
 If you use KDE open KDEControlCentreSoundSoundSystem
 Select Alsa instead of auto detect.
 (KDE seems to select OSS even if Alsa is available)
 
 derek
 -- 
 www.jennings.homelinux.net
 http://twiki.mdklinuxfaq.org


I don't use Totem much but have had the same results with .avi files
Real Player works as does xmms. Tried Alsa but get a messages
telling me there's no such device as /dev/dsp and it will continue
to use the null output device.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] .mov sound

2004-08-16 Thread C. Tresenriter
My last post was a little misleading.
I had tried alsa before I'd posted the original question.
Don't remember exactly when I saw the ...null output messaage but
it wasn't when I tried alsa - that just gave no sound as with oss.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] .mov sound

2004-08-16 Thread LtCdData
i get that too
the fix.. use mplayer :-))


On Monday 16 Aug 2004 H:57, Derek Jennings wrote:
 On Monday 16 Aug 2004 13:35, C. Tresenriter wrote:
  I'm getting no sound while playing .mov files in Totem.
  What should I be looking for to resolve this issue?

 Is it just .mov files?

 Possible causes may be :-
 Your mixer control is muted :- Play with all the sliders.

 Try a different sound server:-
 If you use KDE open KDEControlCentreSoundSoundSystem
 Select Alsa instead of auto detect.
 (KDE seems to select OSS even if Alsa is available)

 derek


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] .mov sound

2004-08-16 Thread John Drouhard
C. Tresenriter wrote:
On Mon, 16 Aug 2004 13:57:13 +0100
Derek Jennings [EMAIL PROTECTED] wrote:

On Monday 16 Aug 2004 13:35, C. Tresenriter wrote:
I'm getting no sound while playing .mov files in Totem.
What should I be looking for to resolve this issue?

Is it just .mov files?
Possible causes may be :-
Your mixer control is muted :- Play with all the sliders.
Try a different sound server:-
If you use KDE open KDEControlCentreSoundSoundSystem
Select Alsa instead of auto detect.
(KDE seems to select OSS even if Alsa is available)
derek
--
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org

I don't use Totem much but have had the same results with .avi files
Real Player works as does xmms. Tried Alsa but get a messages
telling me there's no such device as /dev/dsp and it will continue
to use the null output device.
as root,
modprobe snd_seq_oss snd_mixer_oss snd_pcm_oss
john

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com