Re: "No soundcard"-problem after reboot on 1005HA without speakers

2016-08-18 Thread Jude DaShiell
Have you run aplay -L?  Can you run amixer set Master 85% then alsactl 
store?  Last commands as root or sudo root most likely.


On Thu, 18 Aug 2016, Jonas Hedman wrote:


Date: Thu, 18 Aug 2016 09:29:13
From: Jonas Hedman <jonas.hed...@fripost.org>
To: debian-user@lists.debian.org
Subject: "No soundcard"-problem after reboot on 1005HA without speakers

Hello

I have a Asus Eee PC 1005HA on which I run Jessie. The thing is that the
speakers have been physically removed and I am having trouble getting
audio to work via the headphone jack.

However, if I run

# apt-get remove --purge alsa-base pulseaudio

and then reinstall them both and reboot it works perfectly. If I go to
alsamixer I see HDA Intel, Chip: Realtek ALC269 and:
cat /proc/asound/cards
0 [Intel]: HDA-Intel - HDA Intel
   HDA Intel at 0xf7db8000 irq 44

But when I reboot the computer again I'm back to square one and my
soundcard can't seem to be found.

$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition
Audio Controller (rev 02)

# alsamixer
cannot open mixer: No such file or directory

also if I open the gui pulse mixer no sound card is found.

# cat /proc/asound/cards
--- no soundcards ---

# alsactl init
alsactl: init:1758: No soundcards found...

# journalctl | grep snd
Aug 18 15:16:02 noether kernel: snd_hda_intel :00:1b.0: irq 44 for
MSI/MSI-X
Aug 18 15:16:02 noether kernel: snd_hda_intel :00:1b.0: no codecs
found!

I can then purge and reinstall to make it work temporarily again which I
tried a number of times just to make sure that the behavior is
consistent.

How can I make alsa/pulse remember my card after purge/reinstall?

Regards



--



Re: "No soundcard"-problem after reboot on 1005HA without speakers

2016-08-18 Thread Reco
Hi.

On Thu, 18 Aug 2016 15:29:13 +0200
Jonas Hedman  wrote:

This:

> Aug 18 15:16:02 noether kernel: snd_hda_intel :00:1b.0: no codecs
> found!

tells us that Jessie's kernel finds your soundcard, but for some reason
udev does not load supplementary (yet needed) kernel modules to actually
produce sound.


> I can then purge and reinstall to make it work temporarily again which I
> tried a number of times just to make sure that the behavior is
> consistent.

And that tells us that running Pulseaudio (or alsa-base post-install
script) requests to load such kernel modules.


> How can I make alsa/pulse remember my card after purge/reinstall?

It's simple.

Make your laptop enter this 'broken' state, in which no soundcard is
'found'. Execute /sbin/lsmod, redirect its output to some file.

Make your laptop enter 'correct' state, execute /sbin/lsmod again,
redirect the output to some other file.

Compare two outputs, put the difference in /etc/modules. Since such
approach is much of a band-aid - expect the things to break again once
you'll upgrade to next Debian version.

Reco



"No soundcard"-problem after reboot on 1005HA without speakers

2016-08-18 Thread Jonas Hedman
Hello 

I have a Asus Eee PC 1005HA on which I run Jessie. The thing is that the
speakers have been physically removed and I am having trouble getting
audio to work via the headphone jack.

However, if I run 

# apt-get remove --purge alsa-base pulseaudio

and then reinstall them both and reboot it works perfectly. If I go to
alsamixer I see HDA Intel, Chip: Realtek ALC269 and:
cat /proc/asound/cards
 0 [Intel]: HDA-Intel - HDA Intel
HDA Intel at 0xf7db8000 irq 44

But when I reboot the computer again I'm back to square one and my 
soundcard can't seem to be found.

$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition
Audio Controller (rev 02)

# alsamixer
cannot open mixer: No such file or directory

also if I open the gui pulse mixer no sound card is found. 

# cat /proc/asound/cards
--- no soundcards ---

# alsactl init 
alsactl: init:1758: No soundcards found...

# journalctl | grep snd
Aug 18 15:16:02 noether kernel: snd_hda_intel :00:1b.0: irq 44 for
MSI/MSI-X
Aug 18 15:16:02 noether kernel: snd_hda_intel :00:1b.0: no codecs
found!

I can then purge and reinstall to make it work temporarily again which I
tried a number of times just to make sure that the behavior is
consistent.

How can I make alsa/pulse remember my card after purge/reinstall?

Regards
-- 
Jonas Hedman 

PGP:   8F72 C5BE AAFA B4BA 8F46  9185 5C39 89E0 616B B08C
XMPP:  n...@nstr.se 3778B2B8 1E1F192A E12F7046 EACA5C35 24F05C7E


signature.asc
Description: Digital signature


Re: probing soundcard problem

2006-11-19 Thread Michelle Konzack
Am 2006-11-13 00:35:30, schrieb Brad Brock:
 Hi, I have an ISA soundcard CrystalAudio. Linux
 doesn't probe it properly. This is what I got from
 dmesg.
 ad1848/cs4248 codec driver Copyright (C) by Hannu
 Savolainen 1993-1996
 pnp: Device 01:01.00 activated.
 ad1848: PnP reports 'CS4236B' at i/o 0x534, irq 5, dma
 1, 3
 cs4232: probe of 01:01.00 failed with error -16
 cs4232: Must set io, irq and dma.
 cs4232-pnpbios: probe of 01:01.00 failed with error
 -16
 CS4232 soundcard not found or device busy
 
 What should I do? If I had to input the io, irq and
 dma, where do I get the proper value?

'modprobe cs42xx' will wotk properly with this card.

Please note, the the VOLUME of the output is ZERO bei default.

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


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



Re: probing soundcard problem

2006-11-14 Thread Matus UHLAR - fantomas
On 13.11.06 00:35, Brad Brock wrote:
 Hi, I have an ISA soundcard CrystalAudio. Linux doesn't probe it
 properly. This is what I got from dmesg.

 ad1848/cs4248 codec driver Copyright (C) by Hannu Savolainen 1993-1996
 pnp: Device 01:01.00 activated.
 ad1848: PnP reports 'CS4236B' at i/o 0x534, irq 5, dma 1, 3
 cs4232: probe of 01:01.00 failed with error -16
 cs4232: Must set io, irq and dma.
 cs4232-pnpbios: probe of 01:01.00 failed with error -16
 CS4232 soundcard not found or device busy
 
 What should I do? If I had to input the io, irq and
 dma, where do I get the proper value?

