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

Thread: No Sound At All

Hybrid View

  1. #1

    No Sound At All

    Soundcard = Sound Blaster Audigy

    When in any X Multimedia System (XMMS), it says
    "Please Check That:
    Your soundcard is configured properly
    You have the correct output plugin selected
    No other program is blocking the soundcard."

    I tried running the autoconfiguring sound detector built in with Knoppix,
    but for some reason is recognizes it as "Unknown Device|Unknown Vendor".

    Any clue as to why I can't get any sound going?

  2. #2
    Senior Member
    Join Date
    Nov 2003
    Location
    Washington State
    Posts
    120
    Have you tried booting with:
    Code:
    knoppix alsa

  3. #3
    well, I also have an AGP problem, so I have to boot with "fb1280x1024".
    How do I enter multiple commands from the boot sequence?

    Do you know?

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

    Simply add the multiple cheatcodes on the same line...

    Like this

    boot: knoppix fb1280x1024 alsa ... other cheatcodes...

    My "usuall" boot prompt, back in v3.3 was like this...

    boot: knoppix myconfig=scan home=scan screen=1024x768 vrefresh=60 noscsi nopcmcia noagp noapm

    Now, who ever said that Linux was intuitive? ( or daunting to new users? ) - try adding all of that ( a new user that is ) every time you booted - yeah, right, I kept a "postie note" next to the computer to remember it all, cause if I didn't enter it all, I'd get a black screen when X started up.

    Hope this helps,
    Ms. Cuddles

  5. #5
    Member registered user
    Join Date
    Jun 2004
    Posts
    83
    Quote Originally Posted by Cuddles
    boot: knoppix myconfig=scan home=scan screen=1024x768 vrefresh=60 noscsi nopcmcia noagp noapm
    But given the "myconfig=scan", aren't the other boot options "remembered" in the scanned file? So wouldn't that be the only boot option required for you (after your very first boot)?

  6. #6
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    Ooops, your right, my mistake...

    Disrergard the myconfig and home scans from the prompt, I combined two of my old prompts together -=- accidently -=- sorry

  7. #7
    Ok, when the boot screen came up I put
    boot: knoppix fb1280x1024 alsa
    however, the AGP boot command didn't apply,
    because when it loaded the GUI everything was messed
    up as it is without the command. when I put:

    boot: fb1280x1024 alsa (without knoppix in the beginning)
    the AGP worked since the GUI loaded up fine, but no sound.

    Even when I try:
    boot: alsa
    it says "no such image drive 'alsa'", or something like that.

    Anyone know what to do?
    Remember, I HAVE to have fb1280x1024 work as well, or else I can't
    operate the OS.

  8. #8
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    929
    Even when I try:
    boot: alsa
    it says "no such image drive 'alsa'", or something like that.
    OK, so try

    knoppix alsa fb1280x1024

    or even

    knoppix alsa knoppix fb1280x1024

    Some combination should/will work.

  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 JooK
    Ok, when the boot screen came up I put
    boot: knoppix fb1280x1024 alsa
    however, the AGP boot command didn't apply,
    because when it loaded the GUI everything was messed
    up as it is without the command. when I put:

    boot: fb1280x1024 alsa (without knoppix in the beginning)
    the AGP worked since the GUI loaded up fine, but no sound.

    Even when I try:
    boot: alsa
    it says "no such image drive 'alsa'", or something like that.

    Anyone know what to do?
    Remember, I HAVE to have fb1280x1024 work as well, or else I can't
    operate the OS.
    Ok Jook, lets try this systematically....

    if you do this...
    Code:
    boot: knoppix fb1280x1024
    you can boot fine, but without sound, right?

    if you boot this:
    Code:
    boot: knoppix alsa
    you get a bad GUI, but do you get sound???

    So, you need the "fb1280x1024" for AGP issues, in that case, I would think the proper boot should be:

    Code:
    boot: knoppix fb1280x1024 alsa
    and if that command gives you a good GUI and still no sound, I would think that something is causing the "alsa" part not to work ( my guess ).

    I have heard that ( sometimes ) some sound cards, or system configurations of hardware, get in the way of alsa running correctly. One is that you are not running ArtS sound server in addition to alsa, it competes with each other, the other is, yet another, cheatcode, that deactivates "known" issues with alsa, let me see what it is............... Darn it, I can't find it..... I think its noacpi -=- I remember it was almost a given "needed" command if alsa sound is not working, and in most cases, the inclusion of the command cheatcode worked....

    You might try either the noacpi, or noapm, or a combination of both, with the above boot command, something like this:

    Code:
    boot: knoppix fb1280x1024 alsa noacpi
    I am going off memory here, I don't have my old lilo.conf "append" line anymore to cheat off of, so its my best guess here. I get confused with some of the cheatcodes, you have a acpi and a apic, but the apic isn't it, so I think the acpi is right. In fact, I am sure that this topic has been raised before within these forums, let me see what I can find........

    Hmmmmmm, I found a topic on ALSA with apm & acpi support, appears that in this post, a contribution by Fabianx, that possibly the cheatcode has changed, from alsa to alsa=scan ???? So, from what I gather, you can try some of these cheatcode combinations:

    Code:
    boot: knoppix fb1280x1024 alsa noacpi
    or
    boot: knoppix fb1280x1024 alsa noapm
    or
    boot: knoppix fb1280x1024 alsa noacpi noapm
    or
    boot: knoppix fb1280x1024 alsa=scan
    You should also note, that alsa fires up your volume controls with zero and muted, so, the suggested command in a konsole window after booting is to run aumix 75 -=- or fire off alsamixer and ensure that your volumes and mutes are set properly...

    Here is the search results I found using alsa in the box above labeled Search Knoppix.net:

    http://www.google.com/search?q=alsa%20site:knoppix.net

    and the topic I pulled from:

    http://www.knoppix.net/forum/viewtopic.php?p=48967

    and the topic I got the quote from Fabianx from:

    http://www.knoppix.net/forum/viewtopic.php?p=7336

    I hope this helps,
    Ms. Cuddles

  10. #10
    Oh man! I tried EVERYTHING. NOTHING works.

    For some reason, using:
    Code:
    boot: knoppix ANYcommandHERE
    will simply not work.
    How do I know this? When I use:
    Code:
    boot: knoppix fb 1280x1024
    The GUI loads all messed up, as if the code was never entered.

    This is really wierd. I have the NEWEST Knoppix (3.4, it was the newest last week).

    However, when Knoppix is booted with:
    Code:
    boot: fb1280x1024
    (without the knoppix before the code), the AGP works loads fine.

    when using:
    Code:
    boot: alsa noacpi fb1280x1024
    it replies with: "alsa" image not found (or something like that)

    And as for one of you who asked:

    When I boot with:
    Code:
    boot: fb1280x1024 alsa
    The GUI loads fine and clear, but still no sound.

    ANYONE have ANY clue as to what is going on?

