Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Sound card problems, please help!!!

  1. #1
    Junior Member
    Join Date
    Aug 2004
    Location
    Seattle, WA
    Posts
    3

    Sound card problems, please help!!!

    So i installed knoppix onto my hdd, but now it can't find the sound card. It worked when I ran it from the cd, but since being installed it doesn't work. I ran the soundcard configuration but can't get it to work. It autodetects ES1371 as my sound card but won't play the sample sound. I then look through the list and find my sound card (Creative SoundBlaster 128 PCI) but that doesn't work either. Could someone please help me.

    Thanks.

  2. #2
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338

    Re: Sound card problems, please help!!!

    Quote Originally Posted by jaredhanks
    So i installed knoppix onto my hdd, but now it can't find the sound card. It worked when I ran it from the cd, but since being installed it doesn't work. I ran the soundcard configuration but can't get it to work. It autodetects ES1371 as my sound card but won't play the sample sound. I then look through the list and find my sound card (Creative SoundBlaster 128 PCI) but that doesn't work either. Could someone please help me.

    Thanks.
    A few "background" questions... ( I am going on a hunch that your problem is the same as what I had problems with, hopefully )

    1 ) Are you using the OSS sound, or are you trying to get ALSA working?
    2 ) What version of Knoppix are you using? ( i.e. v3.3, v3.4, etc... and if its version 3.4, which kernel; 2.4.4 or 2.6.6 ? ) try a uname -r in a Konsole window )

    I was trying to get ALSA working on a Knoppix v3.4, kernel 2.6.6, and it worked fine when I used alsa cheatcode on the boot of the CD, but after I hard drive installed it, it refused to work - when I had version v3.3 with the older kernel, I could run alsa as a cheatcode on the CD boot, and after I hard drive installed it, it "inherited" alsa configured and working, fine. But this same technique doesn't work in the new version of Knoppix ( v3.4 ) anymore.

    Ms. Cuddles

  3. #3
    Senior Member
    Join Date
    Nov 2003
    Location
    Washington State
    Posts
    120
    Here's a tip, never run the soundcard configuration program.

    Okay, your Soundblaster 128 pci has an Ensoniq 1371 chipset. Lets try this in a console as root:
    Code:
    modprobe es1371
    This should load the driver for the card.

    Now open an audio player and see if you get sound, if you do, add the line "es1371" to /etc/modules

    If you booted with "alsa" as a cheatcode, or the first method didn't work, then try this in a console as root:
    Code:
    /etc/init.d/alsa-autoconfig start
    Please post your results

  4. #4
    Junior Member
    Join Date
    Aug 2004
    Location
    Seattle, WA
    Posts
    3
    Ok I am running knoppix ver 3.4 with kernel 2.4.26. I tried what turbinator said to do but it didn't work. Anything else that I can do? Any help would be greatly appreciated.

    Thanks.

  5. #5
    Junior Member registered user
    Join Date
    Oct 2003
    Posts
    19
    Possible cause: volume to low...
    Run aumix or kmix and set your volume more higher.


  6. #6
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    Quote Originally Posted by legal
    Possible cause: volume to low...
    Run aumix or kmix and set your volume more higher.

    I assume we are talking ALSA then, in addition to the above suggestion, ensure that your volumes are not muted. ALSA, by default, loads with ZERO on volume levels, AND muted on all channels and sound devices.

  7. #7
    Member registered user
    Join Date
    Jun 2004
    Posts
    83
    Quote Originally Posted by Cuddles
    I assume we are talking ALSA then, in addition to the above suggestion, ensure that your volumes are not muted. ALSA, by default, loads with ZERO on volume levels, AND muted on all channels and sound devices.
    Yes, this is a pain. I have to "unmute" the sound every time I boot, is there a way to fix this?

  8. #8
    Junior Member
    Join Date
    Aug 2004
    Location
    Seattle, WA
    Posts
    3
    ok i ran kmix and it said alsa was not installe. how can install alsa.

  9. #9
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    Quote Originally Posted by markb
    Quote Originally Posted by Cuddles
    I assume we are talking ALSA then, in addition to the above suggestion, ensure that your volumes are not muted. ALSA, by default, loads with ZERO on volume levels, AND muted on all channels and sound devices.
    Yes, this is a pain. I have to "unmute" the sound every time I boot, is there a way to fix this?
    Yes, yes, there is... ( I knew all these months of sitting in ALSA news groups would pay-off someday )

    Get your volume levels set the way you want them, preferably through alsamixer.

    In a Konsole window type the following:
    Code:
    alsactl store
    Place the following in a location where it will be run each time you boot, best place is in /etc/init.d/bootmisc.sh -=- at the very bottom of the file:
    Code:
    alsactl restore
    Any time you change your volume, or mute status information, you will want to re-run the "store" command again...

    Works great for me, I get my settings the same as I want, every time I boot, no fuss...

    SIDE NOTE: not sure if you have to run these both in root, though - you might try them as user, and see if they work, if not, try them as root - I think it has to be done as root though, just not sure...

    Hope this helps,
    Ms. Cuddles

  10. #10
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Quote Originally Posted by jaredhanks
    ok i ran kmix and it said alsa was not installe. how can install alsa.
    run /etc/init.d/alsa-autoconfig as root

Page 1 of 2 12 LastLast

Similar Threads

  1. sound card problems
    By thummer in forum MS Windows & New to Linux
    Replies: 0
    Last Post: 04-11-2005, 12:46 PM
  2. Sound Card Problems
    By vip3r in forum Hardware & Booting
    Replies: 7
    Last Post: 03-03-2005, 06:15 PM
  3. Sound-Card-Problems
    By CKLM in forum Hardware & Booting
    Replies: 3
    Last Post: 09-15-2004, 08:51 PM
  4. Sound Card Problems
    By Jetrider_Omega in forum Hardware & Booting
    Replies: 3
    Last Post: 09-15-2004, 05:01 AM
  5. Sound card problems
    By chad5118 in forum Hardware & Booting
    Replies: 4
    Last Post: 04-01-2003, 03:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$297.00



HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVES picture

HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVES

$199.99



HPE ProLiant MicroServer Gen8 Intel Xeon E3-1265L 16GB ECC PCIe x16 4x1TB HDD picture

HPE ProLiant MicroServer Gen8 Intel Xeon E3-1265L 16GB ECC PCIe x16 4x1TB HDD

$249.99



HP ProLiant HSTNS-5151 Micro Server 8GB RAM No Drives/Key/Caddies *READ* picture

HP ProLiant HSTNS-5151 Micro Server 8GB RAM No Drives/Key/Caddies *READ*

$94.99



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server - 1 x Intel Xeon picture

HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server - 1 x Intel Xeon

$846.19



Microsel Server Tower Supermicro X10SAE E3-1275 V3 @3.5GHz 16GB 509849-001 picture

Microsel Server Tower Supermicro X10SAE E3-1275 V3 @3.5GHz 16GB 509849-001

$149.99



Supermicro 5018A-FTN4 Rack Server - Black picture

Supermicro 5018A-FTN4 Rack Server - Black

$125.00



SUPERMICRO CSE-512 AMD Opteron Processor 6128, 32GB DDR3 RAM NO HDD picture

SUPERMICRO CSE-512 AMD Opteron Processor 6128, 32GB DDR3 RAM NO HDD

$90.00



1U 20

1U 20" Short Depth Server Firewall PFSense X11SSH-F Xeon 3.5Ghz 32GB RAM NVME

$247.00