did you try to turn 'pnp OS' in BIOS on or off?

-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
The early bird may get the worm, but the second mouse gets the cheese. 


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



probing soundcard problem

2006-11-13 Thread Brad Brock
Hi, I have an ISA soundcard CrystalAudio. Linux
doesn't probe it properly. This is what I got from
dmesg.
ad1848/cs4248 codec driver Copyright (C) by Hannu
Savolainen 1993-1996
pnp: Device 01:01.00 activated.
ad1848: PnP reports 'CS4236B' at i/o 0x534, irq 5, dma
1, 3
cs4232: probe of 01:01.00 failed with error -16
cs4232: Must set io, irq and dma.
cs4232-pnpbios: probe of 01:01.00 failed with error
-16
CS4232 soundcard not found or device busy

What should I do? If I had to input the io, irq and
dma, where do I get the proper value?
Thanks.


 

Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com


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



Re: SoundCard Problem - soundcard working now

2005-06-27 Thread Jonathan Kaye
En/La [EMAIL PROTECTED] ha escrit, a 27/06/05 03:20:
 
 my soundcard is working now.
snip
That's great news Ankur. congrats! Any reason why you're using such an
old kernel? (2.4). Kernel 2.6.8 is quite stable and has alsa built in.
Maybe it will save you some hassles in the future.
Cheers,
Jonathan


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


signature.asc
Description: OpenPGP digital signature


Re: SoundCard Problem - soundcard working now

2005-06-27 Thread ankur . kumar

Kernel 2.4.27 got installed by itself when I installed sarge. don't know why sarge installation does that for Pentium box??







Jonathan Kaye [EMAIL PROTECTED]
Sent by: news [EMAIL PROTECTED]
27/06/2005 04:31 PM


To:debian-user@lists.debian.org
cc:
Subject:Re: SoundCard Problem - soundcard working now


En/La [EMAIL PROTECTED] ha escrit, a 27/06/05 03:20:
 
 my soundcard is working now.
snip
That's great news Ankur. congrats! Any reason why you're using such an
old kernel? (2.4). Kernel 2.6.8 is quite stable and has alsa built in.
Maybe it will save you some hassles in the future.
Cheers,
Jonathan


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

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




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



signature.asc
Description: Binary data


Re: SoundCard Problem - soundcard working now

2005-06-27 Thread Jonathan Kaye
En/La [EMAIL PROTECTED] ha escrit, a 27/06/05 09:08:
 
 Kernel 2.4.27 got installed by itself when I installed sarge. don't
 know why sarge installation does that for Pentium box??
 
 
When you install Sarge you have a choice of kernels and 2.6 is one of
them. When you begin the install (say, of netinst CD) you first hit F2
(I think) to get a list of options. One of those options is to install
2.6.8 rather than 2.4. This may have been changed in more recent install
CD's but anyway it should be quite easy for you to upgrade to the 2.6
kernel without reinstalling. There are detailed instructions if you
search the archives of this list.
Cheers,
Jonathan
-- 
Please don't cc: your posting to my personal address.
Thank you.


signature.asc
Description: OpenPGP digital signature


Re: SoundCard Problem - soundcard working now

2005-06-26 Thread ankur . kumar

my soundcard is working now.
i installed new kernel image: apt-get install kernel-image-2.4-686, which is Linux kernel image for version 2.4 on PPro/Celeron/PII/PIII/P4.
then i installed alsa: apt-get install alsa
and run alsaconf








[EMAIL PROTECTED]
03 9617 2235
24/06/2005 11:20 AM


To:[EMAIL PROTECTED]
cc:debian-user@lists.debian.org, news [EMAIL PROTECTED]
Subject:Re: SoundCard Problem



tried compiling latest alsa source...downloaded kernel source ... 
but make doesn't work ...complains about some memory allocation issues, in coda.h and some other header files.. 
any ideas???






Jonathan Kaye [EMAIL PROTECTED] 
Sent by: news [EMAIL PROTECTED] 
22/06/2005 03:52 PM 

To:debian-user@lists.debian.org 
cc: 
Subject:Re: SoundCard Problem



En/La [EMAIL PROTECTED] ha escrit, a 22/06/05 04:30:
 
snip
 dmesg shows:
 i810: SiS found at IO:0x9000 0x9400..
 i810_audio: Audio Controller supports 6 channels
 i810_audio: defaults to 2 channel mode
 i810_audio: resetting connection 0
snip
  alsa wasn't installed, I got it installed and ran alsaconf.

 It couldn't find any PCI or any other driver. I got integrated sound card
 with motherboard.
 That could be the reason.

 Tried 'cat /etc/sndstat' , but doesn't display anything.

 Checked '/etc/modules.conf', alsa has put alsa-related sound card aliases
 into it.
snip

 here is lspci result...
 :00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
 Sound Controller (rev a0)