Page 1 of 2 12 LastLast

Similar Threads

  1. No sound w/ Live CD - onboard sound card, Asus/Via
    By AngelFch in forum Hardware & Booting
    Replies: 2
    Last Post: 07-09-2005, 07:53 PM
  2. ASUS integrated sound chip recognized but no sound
    By saxguy in forum Hardware & Booting
    Replies: 2
    Last Post: 01-30-2005, 06:15 PM
  3. SOund card fun:Sound Blaster Audigy OEM also Radeon 9600Pro
    By Battousai in forum Hardware & Booting
    Replies: 3
    Last Post: 03-08-2004, 10:17 PM
  4. Replies: 40
    Last Post: 03-01-2004, 04:45 PM
  5. Maxi Sound Muse half channels sound
    By dobell in forum Hardware & Booting
    Replies: 2
    Last Post: 11-26-2003, 07:45 PM

Posting Permissions

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


(2) Seagate SAS Hard Drive Exos 7E8 3TB 7200RPM 128MB 12Gb/s 3.5 ST3000NM0035 picture

(2) Seagate SAS Hard Drive Exos 7E8 3TB 7200RPM 128MB 12Gb/s 3.5 ST3000NM0035

$49.99



Seagate BarraCuda ST3000DM008 3TB Internal SATA 6Gb 3.5

Seagate BarraCuda ST3000DM008 3TB Internal SATA 6Gb 3.5" Hard Drive 7200RPM 64MB

$91.99



Dell EMC WD-HITACHI H5H72101CLAR10T0 10TB 7.2K SAS 12Gb/s SED 3.5in A POH 0-50k picture

Dell EMC WD-HITACHI H5H72101CLAR10T0 10TB 7.2K SAS 12Gb/s SED 3.5in A POH 0-50k

$189.99



Seagate ST500DM009 BarraCuda 500 GB 3.5

Seagate ST500DM009 BarraCuda 500 GB 3.5" SATA III Desktop Hard Drive

$14.99



Toshiba MG04ACA400 4TB 3.5-inch SATA 6 Gb/s 7,200 RPM Internal Hard Drive picture

Toshiba MG04ACA400 4TB 3.5-inch SATA 6 Gb/s 7,200 RPM Internal Hard Drive

$49.99



Seagate ST28000NM001C 28TB 256MB 7200RPM 3.5

Seagate ST28000NM001C 28TB 256MB 7200RPM 3.5" SATA 6.0Gb/s Enterprise Hard Drive

$669.99



Toshiba 14TB MG07 MG07ACA14TEY 7.2K RPM SATA 6Gb/s 512e 3.5

Toshiba 14TB MG07 MG07ACA14TEY 7.2K RPM SATA 6Gb/s 512e 3.5" Enterprise HDD

$299.00



ST6000NM0034 DELL 6TB 7.2K 12G SAS 512E 3.5

ST6000NM0034 DELL 6TB 7.2K 12G SAS 512E 3.5" ENTERPRISE HARD DRIVE 8D1V4 08D1V4

$54.99



WD Ultrastar DC HC530 14TB SATA 6G 3.5

WD Ultrastar DC HC530 14TB SATA 6G 3.5" 7200RPM Enterprise HDD - WUH721414ALE604

$329.99



Seagate 6TB HDD ST6000NM0034 7.2K 3.5

Seagate 6TB HDD ST6000NM0034 7.2K 3.5" SAS 12Gb/s (NOT FOR PC - FOR SERVER ONLY)

$87.00