Re: Sound configuration failure in debian amd64...

2014-06-15 Thread Bret Busby
On 13/06/2014, Doug dmcgarr...@optonline.net wrote:

 On 06/12/2014 11:57 PM, Bret Busby wrote:
 On 11/06/2014, Raffaele Morelli raffaele.more...@gmail.com wrote:
 2014-06-11 5:34 GMT+02:00 Tapas Das tapas8...@gmail.com:

 Hello
 this isTapas Das.
 I am a debian user for the last three yearsfirst it was 32-bit
 debian squeeze 6.0.0...
 and now using amd64 version on P8H61-MLX motherboard (ASUS) with intel
 core i3 processor.

 The sound could not be configuredit was not configured just after
 installation.nor could be done by installing various libraries and
 development packages available at the repositories. I am trying these
 things for several months, but no good.

 there's no use in installing ​dev packages and libraries ​(?) randomly,
 you'd better of understanding what's going on.



 The output generated by 'hwinfo' as superuser is as follows :

 ​this doesn't help, use `aplay -l` instead​

 For this, I get

 
 ~# aplay -l
  List of PLAYBACK Hardware Devices 
 card 1: PCH [HDA Intel PCH], device 0: ALC282 Analog [ALC282 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
 

 for, as stated in previous message;

 

 
 :~$ lspci | grep audio
 :~$ lspci | grep -i audio
 00:03.0 Audio device: Intel Corporation Haswell HD Audio Controller (rev
 06)
 00:1b.0 Audio device: Intel Corporation Lynx Point High Definition
 Audio Controller (rev 05)
 

 running Debian Linux 7.5 amd64 xfce on an Acer Inspire
 V3-772G-747a161TBDWakk with the only hardware change from the supplied
 congiguration, being a RAM upgrade to 32GB.
 

 with no sound.

 Can anyone help?

 Try turning off or disabling Pulse Audio and see what happens.

 --doug


Now, here's a funny thing.

With all of the discussions ;the above and in another thread / other
threads, about the need to remove pulse audio, to get sound working, I
booted the thing up, loaded synaptic, searched for pulse audio, and
found that some utilities (dependencies ?) for it, were installed,
but, not the pulse audio server. So, I installed that, with its (8 ?)
dependencies, and played a movie, and, the sound worked.

So, the problem appears to have been solved; it appears that, in the
OS installation, no sound server was installed, and, installing pulse
audio, appears to have fixed the problem.

Whilst the solution, appears to have been the inverse of the
suggestion above, thanks for the pointer; it resulted in the apparent
solution.

-- 
Bret Busby
Armadale
West Australia
..

So once you do know what the question actually is,
 you'll know what the answer means.
- Deep Thought,
 Chapter 28 of Book 1 of
 The Hitchhiker's Guide to the Galaxy:
 A Trilogy In Four Parts,
 written by Douglas Adams,
 published by Pan Books, 1992




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cacx6j8ocxym3y4_+frtmrcbca1xjzqnuxay7bjoudbvtxpx...@mail.gmail.com



Re: Sound configuration failure in debian amd64...

2014-06-13 Thread Raffaele Morelli
2014-06-13 5:57 GMT+02:00 Bret Busby bret.bu...@gmail.com:

 On 11/06/2014, Raffaele Morelli raffaele.more...@gmail.com wrote:

 
  ​this doesn't help, use `aplay -l` instead​
 

 For this, I get

 
 ~# aplay -l
  List of PLAYBACK Hardware Devices 
 card 1: PCH [HDA Intel PCH], device 0: ALC282 Analog [ALC282 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0


after a little googling, it seems that bugs relative to ALC282 are solved
in the latest kernels ( march 2014) so try switching to kernel 3.13.10-1

then in /etc/modprobe.d/alsa-base.conf add those lines
options snd-hda-intel index=0# ensure that card is grabbing index 0
options snd-hda-intel model=generic   #


Re: Sound configuration failure in debian amd64...

2014-06-12 Thread Bret Busby
On 11/06/2014, Raffaele Morelli raffaele.more...@gmail.com wrote:
 2014-06-11 5:34 GMT+02:00 Tapas Das tapas8...@gmail.com:

 Hello
 this isTapas Das.
 I am a debian user for the last three yearsfirst it was 32-bit
 debian squeeze 6.0.0...
 and now using amd64 version on P8H61-MLX motherboard (ASUS) with intel
 core i3 processor.

 The sound could not be configuredit was not configured just after
 installation.nor could be done by installing various libraries and
 development packages available at the repositories. I am trying these
 things for several months, but no good.


 there's no use in installing ​dev packages and libraries ​(?) randomly,
 you'd better of understanding what's going on.



 The output generated by 'hwinfo' as superuser is as follows :


 ​this doesn't help, use `aplay -l` instead​


For this, I get


~# aplay -l
 List of PLAYBACK Hardware Devices 
card 1: PCH [HDA Intel PCH], device 0: ALC282 Analog [ALC282 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


for, as stated in previous message;




:~$ lspci | grep audio
:~$ lspci | grep -i audio
00:03.0 Audio device: Intel Corporation Haswell HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation Lynx Point High Definition
Audio Controller (rev 05)


running Debian Linux 7.5 amd64 xfce on an Acer Inspire
V3-772G-747a161TBDWakk with the only hardware change from the supplied
congiguration, being a RAM upgrade to 32GB.


with no sound.

Can anyone help?

-- 
Bret Busby
Armadale
West Australia
..

So once you do know what the question actually is,
 you'll know what the answer means.
- Deep Thought,
 Chapter 28 of Book 1 of
 The Hitchhiker's Guide to the Galaxy:
 A Trilogy In Four Parts,
 written by Douglas Adams,
 published by Pan Books, 1992




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cacx6j8pyggdjswud20bfda46jhyrjwh3-vzrz2ji0yu1vap...@mail.gmail.com



Re: Sound configuration failure in debian amd64...

2014-06-12 Thread Doug


On 06/12/2014 11:57 PM, Bret Busby wrote:

On 11/06/2014, Raffaele Morelli raffaele.more...@gmail.com wrote:

2014-06-11 5:34 GMT+02:00 Tapas Das tapas8...@gmail.com:


Hello
this isTapas Das.
I am a debian user for the last three yearsfirst it was 32-bit
debian squeeze 6.0.0...
and now using amd64 version on P8H61-MLX motherboard (ASUS) with intel
core i3 processor.

The sound could not be configuredit was not configured just after
installation.nor could be done by installing various libraries and
development packages available at the repositories. I am trying these
things for several months, but no good.


there's no use in installing ​dev packages and libraries ​(?) randomly,
you'd better of understanding what's going on.




The output generated by 'hwinfo' as superuser is as follows :


​this doesn't help, use `aplay -l` instead​


For this, I get


~# aplay -l
 List of PLAYBACK Hardware Devices 
card 1: PCH [HDA Intel PCH], device 0: ALC282 Analog [ALC282 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0


for, as stated in previous message;




:~$ lspci | grep audio
:~$ lspci | grep -i audio
00:03.0 Audio device: Intel Corporation Haswell HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation Lynx Point High Definition
Audio Controller (rev 05)


running Debian Linux 7.5 amd64 xfce on an Acer Inspire
V3-772G-747a161TBDWakk with the only hardware change from the supplied
congiguration, being a RAM upgrade to 32GB.


with no sound.

Can anyone help?


Try turning off or disabling Pulse Audio and see what happens.

--doug


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/539a78e9.50...@optonline.net



Re: Sound configuration failure in debian amd64...

2014-06-11 Thread Bret Busby
On 11/06/2014, Raffaele Morelli raffaele.more...@gmail.com wrote:
 2014-06-11 5:34 GMT+02:00 Tapas Das tapas8...@gmail.com:

 Hello
 this isTapas Das.
 I am a debian user for the last three yearsfirst it was 32-bit
 debian squeeze 6.0.0...
 and now using amd64 version on P8H61-MLX motherboard (ASUS) with intel
 core i3 processor.

 The sound could not be configuredit was not configured just after
 installation.nor could be done by installing various libraries and
 development packages available at the repositories. I am trying these
 things for several months, but no good.


 there's no use in installing ​dev packages and libraries ​(?) randomly,
 you'd better of understanding what's going on.



 The output generated by 'hwinfo' as superuser is as follows :


 ​this doesn't help, use `aplay -l` instead​




 root@debian-1:/home/tapas# hwinfo --sound
 14: PCI 1b.0: 0403 Audio device
   [Created at pci.318]
   UDI: /org/freedesktop/Hal/devices/pci_8086_1c20
   Unique ID: u1Nb.E2yA1ceTa70
   SysFS ID: /devices/pci:00/:00:1b.0
   SysFS BusID: :00:1b.0
   Hardware Class: sound
   Model: Intel Audio device
   Vendor: pci 0x8086 Intel Corporation
   Device: pci 0x1c20
   SubVendor: pci 0x1043 ASUSTeK Computer Inc.
   SubDevice: pci 0x8445
   Revision: 0x05
   Driver: HDA Intel
   Driver Modules: snd_hda_intel
   Memory Range: 0xfe40-0xfe403fff (rw,non-prefetchable)
   IRQ: 22 (781 events)
   Module Alias: pci:v8086d1C20sv1043sd8445bc04sc03i00
   Driver Info #0:
 Driver Status: snd_hda_intel is active
 Driver Activation Cmd: modprobe snd_hda_intel
   Config Status: cfg=new, avail=yes, need=no, active=unknown
 root@debian-1:/home/tapas#



 ​my guess is that you should add the relevant line for your card model to
 /etc/modprobe.d/alsa-base.conf

 have a look at
 http://www.alsa-project.org/main/index.php/Help_To_Debug_Intel_HDA



Hello.

I wonder whether it is the same (or a similar) issue as described in
the message below.

-- 
Bret Busby
Armadale
West Australia
..

So once you do know what the question actually is,
 you'll know what the answer means.
- Deep Thought,
 Chapter 28 of Book 1 of
 The Hitchhiker's Guide to the Galaxy:
 A Trilogy In Four Parts,
 written by Douglas Adams,
 published by Pan Books, 1992




-- Forwarded message --
From: Bret Busby bret.bu...@gmail.com
Date: Thu, 5 Jun 2014 16:01:41 +0800
Subject: Re: Re: Debian Linux 7 and Realtek soundcards (fwd)
To: debian-user@lists.debian.org

 -- Forwarded message --
 Date: Tue, 13 May 2014 06:03:30
 From: Testosticore testostic...@openmailbox.org
 To: Scott Ferguson scott.ferguson.debian.u...@gmail.com,
  debian-user@lists.debian.org
 Subject: Re: Re: Debian Linux 7 and Realtek soundcards
 Resent-Date: Mon, 12 May 2014 22:21:09 + (UTC)
 Resent-From: debian-user@lists.debian.org

 If this doesn't work:

 $ lspci | grep audio

 Use instead:

 $ lspci | grep -i audio

 On Sunday, 11 May, 2014 03:06 PM, Scott Ferguson wrote:
 On 11/05/14 16:53, Bret Busby wrote:
 Hello.

 I have this weekend, managed to install Debian 7.5 amd64 xfce version
 onto a laptop computer.

 However, the sound does not work.

 Ouch. But easily fixed.

 In searching, I have found that the laptop apparently has a Realtek
 soundcard (and, an inbuilt Intel something soundcard thing).
 That covers a wide range of devices. Could you be more specific please?
 e.g. the output of:-
 $ lspci | grep audio


Hello.

I have


:~$ lspci | grep audio
:~$ lspci | grep -i audio
00:03.0 Audio device: Intel Corporation Haswell HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation Lynx Point High Definition
Audio Controller (rev 05)


running Debian Linux 7.5 amd64 xfce on an Acer Inspire
V3-772G-747a161TBDWakk with the only hardware change from the supplied
congiguration, being a RAM upgrade to 32GB.

The reference to the Realtek soundcard, had come from my searching the
WWW for the specifications of the particular model identifier.

-- 
Bret Busby
Armadale
West Australia
..

So once you do know what the question actually is,
 you'll know what the answer means.
- Deep Thought,
 Chapter 28 of Book 1 of
 The Hitchhiker's Guide to the Galaxy:
 A Trilogy In Four Parts,
 written by Douglas Adams,
 published by Pan Books, 1992




.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CACX6j8M-FAUrrmu_LB5uEFksjFiAFT=ahf69xwx9wenkk3o...@mail.gmail.com



Re: Sound configuration failure in debian amd64...

2014-06-11 Thread Stephen Powell
On Tue, 10 Jun 2014 23:34:46 -0400 (EDT), Tapas Das wrote:
 
 Hello
 this isTapas Das.
 I am a debian user for the last three yearsfirst it was 32-bit
 debian squeeze 6.0.0...
 and now using amd64 version on P8H61-MLX motherboard (ASUS) with intel
 core i3 processor.
 
 The sound could not be configuredit was not configured just after
 installation.nor could be done by installing various libraries and
 development packages available at the repositories. I am trying these
 things for several months, but no good.
 
 The output generated by 'hwinfo' as superuser is as follows :
 
 root@debian-1:/home/tapas# hwinfo --sound
 14: PCI 1b.0: 0403 Audio device
   [Created at pci.318]
   UDI: /org/freedesktop/Hal/devices/pci_8086_1c20
   Unique ID: u1Nb.E2yA1ceTa70
   SysFS ID: /devices/pci:00/:00:1b.0
   SysFS BusID: :00:1b.0
   Hardware Class: sound
   Model: Intel Audio device
   Vendor: pci 0x8086 Intel Corporation
   Device: pci 0x1c20
   SubVendor: pci 0x1043 ASUSTeK Computer Inc.
   SubDevice: pci 0x8445
   Revision: 0x05
   Driver: HDA Intel
   Driver Modules: snd_hda_intel
   Memory Range: 0xfe40-0xfe403fff (rw,non-prefetchable)
   IRQ: 22 (781 events)
   Module Alias: pci:v8086d1C20sv1043sd8445bc04sc03i00
   Driver Info #0:
 Driver Status: snd_hda_intel is active
 Driver Activation Cmd: modprobe snd_hda_intel
   Config Status: cfg=new, avail=yes, need=no, active=unknown
 root@debian-1:/home/tapas#
 
 Please suggest the way out.
 regards
 TAPAS DAS

What release of Debian are you running on your amd64 machine?  wheezy?
jessie?  I am not using the same sound chip that you are, but I am
using the same driver: snd_hda_intel.  The wheezy kernel's drivers were
not new enough to recognize my sound chip, and I couldn't get sound to
work on my machine under wheezy either.  But I found a work-around for
the problem.  Create (as root) a file under /etc/modprobe.d.  The file
name can be anything you like, but it must have an extension of .conf.
I called mine

   /etc/modprobe.d/local.conf

In this file, add the following line:

   options snd_hda_intel model=auto

Save the file and exit the editor.  Now shutdown and reboot.  This worked
for me.  I don't know if it will work for you or not.  Since then, I've
upgraded my system to jessie, and the newer kernels on up-to-date jessie
systems have an snd_hda_intel driver that is new enough to recognize my
hardware.  I no longer need to use the above option.  But it was necessary
to use the above option when I was running wheezy.  Let me know if this
works for you.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/2146996647.137311.1402497040595.javamail.r...@md01.wow.synacor.com



Sound configuration failure in debian amd64...

2014-06-10 Thread Tapas Das
Hello
this isTapas Das.
I am a debian user for the last three yearsfirst it was 32-bit
debian squeeze 6.0.0...
and now using amd64 version on P8H61-MLX motherboard (ASUS) with intel
core i3 processor.

The sound could not be configuredit was not configured just after
installation.nor could be done by installing various libraries and
development packages available at the repositories. I am trying these
things for several months, but no good.

The output generated by 'hwinfo' as superuser is as follows :

root@debian-1:/home/tapas# hwinfo --sound
14: PCI 1b.0: 0403 Audio device
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_8086_1c20
  Unique ID: u1Nb.E2yA1ceTa70
  SysFS ID: /devices/pci:00/:00:1b.0
  SysFS BusID: :00:1b.0
  Hardware Class: sound
  Model: Intel Audio device
  Vendor: pci 0x8086 Intel Corporation
  Device: pci 0x1c20
  SubVendor: pci 0x1043 ASUSTeK Computer Inc.
  SubDevice: pci 0x8445
  Revision: 0x05
  Driver: HDA Intel
  Driver Modules: snd_hda_intel
  Memory Range: 0xfe40-0xfe403fff (rw,non-prefetchable)
  IRQ: 22 (781 events)
  Module Alias: pci:v8086d1C20sv1043sd8445bc04sc03i00
  Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: modprobe snd_hda_intel
  Config Status: cfg=new, avail=yes, need=no, active=unknown
root@debian-1:/home/tapas#

Please suggest the way out.
regards
TAPAS DAS


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cafwg2div88hea4l4lubhbkpgifd+plmc6-zfc398pf33xxm...@mail.gmail.com



Re: Sound configuration failure in debian amd64...

2014-06-10 Thread Raffaele Morelli
2014-06-11 5:34 GMT+02:00 Tapas Das tapas8...@gmail.com:

 Hello
 this isTapas Das.
 I am a debian user for the last three yearsfirst it was 32-bit
 debian squeeze 6.0.0...
 and now using amd64 version on P8H61-MLX motherboard (ASUS) with intel
 core i3 processor.

 The sound could not be configuredit was not configured just after
 installation.nor could be done by installing various libraries and
 development packages available at the repositories. I am trying these
 things for several months, but no good.


there's no use in installing ​dev packages and libraries ​(?) randomly,
you'd better of understanding what's going on.



 The output generated by 'hwinfo' as superuser is as follows :


​this doesn't help, use `aplay -l` instead​




 root@debian-1:/home/tapas# hwinfo --sound
 14: PCI 1b.0: 0403 Audio device
   [Created at pci.318]
   UDI: /org/freedesktop/Hal/devices/pci_8086_1c20
   Unique ID: u1Nb.E2yA1ceTa70
   SysFS ID: /devices/pci:00/:00:1b.0
   SysFS BusID: :00:1b.0
   Hardware Class: sound
   Model: Intel Audio device
   Vendor: pci 0x8086 Intel Corporation
   Device: pci 0x1c20
   SubVendor: pci 0x1043 ASUSTeK Computer Inc.
   SubDevice: pci 0x8445
   Revision: 0x05
   Driver: HDA Intel
   Driver Modules: snd_hda_intel
   Memory Range: 0xfe40-0xfe403fff (rw,non-prefetchable)
   IRQ: 22 (781 events)
   Module Alias: pci:v8086d1C20sv1043sd8445bc04sc03i00
   Driver Info #0:
 Driver Status: snd_hda_intel is active
 Driver Activation Cmd: modprobe snd_hda_intel
   Config Status: cfg=new, avail=yes, need=no, active=unknown
 root@debian-1:/home/tapas#



​my guess is that you should add the relevant line for your card model to
/etc/modprobe.d/alsa-base.conf

have a look at
http://www.alsa-project.org/main/index.php/Help_To_Debug_Intel_HDA


Re: sound configuration on etch??? (usb)

2006-12-21 Thread Johannes Wiedersich
Nigel Henry wrote:
 It might be worth asking on the alsa-user list. A while back with someone 
 having problems with a sound card problem on a laptop, I suggested a USB one, 
 but the reply was that USB ones need a bit of extra work to get them going. 
 Either look on the archives or post to the list. I think the reply to get 
 them working was something to do with dmix.
 
  https://lists.sourceforge.net/lists/listinfo/alsa-user
 and to post to the list, but you have to register
   alsa-user@lists.sourceforge.net

Nigel,
thanks for your reply.

According to information from alsa-user and also from the audacity wiki
[1,2], a usb sound card should be working with audacity, if it is
recognized as /dev/dsp. In my case this is the case. The different
approaches from [1,2] all lead to nowhere, so I guess there is something
wrong with my debian etch.

Johannes

[1] http://audacityteam.org/wiki/index.php?title=Linux_Issues
[2] http://audacityteam.org/wiki/index.php?title=USB_mic_on_Linux


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



sound configuration on etch??? (usb)

2006-12-19 Thread Johannes Wiedersich
Hi all!

I have some trouble making my usb sound card work as I would like. My
laptop also has a built-in sound card that works ok, but has _very_
_limited_ input sound quality.

What is the proper way to set up and configure sound/alsa on debian etch?

According to the fine manual [1] there's a script to configure sound:
sndconfig - configure sound system

This seems to be gone in etch.

There's also alsaconf, but that doesn't recognize my usb sound card (it
just finds the built-in one of my laptop).

The sound card basically works ok, ie. I can record and play via
'arecord' and 'aplay'. (The best strategy is to have the card plugged in
at boot, to kill artsd once kde is up and then to reload alsa as root.)

However I cannot make audacity work with the sound card. AFAIK, audacity
would use /dev/dsp but though

johannes2:~# cat /proc/asound/cards
 0 [USB1648]: USB-Audio - PHASE 26 USB(16/48)
  TerraTec PHASE 26 USB(16/48) at
usb-:00:1d.1-2, full speed
 1 [Modem  ]: ICH-MODEM - Intel 82801DB-ICH4 Modem
  Intel 82801DB-ICH4 Modem at 0x2400, irq 11

the usb is 0, audacity only works when the usb sound card is not present
and when the built-in card is 0. Well, the whole idea about the usb-card
was to get better sound quality for audacity et al.

Thanks for any help and/or links to get this work!
Johannes


[1] /usr/share/doc/Debian/reference/reference.en.pdf.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sound configuration on etch??? (usb)

2006-12-19 Thread Nigel Henry
On Tuesday 19 December 2006 15:50, Johannes Wiedersich wrote:
 Hi all!

 I have some trouble making my usb sound card work as I would like. My
 laptop also has a built-in sound card that works ok, but has _very_
 _limited_ input sound quality.

 What is the proper way to set up and configure sound/alsa on debian etch?

 According to the fine manual [1] there's a script to configure sound:
 sndconfig - configure sound system

 This seems to be gone in etch.

 There's also alsaconf, but that doesn't recognize my usb sound card (it
 just finds the built-in one of my laptop).

 The sound card basically works ok, ie. I can record and play via
 'arecord' and 'aplay'. (The best strategy is to have the card plugged in
 at boot, to kill artsd once kde is up and then to reload alsa as root.)

 However I cannot make audacity work with the sound card. AFAIK, audacity
 would use /dev/dsp but though

 johannes2:~# cat /proc/asound/cards
  0 [USB1648]: USB-Audio - PHASE 26 USB(16/48)
   TerraTec PHASE 26 USB(16/48) at
 usb-:00:1d.1-2, full speed
  1 [Modem  ]: ICH-MODEM - Intel 82801DB-ICH4 Modem
   Intel 82801DB-ICH4 Modem at 0x2400, irq 11

 the usb is 0, audacity only works when the usb sound card is not present
 and when the built-in card is 0. Well, the whole idea about the usb-card
 was to get better sound quality for audacity et al.

 Thanks for any help and/or links to get this work!
 Johannes


 [1] /usr/share/doc/Debian/reference/reference.en.pdf.gz

It might be worth asking on the alsa-user list. A while back with someone 
having problems with a sound card problem on a laptop, I suggested a USB one, 
but the reply was that USB ones need a bit of extra work to get them going. 
Either look on the archives or post to the list. I think the reply to get 
them working was something to do with dmix.

 https://lists.sourceforge.net/lists/listinfo/alsa-user
and to post to the list, but you have to register
  alsa-user@lists.sourceforge.net

Hope you get it fixed.

Nigel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Sound Configuration problem on clean Sarge install

2006-07-21 Thread Richard Cookson

Hi,

I'm a Windows user and would like to change my home PC over to Linux. I've 
installed Debian sarge (dual boot, on a separate hard drive) using the 
standard installation procedure and selecting the default 'Desktop' 
packages during install (i386 architecture).
Everything has installed OK but I can't get my sound to work properly. When 
I log in, if I try to use the standard Gnome CD player it recognises the CD 
and starts to play but I don't get any sound, also if I try the standard 
Sound Recorder, when I hit record nothing happens (i.e. it just hangs in 
this case). However, when I look under multimedia configuration at the 
streaming preferences, Audio pipe is set up as OSS (I don't really 
understand this) and when I press test a tone is emitted from the speakers, 
so it's obvious that a suitable driver has been installed, just not 
configured correctly. Also if I switch on the sounds for events on the 
desktop under Gnome configuration these don't work either.


Any ideas where to start with this. I would have expected the configuration 
to be right on a clean install, is it normally or does it always need 
tweaking?


Cheers,


Richard Cookson.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Sound Configuration problem on clean Sarge install

2006-07-21 Thread Pol Hallen
 Audio pipe is set up as OSS (I don't really
 understand this) and when I press test a tone is emitted from the speakers,
 so it's obvious that a suitable driver has been installed, just not
 configured correctly. Also if I switch on the sounds for events on the
 desktop under Gnome configuration these don't work either.
Hi,
i dont use gnome but u can use alsa sound driver ;-)

i dont remember exactly package, but u can search it with:

apt-cache search alsa and install it

u can use lspci to view which audio hardware do u have.

how is the speaker's volume in gnome?

Best R.

Pol


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration problem on clean Sarge install

2006-07-21 Thread T.J. Duchene


If you are using GNOME and want to use ALSA instead you must also
install the gstreamerversion-alsa package if you want to get ALSA
pipes working.  The version number varies depending on which branch of
Debian you have.  I believe it is 0.8 for Sarge.

You can then set ALSA as the default in preferences.  

I'd also make sure you install a mixer, and make sure that your master
volume and PCM are not muted, as they ususally is by default, resulting
in no sound although everything is installed properly.

If you aren't using a stock Debian kernel, you must also make certain
that you have ALSA support installed and available for your hardware,
then load the appropriate driver.  If it doesn't work after that you
probably have a permissions problem with the device node under /dev.

ALSA has been the default sound system for Linux for a number of years,
replacing OSS entirely.  I'll never understand why the option for OSS
even exists anymore in GNOME as far as Linux is concerned.  

One last caveat... OSS does not allow for the sound device to be shared,
so if you are running any OSS applications, I'd turn off all sound
events before you use the applications, as they might refuse to work if
another program is accessing the device.  Yet another reason why OSS is
ancient history.

I do wish you the best of luck.  If I can help further please don't
hesitate, and post to the list or email me directly.

Cheers,
T.J.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration problem on clean Sarge install

2006-07-21 Thread T.J. Duchene
Oh, I forgot.  You might also have to load ALSA's OSS compatibility
driver, if it isn't already when you use an OSS app.  It's normally
named something like snd_pcm_oss, if I recall correctly.

T.J.
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration problem on clean Sarge install

2006-07-21 Thread Jay Fink

Although this is for Mandrake, here is a good document for
setting up sound stuff in general:

http://www.desktoplinux.com/articles/AT8018846552.html

On 7/21/06, T.J. Duchene [EMAIL PROTECTED] wrote:

Oh, I forgot.  You might also have to load ALSA's OSS compatibility
driver, if it isn't already when you use an OSS app.  It's normally
named something like snd_pcm_oss, if I recall correctly.

T.J.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Sound configuration and mount to usb device

2006-04-18 Thread John O'Hagan
On Tue, 18 Apr 2006 02:34 pm, Rocky Ou wrote:
[..]
1. How can I make my computer speak or sing? I mean I can see the
small speaker icon show at the bottom right of my PC's screen(in window
 we call it task bar but i don't know how linux name it) but I can not hear
 any voice. Do I need to apt-get install a particular package to manager my
 sound machinism? What are their names? I do not know the model of my sound
 card but it works fine under windows XP system.

Open a terminal and type in alsaconf (if it's not there you need to install 
the alsa-utils package). Then just answer the questions and it should set up 
your sound for you. (ALSA = Advanced Linux Sound Architecture).

2. How can I mount to my usb port devices? I have a MP3 player. I can
plug into USB port and copy  paste content betwen PC's harddrive and
 MP3 player. But when I switch to Debian, I do not know how to have access
 to it. The USB port works fine tested by plug in a usb keyboard.
 
If you use Gnome or KDE desktops this stuff is usually taken care of for you 
in more recent Debian; but I think it still needs some user configuration in 
Sarge.

Sometimes it is as simple as making sure the usb-storage module is loaded, by 
typing modprobe usb-storage in a terminal.

If not, the basic way to do it manually:

1.  Plug in your drive, wait a few moments, then type dmesg | tail and 
look   
for something like sda: sda1 -  it - it might be sdb2 or whatever - which   

is the name which has been assigned to your drive. Say it was sda1;

2.  Create a new folder in /mnt called whatever you want: say, 
/mnt/mp3player

3.  Now type (as root): mount /dev/sda1 /mnt/mp3player

Now you should be able to see the files in your player in the new folder. 

Make sure you unmount it (umount /dev/sda1) before unplugging. 

This can all be automated but I'll leave that up to the experts to explain. Or 
try google.

If none of this works, ask again with a bit more information: are you using 
Gnome, KDE or something else; what kernel version are you using 
(type uname -r) and what modules are loaded (lsmod).

Hope this helps,

John

P.S. If you're interested, read up on the packages udev, dbus, pmount, hal and 
gnome-volume-manager, which are designed to work together to automate the use 
of removable devices. On my laptop it works beautifully (but I use Etch and 
it may not work for Sarge).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound configuration and mount to usb device

2006-04-18 Thread Landy Bible

Rocky Ou wrote:


   1. How can I mount to my usb port devices? I have a MP3 player. I
  can plug into USB port and copy  paste content betwen PC's
  harddrive and MP3 player. But when I switch to Debian, I do not
  know how to have access to it. The USB port works fine tested by
  plug in a usb keyboard.

If the MP3 player shows up as a file system in Windows (like a e: drive 
or something) and is fat32 compatiable, you could try the mount 
command... I've got a 256 MB Creative MuVo TX FM that I can mount with 
something like the following command...


mount -t vfat /dev/sda1 /mnt/usbdrive  where -t vfat is the file system 
type, /dev/sda1 is what the device shows up as, and /mnt/usbdrive is a 
folder I created.


--
Landy J. Bible

The University of Tulsa
Information Systems Technology Student
IS Computer Helpdesk Tech

Java Programmer
Lighting Designer
Train Nut


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




RE: Sound configuration and mount to usb device

2006-04-18 Thread katipo



 Original Message 
From: [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: RE: Sound configuration and mount to usb device
Date: Tue, 18 Apr 2006 12:34:44 +0800

Hey List,

I have sarge 3.1 runing smoothly on my desktop. Yet I encountered
some
difficulties as I'm wanting more features. If any of you could give
me some
hints regarding to the following items, I would really appreciate
it?

   1. How can I make my computer speak or sing? 

You will have to configure sound.
What desktop environment are you using?
Gnome/KDE/Fluxbox?

 Do I need to apt-get install a particular package to
manager my sound
   machinism?

Yes.

 What are their names?

This will depend on your soundcard.

 I do not know the model of my
sound card

Look under your hardware definitions in your menus.
Make a note of your graphics card and other hardware while you're at
it.

   but it works fine under windows XP system.
   2. How can I mount to my usb port devices? I have a MP3 player. I
can
   plug into USB port and copy  paste content betwen PC's harddrive
and MP3
   player. But when I switch to Debian, I do not know how to have
access to it.
   The USB port works fine tested by plug in a usb keyboard.

It'll work fine with Debian also.
One step at a time.
Start with the soundcard, configuring that, then come back.
Regards,


Thanks a lot in advance!

Rocky




Re: Sound configuration and mount to usb device

2006-04-18 Thread Christopher Nelson
On Tue, Apr 18, 2006 at 12:34:44PM +0800, Rocky Ou wrote:
 Hey List,
 
 I have sarge 3.1 runing smoothly on my desktop. Yet I encountered some
 difficulties as I'm wanting more features. If any of you could give me some
 hints regarding to the following items, I would really appreciate it?
 
1. How can I make my computer speak or sing? I mean I can see the
small speaker icon show at the bottom right of my PC's screen(in window we
call it task bar but i don't know how linux name it) but I can not hear any
voice. Do I need to apt-get install a particular package to manager my 
 sound
machinism? What are their names? I do not know the model of my sound card
but it works fine under windows XP system.

Are you using a 2.4 or 2.6 kernel?  ('uname -r')  If it's 2.4 you need
the alsa-modules package appropriate to your kernel.  If you can't find
it tell us what kernel you have, and we can let you know the package
name.  It should be alsa-modules-your kernel version  You'll also need
alsa-base.  alsa-utils will help you configure it, and alsa-oss will
allow some older programs to output sound.  Once you install alsa-utils
do an 'alsaconf' as root then an 'alsamixer'.  This should set up your
sound card.

2. How can I mount to my usb port devices? I have a MP3 player. I can
plug into USB port and copy  paste content betwen PC's harddrive and MP3
player. But when I switch to Debian, I do not know how to have access to 
 it.
The USB port works fine tested by plug in a usb keyboard.

Others have suggested how to work with that.

-- 
Christopher Nelson -- [EMAIL PROTECTED]
---
If you want your program to be readable, consider supplying the argument.
-- Larry Wall in the perl man page


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Sound configuration and mount to usb device

2006-04-17 Thread Rocky Ou
Hey List,

I have sarge 3.1 runing smoothly on my desktop. Yet I encountered some
difficulties as I'm wanting more features. If any of you could give me
some hints regarding to the following items, I would really appreciate
it?

  How can I make my computer speak or sing? I mean I can see the
small speaker icon show at the bottom right of my PC's screen(in window
we call it task bar but i don't know how linux name it) but I can not
hear any voice. Do I need to apt-get install a particular package to
manager my sound machinism? What are their names? I do not know the
model of my sound card but it works fine under windows XP system.
  How can I mount to my usb port devices? I have a MP3 player. I
can plug into USB port and copy  paste content betwen PC's
harddrive and MP3 player. But when I switch to Debian, I do not know
how to have access to it. The USB port works fine tested by plug in a
usb keyboard.


Thanks a lot in advance!

Rocky


HTML and script font was: Re: Sound Configuration

2005-07-21 Thread Paul Scott

[EMAIL PROTECTED] wrote:



can you send /etc/modules file entries...after doing alsaconf.

what does alsaconf say, did it work correctly?
which debain version are you using? if itsn't sarge, then you might 
need to update it or rebuild kernel.

which sound card do you have?
Check whether hardware is detected properly or not? Use *lspci -vv*

Does anyone else see this as a tiny script font?  Is HTML allowed on 
this list?  Not to mention top-posting and not trimming already read 
information.


Paul Scott


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Sound Configuration

2005-07-21 Thread Martin Kenneth Lopez
Hello,
I re-install the alsa and the alsa-base and then all the steps again
and works
the sound is working fine thanks to all for the help

Martin Kenneth

[EMAIL PROTECTED] wrote:


 can you send /etc/modules file entries...after doing alsaconf.

 what does alsaconf say, did it work correctly?
 which debain version are you using? if itsn't sarge, then you might
 need to update it or rebuild kernel.
 which sound card do you have?
 Check whether hardware is detected properly or not? Use *lspci -vv*





   *Martin Kenneth Lopez [EMAIL PROTECTED]*

 20/07/2005 04:37 PM
 Please respond to kenneth

  
 To:[EMAIL PROTECTED]
 cc:debian-user@lists.debian.org
 Subject:Re: Sound Configuration




 Hello again
 I try all this but still nothing and my kernel is 2.6.8-2-386
 any advice... I been trying but nothing
 thanks

 Martin Kenneth

 [EMAIL PROTECTED] wrote:

 
  now I been trying to add this modules to /etc/modules but I really
 dont
  how... In my /etc/modules I have only this
 
  That means ALSA hasn't been configured properly.
 
  Re-install alsa and configure it again.
 
  apt-get remove alsa
  apt-get remove alsa-base
 
  apt-get install alsa
  apt-get remove alsa-base
 
  then run alsaconf again.
 
  Remove those lines from  /etc/modules.
 
  Which version of Kernel you are using, check with : uname -a
  if it's old one, then do this, before installing ALSA..
  apt-get install *kernel-image-2.6-386*
 
 
 
 
 
 
 
   *Martin Kenneth Lopez [EMAIL PROTECTED]*
 
  20/07/2005 02:34 PM
  Please respond to kenneth
 
 
  To:debian-user@lists.debian.org
  cc:debian-user@lists.debian.org
  Subject:Re: Sound Configuration
 
 
 
 
  Hello
  I still have problems with the sound I already add the
 
  snd_intel8x0
  snd_pcm_oss
  snd_mixer_oss
 
  to /etc/modules
  but when I restart the computer and then I type lsmod the computer
  doesnt load the sound modules... I dont why...
  there is anything else??
  thanks
 
  Martin Kenneth
 
  Colin wrote:
 
  Martin Kenneth Lopez wrote:

  
  Hello,
  I'm having some troubles again with the sound I type lsmod before
  and after alsaconf and this is what I
  have diferent:
  
  snd_intel8x0   33068  1
  snd_ac97_codec 59268  1 snd_intel8x0
  snd_pcm_oss48168  0
  snd_mixer_oss  16640  2 snd_pcm_oss
  snd_pcm85384  2 snd_intel8x0,snd_pcm_oss
  snd_timer  23300  1 snd_pcm
  snd_page_alloc 11144  2 snd_intel8x0,snd_pcm
  gameport4736  1 snd_intel8x0
  snd_mpu401_uart 7296  1 snd_intel8x0
  snd_rawmidi23204  1 snd_mpu401_uart
  snd_seq_device  7944  1 snd_rawmidi
  snd50660  9
 
 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
  soundcore   9824  2 snd
  
  now I been trying to add this modules to /etc/modules but I really
 dont
  how... In my /etc/modules I have only this
  
  
  
  Add this (with an editor as root) to the end of your /etc/modules file:
  
  snd_intel8x0
  snd_pcm_oss
  snd_mixer_oss
  
  

  
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
 
 
  _
  This e-mail has been scanned for viruses by MCI's Internet Managed
  Scanning Services - powered by MessageLabs. For further information
  visit http://www.mci.com
 
 
 
 
 
 
 
  Alliance Bernstein: Winner of Money Management FUND MANAGER OF THE
 YEAR 2005
  Member of the Global AXA Group
 
 
 *
  Important Note
  This email (including any attachments) contains information which is
  confidential and may be subject to legal privilege.  If you are not
  the intended recipient you must not use, distribute or copy this
  email.  If you have received this email in error please notify the
  sender immediately and delete this email. Any views expressed in this
  email are not necessarily the views of AXA.   Thank you.
 
 **
 
 


 _
 This e-mail has been scanned for viruses by MCI's Internet Managed
 Scanning Services - powered by MessageLabs. For further information
 visit http://www.mci.com







 Alliance Bernstein: Winner of Money Management FUND MANAGER OF THE YEAR 
 2005 
 Member of the Global AXA Group

 *
 Important Note
 This email (including any attachments) contains information which is 
 confidential and may be subject to legal privilege.  If you are not 
 the intended

Re: Sound Configuration

2005-07-20 Thread Martin Kenneth Lopez
Hello again
I try all this but still nothing and my kernel is 2.6.8-2-386
any advice... I been trying but nothing
thanks

Martin Kenneth

[EMAIL PROTECTED] wrote:


 now I been trying to add this modules to /etc/modules but I really dont
 how... In my /etc/modules I have only this

 That means ALSA hasn't been configured properly.

 Re-install alsa and configure it again.

 apt-get remove alsa
 apt-get remove alsa-base

 apt-get install alsa
 apt-get remove alsa-base

 then run alsaconf again.

 Remove those lines from  /etc/modules.

 Which version of Kernel you are using, check with : uname -a
 if it's old one, then do this, before installing ALSA..
 apt-get install *kernel-image-2.6-386*







   *Martin Kenneth Lopez [EMAIL PROTECTED]*

 20/07/2005 02:34 PM
 Please respond to kenneth

  
 To:debian-user@lists.debian.org
 cc:debian-user@lists.debian.org
 Subject:Re: Sound Configuration




 Hello
 I still have problems with the sound I already add the

 snd_intel8x0
 snd_pcm_oss
 snd_mixer_oss

 to /etc/modules
 but when I restart the computer and then I type lsmod the computer
 doesnt load the sound modules... I dont why...
 there is anything else??
 thanks

 Martin Kenneth

 Colin wrote:

 Martin Kenneth Lopez wrote:
   
 
 Hello,
 I'm having some troubles again with the sound I type lsmod before
 and after alsaconf and this is what I
 have diferent:
 
 snd_intel8x0   33068  1
 snd_ac97_codec 59268  1 snd_intel8x0
 snd_pcm_oss48168  0
 snd_mixer_oss  16640  2 snd_pcm_oss
 snd_pcm85384  2 snd_intel8x0,snd_pcm_oss
 snd_timer  23300  1 snd_pcm
 snd_page_alloc 11144  2 snd_intel8x0,snd_pcm
 gameport4736  1 snd_intel8x0
 snd_mpu401_uart 7296  1 snd_intel8x0
 snd_rawmidi23204  1 snd_mpu401_uart
 snd_seq_device  7944  1 snd_rawmidi
 snd50660  9
 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
 soundcore   9824  2 snd
 
 now I been trying to add this modules to /etc/modules but I really dont
 how... In my /etc/modules I have only this
 
 
 
 Add this (with an editor as root) to the end of your /etc/modules file:
 
 snd_intel8x0
 snd_pcm_oss
 snd_mixer_oss
 
 
   
 


 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]


 _
 This e-mail has been scanned for viruses by MCI's Internet Managed
 Scanning Services - powered by MessageLabs. For further information
 visit http://www.mci.com







 Alliance Bernstein: Winner of Money Management FUND MANAGER OF THE YEAR 
 2005 
 Member of the Global AXA Group

 *
 Important Note
 This email (including any attachments) contains information which is 
 confidential and may be subject to legal privilege.  If you are not 
 the intended recipient you must not use, distribute or copy this 
 email.  If you have received this email in error please notify the 
 sender immediately and delete this email. Any views expressed in this 
 email are not necessarily the views of AXA.   Thank you.
 **




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-20 Thread Thomas Hood
On Tue, 19 Jul 2005 23:34:26 -0500, Martin Kenneth Lopez wrote:
 I still have problems with the sound I already add the
 
 snd_intel8x0
 snd_pcm_oss
 snd_mixer_oss
 
 to /etc/modules
 but when I restart the computer and then I type lsmod the computer doesnt 
 load the sound modules... I dont why...
 there is anything else?? 

Install the latest alsa-base and linux-sound-base packages and make sure
that 'ALSA' is selected in the debconf menu.

-- 
Thomas Hood


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-20 Thread ankur . kumar

can you send /etc/modules file entries...after doing alsaconf. 

what does alsaconf say, did it work correctly?
which debain version are you using? if itsn't sarge, then you might need to update it or rebuild kernel.
which sound card do you have?
Check whether hardware is detected properly or not? Use lspci -vv








Martin Kenneth Lopez [EMAIL PROTECTED]
20/07/2005 04:37 PM
Please respond to kenneth


To:[EMAIL PROTECTED]
cc:debian-user@lists.debian.org
Subject:Re: Sound Configuration


Hello again
I try all this but still nothing and my kernel is 2.6.8-2-386
any advice... I been trying but nothing
thanks

Martin Kenneth

[EMAIL PROTECTED] wrote:


 now I been trying to add this modules to /etc/modules but I really dont
 how... In my /etc/modules I have only this

 That means ALSA hasn't been configured properly.

 Re-install alsa and configure it again.

 apt-get remove alsa
 apt-get remove alsa-base

 apt-get install alsa
 apt-get remove alsa-base

 then run alsaconf again.

 Remove those lines from /etc/modules.

 Which version of Kernel you are using, check with : uname -a
 if it's old one, then do this, before installing ALSA..
 apt-get install *kernel-image-2.6-386*







 *Martin Kenneth Lopez [EMAIL PROTECTED]*

 20/07/2005 02:34 PM
 Please respond to kenneth

 
 To:debian-user@lists.debian.org
 cc:debian-user@lists.debian.org
 Subject:Re: Sound Configuration




 Hello
 I still have problems with the sound I already add the

 snd_intel8x0
 snd_pcm_oss
 snd_mixer_oss

 to /etc/modules
 but when I restart the computer and then I type lsmod the computer
 doesnt load the sound modules... I dont why...
 there is anything else??
 thanks

 Martin Kenneth

 Colin wrote:

 Martin Kenneth Lopez wrote:
  
 
 Hello,
 I'm having some troubles again with the sound I type lsmod before
 and after alsaconf and this is what I
 have diferent:
 
 snd_intel8x0  33068 1
 snd_ac97_codec 59268 1 snd_intel8x0
 snd_pcm_oss  48168 0
 snd_mixer_oss 16640 2 snd_pcm_oss
 snd_pcm85384 2 snd_intel8x0,snd_pcm_oss
 snd_timer   23300 1 snd_pcm
 snd_page_alloc 11144 2 snd_intel8x0,snd_pcm
 gameport4736 1 snd_intel8x0
 snd_mpu401_uart 7296 1 snd_intel8x0
 snd_rawmidi  23204 1 snd_mpu401_uart
 snd_seq_device 7944 1 snd_rawmidi
 snd  50660 9
 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
 soundcore9824 2 snd
 
 now I been trying to add this modules to /etc/modules but I really dont
 how... In my /etc/modules I have only this
   
 
 
 Add this (with an editor as root) to the end of your /etc/modules file:
 
 snd_intel8x0
 snd_pcm_oss
 snd_mixer_oss
 
 
  
 


 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]


 _
 This e-mail has been scanned for viruses by MCI's Internet Managed
 Scanning Services - powered by MessageLabs. For further information
 visit http://www.mci.com







 Alliance Bernstein: Winner of Money Management FUND MANAGER OF THE YEAR 2005 
 Member of the Global AXA Group

 *
 Important Note
 This email (including any attachments) contains information which is 
 confidential and may be subject to legal privilege. If you are not 
 the intended recipient you must not use, distribute or copy this 
 email. If you have received this email in error please notify the 
 sender immediately and delete this email. Any views expressed in this 
 email are not necessarily the views of AXA.  Thank you.
 **




_ 
This e-mail has been scanned for viruses by MCI's Internet Managed 
Scanning Services - powered by MessageLabs. For further information 
visit http://www.mci.com




AllianceBernstein:WinnerofMoneyManagementFUNDMANAGEROFTHEYEAR2005
MemberoftheGlobalAXAGroup

*
ImportantNote
Thisemail(includinganyattachments)containsinformationwhichis
confidentialandmaybesubjecttolegalprivilege.Ifyouarenot
theintendedrecipientyoumustnotuse,distributeorcopythis
email.Ifyouhavereceivedthisemailinerrorpleasenotifythe
senderimmediatelyanddeletethisemail.Anyviewsexpressedinthis
emailarenotnecessarilytheviewsofAXA.Thankyou.
**

Sound configuration

2005-07-20 Thread MJang
Folks, 

I'm familiar with alsamixer, and how 

alsactl store

saves default settings in the /var/lib/alsa/asound.state file. 

But I can't figure out where gnome-volume-control saves settings. I'm
assuming it's one of the individual user's config files, but can't find
it.

Does anyone else here know?

Thanks,
Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-19 Thread L.V.Gandhi
On 7/19/05, Lorenzo Taylor [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Reply- debian-user@lists.debian.org
 In-Reply-To: [EMAIL PROTECTED]
 OS: Debian GNU/Linux Unstable (Sid)
 Linux-Kernel: 2.6.11-1-k7
 Linux-User: 346322 (http://counter.li.org)
 
 Martin Kenneth Lopez's comments on Sound Configuration were as follows:
 # I just install Debian Sarge in my Laptop (Dell Inspiron 2650) I use
 # alsaconf to setup up the sound card and everything
 # was fine, but when I restart the computer the sound doesnt work anymore
 # I have to setup up again. Do I have to change something else. This is
 # the first time that I install Debian,
 
 I had the same problem when installing Sarge on my laptop.  It seems that the
 way to fix this is to install discover in place of discover1.  At least it
 worked for me.
 
 aptitude install discover
Normally both oss and alsa drivers compete. Hence the problem. See
lsmod for i810_audio and intel8x0. If both are there, then in
/etc/discover.conf put skip i810_audio. Then do alsaconf as root or
sudo.

L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042



Re: Sound Configuration

2005-07-19 Thread Martin Kenneth Lopez
Hello,
I'm having some troubles again with the sound I type lsmod before
and after alsaconf and this is what I
have diferent:

snd_intel8x0   33068  1
snd_ac97_codec 59268  1 snd_intel8x0
snd_pcm_oss48168  0
snd_mixer_oss  16640  2 snd_pcm_oss
snd_pcm85384  2 snd_intel8x0,snd_pcm_oss
snd_timer  23300  1 snd_pcm
snd_page_alloc 11144  2 snd_intel8x0,snd_pcm
gameport4736  1 snd_intel8x0
snd_mpu401_uart 7296  1 snd_intel8x0
snd_rawmidi23204  1 snd_mpu401_uart
snd_seq_device  7944  1 snd_rawmidi
snd50660  9
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore   9824  2 snd

now I been trying to add this modules to /etc/modules but I really dont
how... In my /etc/modules I have only this

ide-cd
ide-disk
ide-generic
psmouse

should  I add just snd_intel8x0 or I'm wrong...
thanks

Martin Kenneth

Colin wrote:

Martin Kenneth Lopez wrote:
  

Hello everyone,
I just install Debian Sarge in my Laptop (Dell Inspiron 2650) I use
alsaconf to setup up the sound card and everything
was fine, but when I restart the computer the sound doesnt work anymore
I have to setup up again. Do I have to change something else. This is
the first time that I install Debian, well thanks, bye

Martin Kenneth Lopez



Do an lsmod before and after alsaconf and add the extra modules after
alsaconf to /etc/modules


  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-19 Thread Thomas Hood
On Tue, 19 Jul 2005 12:25:15 -0500, Martin Kenneth Lopez wrote:
 should  I add just snd_intel8x0 or I'm wrong...


Yes, just add snd-intel8x0.

-- 
Thomas Hood



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-19 Thread Colin
Martin Kenneth Lopez wrote:
 Hello,
 I'm having some troubles again with the sound I type lsmod before
 and after alsaconf and this is what I
 have diferent:
 
 snd_intel8x0   33068  1
 snd_ac97_codec 59268  1 snd_intel8x0
 snd_pcm_oss48168  0
 snd_mixer_oss  16640  2 snd_pcm_oss
 snd_pcm85384  2 snd_intel8x0,snd_pcm_oss
 snd_timer  23300  1 snd_pcm
 snd_page_alloc 11144  2 snd_intel8x0,snd_pcm
 gameport4736  1 snd_intel8x0
 snd_mpu401_uart 7296  1 snd_intel8x0
 snd_rawmidi23204  1 snd_mpu401_uart
 snd_seq_device  7944  1 snd_rawmidi
 snd50660  9
 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
 soundcore   9824  2 snd
 
 now I been trying to add this modules to /etc/modules but I really dont
 how... In my /etc/modules I have only this

Add this (with an editor as root) to the end of your /etc/modules file:

snd_intel8x0
snd_pcm_oss
snd_mixer_oss


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-19 Thread Martin Kenneth Lopez
Hello
I still have problems with the sound I already add the

snd_intel8x0
snd_pcm_oss
snd_mixer_oss

to /etc/modules
but when I restart the computer and then I type lsmod the computer doesnt load 
the sound modules... I dont why...
there is anything else?? 
thanks

Martin Kenneth

Colin wrote:

Martin Kenneth Lopez wrote:
  

Hello,
I'm having some troubles again with the sound I type lsmod before
and after alsaconf and this is what I
have diferent:

snd_intel8x0   33068  1
snd_ac97_codec 59268  1 snd_intel8x0
snd_pcm_oss48168  0
snd_mixer_oss  16640  2 snd_pcm_oss
snd_pcm85384  2 snd_intel8x0,snd_pcm_oss
snd_timer  23300  1 snd_pcm
snd_page_alloc 11144  2 snd_intel8x0,snd_pcm
gameport4736  1 snd_intel8x0
snd_mpu401_uart 7296  1 snd_intel8x0
snd_rawmidi23204  1 snd_mpu401_uart
snd_seq_device  7944  1 snd_rawmidi
snd50660  9
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore   9824  2 snd

now I been trying to add this modules to /etc/modules but I really dont
how... In my /etc/modules I have only this



Add this (with an editor as root) to the end of your /etc/modules file:

snd_intel8x0
snd_pcm_oss
snd_mixer_oss


  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-19 Thread ankur . kumar

now I been trying to add this modules to /etc/modules but I really dont
how... In my /etc/modules I have only this

That means ALSA hasn't been configured properly.

Re-install alsa and configure it again.

apt-get remove alsa 
apt-get remove alsa-base

apt-get install alsa 
apt-get remove alsa-base

then run alsaconf again.

Remove those lines from /etc/modules.

Which version of Kernel you are using, check with : uname -a 
if it's old one, then do this, before installing ALSA..
apt-get install kernel-image-2.6-386










Martin Kenneth Lopez [EMAIL PROTECTED]
20/07/2005 02:34 PM
Please respond to kenneth


To:debian-user@lists.debian.org
cc:debian-user@lists.debian.org
Subject:Re: Sound Configuration


Hello
I still have problems with the sound I already add the

snd_intel8x0
snd_pcm_oss
snd_mixer_oss

to /etc/modules
but when I restart the computer and then I type lsmod the computer doesnt load the sound modules... I dont why...
there is anything else?? 
thanks

Martin Kenneth

Colin wrote:

Martin Kenneth Lopez wrote:
 

Hello,
I'm having some troubles again with the sound I type lsmod before
and after alsaconf and this is what I
have diferent:

snd_intel8x0  33068 1
snd_ac97_codec 59268 1 snd_intel8x0
snd_pcm_oss  48168 0
snd_mixer_oss 16640 2 snd_pcm_oss
snd_pcm85384 2 snd_intel8x0,snd_pcm_oss
snd_timer   23300 1 snd_pcm
snd_page_alloc 11144 2 snd_intel8x0,snd_pcm
gameport4736 1 snd_intel8x0
snd_mpu401_uart 7296 1 snd_intel8x0
snd_rawmidi  23204 1 snd_mpu401_uart
snd_seq_device 7944 1 snd_rawmidi
snd  50660 9
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore9824 2 snd

now I been trying to add this modules to /etc/modules but I really dont
how... In my /etc/modules I have only this
  


Add this (with an editor as root) to the end of your /etc/modules file:

snd_intel8x0
snd_pcm_oss
snd_mixer_oss


 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


_ 
This e-mail has been scanned for viruses by MCI's Internet Managed 
Scanning Services - powered by MessageLabs. For further information 
visit http://www.mci.com




AllianceBernstein:WinnerofMoneyManagementFUNDMANAGEROFTHEYEAR2005
MemberoftheGlobalAXAGroup

*
ImportantNote
Thisemail(includinganyattachments)containsinformationwhichis
confidentialandmaybesubjecttolegalprivilege.Ifyouarenot
theintendedrecipientyoumustnotuse,distributeorcopythis
email.Ifyouhavereceivedthisemailinerrorpleasenotifythe
senderimmediatelyanddeletethisemail.Anyviewsexpressedinthis
emailarenotnecessarilytheviewsofAXA.Thankyou.
**

Sound Configuration

2005-07-18 Thread Martin Kenneth Lopez
Hello everyone,
I just install Debian Sarge in my Laptop (Dell Inspiron 2650) I use
alsaconf to setup up the sound card and everything
was fine, but when I restart the computer the sound doesnt work anymore
I have to setup up again. Do I have to change something else. This is
the first time that I install Debian, well thanks, bye

Martin Kenneth Lopez


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-18 Thread Thomas Hood
On Mon, 18 Jul 2005 10:06:15 -0500, Martin Kenneth Lopez wrote:
 Hello everyone,
 I just install Debian Sarge in my Laptop (Dell Inspiron 2650) I use
 alsaconf to setup up the sound card and everything
 was fine, but when I restart the computer the sound doesnt work anymore
 I have to setup up again. Do I have to change something else. This is
 the first time that I install Debian, well thanks, bye


Sound driver modules should be loaded by hotplug or discover.  If they
aren't, add their names to /etc/modules.

-- 
Thomas Hood


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-18 Thread Jonathan Kaye
En/La Martin Kenneth Lopez ha escrit, a 18/07/05 17:06:
 Hello everyone,
 I just install Debian Sarge in my Laptop (Dell Inspiron 2650) I use
 alsaconf to setup up the sound card and everything
 was fine, but when I restart the computer the sound doesnt work anymore
 I have to setup up again. Do I have to change something else. This is
 the first time that I install Debian, well thanks, bye
 
 Martin Kenneth Lopez
 
 
Get your sound working again by running alsamixer.
Then as root run
#alsactl store
That should solve the problem.
Regards,
Jonathan

-- 
Please don't cc: your posting to my personal address.
Thank you.


signature.asc
Description: OpenPGP digital signature


Re: Sound Configuration

2005-07-18 Thread Colin
Martin Kenneth Lopez wrote:
 Hello everyone,
 I just install Debian Sarge in my Laptop (Dell Inspiron 2650) I use
 alsaconf to setup up the sound card and everything
 was fine, but when I restart the computer the sound doesnt work anymore
 I have to setup up again. Do I have to change something else. This is
 the first time that I install Debian, well thanks, bye
 
 Martin Kenneth Lopez

Do an lsmod before and after alsaconf and add the extra modules after
alsaconf to /etc/modules


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-18 Thread Martin Kenneth Lopez
Hello,
Thanks to all for the help... my soundcard it's working now, thanks

Martin

Colin wrote:

Martin Kenneth Lopez wrote:
  

Hello everyone,
I just install Debian Sarge in my Laptop (Dell Inspiron 2650) I use
alsaconf to setup up the sound card and everything
was fine, but when I restart the computer the sound doesnt work anymore
I have to setup up again. Do I have to change something else. This is
the first time that I install Debian, well thanks, bye

Martin Kenneth Lopez



Do an lsmod before and after alsaconf and add the extra modules after
alsaconf to /etc/modules


  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound Configuration

2005-07-18 Thread Lorenzo Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Reply- debian-user@lists.debian.org
In-Reply-To: [EMAIL PROTECTED]
OS: Debian GNU/Linux Unstable (Sid)
Linux-Kernel: 2.6.11-1-k7
Linux-User: 346322 (http://counter.li.org)

Martin Kenneth Lopez's comments on Sound Configuration were as follows:
# I just install Debian Sarge in my Laptop (Dell Inspiron 2650) I use
# alsaconf to setup up the sound card and everything
# was fine, but when I restart the computer the sound doesnt work anymore
# I have to setup up again. Do I have to change something else. This is
# the first time that I install Debian,

I had the same problem when installing Sarge on my laptop.  It seems that the
way to fix this is to install discover in place of discover1.  At least it
worked for me.

aptitude install discover

HTH,
Lorenzo
- -- 
- -BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s:+ a- C+++ UL P+ L+++ E- W++ N o K- w---
O M V- PS+++ PE Y+ PGP++ t++ 5+ X+ R tv-- b++ DI-- D+
G e* h r+++ y+++
- --END GEEK CODE BLOCK--
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC3IuPG9IpekrhBfIRAt4TAKC29xdU1jW9NziJclO3y7rLP3lPIwCfToH5
5KaEUHggVfHV0n3Lnmxqlvo=
=EKin
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Debian Sound Configuration

2005-07-04 Thread Leonardo Sá
I have a C-Media 8738 Sound Card (not onboard), but I have no clue
where to configure it. I have 5.1 speakers that works fine under
windows, but only the front speakers works under sarge out of the box.
I Tried to understand the alsa and oss sound systems but documentation
over the internet seems to be a little bit confuse... Anyone has any
ideas?

Best Regards,
Leo


Sound configuration (arts+alsa+jack+synth)

2004-08-23 Thread Felipe Massia Pereira
From Rosegarden FAQ [1]:
   Alsa? aRts? huh???
I would like to use music editors like Rosegarden and it is very tough 
to configure the environment so it can play MIDI through soft synthesis. 
I could do it with timidity -Oj -iA, but JACK is losing frames. I did 
not get fluidsynth/qsynth to work with Rosegarden.

[[ I do not know if I took the right steps, though: downloaded a 
soundfont from hammersound; installed fluidsynth and jackd*; killed 
arts; ran jack -d alsa and fluidsynth -m alsa_seq -a jack font.sf2; 
tried to play in Rosegarden; nothing ]]

I miss a utility that configure sound properly (all the environment, not 
only ALSA) and documentation about configuring all these together 
(arts+jack+alsa). I could not find any documentation about it in Debian 
Reference, although AFAIK Debian docs are being rewritten for the next 
release. The Linux Sound HOWTO [2] was last updated on 2001. Searching 
on Google [3,4] gives many maillist messages and most recent is from 
2002. Many things I found are for older kernels (2.2 and 2.4).

When I tell aRts to use JACK, at KDE startup, aRts does not find JACK. I 
suppose I should call jackd at some place in KDE session start, before aRts.

In fact, my problem is: my adapter/driver (snd_intel8x0) accepts only 
one channel so I need to mix channels by software; also I want to use 
Rosegarden which needs synthesis. aRts seems the natural option since I 
use KDE (I guess I have no other choice besides arts and esd). 
Rosegarden site tells me that I need jack+{fluidsynth,timidity} and that 
I should prefer fluidsynth.

I'm using kernel 2.6.7 and I have used alsaconf to set up sound card.
[1] http://www.rosegardenmusic.com/resources/faq/#toc30
[2] http://en.tldp.org/HOWTO/Sound-HOWTO/
[3] http://www.google.com/search?q=sound+configuration+site%3Adebian.org
[4] http://www.google.com/search?q=debian+sound+configuration
--
Felipe
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



2.4.18-bf2.4 and Alsa sound configuration

2003-09-15 Thread William Sykes
All, 
Can I run Sound on this Kernel Version without patching the Kernel?

Im running 2.4.18-bf2.4 on an IBM thinkpad with a ESS1969 card.
I am trying to use Alsa, but I am getting Can't locate module snd

I remember messing with this once before and failing.
Is there a problem with the version of the Kernel I am running and Alsa.

If so are there any workarounds?

Thanks in advance
-Will


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



2.4.18-bf2.4 and Alsa sound configuration

2003-09-15 Thread wsykes.lists
All, 
Can I run Sound on this Kernel Version without patching the Kernel?

Im running 2.4.18-bf2.4 on an IBM thinkpad with a ESS1969 card.
I am trying to use Alsa, but I am getting Can't locate module snd

I remember messing with this once before and failing.
Is there a problem with the version of the Kernel I am running and Alsa.

If so are there any workarounds?

Thanks in advance
-Will

-- 
William Sykes
Systems Engineer
DeepNines


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: 2.4.18-bf2.4 and Alsa sound configuration

2003-09-15 Thread Ismael Valladolid Torres
El lunes, 15 de septiembre de 2003, a las 13:54, wsykes.lists escribe:
 I am trying to use Alsa, but I am getting Can't locate module snd

Which alsa packages do you have installed? It seems like only
alsa-base, is this true?

Regards, Ismael
-- 
Tout fourmille de commentaries; d'auteurs il en est grande cherté


signature.asc
Description: Digital signature


sound configuration in Debian

2003-07-26 Thread Italian Superstar
Hi,
I use a Sound Blaster PCI sound card but my X-Window cannot recognise it. It 
displays a message saying /dev/dsp cannot be opened. Permission denied. 
Sound output is null. Can someone tell me how to configure my sound card on 
Debian.

PS. Thanx to everyone who's helped me configure my wireless mouse. I simply 
ran dpkg-reconfigure xserver-xfree86 and selected /dev/psaux and ImPS/2 
for my mouse device and presto! Once again, thanx.

_
Hot chart ringtones and polyphonics. Go to  
http://ninemsn.com.au/share/redir/adTrack.asp?mode=clickclientID=174referral=Hotmail_taglines_plainURL=http://ninemsn.com.au/mobilemania/default.asp

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sound configuration in Debian

2003-07-26 Thread Andreas Janssen
Hello

Italian Superstar wrote:

 I use a Sound Blaster PCI sound card but my X-Window cannot recognise
 it. It displays a message saying /dev/dsp cannot be opened. Permission
 denied. Sound output is null. Can someone tell me how to configure my
 sound card on Debian.

This has nothing to do with your X-Window-System. It is a permission
problem. As you were already told in both replies to your last message,
you must add the user to the audio group to have access to the sound
device files (and log out and in again to apply the changes).

best regards
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sound configuration in Debian

2003-07-26 Thread Andrew McGuinness
Italian Superstar wrote:
Hi,
I use a Sound Blaster PCI sound card but my X-Window cannot recognise 
it. It displays a message saying /dev/dsp cannot be opened. Permission 
denied. Sound output is null. Can someone tell me how to configure my 
sound card on Debian.

It's not X that uses the sound card, but...

It sounds like you don't have permission on the sound devices.  In 
Debian this is handled with the audio group.

If your user ID is fred, do (as root)

# adduser fred audio

You will need to restart your X session to pick up the new group.

Another group you might want to add at some point is cdrom

Andrew

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sound configuration in Debian

2003-07-26 Thread Richard Lyons
On Saturday 26 July 2003 13:57, Andrew McGuinness wrote:
[...]
 # adduser fred audio

I was hoping this was my problem too, but no.  Mine is not a 
soundblaster, it is woody on a thinkpad570, which I believe has a 
Cirrus Logic CS 4614 Chip (but I don't know as it's second user kit 
with no documentation).  I get the following error message - similar 
but different:

   Sound server informational message:
   Error while initializing the sound driver:
   device /dev/dsp can't be opened (No such device)
   The sound server will continue, using the null output device.

Any hints where to start sctratching...?

-- 
richard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sound configuration in Debian

2003-07-26 Thread Andreas Janssen
Hello

Richard Lyons wrote:

 On Saturday 26 July 2003 13:57, Andrew McGuinness wrote:
 [...]
 # adduser fred audio
 
 I was hoping this was my problem too, but no.  Mine is not a
 soundblaster, it is woody on a thinkpad570, which I believe has a
 Cirrus Logic CS 4614 Chip (but I don't know as it's second user kit
 with no documentation).  I get the following error message - similar
 but different:
 
Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such device)
The sound server will continue, using the null output device.
 
 Any hints where to start sctratching...?

Check if the driver for your sound card is loaded. There seems to be a
driver calles cs46xx in the kernel as well as an alsa driver called
snd-card-cs461x.

Go here for more info:
http://www.sonic.net/~rknop/linux/tp570.html

best regards
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sound configuration in Debian

2003-07-26 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 26 July 2003 09:23 am, Richard Lyons wrote:
 On Saturday 26 July 2003 13:57, Andrew McGuinness wrote:
 [...]

  # adduser fred audio

 I was hoping this was my problem too, but no.  Mine is not a
 soundblaster, it is woody on a thinkpad570, which I believe has a
 Cirrus Logic CS 4614 Chip (but I don't know as it's second user kit
 with no documentation).  

'lspci' will give you any info on whats attched to the pci bus. If your 
sound isn't on an ISA bus this will give you the chipset info.
- -- 
Greg Madden
Debian GNU/Linux
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/It5Rk7rtxKWZzGsRAjYWAJ9ENbpy9YYAh1ursnF7+plK/j7L8QCeJ8DC
v7i0aMy7WSMKMvnL6PU+P+M=
=eWgj
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sound configuration in Debian

2003-07-26 Thread Richard Lyons
Thanks guys.  Andreas, Greg, and Paul: all your advice was good.  
Added the module and all is sunshine!

-- 
richard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



having trouble with ad1816 sound configuration

2003-03-28 Thread Russell Zauner
Hi,
The machine is an HP VISUALIZE P700C.  It has integrated
sound using an AD1816 chip (from the technical reference). 
I try to load the right module in modconf and get an error,
however, I see in many searches on the web that people have
had success with the ad1848 modules.  The ad1848 modules
load successfully.  

But no matter what I do, sndconfig or alsaconfig can't find
the chip.  The HP tech reference says it's interfaced
through the ISA bus, so I'm surprised that isapnp doesn't
see it either (usually isapnp finds EVERYTHING, especially
stuff that win2k refuses to admit exsistance of).  

And even when I get the config utilities up, they say that
can't see any of the 1848 modules that modconf said it
loaded successfully.  I've seen a lot of talk on the net
about updating to 2.4.20 to fix sound problems...I'm
currently running the stock bf24 kernel, which I think is
2.4.18.

I tried disabling the bios pnp function to try and let linux
take over configuration, but that didn't seem to alter
behavior at all.

I searched the archives but wasn't able to come up with
anything that seemed related...Any words of wisdom to offer?

Thanks for the help, plz cc:me

-russ

PS please don't crucify me but as anyone who's worked with
them knows, the HP systems are sometimes a real pain to tear
into and I'm going on faith with the technical reference
saying that it's an ad1816.  The thought has crossed my mind
that there may be other pieces on the board to complete the
chipset, I don't know for sure just how integrated the
ad1816 is.  I think I'll pull a spec from Analog Devices,
now that I'm curious...

Nice.  I just checked.  I can't get the datasheet off
the site.  the part is obsolete (as is the ad1848)...but it
worked great under windows and alsa says that it's
supported! (I received the box with win2k on it)

PSS if anyone is interested in the technical reference
(covers all pentium III based HP workstations) I have the
complete pdf (1.8 MB).  These would be great boxen to recyle
into linii, they're very solid and use high quality parts,
midi/game ports and everything are built right in (I would
consider using this as a midi workstation, easy).  Probably
run another 20yr at least, and have a cool LCD built in the
front that reports system stuff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



DSL and Sound Configuration

2003-01-20 Thread Kris K
Hi all:

I'm having problems configuring my ADSL connection w/Debian.  I have a 
Lynksys BEFW11S4 V.2 Etherfast Router that connects to the internet via my 
Efficient Network's 5360 Speedstream Modem.  I use a Lynksys 10/100 
Etherfast Card.  Here's the rundown.

On a previous install of Debian, I was unable to get X to start, though I 
had a fully functional internet connection that I used to d/l Debian.

Decided to reinstall - this time, got X to run, but, ironically, my internet 
is down.  Damn, are computer's fickle?  LOL.

I installed the 'ppp' module into my kernel like I normally do in the Debian 
install.  No joy.  Tried removing that module.  No joy.  Added just 
'ppp_deflate'.  Nope.  Tried 'ppp' and 'ppp_deflate' together.  Nada.

I ran 'pppoeconfig' (or is it just 'pppconfig'?  it's the 'ADSL/PPPOE' 
Configurator in the Debian Menu) - it won't run on the initial try, and 
prompts me to run 'modconf'.  After selecting and removing/installing one of 
the modules (apparently, it just wants a change, and it doesn't care what), 
'modconf' dumps me back into 'pppoeconfig' - which tells me that it now 
detects my Ethernet Card, and then tries to auto-config everything.  That's 
when it tells me no - it can't detect the setup from the 'provider' - I'm 
assuming that's the router.  It also says that its possible that other 
processes are using the interface 'eth0' - my ethernet card.

That's it.

Next is my soundcard - a Soundblaster 128PCI - aka: ES1371.  Everytime I 
start up KDE, it brings up a dialogue box that I used to get with Mandrake - 
'do not have permissions to device '/dev/dsp''.  I tried changing the 
permissions on it, but it didn't work.  I never did fix the problem - just 
installed SuSE on top of it.  LOL - I'm lazy.  But, I like Debian too much 
to just quit at it.  That's why I'm asking you guys.  Any ideas for either 
of these two problems?  Thanks a lot.

Regaurds,
Kris Kerwin



_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DSL and Sound Configuration

2003-01-20 Thread Greg Madden
On Monday 20 January 2003 02:26 pm, Kris K wrote:
 Hi all:

 I'm having problems configuring my ADSL connection w/Debian.  I have a
 Lynksys BEFW11S4 V.2 Etherfast Router that connects to the internet via
 my Efficient Network's 5360 Speedstream Modem.  I use a Lynksys 10/100
 Etherfast Card.  Here's the rundown.

 On a previous install of Debian, I was unable to get X to start, though
 I had a fully functional internet connection that I used to d/l Debian.

 Decided to reinstall - this time, got X to run, but, ironically, my
 internet is down.  Damn, are computer's fickle?  LOL.

 I installed the 'ppp' module into my kernel like I normally do in the
 Debian install.  No joy.  Tried removing that module.  No joy.  Added
 just 'ppp_deflate'.  Nope.  Tried 'ppp' and 'ppp_deflate' together. 
 Nada.

 I ran 'pppoeconfig' (or is it just 'pppconfig'?  it's the 'ADSL/PPPOE'
 Configurator in the Debian Menu) - it won't run on the initial try, and
 prompts me to run 'modconf'.  After selecting and removing/installing
 one of the modules (apparently, it just wants a change, and it doesn't
 care what), 'modconf' dumps me back into 'pppoeconfig' - which tells me
 that it now detects my Ethernet Card, and then tries to auto-config
 everything.  That's when it tells me no - it can't detect the setup
 from the 'provider' - I'm assuming that's the router.  It also says
 that its possible that other processes are using the interface 'eth0' -
 my ethernet card.

AFAIK you do not setup PPPOE on Debian, the router does the PPPOE stuff 
with your ISP. All you need to do is set up you nic card,  (hopefully) 
use dhcp to get an address from the router.

 That's it.

 Next is my soundcard - a Soundblaster 128PCI - aka: ES1371.  Everytime
 I start up KDE, it brings up a dialogue box that I used to get with
 Mandrake - 'do not have permissions to device '/dev/dsp''.  I tried
 changing the permissions on it, but it didn't work.  I never did fix
 the problem - just installed SuSE on top of it.  LOL - I'm lazy.  But,
 I like Debian too much to just quit at it.  That's why I'm asking you
 guys.  Any ideas for either of these two problems?  Thanks a lot.

 Regaurds,
 Kris Kerwin

Add the user (you?) to the group that is shown for the device, i.e  'ls -l  
/dev/dsp' will show 'audio' as the group for the ~/dsp device. Use 
'adduser' to do this. You also need to restart x-window for the change to 
be effective.
-- 
Greg Madden


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: DSL and Sound Configuration

2003-01-20 Thread Bob Proulx
Kris K wrote:
 
 I'm having problems configuring my ADSL connection w/Debian.  I have a 
 Lynksys BEFW11S4 V.2 Etherfast Router that connects to the internet via my 
 Efficient Network's 5360 Speedstream Modem.  I use a Lynksys 10/100 
 Etherfast Card.  Here's the rundown.

Okay, stop right there.  Take a deep breath.  Repeat after me.  The
Speedstream connects to the Internet.  The Linksys router connects to
the modem.  The computer connects to the router.  The ankle bone
connects to the knee bone.

Only the dsl modem needs to know about dsl.  All of the others use
simple IP to connect to each other.  Presumably you have already
programmed your modem with all of the information such as passwords
that you needed to connect to your ISP.

 Decided to reinstall - this time, got X to run, but, ironically, my 
 internet is down.  Damn, are computer's fickle?  LOL.

Did you configure for DHCP?  Check /etc/network/interfaces and look for:
  auto eth0
  iface eth0 inet dhcp

Check that your network card is recognized by looking at 'ifconfig'.

  ifconfig eth0

You may need to load a module in /etc/modules.  In which case you need
to have 'tulip' in /etc/modules for a Linksys card.  Just editing the
file and rebooting works.  But I recommend that you use modconf to put
it there.  You must have missed doing that during the initial
install.  This is the same area where you selected your es1371 sound
driver.

  modconf

Page down to where it says 'tulip' submenu of tulip drivers and select
it.  Then on the next page select the tulip driver no description
available and let modconf add it to your kernel.

 I installed the 'ppp' module into my kernel like I normally do in the 
 Debian install.  No joy.  Tried removing that module.  No joy.  Added just 
 'ppp_deflate'.  Nope.  Tried 'ppp' and 'ppp_deflate' together.  Nada.

Unless you are actually using ppp such as over a phone line or serial
line or some ssh+ppp vpn solution you do not need to do this.

 Next is my soundcard - a Soundblaster 128PCI - aka: ES1371.  Everytime I 
 start up KDE, it brings up a dialogue box that I used to get with Mandrake 
 - 'do not have permissions to device '/dev/dsp''.  I tried changing the 
 permissions on it, but it didn't work.  I never did fix the problem - just 
 installed SuSE on top of it.  LOL - I'm lazy.  But, I like Debian too much 
 to just quit at it.  That's why I'm asking you guys.  Any ideas for either 
 of these two problems?  Thanks a lot.

  adduser your user id audio

Then log out and log back in again.  When you log in you will be in
the audio group and will be able to access /dev/dsp.

Bob



msg25229/pgp0.pgp
Description: PGP signature


problem with my sound configuration!!!

2002-05-03 Thread Joel
I can't figure out how to make my sound hardware work. I am running 
potato. Compiled ALSA in my 2.5.9 kernel.
Using xmms to play my mp3's reports no problem and the display shows 
normal playback but there is no sound output.
I have made adjustments to my volume using the mixer. I am sure the 
volume is not zero.


One thing I have noticed, my sound hardware uses IRQ 9 in Win2000 but it 
uses IRQ 9 here. Is this relevant to my problem?


excerpt from dmesg:

Advanced Linux Sound Architecture Driver Version 0.9.0beta12 (Wed Mar 06 
07:56:2

0 2002 UTC).
PCI: Found IRQ 10 for device 00:1f.5
PCI: Sharing IRQ 10 with 00:1f.3
PCI: Setting latency timer of device 00:1f.5 to 64
ALSA device list:
 #0: Intel ICH at 0xe000, irq 10

Fun is the name of the game.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: problem with my sound configuration!!!

2002-05-03 Thread Joel

Joel wrote:

I can't figure out how to make my sound hardware work. I am running 
potato. Compiled ALSA in my 2.5.9 kernel.
Using xmms to play my mp3's reports no problem and the display shows 
normal playback but there is no sound output.
I have made adjustments to my volume using the mixer. I am sure the 
volume is not zero.


One thing I have noticed, my sound hardware uses IRQ 9 in Win2000 but 
it uses IRQ 9 here. Is this relevant to my problem? 


sorry. I mean IRQ 9 in Win2000 and IRQ 10 in Linux.




excerpt from dmesg:

Advanced Linux Sound Architecture Driver Version 0.9.0beta12 (Wed Mar 
06 07:56:2

0 2002 UTC).
PCI: Found IRQ 10 for device 00:1f.5
PCI: Sharing IRQ 10 with 00:1f.3
PCI: Setting latency timer of device 00:1f.5 to 64
ALSA device list:
 #0: Intel ICH at 0xe000, irq 10

Fun is the name of the game.






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




sound configuration

2001-11-07 Thread Nicolas Lamirault
i have a little problem to configure my soundcard
i try to find a solution in the archive, but i found nothing

i'm on debian testing

i think the important file are :

$ more /proc/ioports
e000-efff : PCI Bus #02
 ec40-ec7f : Ensoniq ES1371 [AudioPCI-97]
 ec80-ecff : 3Com Corporation 3c905B 100BaseTX [Cyclone]
   ec80-ecff : 02:07.0

$ more /proc/interrupts 
   CPU0   
  0: 205543  XT-PIC  timer
  1:   8542  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  9:  0  XT-PIC  usb-uhci
 11: 175821  XT-PIC  usb-uhci, eth0, nvidia
 12: 118586  XT-PIC  PS/2 Mouse
 14:  25836  XT-PIC  ide0
 15:  3  XT-PIC  ide1
NMI:  0 
LOC: 205508 
ERR:  0
MIS:  0

$ more /proc/dma 
 4: cascade

$ more /proc/devices 
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyS
  5 cua
  7 vcs
 10 misc
 14 sound
128 ptm
136 pts
162 raw
180 usb
195 nvidia
226 drm

So i try to configure my kernel (2.4.10), with sound modules :

Sound Card support  (y)
Creative SBLive! (EMU10K1)  (M)
Creative SBLive! MIDI   (*)
OSS sound modules   (M)   
Verbose initialisation  (*)
Loopback MIDI device support(M)
MPU-401 support (NOT for SB16)  (M)
100% Sb compatibles support (M)

i have a new kernel with this, but i have some errors messages :

$ dmesg | more
...
Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
sb: No ISAPnP cards found, trying standard ones...
sb: dsp reset failed.

$ mpg123 Sons/toto.mp3
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2, and 3.
Version 0.59q (2001/Aug/27). Written and copyrights by Joe Drew.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!

Directory: Sons/
Playing MPEG stream from toto.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz stereo
Error opening libao oss driver. (Is device in use?)


i have also error with xmms

so could you help me to configure my soundcard ?

thanks



-- 
Nicolas Lamirault
CVF Bordeaux 22 quai de Bacalan
33000 BORDEAUX



Re: sound configuration

2001-11-07 Thread Michael Heldebrant
On Wed, 2001-11-07 at 09:17, Nicolas Lamirault wrote:
 i have a little problem to configure my soundcard
 i try to find a solution in the archive, but i found nothing
 
 i'm on debian testing
 
 i think the important file are :
 
 $ more /proc/ioports
 e000-efff : PCI Bus #02
  ec40-ec7f : Ensoniq ES1371 [AudioPCI-97]
  ec80-ecff : 3Com Corporation 3c905B 100BaseTX [Cyclone]
ec80-ecff : 02:07.0
snip
 
 So i try to configure my kernel (2.4.10), with sound modules :
 
 Sound Card support  (y)
 Creative SBLive! (EMU10K1)  (M)
 Creative SBLive! MIDI   (*)
 OSS sound modules   (M)   
 Verbose initialisation  (*)
 Loopback MIDI device support(M)
 MPU-401 support (NOT for SB16)  (M)
 100% Sb compatibles support (M)

Do you have a SBLive?  Your ioports state an Ensoniq ES1371.  What does
lspci tell you?

 i have a new kernel with this, but i have some errors messages :
 
 $ dmesg | more
 ...
 Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
 sb: No ISAPnP cards found, trying standard ones...
 sb: dsp reset failed.

Are you trying to load the emu10k1 module or the sb module?  Does
/etc/modules list sb or emu10k1?

http://opensource.creative.com should be the place to look for more
info, though it looks a bit sparse on actual information but the FAQ
could help you.  After yo get your audio working be sure to add your
audio using users to group audio with the addgroup command.

--mike



Re: Sound configuration

2001-11-05 Thread Simon Law
On Mon, 5 Nov 2001, JimmyMah wrote:

 I am new user to Debian linux. I have install Debian linux on my
 laptop and I am unable to activate the sound. I have an integrated
 ESS1688 sound chip and I could not find the drivers in modconf.
 
 Do I need to recompile a new kernel? Could you please advise the steps
 necessary to solve this problem. 

Hi Jimmy,

Try going to this page:
http://www.freecolormanagement.com/505/sound.html

It looks like it might have useful information.  Try configuring
your sound card as a plain old Sound Blaster 16.  You can use the module
sb and pass it the right parameters for your card.

Simon



Re: Sound configuration

2001-11-05 Thread Steve Kieu

Hi,

I dont install sound driver in debian way , that is
downloading and installing from debian binary; so I
dont know how to; But I think it should not be a
problem, you just download alsa-driver in debian and
started with that. It is the simplest way.

If only it doesn't work you can install manually, you
can first download the kernel source (from debian or
from kernel.org...; then compile your own made kernel;
Then go to http://www.alsa-project.org/ grap their
stable version
read their documentation then make it; usually it is
only ./configure
make install

Then read the file INSTALL in the alsa directory to
see how and which module for your card. 

You even dont have to compile your kernel, if you have
the correct kernel header file with your current
running kernel, you can compile alsa without any
problem.

Good luck



=
S.KIEU

http://briefcase.yahoo.com.au - Yahoo! Briefcase
- Manage your files online.



Sound configuration

2001-11-04 Thread JimmyMah




I am new user to Debian linux. I have install 
Debian linux on my laptop and I am unable to activate the sound. I have an 
integrated ESS1688 sound chip and I could not find the drivers in 
modconf.


Do I need to recompile a new kernel? Could you 
please advise the steps necessary to solve this problem. 


Thank you and regards.



Jimmy Mah


Sound configuration

2001-10-11 Thread JimmyMah




I am a new user to debian linux. I have install 
the os (version-potato) in my laptop recently. However I could not activate the 
sound system.

Please advise.

Thank you and regards



Jimmy Mah


Re: Sound configuration

2001-10-11 Thread Bambang Purnomosidi D. P.

Basically it needs some steps:
1. Find out what sound card on your laptop.
2. # modconf
3. install appropriate module for your soundcard
4. add ordinary user into group audio

--
bpdp
http://3wsi dev n sysadm

On Thursday 11 October 2001 1:15 pm, JimmyMah wrote:
 I am a new user to debian linux. I have install the os (version-potato) in
 my laptop recently. However I could not activate the sound system.

 Please advise.




Re: Sound configuration

2001-10-11 Thread Michael C. Alonzo
On Thu, Oct 11, 2001 at 02:15:15PM +0800, JimmyMah wrote:
 I am a new user to debian linux. I have install the os (version-potato) in my 
 laptop recently. However I could not activate the sound system.
  
 Please advise.
  
 Thank you and regards
  
  
  
 Jimmy Mah

what is your sound card?


-- 
When you have eliminated the impossible, 
whatever remains, however improbable,
must be the truth.
--Sherlock Holmes _The Sign of Four_



Re: sound configuration

2001-07-26 Thread André Dahlqvist
GARGIULO Eduardo INGDESI [EMAIL PROTECTED] wrote:

 I'm running potato and I'm looking for a tool to configure my
 ESS1868 sound card. I've compiled 2.4.5 with the modules for the
 card, but I don't know how to configure it.

This is an ISA card, right? If so, make sure to enable ISAPnP in the kernel
and you should be all set. Check the dmesg output to see if your soundcard
is detected once you have compiled in ISAPnP.

Also, compile it into the kernel if you want to save you some trouble.
-- 

André Dahlqvist [EMAIL PROTECTED]



sound configuration

2001-07-25 Thread GARGIULO Eduardo INGDESI
Hi all.

I'm running potato and I'm looking for a tool to configure my
ESS1868 sound card. I've compiled 2.4.5 with the modules for the
card, but I don't know how to configure it.

I'd used sndconfig on redhat to do that, but I can't find a tool
like that under debian.

--ejg:wq!



Sound configuration

2001-07-04 Thread Larry W. Irwin Sr.
  This has probably been much discussed before but I am new here. How the heck
do you configure the sound card under potato?

Thanks,
Larry



Re: Sound configuration

2001-07-04 Thread Scott Vaverchak
I usually recompile the kernel for it...
But this isn't the answer you want. Anyways...

apt-get install kernel-source

this should print available version to apt-get.


Scott J. Vaverchak



Re: Sound configuration

2001-07-04 Thread D-Man
On Wed, Jul 04, 2001 at 10:19:18AM -0500, Larry W. Irwin Sr. wrote:
|   This has probably been much discussed before but I am new here.
|   How the heck do you configure the sound card under potato?

Step 1 :  figure out what your sound card is (I'll use an ESS1869
  because that's what was
  in my only box with
  sound)

Step 2 :  figure out what resources it should use (ie DMA)  This is
  one of the few areas where Windows can be helpful

Step 3 :  configure the correct modules.  Here is an example from my
  previous box.  Note that I originally had the wrong DMA
  channel, and sound was slow and horridly screwed up.  When I
  finally got around to debugging the problem it was as simple
  as using a different DMA channel.

  I have the following in /etc/modutils/my-custom (a text file
  I created).  Run update-modules as root after editing your
  config.
---
#
# ESS 1869 audio adapter
# (Sound Blaster)
#

#
# Sound modules dependencies:
# sound :   soundlow , soundcore
# sb :  uart401
# uart401 : sound
# opl3 :sound
#
# dependencies are listed in by depmod /lib/modules/kernel version/modules.dep
# dependencies are loaded automagically by modprobe 
#

alias sound sb
alias midi opl3

#
# sound card options (works!!)
# -- IO base 0x220, IRQ 5, DMA 1, MPU IO 0x330
#
options sb io=0x220  irq=5 dma=1 mpu_io=0x330

# Midi 
options opl3 io=0x388

# after loading the sound (sb) module, load the midi (opl3) module
#post-install sound /sbin/insmod opl3

---

HTH,
-D



Re: Sound configuration

2001-07-04 Thread Brian Nelson
On Wed, Jul 04, 2001 at 12:08:48PM -0400, D-Man wrote:
 On Wed, Jul 04, 2001 at 10:19:18AM -0500, Larry W. Irwin Sr. wrote:
 |   This has probably been much discussed before but I am new here.
 |   How the heck do you configure the sound card under potato?
 
 Step 1 :  figure out what your sound card is (I'll use an ESS1869
   because that's what was
   in my only box with
   sound)
 
 Step 2 :  figure out what resources it should use (ie DMA)  This is
   one of the few areas where Windows can be helpful

Note that, AFAIK, it isn't important to know the resource settings
(DMA, IRQ, etc.) for most modern PCI soundcards.

 Step 3 :  configure the correct modules.  Here is an example from my
   previous box.  Note that I originally had the wrong DMA
   channel, and sound was slow and horridly screwed up.  When I
   finally got around to debugging the problem it was as simple
   as using a different DMA channel.

Depending on the model of your card, it may not be supported by the
OSS kernel modules but may be supported by ALSA instead.  This was the
case for the soundcard in my laptop, so I did an 'apt-get install
alsa-source', built it, and installed those modules.

Tell us what kind of card you have, and we'll be able to give you more
specific instructions.

-- 
Brian Nelson [EMAIL PROTECTED]



Sound configuration question

2000-11-26 Thread Seung-woo Nam



Hi:
I just don't know where to start to configure sound 
in Debian 2.2. I have installed sound module for my SB-pci128 card but what's 
the next step? I've been using RedHat for quite a while and it just works so 
I've never seriously touched this issue. I think the module loads fine but when 
I try to open audio mixer in Gnome, it say mixer is not found.

Seung-woo Nam


Re: Sound configuration question

2000-11-26 Thread kmself
on Sun, Nov 26, 2000 at 05:12:59AM -0500, Seung-woo Nam ([EMAIL PROTECTED]) 
wrote:
 Hi:
 I just don't know where to start to configure sound in Debian 2.2. I
 have installed sound module for my SB-pci128 card but what's the next
 step? I've been using RedHat for quite a while and it just works so
 I've never seriously touched this issue. I think the module loads fine
 but when I try to open audio mixer in Gnome, it say mixer is not
 found.

Run and post output for:

$ lsmod

-- 
Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of Gestalt don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpf7wg3EDLLc.pgp
Description: PGP signature


Re: Sound configuration question

2000-11-26 Thread kmself
Please don't trim *all* reply content -- context is useful.
Please reply to list.
Reply directed to list.

on Sun, Nov 26, 2000 at 08:59:28PM -0500, Seung-woo Nam ([EMAIL PROTECTED]) 
wrote:
 Here's the output from lsmod:

   Module  Size  Used by
   serial 19564   0  (autoclean)
   ipip5156   0  (unused)
   ip_masq_raudio  2936   0  (unused)
   ip_masq_ftp   2456   0  (unused)
   sg 15320   0  (unused)
   ide-scsi7080   0 
   tulip  29880   1 
   ne2k-pci4072   1 
   83906036   0  [ne2k-pci]
   parport_pc  7236   0  (autoclean)
   parport_probe   3332   0 
   parport 7280   0  [parport_pc parport_probe]
 * es1370 21844   0  (unused)
 * soundcore   2628   4  [es1370]
   vfat9008   0  (unused)
   smbfs  23952   0  (unused)
   autofs  9088   0  (unused)
   unix   10212  86  (autoclean)
 
 - Original Message - 
 From: kmself@ix.netcom.com
 To: debian-user@lists.debian.org
 Sent: Sunday, November 26, 2000 8:07 PM
 Subject: Re: Sound configuration question

I've starred what appear to be your soundcard and the soundcore modules.
This is as it should be.  Best I can say is that your problems lie
elsewhere. 

-- 
Karsten M. Self kmself@ix.netcom.com http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of Gestalt don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpWEoaJkFwBS.pgp
Description: PGP signature


Re: which sound configuration utility?

2000-11-13 Thread H.C.Hsiang
On Thu, Apr 27, 2000 at 04:53:35AM -0700, Kenneth Scharf wrote:

 Has anyone seen RedHat's HW detection in action?  It's
 real cool!  I swapped some HW on a system running
 RedHat and rebooted the system.  It automagicly
 detected the new HW (video card) during kernel boot
 and installed the required drivers all by itself! 
 (Just like windows!)  This has to be backported into
 Debian!

its just a program called `kudzu' and i disabled it when i had a
redhat system ;-) 
i hate automatic crap like that.  (but that's just me)

and `backported' is the wrong term here, that would imply porting a
already existing utility back to an older version of the OS, in this
case there is not even any `porting' necessary since its the same OS,
just get and compile kudzu toss in an initscript and you got it.  (i
presume all it does is muck around with kernel modules and breaks if
you don't compile every single bloody thing in the kernel config as a
module.  I didn't look much into it, all i know is it made the startup
take only a bazillion times longer and was going to screw with my
system configuration without asking/telling me, which is a death penelty
offence on my computers ;-)

-- 
Ethan Benson
http://www.alaska.net/~erbenson/
attachment: Navidad.exe


Device settings for sound configuration

2000-08-30 Thread Erik van der Meulen
Dear list. I would like to install sound on my Dell laptop. I seem to
have managed to compile the kernel properly and loaded the modules.
Only, the standard permissions on the device files only allow root to
play sound.
Can someone please advice which device files need what settings in order
for an ordenary user to use sound (on a Helix Gnome desktop).

Thanks a lot.

--
  Erik van der Meulen [EMAIL PROTECTED]



Re: Device settings for sound configuration

2000-08-30 Thread Funn Dipp
I just installed Debian Potato a week ago.  All I had to do is add my regular 
username to the audio group.  I suspect if you do the same for each user that 
needs to use sound, you'll be all set.

[-_]

On Wed, Aug 30, 2000 at 09:01:46PM +0200, Erik van der Meulen wrote:
 Dear list. I would like to install sound on my Dell laptop. I seem to
 have managed to compile the kernel properly and loaded the modules.
 Only, the standard permissions on the device files only allow root to
 play sound.
 Can someone please advice which device files need what settings in order
 for an ordenary user to use sound (on a Helix Gnome desktop).
 
 Thanks a lot.
 
 --
   Erik van der Meulen [EMAIL PROTECTED]
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



Re: Device settings for sound configuration

2000-08-30 Thread Sean 'Shaleh' Perry

On 30-Aug-2000 Funn Dipp wrote:
 I just installed Debian Potato a week ago.  All I had to do is add my regular
 username to the audio group.  I suspect if you do the same for each user that
 needs to use sound, you'll be all set.

This is indeed the Debian way to solve the problem.

audio group is used to avoid programs needing special permissions.  If anything
they only have to be setgrid audio.



Re: Device settings for sound configuration

2000-08-30 Thread Moritz Schulte
On Wed, Aug 30, 2000 at 09:01:46PM +0200, Erik van der Meulen wrote:

 Dear list. I would like to install sound on my Dell laptop. I seem to
 have managed to compile the kernel properly and loaded the modules.
 Only, the standard permissions on the device files only allow root to
 play sound.
 Can someone please advice which device files need what settings in order
 for an ordenary user to use sound (on a Helix Gnome desktop).

0[EMAIL PROTECTED]: [~] $ ls -l /dev/dsp
crw-rw1 root audio 14,   3 Jun  5 14:30 /dev/dsp

so, the group 'audio' has read and write access. just add the users,
which are allowed to use sound, to this group (in /etc/group).

  moritz
-- 
/* Moritz Schulte [EMAIL PROTECTED]
 * http://hp9001.fh-bielefeld.de/~moritz/
 * PGP-Key available, encrypted Mail is welcome.
 */



Sound configuration

2000-08-01 Thread tj . herring
What is the proper way to setup Sound in Debian?

I have an es1371 card.  I have used modconf to select the es1371 module and
run update-modules.  Is there anything else that is required?

It seems that esound (using helixcode gnome) doesnt like my config...
because it reports that I don't have a sound card.  (I am in the audio
group)

Is ALSA easier to use?  If  so , what packages do I install... because I
can't seem to get the drivers installed.



[EMAIL PROTECTED]



Re: Sound configuration

2000-08-01 Thread Morten Liebach
On  1, aug, 2000 at 12:58:16 -0500, [EMAIL PROTECTED] wrote:
 What is the proper way to setup Sound in Debian?
 
 I have an es1371 card.  I have used modconf to select the es1371 module and
 run update-modules.  Is there anything else that is required?
 
 It seems that esound (using helixcode gnome) doesnt like my config...
 because it reports that I don't have a sound card.  (I am in the audio
 group)

I have the exact same card, Potato and Helix GNOME. It works very well.
Have tou tried to log out and then in again after joining group `audio'?
Start your mixer (`gmix' AFAIR) and see if the volume is down (but I
don't think this is the problem though).

1: What's the output of `ls -l /dev/dsp'?

   Here it's:

   crw-rw1 root audio 14,   3 jul  5 19:44 /dev/dsp


2: What's the output of `lsmod'?
   
   You should see these two:

   es1371 23872   1
   soundcore   2596   4 [es1371]

If this doesn't work, post the results of the above commands and your
dmesg.
 
 Is ALSA easier to use?  If  so , what packages do I install... because I
 can't seem to get the drivers installed.

Not particularly, far harder to install than to insert the modules in
the kernel IMHO.
Works fine in SuSE though, with the same card.

HTH.

HAND.
Morten

-- 
UNIX, reach out and grep someone!



Re: which sound configuration utility?

2000-04-27 Thread Colin Watson
Alex Kwan [EMAIL PROTECTED] wrote:
2) can I use the sndconfig of Red Hat on potato?

I had a go at repackaging sndconfig for Debian recently, and found that
it depends rather heavily on kudzu (Red Hat's hardware configuration
system). I came to the conclusion that it would take either a major
rewrite of sndconfig or a reworking of Debian's hardware detection
system to get sndconfig to work on Debian.

Corel Linux (http://linux.corel.com/) use an older version of sndconfig
which predates kudzu, so if you download their package (I understand
Corel packages can be installed on a Debian system without too much
pain) you might be able to get that to work.

-- 
Colin Watson   [EMAIL PROTECTED]


Re: which sound configuration utility?

2000-04-27 Thread Kenneth Scharf

I had a go at repackaging sndconfig for Debian
recently, and found that
it depends rather heavily on kudzu (Red Hat's
hardware configuration
system). I came to the conclusion that it would take
either a major
rewrite of sndconfig or a reworking of Debian's
hardware detection
system to get sndconfig to work on Debian.
Has anyone seen RedHat's HW detection in action?  It's
real cool!  I swapped some HW on a system running
RedHat and rebooted the system.  It automagicly
detected the new HW (video card) during kernel boot
and installed the required drivers all by itself! 
(Just like windows!)  This has to be backported into
Debian!


=
Amateur Radio, when all else fails!

http://www.qsl.net/wa2mze

Debian Gnu Linux, Live Free or .



__
Do You Yahoo!?
Talk to your friends online and get email alerts with Yahoo! Messenger.
http://im.yahoo.com/


Re: which sound configuration utility?

2000-04-27 Thread Ethan Benson
On Thu, Apr 27, 2000 at 04:53:35AM -0700, Kenneth Scharf wrote:

 Has anyone seen RedHat's HW detection in action?  It's
 real cool!  I swapped some HW on a system running
 RedHat and rebooted the system.  It automagicly
 detected the new HW (video card) during kernel boot
 and installed the required drivers all by itself! 
 (Just like windows!)  This has to be backported into
 Debian!

its just a program called `kudzu' and i disabled it when i had a
redhat system ;-) 
i hate automatic crap like that.  (but that's just me)

and `backported' is the wrong term here, that would imply porting a
already existing utility back to an older version of the OS, in this
case there is not even any `porting' necessary since its the same OS,
just get and compile kudzu toss in an initscript and you got it.  (i
presume all it does is muck around with kernel modules and breaks if
you don't compile every single bloody thing in the kernel config as a
module.  I didn't look much into it, all i know is it made the startup
take only a bazillion times longer and was going to screw with my
system configuration without asking/telling me, which is a death penelty
offence on my computers ;-)

-- 
Ethan Benson
http://www.alaska.net/~erbenson/


pgp7LjJD4ze1J.pgp
Description: PGP signature


which sound configuration utility?

2000-04-26 Thread Alex Kwan
Hi!

1) I am looking for a sound configuration utility
(like sndconfig on Red Hat), which is it?

2) can I use the sndconfig of Red Hat on potato?


thanks!




Re: which sound configuration utility?

2000-04-26 Thread Nils-Erik Svangård
On Wed, 26 Apr 2000, Alex Kwan wrote:

 Hi!
 
 1) I am looking for a sound configuration utility
 (like sndconfig on Red Hat), which is it?
 
 2) can I use the sndconfig of Red Hat on potato?
 
 
 thanks!
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

Hi Alex!

To configure sound in debian I always use alsaconf. You can get alsaconf
by writing apt-get install alsa-modules or something similar.
I do not know of any debian specific soundcard configurator, but I suspect
that there are some (or at least in development).

/nisse


Re: which sound configuration utility?

2000-04-26 Thread Moritz Schulte
On Wed, Apr 26, 2000 Alex Kwan wrote: 

 1) I am looking for a sound configuration utility
 (like sndconfig on Red Hat), which is it?

i don't know wether debian has such a tool, but, perhaps you are
interested in the ALSA (Advanced Linux Sound Architecture) driver
(http://www.alsa-project.org). there's a tool called 'alsaconf', which
offers auto-detection of sound cards. then it's able to write the
correct lines to /etc/modules.conf.

btw: ALSA is nice and easy to install, so you don't really need such a
tool. ;)
but, first check wether your sound card is supported...

 2) can I use the sndconfig of Red Hat on potato?

i don't know what this sndconfig does.

-moritz
-- 
#Moritz Schulte  - [EMAIL PROTECTED] #
#   Registered LINUX-User #13308   #
#   PGP-Key available, encrypted Mail is welcome   #
#   Home: http://hp9001.fh-bielefeld.de/~moritz/   #


Still Trying [WAS: Re: Another Newbie Q : Sound Configuration]

1999-06-12 Thread Mark Wagnon
I want to thank everyone who replied. I'm sorry it took so long to get
back to this, but tonight is the first night that I've been able to play
:)

I've consulted the Sound-HOWTO, the SoundBlaster-HOWTO, the
Kernel-HOWTO, and various emails from the arhives and Dejanews. Yet I
still have no sound. I don't know what my problem is. One problem I'm
having is with the HOWTOs. Some are old and list kernel options that
aren't available/are different in the 2.2.9 kernel. So I'm not sure what
and where I'm screwing up.

So I'll try to list what I've done and hopefully someone can spot where
I went wrong.

I've made some progress. I've been able to get my isapnp.conf file to
yield no errors. However, none of the options matched what I wrote down
from my windows sound settings, so I changed them to reflect them.
Isapnp runs without bombing though, so I'm assuming that what I did was
okay.

I then installed the awe-drv and awe-midi packages.

After that, I configured my kernel and made the following selections
under sound:

CONFIG_SOUND=m

CONFIG_SOUND_OSS=m
CONFIG_SOUND_SB=m
CONFIG_SOUND_ADLIB=m
CONFIG_SOUND_YM3812=m

CONFIG_LOWLEVEL_SOUND=y
CONFIG_AWE32_SYNTH=m

(I think that's it. I pulled these from my .config)

After installing the new kernel and rebooting I ran modprobe -a sound,
that does nothing. Also there is no sound entry under /proc/devices. cat
/dev/sndstat yields nothing also.

Any ideas?

TIA



-- 
 __   _
Mark Wagnon Debian GNU/ -o) / /  (_)__  __   __
Chula Vista, CA /\\/ /__/ / _ \/ // /\ \/ /   
[EMAIL PROTECTED]  _\_v/_/_//_/\_,_/ /_/\_\
   http://www.debian.org


Re: Still Trying [WAS: Re: Another Newbie Q : Sound Configuration]

1999-06-12 Thread Jason Willoughby
On Thu, 10 Jun 1999, Mark Wagnon wrote:

 CONFIG_SOUND=m
 
 CONFIG_SOUND_OSS=m
 CONFIG_SOUND_SB=m
 CONFIG_SOUND_ADLIB=m
 CONFIG_SOUND_YM3812=m
 
 CONFIG_LOWLEVEL_SOUND=y
 CONFIG_AWE32_SYNTH=m
 
 (I think that's it. I pulled these from my .config)

This looks good.  Don't ask me about MIDI stuff though, I seem to have
broken that since I last used drvmidi (probably with a 2.0 kernel.  No
wonder.) 

 After installing the new kernel and rebooting I ran modprobe -a sound,
 that does nothing. Also there is no sound entry under /proc/devices. cat
 /dev/sndstat yields nothing also.

'-a'?  The man page doesn't mention what that option does except in the
context of the '-t' option.  Try doing an 'lsmod' to make sure the modules
are actually being loaded.  Right now I've got these sound modules loaded 
(with an mp3 player going):

Module  Size  Used by
sb 36500   1  (autoclean)
uart401 6384   1  (autoclean) [sb]
sound  63576   0  (autoclean) [sb uart401]
soundlow 300   0  (autoclean) [sound]
soundcore   3204   6  (autoclean) [sb sound]

If nothing's being loaded, do a 'modprobe sb'.  If that doesn't do
anything, an error message will probably have been printed to
/var/log/syslog.



Re: Still Trying [WAS: Re: Another Newbie Q : Sound Configuration]

1999-06-12 Thread Mark Wagnon
Jason Willoughby wrote:

 '-a'?  The man page doesn't mention what that option does except in the
 context of the '-t' option.  Try doing an 'lsmod' to make sure the modules

I was just following the suggestions for testing in the
SoundBlaster-HOWTO. I don't know what it does either :)

lsmod gives no sound stuff. I ran modprobe sb, and then lsmod gave me:

Module  Size  Used by
uart401 5904   0 
sound  56312   0  [uart401]
soundlow 224   0  [sound]
soundcore   2148   3  [sound]

also, /proc/devices now has a sound entry, but /dev/sndstat has no sound
stuff in it.

 If nothing's being loaded, do a 'modprobe sb'.  If that doesn't do
 anything, an error message will probably have been printed to
 /var/log/syslog.

My syslog looks like:

Jun 11 10:47:53 smaug kernel: Soundblaster audio driver Copyright (C) by
Hannu S
avolainen 1993-1996 
Jun 11 10:47:53 smaug kernel: sb_card: I/O, IRQ, and DMA are mandatory 
Jun 11 10:52:37 smaug modprobe: can't locate module sound-slot-0
Jun 11 10:52:37 smaug modprobe: can't locate module sound-service-0-3
Jun 11 10:53:20 smaug modprobe: can't locate module sound-slot-0
Jun 11 10:53:20 smaug modprobe: can't locate module sound-service-0-3

I don't remember what the first line is in reference to, but the lst two
pairs are from running modprobe sound.

Looking at the first line, I'm wondering if my isapnp stuff is okay.

from dmesg I got:

Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
sb_card: I/O, IRQ, and DMA are mandatory

at the end of my boot messages. The rest is lopped off. For some reason
dmesg only gives me part of the message.

Does Windows report the IRQ, DMA and I/O settings differenty than what
Linux might?

Thanks for your help.

Man if I ever get sound working, I'm gonna write a little howto that
walks people like through the steps :)

Thanks again

-- 
 __   _
Mark Wagnon Debian GNU/ -o) / /  (_)__  __   __
Chula Vista, CA /\\/ /__/ / _ \/ // /\ \/ /   
[EMAIL PROTECTED]  _\_v/_/_//_/\_,_/ /_/\_\
   http://www.debian.org


Re: Still Trying [WAS: Re: Another Newbie Q : Sound Configuration]

1999-06-12 Thread Hartmut Figge
Mark Wagnon wrote:

[about sound problems]

 Looking at the first line, I'm wondering if my isapnp stuff is okay.

to exclude this possibility i would initialize the card under dos.

a few days ago, i switched to kernel 2.2.9. yesterday i felt something
was missing - i wanted back my sound.
first attempt was no luck, so i decided to try brute force.
i choosed _all_ soundmodules during ´make menuconfig´ - wouldn´t enlarge
the kernel size - and disabled the pnp-stuff.
i didn´t use isapnp, but initialized my soundcard in dos.

then, looking at the sound related files in the kernel - especially in
documentation/sound - i played with modprobe, insmod, lsmod and rmmod on
the drivers, which could eventually be usefull.
well, now i have back wss, mpu and the other stuff. today, i´ll put the
required entrys in conf.modules.

if you go the same way, then i have no doubt that you also will get back
your sound. it costs time, but i´ve learned much.

finally, _if_ the sound is working, _then_ i would play with pnpdump and
isapnp.

 Man if I ever get sound working, I'm gonna write a little howto that
 walks people like through the steps :)

well, there are so many soundcards, that i fear, your howto will become
a book ;-)

hafi


Re: Still Trying [WAS: Re: Another Newbie Q : Sound Configuration]

1999-06-12 Thread Jean-Philippe Guérard
On Thu, Jun 10, 1999 at 11:58:55PM -0700, Mark Wagnon wrote:
 I want to thank everyone who replied. I'm sorry it took so long to get
 back to this, but tonight is the first night that I've been able to play
 :)
 
 I've consulted the Sound-HOWTO, the SoundBlaster-HOWTO, the
 Kernel-HOWTO, and various emails from the arhives and Dejanews. Yet I
 still have no sound. I don't know what my problem is. One problem I'm
 having is with the HOWTOs. Some are old and list kernel options that
 aren't available/are different in the 2.2.9 kernel. So I'm not sure what
 and where I'm screwing up.

You need to read two documents :

AWE32
README.awe

in the Documentation/Sound/ folder of the kernel documentation or sources.

 So I'll try to list what I've done and hopefully someone can spot where
 I went wrong.
 
 I've made some progress. I've been able to get my isapnp.conf file to
 yield no errors. However, none of the options matched what I wrote down
 from my windows sound settings, so I changed them to reflect them.
 Isapnp runs without bombing though, so I'm assuming that what I did was
 okay.

Having ISAPnP correctly set up is very important. Nothing will work if it is
not the case. But you don't need to have the same parameters in Windows and
Linux (except maybe if you boot with loadlin).

 I then installed the awe-drv and awe-midi packages.
 
 After that, I configured my kernel and made the following selections
 under sound:
 
 CONFIG_SOUND=m
 
 CONFIG_SOUND_OSS=m
 CONFIG_SOUND_SB=m
 CONFIG_SOUND_ADLIB=m
 CONFIG_SOUND_YM3812=m
 
 CONFIG_LOWLEVEL_SOUND=y
 CONFIG_AWE32_SYNTH=m
 
 (I think that's it. I pulled these from my .config)
 
 After installing the new kernel and rebooting I ran modprobe -a sound,
 that does nothing. Also there is no sound entry under /proc/devices. cat
 /dev/sndstat yields nothing also.
 
 Any ideas?

You need to configure the modules with the right parameters (the io
addresses, irq, dma, etc. you've set up in ISA-PnP).

Use modconf to set up the modules with the right parameters.

(io, irq, dma, dma16, mpu_io for the sb module -- io for the adlib_card
module)

Hope it helps.

Best Regards.


Jean-Philippe

-- 
-- Jean-Philippe Guérard -
| PARIS XIXe - FRANCE - mailto:[EMAIL PROTECTED]  |
||
|  « Et avec la nuit, vint la lumière. » -- Légendes de Yarth|
--


Re: Still Trying [WAS: Re: Another Newbie Q : Sound Configuration]

1999-06-12 Thread Mark Wagnon
Jean-Philippe Guérard wrote:
 
 You need to read two documents :
 
 AWE32
 README.awe
 
 in the Documentation/Sound/ folder of the kernel documentation or sources.
 

[snip]

 Having ISAPnP correctly set up is very important. Nothing will work if it is
 not the case. But you don't need to have the same parameters in Windows and
 Linux (except maybe if you boot with loadlin).

[snip]

 You need to configure the modules with the right parameters (the io
 addresses, irq, dma, etc. you've set up in ISA-PnP).
 
 Use modconf to set up the modules with the right parameters.
 
 (io, irq, dma, dma16, mpu_io for the sb module -- io for the adlib_card
 module)
 

Thank you. I read them and added the recommended lines to my
/etc/modules.conf file and *now* I have sound!!!

I think that I've been as far as I've been last night in setting up
sound, but I never did this last step. To think that I did all that
reading and stuff and to fail for not putting in a couple of lines in my
/etc/modules.conf! :)

I just had a midi problem, but I think I entered the wrong value.

Thanks again.
-- 
 __   _
Mark Wagnon Debian GNU/ -o) / /  (_)__  __   __
Chula Vista, CA /\\/ /__/ / _ \/ // /\ \/ /   
[EMAIL PROTECTED]  _\_v/_/_//_/\_,_/ /_/\_\
   http://www.debian.org


Re: Another Newbie Q : Sound Configuration

1999-06-09 Thread Andrei Ivanov
 
 Hi all,
 
 What is the best way to configure my sound card in Debian Linux ? 
 
 thanks !!!
 
 regards,
 Andrew J Fortune

For starters you could tell what card you have, whether it's PnP or not,
what settings you have for it (Boot into Windows to get the settings, like
DMA, IRQ, IO).
Andrew

---
 Andrei S. Ivanov  
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 UIN 12402354  
 http://members.tripod.com/AnSIv   --Little things for Linux.
 http://www.missouri.edu/~c680789  --Computer languages of the world
   My work in progress.
---


RE: Another Newbie Q : Sound Configuration

1999-06-09 Thread Andrew J Fortune

Andrei,

I have gone to the Device Manager tab in the My Computer properties in
Win95. I have a Creative AWE64 16-bit Audio sound card. I am not sure how to
get the additional information that you talk about ?

regards,
Andrew

 -Original Message-
 From: Andrei Ivanov [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 09, 1999 9:29 AM
 To: Andrew J Fortune
 Cc: Debian-User
 Subject: Re: Another Newbie Q : Sound Configuration


 
  Hi all,
 
  What is the best way to configure my sound card in Debian Linux ?
 
  thanks !!!
 
  regards,
  Andrew J Fortune

 For starters you could tell what card you have, whether it's PnP or not,
 what settings you have for it (Boot into Windows to get the settings, like
 DMA, IRQ, IO).
 Andrew

 --
 -
  Andrei S. Ivanov
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  UIN 12402354
  http://members.tripod.com/AnSIv   --Little things for Linux.
  http://www.missouri.edu/~c680789  --Computer languages of the world
My work in progress.
 --
 -



RE: Another Newbie Q : Sound Configuration

1999-06-09 Thread Andrei Ivanov
 Andrei,
 
 I have gone to the Device Manager tab in the My Computer properties in
 Win95. I have a Creative AWE64 16-bit Audio sound card. I am not sure how to
 get the additional information that you talk about ?
 
 regards,
 Andrew
 

Let me see if I remember off top of my head.
In device manager, highlight the card, and go to properties. I think you
should be able to get that info from properties.

That information will be needed when you are inserting sound support into
kernel.
Andrei


---
 Andrei S. Ivanov  
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 UIN 12402354  
 http://members.tripod.com/AnSIv   --Little things for Linux.
 http://www.missouri.edu/~c680789  --Computer languages of the world
   My work in progress.
---


Re: Another Newbie Q : Sound Configuration

1999-06-09 Thread Mark Wagnon
Andrew J Fortune wrote:
 
 Hi all,
 
 What is the best way to configure my sound card in Debian Linux ?
 

I'd like to piggy-back on this thread if I may. I've been unable to get
sound working since I made the transition to Debian about six months
ago. It hasn't been a major issue for me, but now that I'm out of
school, there are several things I'd like to accomplish for the summer.
Sound is one of them.

I have a AWE 64 that's PNP. From Windows, the resources it's using are:

  16-bit audio:

IRQ 09
DMA 01
DMA 07
I/O 0240-024F
I/O 0300-0301
I/O 0388-038B

  MIDI:

I/O 0640-0643
I/O 0A40-0A43
I/O 0E40-0E43

  Game port:

I/O 0200-0207

I've tried to follow the instructions for setting up sound, but without
success. I've been able to compile kernels (pre-2.2.0) under other
dists, but Debian has been a no-go for me.

Any pointers *greatly* appreciated
-- 
 __   _
Mark Wagnon Debian GNU/ -o) / /  (_)__  __   __
Chula Vista, CA /\\/ /__/ / _ \/ // /\ \/ /   
[EMAIL PROTECTED]  _\_v/_/_//_/\_,_/ /_/\_\
   http://www.debian.org


Re: Another Newbie Q : Sound Configuration

1999-06-09 Thread Hartmut Figge
Mark Wagnon wrote:
 
 I have a AWE 64 that's PNP. From Windows, the resources it's using are:

oh, you´re a lucky guy. i myself own a terratec maestro 16/96 and there
is no chance of cooperation with isapnp.
you could do as i do: intialize the card under dos and boot linux with
loadlin, or, preferably in your case, go to deja or altavista.
i´ve seen your question answered a lot of times.

hafi


Re: Another Newbie Q : Sound Configuration

1999-06-09 Thread mafox
I am running Debian 2.1, kernel 2.2.9 and I have my AWE 64 isa PNP card
working fine as modules.

One little thing I did have to do, was to put in the BIOS of my computer, to
change IRQ5 from PNP to assign to ISA card. Whatever it is on Award bios
machines. Once i did this, the configuration I made with isapnp tools
worked.

Go's well now, to install enough packages to get X windows working. And then
a nice X11 mp3 player. Mind you mpg123 is cool

-Original Message-
From: Hartmut Figge [EMAIL PROTECTED]
To: Mark Wagnon [EMAIL PROTECTED]
Cc: Debian-User debian-user@lists.debian.org
Date: Wednesday, 9 June 1999 13:14
Subject: Re: Another Newbie Q : Sound Configuration


Mark Wagnon wrote:

 I have a AWE 64 that's PNP. From Windows, the resources it's using are:

oh, you´re a lucky guy. i myself own a terratec maestro 16/96 and there
is no chance of cooperation with isapnp.
you could do as i do: intialize the card under dos and boot linux with
loadlin, or, preferably in your case, go to deja or altavista.
i´ve seen your question answered a lot of times.

hafi


--
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
/dev/null




RE: Another Newbie Q : Sound Configuration

1999-06-09 Thread Andrew J Fortune
Andrei,

There are four tabs in the property page sheet for my sound card, and none
of these seem to be the sort of information that you mentioned in a previous
EMail, e.g. PNP and the like,

regards,
Andrew

 -Original Message-
 From: Andrei Ivanov [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 09, 1999 12:34 PM
 To: Andrew J Fortune
 Cc: Debian-User
 Subject: RE: Another Newbie Q : Sound Configuration


  Andrei,
 
  I have gone to the Device Manager tab in the My Computer properties in
  Win95. I have a Creative AWE64 16-bit Audio sound card. I am
 not sure how to
  get the additional information that you talk about ?
 
  regards,
  Andrew
 

 Let me see if I remember off top of my head.
 In device manager, highlight the card, and go to properties. I think you
 should be able to get that info from properties.

 That information will be needed when you are inserting sound support into
 kernel.
 Andrei


 --
 -
  Andrei S. Ivanov
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  UIN 12402354
  http://members.tripod.com/AnSIv   --Little things for Linux.
  http://www.missouri.edu/~c680789  --Computer languages of the world
My work in progress.
 --
 -


 --
 Unsubscribe?  mail -s unsubscribe
 [EMAIL PROTECTED]  /dev/null



  1   2   >