It would help if you could confirm that your card has an Intel chip set.
Assuming it does, the alsa driver ought to be snd_intel8x0. You can find
instructions here:
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=SiScard=SiS+745.chip=SI7012module=intel8x0
You may want to download the latest version of alsa-drivers and compile
them yourself (you'll need your kernel-image and kernel-source to do this).
Cheers,
Jonathan

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









*
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

_ 
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
-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





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



signature.asc
Description: Binary data


Re: SoundCard Problem

2005-06-24 Thread Jonathan Kaye
En/La [EMAIL PROTECTED] ha escrit, a 24/06/05 03:20:
 
 tried compiling latest alsa source...downloaded kernel source ...
 but make doesn't work ...complains about some memory allocation issues,
 in coda.h and some other header files..
 any ideas???
 
 
 
What kernel are you using? Is it 2.6.x? In any event it seems the
simplest solution is to reinstall your kernel or upgrade it to
2.6.something if it's a 2.4 kernel. Read the archives about how to do
this. When you've done that make sure you have the package alsa-utils
and follow the directions given earlier. The alsa driver snd_intel8x0 is
very commonly used so I wouldn't expect you to have all this trouble.
Cheers,
Jonathan
PS please don't cc: to my personal address; it's not nice.


signature.asc
Description: OpenPGP digital signature


Re: SoundCard Problem

2005-06-23 Thread ankur . kumar

tried compiling latest alsa source...downloaded kernel source ...
but make doesn't work ...complains about some memory allocation issues, in coda.h and some other header files..
any ideas???







Jonathan Kaye [EMAIL PROTECTED]
Sent by: news [EMAIL PROTECTED]
22/06/2005 03:52 PM


To:debian-user@lists.debian.org
cc:
Subject:Re: SoundCard Problem


En/La [EMAIL PROTECTED] ha escrit, a 22/06/05 04:30:
 
snip
 dmesg shows:
 i810: SiS found at IO:0x9000 0x9400..
 i810_audio: Audio Controller supports 6 channels
 i810_audio: defaults to 2 channel mode
 i810_audio: resetting connection 0
snip
  alsa wasn't installed, I got it installed and ran alsaconf.

 It couldn't find any PCI or any other driver. I got integrated sound card
 with motherboard.
 That could be the reason.

 Tried 'cat /etc/sndstat' , but doesn't display anything.

 Checked '/etc/modules.conf', alsa has put alsa-related sound card aliases
 into it.
snip

 here is lspci result...
 :00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
 Sound Controller (rev a0)
It would help if you could confirm that your card has an Intel chip set.
Assuming it does, the alsa driver ought to be snd_intel8x0. You can find
instructions here:
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=SiScard=SiS+745.chip=SI7012module=intel8x0
You may want to download the latest version of alsa-drivers and compile
them yourself (you'll need your kernel-image and kernel-source to do this).
Cheers,
Jonathan

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




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



signature.asc
Description: Binary data


Re: SoundCard Problem

2005-06-21 Thread Jonathan Kaye
En/La [EMAIL PROTECTED] ha escrit, a 21/06/05 03:53:
 
 Hi,
 
 I'm using Debian Sarge and trying to configure sound card, which is an
 integrated one with ASUS motherboard (ASUS
 SiS661FX/SiS963L/W697-P4S800MX (PGA 478)).
 
 Sound card: SoundMAX Integrated Digital Audio
 
 I downloaded ALSA and configured it (using ./configure), but when doing
 make it says ALSA is already in Linux Kernel.
 
 I don't know how can I configure ALSA in Debian now??
 
 Please help
 
 Thanks,
 
 Ankur
 
Run
$lspci and see which audio controller you have. I have an asus board
also and my controller is:
:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 60)

As root, run alsaconf. Does it find your card? If you don't have
alsaconf you need to
#aptitude install alsa-utils
then run alsaconf. If all goes well then run
$alsamixer
and make sure the setting are to your liking.
If alsaconf can't find your card go to the Alsa Project drivers page and
make sure it's supported and which driver it needs.
Cheers,
Jonathan


signature.asc
Description: OpenPGP digital signature


Re: SoundCard Problem

2005-06-21 Thread ankur . kumar

alsa wasn't installed, I got it installed and ran alsaconf.

It couldn't find any PCI or any other driver. I got integrated sound card with motherboard.
That could be the reason.

Tried 'cat /etc/sndstat' , but doesn't display anything.

Checked '/etc/modules.conf', alsa has put alsa-related sound card aliases into it.

When I try 'Music Player' from GNOME desktop, it says 'Nothing at /dev/dsp'

In past, I used 'modconf' and in sound drivers section, I tried putting other drivers e.g. Yamaha,Intel or others and it didn't complain that it couldnt find sound card, then when I tried playing music, it was not giving any error rather there was no sound.

ALSA project page wasn't display my sound card driver. What can I do now

here is lspci result...
:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)










Jonathan Kaye [EMAIL PROTECTED]
Sent by: news [EMAIL PROTECTED]
21/06/2005 05:32 PM


To:debian-user@lists.debian.org
cc:
Subject:Re: SoundCard Problem


En/La [EMAIL PROTECTED] ha escrit, a 21/06/05 03:53:
 
 Hi,
 
 I'm using Debian Sarge and trying to configure sound card, which is an
 integrated one with ASUS motherboard (ASUS
 SiS661FX/SiS963L/W697-P4S800MX (PGA 478)).
 
 Sound card:   SoundMAX Integrated Digital Audio
 
 I downloaded ALSA and configured it (using ./configure), but when doing
 make it says ALSA is already in Linux Kernel.
 
 I don't know how can I configure ALSA in Debian now??
 
 Please help
 
 Thanks,
 
 Ankur
 
Run
$lspci and see which audio controller you have. I have an asus board
also and my controller is:
:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 60)

As root, run alsaconf. Does it find your card? If you don't have
alsaconf you need to
#aptitude install alsa-utils
then run alsaconf. If all goes well then run
$alsamixer
and make sure the setting are to your liking.
If alsaconf can't find your card go to the Alsa Project drivers page and
make sure it's supported and which driver it needs.
Cheers,
Jonathan

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




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



signature.asc
Description: Binary data
:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX 
Host (rev 11)
:00:01.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown device 0003
:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media 
IO] (rev 25)
:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] 
Sound Controller (rev a0)
:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
:00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI 
Fast Ethernet (rev 91)
:00:08.0 Communication controller: Lucent Microelectronics V.92 56K 
WinModem (rev 03)
:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 
661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP


Re: SoundCard Problem

2005-06-21 Thread Ryan Schultz
On Tuesday 21 June 2005 07:31 pm, [EMAIL PROTECTED] wrote:
 alsa wasn't installed, I got it installed and ran alsaconf.

 It couldn't find any PCI or any other driver. I got integrated sound card
 with motherboard.
 That could be the reason.

 Tried 'cat /etc/sndstat' , but doesn't display anything.

 Checked '/etc/modules.conf', alsa has put alsa-related sound card aliases
 into it.

 When I try 'Music Player' from GNOME desktop, it says 'Nothing at
 /dev/dsp'

 In past, I used 'modconf' and in sound drivers section, I tried putting
 other drivers e.g. Yamaha,Intel or others and it didn't complain that it
 couldnt find sound card, then when I tried playing music, it was not
 giving any error rather there was no sound.

 ALSA project page wasn't display my sound card driver. What can I do
 now

 here is lspci result...
 :00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
 Sound Controller (rev a0)








 Jonathan Kaye [EMAIL PROTECTED]
 Sent by: news [EMAIL PROTECTED]
 21/06/2005 05:32 PM


 To: debian-user@lists.debian.org
 cc:
 Subject:Re: SoundCard Problem

 En/La [EMAIL PROTECTED] ha escrit, a 21/06/05 03:53:
  Hi,
 
  I'm using Debian Sarge and trying to configure sound card, which is an
  integrated one with ASUS motherboard (ASUS
  SiS661FX/SiS963L/W697-P4S800MX (PGA 478)).
 
  Sound card: SoundMAX Integrated Digital Audio
 
  I downloaded ALSA and configured it (using ./configure), but when doing
  make it says ALSA is already in Linux Kernel.
 
  I don't know how can I configure ALSA in Debian now??
 
  Please help
 
  Thanks,
 
  Ankur

 Run
 $lspci and see which audio controller you have. I have an asus board
 also and my controller is:
 :00:11.5 Multimedia audio controller: VIA Technologies, Inc.
 VT8233/A/8235/8237 AC97 Audio Controller (rev 60)

 As root, run alsaconf. Does it find your card? If you don't have
 alsaconf you need to
 #aptitude install alsa-utils
 then run alsaconf. If all goes well then run
 $alsamixer
 and make sure the setting are to your liking.
 If alsaconf can't find your card go to the Alsa Project drivers page and
 make sure it's supported and which driver it needs.
 Cheers,
 Jonathan

