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
  •  


SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26 picture

SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26

$74.99



WD_BLACK 1TB D30 Game Drive SSD, External Solid State Drive - WDBATL0010BBK-WESN picture

WD_BLACK 1TB D30 Game Drive SSD, External Solid State Drive - WDBATL0010BBK-WESN

$99.99



Dell - 800GB SSD SAS 12G MLC WI 2.5in PX05SM CN3JH picture

Dell - 800GB SSD SAS 12G MLC WI 2.5in PX05SM CN3JH

$109.99



Western Digital 500GB WD Green SN350 NVMe Internal SSD, M.2 2280 - WDS500G2G0C picture

Western Digital 500GB WD Green SN350 NVMe Internal SSD, M.2 2280 - WDS500G2G0C

$46.99



Samsung 512 GB SATA III 2.5

Samsung 512 GB SATA III 2.5" Solid State Drive PM871a / SM841N / OGYG3M *TESTED*

$22.00



Crucial BX500 240GB Internal SSD,Micron 3D NAND SATA CT240BX500SSD1 - OEM item picture

Crucial BX500 240GB Internal SSD,Micron 3D NAND SATA CT240BX500SSD1 - OEM item

$16.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$198.99



Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5

Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5" SATA III 6GB/s for PC/MAC Lot

$197.99