Do you have hotplug installed? It should automatically detect your soundcard's 
module and load it at boot.

-- 
Ryan Schultz
- floating point exception: divide by cucumber


pgpTOe7huZdks.pgp
Description: PGP signature


Re: SoundCard Problem

2005-06-21 Thread ankur . kumar

dmesg shows:
i810: SiS found at IO:0x9000 0x9400..
i810_audio: Audio Controller supports 6 channels
i810_audio: defaults to 2 channel mode
i810_audio: resetting connection 0







Ryan Schultz [EMAIL PROTECTED]
22/06/2005 10:24 AM


To:debian-user@lists.debian.org
cc:
Subject:Re: SoundCard Problem


On Tuesday 21 June 2005 07:31 pm, [EMAIL PROTECTED] wrote:
 alsa wasn't installed, I got it installed and ran alsaconf.

 It couldn't find any PCI or any other driver. I got integrated sound card
 with motherboard.
 That could be the reason.

 Tried 'cat /etc/sndstat' , but doesn't display anything.

 Checked '/etc/modules.conf', alsa has put alsa-related sound card aliases
 into it.

 When I try 'Music Player' from GNOME desktop, it says 'Nothing at
 /dev/dsp'

 In past, I used 'modconf' and in sound drivers section, I tried putting
 other drivers e.g. Yamaha,Intel or others and it didn't complain that it
 couldnt find sound card, then when I tried playing music, it was not
 giving any error rather there was no sound.

 ALSA project page wasn't display my sound card driver. What can I do
 now

 here is lspci result...
 :00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
 Sound Controller (rev a0)








 Jonathan Kaye [EMAIL PROTECTED]
 Sent by: news [EMAIL PROTECTED]
 21/06/2005 05:32 PM


 To:   debian-user@lists.debian.org
 cc:
 Subject:Re: SoundCard Problem

 En/La [EMAIL PROTECTED] ha escrit, a 21/06/05 03:53:
  Hi,
 
  I'm using Debian Sarge and trying to configure sound card, which is an
  integrated one with ASUS motherboard (ASUS
  SiS661FX/SiS963L/W697-P4S800MX (PGA 478)).
 
  Sound card:   SoundMAX Integrated Digital Audio
 
  I downloaded ALSA and configured it (using ./configure), but when doing
  make it says ALSA is already in Linux Kernel.
 
  I don't know how can I configure ALSA in Debian now??
 
  Please help
 
  Thanks,
 
  Ankur

 Run
 $lspci and see which audio controller you have. I have an asus board
 also and my controller is:
 :00:11.5 Multimedia audio controller: VIA Technologies, Inc.
 VT8233/A/8235/8237 AC97 Audio Controller (rev 60)

 As root, run alsaconf. Does it find your card? If you don't have
 alsaconf you need to
 #aptitude install alsa-utils
 then run alsaconf. If all goes well then run
 $alsamixer
 and make sure the setting are to your liking.
 If alsaconf can't find your card go to the Alsa Project drivers page and
 make sure it's supported and which driver it needs.
 Cheers,
 Jonathan

Do you have hotplug installed? It should automatically detect your soundcard's 
module and load it at boot.

-- 
Ryan Schultz
- floating point exception: divide by cucumber

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




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



attquri5.dat
Description: Binary data


Re: SoundCard Problem

2005-06-21 Thread Jonathan Kaye
En/La [EMAIL PROTECTED] ha escrit, a 22/06/05 04:30:
 
snip
 dmesg shows:
 i810: SiS found at IO:0x9000 0x9400..
 i810_audio: Audio Controller supports 6 channels
 i810_audio: defaults to 2 channel mode
 i810_audio: resetting connection 0
snip
  alsa wasn't installed, I got it installed and ran alsaconf.

 It couldn't find any PCI or any other driver. I got integrated sound card
 with motherboard.
 That could be the reason.

 Tried 'cat /etc/sndstat' , but doesn't display anything.

 Checked '/etc/modules.conf', alsa has put alsa-related sound card aliases
 into it.
snip

 here is lspci result...
 :00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
 Sound Controller (rev a0)
It would help if you could confirm that your card has an Intel chip set.
Assuming it does, the alsa driver ought to be snd_intel8x0. You can find
instructions here:
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=SiScard=SiS+745.chip=SI7012module=intel8x0
You may want to download the latest version of alsa-drivers and compile
them yourself (you'll need your kernel-image and kernel-source to do this).
Cheers,
Jonathan


signature.asc
Description: OpenPGP digital signature


SoundCard Problem

2005-06-20 Thread ankur . kumar

Hi,

I'm using Debian Sarge and trying to configure sound card, which is an integrated one with ASUS motherboard (ASUS SiS661FX/SiS963L/W697-P4S800MX (PGA 478)).

Sound card:   SoundMAX Integrated Digital Audio

I downloaded ALSA and configured it (using ./configure), but when doing make it says ALSA is already in Linux Kernel.

I don't know how can I configure ALSA in Debian now??

Please help

Thanks,

Ankur


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



Re: SoundCard Problem

2005-06-20 Thread David R. Litwin


I'm using Debian Sarge and trying
to configure sound card, which is an integrated one with ASUS
motherboard (ASUS SiS661FX/SiS963L/W697-P4S800MX (PGA 478)).

Sound card:   SoundMAX Integrated Digital Audio

I downloaded ALSA and configured it (using ./configure), but when doing make it says ALSA is already in Linux Kernel.

I don't know how can I configure ALSA in Debian now??
Don't take my word for any of this, but

To my knowledge, ALSA is already installed and configured in Sarge (at
least, it was for me). I had great difficulties to get my sound to work
and some how managed to do it. I'll try to tell you what I did.

FIrstly, if you are using KDE, choose Kmix (K menu, multimedia, kmix)
and make sure that a: there is a sound-driver (it will say this under
the sliders, by the sideways slider. Mine, for example, says SigmaTel).
Now, make sure that NOTHING is muted.

If this does not work, I'll try to give you more advice.



CM8738 soundcard problem

2004-03-13 Thread Bostjan Muller
Hi!

I have just purchased a new sound card C-Media Electronics Inc CM8738
which seems to have one problem. The sound it outputs is about 10db
quieter than the previous cards I had. I have the autio output (just 2
speakers) connected to the stereo and to achieve the same loudness
(alsamixer/aumix set to the full), but the sound is still quieter.
Is there anything I can do to make it output sound at normal loudness?

I have played around with alsa's drivers and with standard OSS from
kernel 2.4.23.

I would appreciate any hint on how to make it output sound at normal 
loudness.

Regards/Lep pozdrav

Botjan Mller
-- 
[*]   Bostjan Mller | [EMAIL PROTECTED] | http://n.neonatus.net/[*]
[*] PGP key -- finger: [EMAIL PROTECTED], DSA id: 0x9B2FF108 [*]
[*]  Celular: +38641243189, Powered by GNU/LiNUX - ICQ #:7506644  [*]
It is easier to fix Unix than to live with NT.


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



Re: CM8738 soundcard problem

2004-03-13 Thread Juhan Kundla
Hei!

Ühel ilusal päeval [13-03-2004 13:09] kirjutas Bostjan Muller:
 Hi!
 
 I have just purchased a new sound card C-Media Electronics Inc CM8738
 which seems to have one problem. The sound it outputs is about 10db
 quieter than the previous cards I had. I have the autio output (just 2
 speakers) connected to the stereo and to achieve the same loudness
 (alsamixer/aumix set to the full), but the sound is still quieter.
 Is there anything I can do to make it output sound at normal loudness?
 
 I have played around with alsa's drivers and with standard OSS from
 kernel 2.4.23.
 
 I would appreciate any hint on how to make it output sound at normal 
 loudness.

Are you using an amplifier or are you sending the soundcards signal
directly to the speakers?

This might be electrical issue. The output signal of your soundcard
should probably be amplified (by an amplifier of course) before sending
it to the speakers. Perhaps the soundcard has another output, where you
can get more powerful signal meant for headphones or smaller speakers.
Maybe your soundcard has a jumper, which can be used to turn on small
amplifier on your soundcard?


Juhan


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



Soundcard problem

2003-11-03 Thread Dean Sue



i have a old motherboard msi don't know the model 
number!
it has an on-board soundcard is there anyway to 
find out which soundcard driversi 
need?

thanx

dean




***

The views expressed in this email message are the personal opinions of the
author and do not represent those of the company. No liability can be held
for any damages, howsoever caused, to any recipients of this message. If you
are not the intended recipient, be advised that you have received this email
in error and that any use, dissemination, forwarding, printing, or copying of
this email is strictly prohibited. If you are not the intended recipient,
please destroy this message and inform the sender immediately

Although this e-mail and its attachments are believed to be free from any virus,
it is the responsibility of the recipient(s) to ensure that it is virus free.

***


Re: Soundcard problem

2003-11-03 Thread John Peter
Dean  Sue wrote:
i have a old motherboard msi don't know the model number!
it has an on-board soundcard is there anyway to find out which soundcard 
drivers i need?
Well, if you use discover maybe it can detect it and you can see it in 
dmesg after a reboot.

Here is my audio section from dmesg ( just as an example ):

Creative EMU10K1 PCI Audio Driver, version 0.20, 12:20:40 Oct 28 2003
PCI: Found IRQ 11 for device 00:06.0
PCI: Sharing IRQ 11 with 00:04.2
PCI: Sharing IRQ 11 with 00:04.3
PCI: Sharing IRQ 11 with 00:0a.0
emu10k1: EMU10K1 rev 6 model 0x8027 found, IO at 0xb800-0xb81f, IRQ 11
ac97_codec: AC97 Audio codec, id: 0x8384:0x7609 (SigmaTel STAC9721/23)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Soundcard problem

2003-11-03 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, Nov 03, 2003 at 10:26:12AM -, Dean  Sue wrote:
 i have a old motherboard msi don't know the model number!  it has an
 on-board soundcard is there anyway to find out which soundcard
 drivers i need?

lspci?

- -- 
 .''`. Paul Johnson [EMAIL PROTECTED]
: :'  :
`. `'` proud Debian admin and user
  `-  Debian - when you have better things to do than fix a system
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/pmjsUzgNqloQMwcRAgpXAJ4/ySx6uIMpl2nclBIEmq8evnH6WgCfS/y/
vX52Zb9SRGh0U42V7EcdQK8=
=w940
-END PGP SIGNATURE-


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



i815 Soundcard Problem

2003-07-10 Thread Ratheesh K K

Hai to the users of Debian,

Problem:
   My motherboard is of D815EEA2 from Intel with
onboard soundcard with the chip AD1885. The problem I
face is that I cant boot with sound support every time
I boot the system.Only at random occasions the
soundcard is working. This is the case whether I
include the sound support into the kernel or compile
it as a module.
On the other side manpage of bootparam 'man
bootparam' says that there are certain soundcards that
requires the particular dos driver to put the card
into a known state.Following this after booting pc
into dos, loading the particular dos driver, then
loading GNU/Linux with the help of loadlin surely
works.
This is the case with almost all systems working on
the specified series of the motherboard.I have tried
kernel-sources (2.5.38  2.5.41) which supports alsa
modules  drivers ,but the same problem persists.
Is there anyone else using and facing the same
problem/ any solution for this problem where a 100%
sound can be obtained without the help of loadlin in
these motherboards.
  


=
%~~~%
   regards,

   Ratheesh K K
   [EMAIL PROTECTED]
   Kochi-04, Kerala,
   INDIA.
%~~~%

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


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



Soundcard Problem VIA Technologies

2002-12-16 Thread Christian Banik
Dear Debian Users,

my soundcard is working very well, except with games. I configured it 
under Debian with the Red Hat Programm sndconfig.
After every configuration with sndconfig the Games had sound. But if i 
reboot my PC, it don't work anymore.

My soundcard:  VIA Technologies IVT82C686 AC97 Audio Controler (on board).
I've added the /etc/modutils/sndconfig file for more informations. I 
hope someone can help me. Thanks a lot Christian

/etc/modutils/sndconfig file:

alias sound-slot-0 via82cxxx_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L /dev/null
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S /dev/null 2


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



Re: Soundcard Problem VIA Technologies

2002-12-16 Thread Adam Majer

By any chance, do you have the volume up? Use something like aumix
(it's also a package -- nice text mixer) to set the volume.
And make sure that the module is loaded :) [just add
the module to /etc/modules but I think you got that step :]

- Adam

On Mon, Dec 16, 2002 at 07:53:46PM +0100, Christian Banik wrote:
 Dear Debian Users,
 
 my soundcard is working very well, except with games. I configured it 
 under Debian with the Red Hat Programm sndconfig.
 After every configuration with sndconfig the Games had sound. But if i 
 reboot my PC, it don't work anymore.
 
 My soundcard:  VIA Technologies IVT82C686 AC97 Audio Controler (on board).
 I've added the /etc/modutils/sndconfig file for more informations. I 
 hope someone can help me. Thanks a lot Christian
 
 /etc/modutils/sndconfig file:
 
 alias sound-slot-0 via82cxxx_audio
 post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L /dev/null
 pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S /dev/null 2
 
 
 -- 
 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]




Gravis soundcard problem

2001-10-06 Thread Russ Cook
I am running Debian unstable with Gnome installed.
I have a Gravis legacy soundcard installed, with
appropriate drivers enable.  When I try to run an
mp3 or midi file, I get the following error:

[EMAIL PROTECTED]:~/music$ splaymidi -g bohemian.mid
Playmidi 2.3 Copyright (C) 1994-1996 Nathan I. Laredo
This is free software with ABSOLUTELY NO WARRANTY.
For details please see the file COPYING.
cannot get info on soundcard
/dev/sequencer: Device or resource busy
[EMAIL PROTECTED]:~/music$

Can anyone offer advice?

Thanks much,
Russ



ES1869 soundcard problem? (lengthy description)

2000-09-07 Thread Peter Fedichev
Hello,

since yesterday I am trying to configure the sound card on my laptop. I
would be very grateful to anyone who could hint me a solution. The
hardware has been till yesterday working fine under Windows (though I
don't have W to check it again but I don't expect anything happened).

I will be trying to get sndconfig package from woody as it's been
suggested by Michael Smith, but to be fair I don't expect it to work
fine, since several months ago I tryed the sndconfig on RedHat and
failed to find a working combination of irq/dma/ioport. I'll be trying,
but a help is welcome.

Even installing Windows I had the same problem, but somhow after several
attempts it's gone by itself, so I have no idea what I did right (or
wrong) before the card started working.

thanks.

Here follows a lenghty description of the problem.
when I boot the computer I am getting (this is the output of dmesg |
more)

**
Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
SB 3.01 detected OK (220)
ESS chip ES1869 detected
sb: Interrupt test on IRQ7 failed - Probable IRQ conflict

**

then cat /dev/sndstat produces

**
OSS/Free:3.8s2++-971130
Load type: Driver loaded as a module
Kernel: Linux ge3-c705 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i586
Config options: 0

Installed drivers:

Card config:

Audio devices:
0: ESS ES1869 AudioDrive (rev 11) (3.01)

Synth devices:

Midi devices:
0: ESS ES1688

Timers:
0: System clock

Mixers:
0: Sound Blaster

**


and then cat /proc/interrupts does
**
   CPU0
  0:  57958  XT-PIC  timer
  1:   1069  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  3:   1961  XT-PIC  pcnet_cs
  7:  0  XT-PIC  soundblaster
  8:  1  XT-PIC  rtc
 12:   8747  XT-PIC  PS/2 Mouse
 13:  1  XT-PIC  fpu
 14:  95468  XT-PIC  ide0
 15:  8  XT-PIC  ide1
NMI:  0

**

cat /proc/dma gives
**
1: SoundBlaster8
4: cascade

**

and cat /proc/ioports
**
-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0220-022f : soundblaster
02f8-02ff : serial(set)
0300-031f : pcnet_cs
0330-0333 : MPU-401 UART
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
1100-1107 : ide0
1108-110f : ide1
**


the next funny thing happens when I lounch pnpdump

**
...
# Card 1: (serial identifier d7 ff ff ff ff 03 00 73 16)
# Vendor Id ESS0003, No Serial Number (-1), checksum 0xD7.
# Version 1.0, Vendor version 1.0
# ANSI string --ESS ES1869 Plug and Play AudioDrive--
#
# Logical device id ESS0006
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3b
# Device supports vendor reserved register @ 0x3d
# Device supports vendor reserved register @ 0x3e
# Device supports vendor reserved register @ 0x3f
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be
changed if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE ESS0003/-1 (LD 0
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0800
# Maximum IO base address 0x0ff8
# IO base alignment 8 bytes
# Number of IO addresses required: 8# (IO 0 (SIZE 8) (BASE
0x0800))
 (NAME ESS0003/-1[0]{ESS ES1869 Plug and Play AudioDrive})
# (ACT Y)
#
# Logical device id ESS1869
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3b
# Device supports vendor reserved register @ 0x3d
# Device supports vendor reserved register @ 0x3e
# Device supports vendor reserved register @ 0x3f
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be
changed if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE ESS0003/-1 (LD 1

# Multiple choice time, choose one only !

# Start dependent functions: priority preferred
#   First DMA channel 1.
# 8 bit DMA only
# Logical device is not a bus master
# DMA may execute in count by byte mode
# 


**

what's in the hell (sorry) is this ESS0003?

if I uncomment ACT Y for these two first entries my kernel recognizes
the both cards when isapnp is envoked, but the sb output remains the
same.

Any ideas?


**




Ensoniq Soundcard Problem

2000-08-07 Thread Dale Morris
I have recompiled 2.2.16 kernel to support my creative ensoniq
soundcard. When I run esd from su it makes a 3 tone sound, but then
hangs and I don't get back to the user prompt. If I try to connect to
the ESD volume meter on the desktop while the esd command is hung, it
seems to work. If I try to connect to the mixer, then I receive an
error:  [No mixers found, make sure you have sound support compiled
in the kernel]
I think there is probably some sort of permission problem here, but I
don't really know where to begin. I'm reading the manual..
any suggestions?
thanks



Re: Ensoniq Soundcard Problem

2000-08-07 Thread Dale Morris
On further investigation, the sound card works fine in my root desktop.
How do I set the permissions for it to work properly in my user
directory. 
(It's getting close to working :-)

On Mon, Aug 07, 2000 at 03:45:01PM -0700 12, Dale Morris [EMAIL PROTECTED] 
wrote:

 I have recompiled 2.2.16 kernel to support my creative ensoniq
 soundcard. When I run esd from su it makes a 3 tone sound, but then
 hangs and I don't get back to the user prompt. If I try to connect to
 the ESD volume meter on the desktop while the esd command is hung, it
 seems to work. If I try to connect to the mixer, then I receive an
 error:  [No mixers found, make sure you have sound support compiled
 in the kernel]
 I think there is probably some sort of permission problem here, but I
 don't really know where to begin. I'm reading the manual..
 any suggestions?
 thanks
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



Re: Ensoniq Soundcard Problem

2000-08-07 Thread Dale Morris
Nope, I'm just trying to figure out how to add myself to the audio group


On Mon, Aug 07, 2000 at 04:10:23PM -0700 14, G. L. `Griz' Inabnit [EMAIL 
PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 
 Is the user in question part of theaudiogroup?
 
 On Mon, 07 Aug 2000, Dale Morris wrote:
  On further investigation, the sound card works fine in my root desktop.
  How do I set the permissions for it to work properly in my user
  directory.
  (It's getting close to working :-)
 
  On Mon, Aug 07, 2000 at 03:45:01PM -0700 12, Dale Morris [EMAIL 
  PROTECTED] wrote:
 
   I have recompiled 2.2.16 kernel to support my creative ensoniq
   soundcard. When I run esd from su it makes a 3 tone sound, but then
   hangs and I don't get back to the user prompt. If I try to connect to
   the ESD volume meter on the desktop while the esd command is hung, it
   seems to work. If I try to connect to the mixer, then I receive an
   error:  [No mixers found, make sure you have sound support compiled
   in the kernel]
   I think there is probably some sort of permission problem here, but I
   don't really know where to begin. I'm reading the manual..
   any suggestions?
   thanks
  
  
   --
   Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
  
  
 
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 --
 __
OutCast Computer Consultants of Central Oregon
  http://outcast-consultants.redmond.or.us
  [EMAIL PROTECTED]
  (541) 504-1388
  Via IRC at; 205.227.115.251:6667:#OutCasts
Via ICQ: UIN 138930
 
 
 -BEGIN PGP SIGNATURE-
 Version: PGPfreeware 5.0i for non-commercial use
 MessageID: dXuVUnxzGq+fqO+BDkDVM9zHfvjKIpeO
 
 iQA/AwUBOY9B7whnWicv+0tKEQIMZgCgpYew12KFUm0GTDv7aOz1pLEgoscAnRkP
 9CkXCrv5M0rKszkERWMpBmaj
 =sRX8
 -END PGP SIGNATURE-
 



Re: Ensoniq Soundcard Problem

2000-08-07 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said...

 On further investigation, the sound card works fine in my root
 desktop. How do I set the permissions for it to work properly in my
 user directory.  (It's getting close to working :-)

Investigate the files /dev/dsp* and /dev/mixer*.  Correlate your group
access permissions with the permissions of /dev/dsp* and /dev/mixer*.  
Alter your permissions in /etc/group accordingly.

-- 
--
Phil Brutsche   [EMAIL PROTECTED]

There are two things that are infinite; Human stupidity and the
universe. And I'm not sure about the universe. - Albert Einstien



Re: Ensoniq Soundcard Problem

2000-08-07 Thread Dale Morris
How do I add audio to my user group definitions? I can change the file
permissions on /dev/dsp and /dev/mixer, but won't that make the system
less secure? I'm looking at the permissions now. Seems I could also
change ownership of the files for the same result, but again wouldn't
that compromise security?
thanks for your reply. 


On Mon, Aug 07, 2000 at 06:18:56PM -0500 19, Phil Brutsche [EMAIL PROTECTED] 
wrote:

 A long time ago, in a galaxy far, far way, someone said...
 
  On further investigation, the sound card works fine in my root
  desktop. How do I set the permissions for it to work properly in my
  user directory.  (It's getting close to working :-)
 
 Investigate the files /dev/dsp* and /dev/mixer*.  Correlate your group
 access permissions with the permissions of /dev/dsp* and /dev/mixer*.  
 Alter your permissions in /etc/group accordingly.
 
 -- 
 --
 Phil Brutsche [EMAIL PROTECTED]
 
 There are two things that are infinite; Human stupidity and the
 universe. And I'm not sure about the universe. - Albert Einstien
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



Re: Ensoniq Soundcard Problem

2000-08-07 Thread Pollywog
Just edit /etc/group so that your username is in place of pollywog below.

Your group number might differ from mine for the audio group but that is
alright.

audio:x:29:pollywog

On 07-Aug-2000 Dale Morris wrote:
 Nope, I'm just trying to figure out how to add myself to the audio group
 
 



Re: Ensoniq Soundcard Problem SOLVED!

2000-08-07 Thread Dale Morris
It works, thanks, this has been such a headache. I changed from a
yamaha oplsax isapnp sound card and went through so many aggravating
problems. Now I can relax..



On Mon, Aug 07, 2000 at 04:37:02PM -0700 23, G. L. `Griz' Inabnit [EMAIL 
PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 
 :--)
 
 As root, adduser {username} audioNothing to it.
 
 BUT!!! The user you just added has to log COMPLETELY off the box, and back on
 for the changes to take affect. Let me know if this works.
 
 
 
 On Mon, 07 Aug 2000, Dale Morris wrote:
  Nope, I'm just trying to figure out how to add myself to the audio group
 
 
  On Mon, Aug 07, 2000 at 04:10:23PM -0700 14, G. L. `Griz' Inabnit [EMAIL 
  PROTECTED] wrote:
 
   -BEGIN PGP SIGNED MESSAGE-
  
   Is the user in question part of theaudiogroup?
  
   On Mon, 07 Aug 2000, Dale Morris wrote:
On further investigation, the sound card works fine in my root desktop.
How do I set the permissions for it to work properly in my user
directory.
(It's getting close to working :-)
   
On Mon, Aug 07, 2000 at 03:45:01PM -0700 12, Dale Morris [EMAIL 
PROTECTED] wrote:
   
 I have recompiled 2.2.16 kernel to support my creative ensoniq
 soundcard. When I run esd from su it makes a 3 tone sound, but then
 hangs and I don't get back to the user prompt. If I try to connect to
 the ESD volume meter on the desktop while the esd command is hung, it
 seems to work. If I try to connect to the mixer, then I receive an
 error:  [No mixers found, make sure you have sound support compiled
 in the kernel]
 I think there is probably some sort of permission problem here, but I
 don't really know where to begin. I'm reading the manual..
 any suggestions?
 thanks


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


   
   
--
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
   --
   __
  OutCast Computer Consultants of Central Oregon
http://outcast-consultants.redmond.or.us
[EMAIL PROTECTED]
(541) 504-1388
Via IRC at; 
   205.227.115.251:6667:#OutCasts
  Via ICQ: UIN 138930
  
  
   -BEGIN PGP SIGNATURE-
   Version: PGPfreeware 5.0i for non-commercial use
   MessageID: dXuVUnxzGq+fqO+BDkDVM9zHfvjKIpeO
  
   iQA/AwUBOY9B7whnWicv+0tKEQIMZgCgpYew12KFUm0GTDv7aOz1pLEgoscAnRkP
   9CkXCrv5M0rKszkERWMpBmaj
   =sRX8
   -END PGP SIGNATURE-
  
 
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 --
 __
OutCast Computer Consultants of Central Oregon
  http://outcast-consultants.redmond.or.us
  [EMAIL PROTECTED]
  (541) 504-1388
  Via IRC at; 205.227.115.251:6667:#OutCasts
Via ICQ: UIN 138930
 
 
 -BEGIN PGP SIGNATURE-
 Version: PGPfreeware 5.0i for non-commercial use
 MessageID: K9yG0dQO+lz8tCwfnTtCD06gY1O8At/H
 
 iQA/AwUBOY9IWghnWicv+0tKEQJpUACgkaZle5cydfSSSGFmrGfAzh0DiDAAnAhI
 GXBIqgXfFtiGEkPiyN0hZSJF
 =CED+
 -END PGP SIGNATURE-
 



AWE-soundcard problem (potato)

1999-11-13 Thread Sven Esbjerg
Hi

Yesterday I decided to upgrade one of my Slink machines to Potato to see how
it works. Except for a minor problem whith a package it all worked out well, I
thought... After upgrading I decided to listen to some mp3 and then my
problems startet. First I had to learn that you are no longer able to set
parameters in modules.conf. After outcommenting those modprobe worked again.
Next I found out that somehow the irq had been set to 7 and not 5 as before.
Loading the module whith isapnp.conf didn't work either. It just didn't
matter. So I decided to try modconf. After that at modprobe -c showed:
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
which is correct for my AWE64 card. Well when I load the module and afterwards
start mpg123 dmesg will (still) show me:
Sound: DMA (output) timed out - IRQ/DRQ config error?
furthermore when I try to do a 'cat /dev/sndstat' I get 
cat: /dev/sndstat: No such device
'ls -la /dev/sndstat' shows
crw-rw1 root audio 14,   6 Aug  6 15:48 /dev/sndstat

So I'm totaly bewildered. I have been using kernel 2.2.13 all the time. Only
thing I did was to do a 'apt-get dist-upgrade' and now everything seems to
totaly broken whith my soundcard. I have been reading in sound.c but it seems
to load the parameters for irq and dma when it gets loaded. I did notice one 
thing. Some people at Redhat had modified the original source. This was signed
by Alan Cox.

Does anyone know what is going on and how to fix this? 
-- 
Sven Esbjerg
http://www.dina.dk/~joker


Re: AWE-soundcard problem (potato)

1999-11-13 Thread Cliff Rice
On Sat, Nov 13, 1999 at 03:42:23PM +0100, Sven Esbjerg wrote:
 Hi
 
 Yesterday I decided to upgrade one of my Slink machines to Potato to see how
 it works. Except for a minor problem whith a package it all worked out well, I
 thought... After upgrading I decided to listen to some mp3 and then my
 problems startet. First I had to learn that you are no longer able to set
 parameters in modules.conf. After outcommenting those modprobe worked again.
 Next I found out that somehow the irq had been set to 7 and not 5 as before.
 Loading the module whith isapnp.conf didn't work either. It just didn't
 matter. So I decided to try modconf. After that at modprobe -c showed:
 options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
 which is correct for my AWE64 card. Well when I load the module and afterwards
 start mpg123 dmesg will (still) show me:
 Sound: DMA (output) timed out - IRQ/DRQ config error?
 furthermore when I try to do a 'cat /dev/sndstat' I get 
 cat: /dev/sndstat: No such device
 'ls -la /dev/sndstat' shows
 crw-rw1 root audio 14,   6 Aug  6 15:48 /dev/sndstat
 
Hi Sven, I'm a newbie, so you may want to take this with a grain
of salt.  I also have an AWE 64 card and I've had better luck with
potato than I ever did with slink.  I think there is a sound HOWTO
on www.linux.org that I used which worked real well.  I'll
just go over the highlights and what optios I chose.

Some details, I'm running the 2.2.12 kernel and when I did my
apt-get session I made sure I got the awe-drivers and such.
I think I still had the to run the install.sh in my /usr/src/awedrv
directory.  I'll include my .config file for you.  Hope this helps.
I've found the folks here most helpful in getting my stuff to go,
so thanks everyone.

---
/usr/src/linux/.config:

#
#
# Automatically generated make config: don't edit
#

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M586TSC is not set
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
CONFIG_SMP=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_OPTIMIZE is not set
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
# CONFIG_BINFMT_JAVA is not set
# CONFIG_PARPORT is not set
# CONFIG_APM is not set

#
# Plug and Play support
#
CONFIG_PNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_VIA82C586 is not set
# CONFIG_BLK_DEV_CMD646 is not set
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_NETLINK is not set
# CONFIG_FIREWALL is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_ALIAS is not set
# CONFIG_SYN_COOKIES is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set

#
#  
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_BRIDGE is not set
# CONFIG_LLC is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
# CONFIG_CPU_IS_SLOW is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CD-ROM)
#
# CONFIG_BLK_DEV_SD 

Re: AWE-soundcard problem (potato)

1999-11-13 Thread Maciej Kalisiak
On Sat, Nov 13, 1999 at 11:19:35AM -0500, Cliff Rice wrote:
 I think there is a sound HOWTO on www.linux.org that I used which worked
 real well.

I've also found the AWE32/64 HOWTO to be very helpful:
http://www.linuxdoc.org/HOWTO/mini/Soundblaster-AWE.html

 #define AWE_DEFAULT_BASE_ADDR   0x620   /* base port address */
 #define AWE_DEFAULT_MEM_SIZE512 /* kbytes */
 in /usr/src/kernel-source-2.2.12/drivers/sound/lowlevel/awe-config.h

Another way (more tweakable perhaps) is to put the settings in
/etc/modules.conf.  (actually, in Debian that file is actually generated from
/etc/modutils/*, so you put this in a file, say
/etc/modutils/stuff_added_by_me) I use the following options:

options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330

Check documentation on what else you can configure there.

-- 
Maciej Kalisiak | [EMAIL PROTECTED] | http://www.dgp.toronto.edu/~mac [McQ]
PGP-finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+ DI+ G+ e+++(*) h--- r+++ y?