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

Thread: Via 8235 AC97 sound workaround

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Posts
    5

    Via 8235 AC97 sound workaround

    I'm finding a lot to like about Knoppix, but it won't operate onboard sound--Via 8235 AC97-- unless " knoppix alsa" is entered on the boot command line.

    With hard drive Knoppix installation I've found no way to make the sound system work. Alsa is installed, according to KDE software configuration tables. The enable sound system box is checked on sound configuration panel, but no cigar. SuSE 9.0 runs the sound without any massaging.

    What needs to be added or modified to start up Alsa at bootup on hard drive Knoppix installation?

    Stumped Texan

  2. #2
    Senior Member registered user
    Join Date
    Feb 2004
    Location
    Kampen, The Netherlands
    Posts
    166
    If you use xmms, after installing knoppix you might try to ''apt-get install xmms-alsa'' in a shell as root.

  3. #3
    Member registered user
    Join Date
    Jan 2004
    Location
    Norway
    Posts
    80

    Re: Via 8235 AC97 sound workaround

    Quote Originally Posted by rblanken
    I'm finding a lot to like about Knoppix, but it won't operate onboard sound--Via 8235 AC97-- unless " knoppix alsa" is entered on the boot command line.

    With hard drive Knoppix installation I've found no way to make the sound system work. Alsa is installed, according to KDE software configuration tables. The enable sound system box is checked on sound configuration panel, but no cigar. SuSE 9.0 runs the sound without any massaging.

    What needs to be added or modified to start up Alsa at bootup on hard drive Knoppix installation?

    Stumped Texan
    Hei rblanken

    Does your lsmod look anything like this?

    bash-2.05b# lsmod
    Module Size Used by
    tda9887 6532 0
    tuner 16652 0
    saa7134 86988 0
    video_buf 16004 1 saa7134
    i2c_core 18836 3 tda9887,tuner,saa7134
    ir_common 3716 1 saa7134
    tg3 78980 0
    rivafb 45636 0
    uhci_hcd 28428 0
    snd_intel8x0 28552 1
    snd_ac97_codec 63236 1 snd_intel8x0
    snd_mpu401_uart 6144 1 snd_intel8x0
    snd_rawmidi 19520 1 snd_mpu401_uart
    snd_pcm_oss 48040 0
    snd_pcm 80548 3 snd_intel8x0,snd_pcm_oss
    snd_page_alloc 8840 2 snd_intel8x0,snd_pcm
    snd_timer 20868 1 snd_pcm
    snd_mixer_oss 17152 1 snd_pcm_oss
    snd 44388 9 snd_intel8x0,snd_ac97_codec,snd_mpu401_uart,snd_ra wmidi,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    soundcore 7520 2 saa7134,snd
    sd_mod 15872 2
    hisax 236740 2
    isdn 131040 3 hisax
    slhc 6400 1 isdn
    unix 22832 222

    and, can you run alsamixer and/or Kmix?

    regards

  4. #4
    Junior Member
    Join Date
    Jun 2004
    Posts
    5
    Pulsar and Cintra:

    Thanks for your replies. Package xxmx-alsa is not present on my installation, so I assume l need to download it in order to run " apt-get install xxms-alsa ". Will study the matter further.

    My understanding of Linux is probably too limited to fully understand cintra's suggestion as stated. Running lsmod produced a return that did not resemble cintra's. Your listing was clearly sound oriented. The return I got was a simple listing of a variety of modules unrelated to sound.

    Regarding alsamixer, it is not an option in Knoppix 3.4, as nearly as I can determine. K-Mix works when operating from CD, and sound works (with boot instruction" knoppix alsa", as I said before) The notation "VIA 8235 appears at the bottom of the mixer panel.

    Operating Knoppix fom hard drive, K-Mix appears with fewer sliders controlling inputs and outputs, no sound present in any mode, and the notation "UNKNOWN" appears at the bottom of the mixer panel.

    I may need further clarification regarding lsmod, in order to answer cintra's question.

    Thanks again for your interest and responses, my friends.

    rblanken

  5. #5
    Junior Member
    Join Date
    Jun 2004
    Posts
    5
    Typo correction on previous reply: I meant to type "xxms-alsa" package is not present.

    rblanken

  6. #6
    Member registered user
    Join Date
    Jan 2004
    Location
    Norway
    Posts
    80
    Hei again

    I'm back on Knoppix.. the lsmod I sent you was from a similar Gentoo setup. I just wanted you to be sure you had the snd entries.

    Here on knoppix I still use 'alsa' on the boot line of my grub menu.lst entry and notice, when booting now without it, that snd entries in lsmod look OK, alsamixer works OK, but I have no sound.. i.e. try putting alsa in your boot line..

    regards

  7. #7
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    Try logging in as root and running:
    Code:
    /etc/init.d/alsa-autoconfig

  8. #8
    Junior Member
    Join Date
    Jun 2004
    Posts
    5
    Ran alsa-autoconfig as suggested, no error msg, but still no sound. Verified presence of /etc/init/d/alsa-autoconfig, and see a link to /usr.sbin/alsa_init. Also see alsa snddevices file in /usr/sbin.

    In sound system panel of KDE control center when I select ALSA, and apply, I get a message that indicates error while initializing sound driver, & says default device can't be opened for playback (no sound driver)

    rblanken

  9. #9
    Junior Member
    Join Date
    Jun 2004
    Posts
    5
    Reading /etc/init.d/alsaconfig with KWrite (I'm in way over my head, but this looks like C++), the remarks imply that onboard sound is not supported, only pci-pnp cards. I have the feeling a programmer could sort this out. Deep puzzlement as to why the sound can be made to work running a Knoppix CD, but not when running a hard drive installation. It seems to have been done intentionally. Maybe I'll just have to hope for the remedy in a future release of Knoppix.

    rblanken

  10. #10
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    I don't know what to tell you. Could it be a bios setting? Maybe you have onboard sound turned off or something? It's possible someone could help you if you posted your lsmod output.

    Onboard soundcards will work with linux. Don't give up...you'll figure it out.

Page 1 of 2 12 LastLast

Similar Threads

  1. AC97 - no sound. Segmentation fault with 3.9
    By docbill in forum Hardware & Booting
    Replies: 1
    Last Post: 09-05-2005, 06:29 PM
  2. no sound with knoppix 3.4 mandrake 10 ok (ac97)
    By pgk3734 in forum Hardware & Booting
    Replies: 2
    Last Post: 04-30-2005, 09:03 PM
  3. Ac97 detected, no sound
    By greygooseplz in forum Hardware & Booting
    Replies: 11
    Last Post: 11-20-2004, 10:12 AM
  4. Problem with AC97 sound
    By BNU-FaNtAsMa in forum Hardware & Booting
    Replies: 6
    Last Post: 09-04-2004, 04:31 PM
  5. sound card detection AC97
    By myrrdex in forum Hardware & Booting
    Replies: 1
    Last Post: 06-07-2004, 04:16 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
  •  


Professionally restored & fully recapped Commodore 64 computer | NTSC C64 picture

Professionally restored & fully recapped Commodore 64 computer | NTSC C64

$299.00



Vintage Commodore 64 Computer With Power Supply,cabels , Powers  On User Guide picture

Vintage Commodore 64 Computer With Power Supply,cabels , Powers On User Guide

$110.00



Data 20 - Video Pak 80 - 80 Column Video Adapter - Commodore 64 C64 - WORKS picture

Data 20 - Video Pak 80 - 80 Column Video Adapter - Commodore 64 C64 - WORKS

$150.00



TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network picture

TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network

$65.00



Commodore 128 Computer With Power Supply, Box, Manuals, 1571, 1541, Untested picture

Commodore 128 Computer With Power Supply, Box, Manuals, 1571, 1541, Untested

$450.00



SIDKick Pico Commodore 64 and 128 (C64 / C128) - MOS SID 6581 / 8580 Replacement picture

SIDKick Pico Commodore 64 and 128 (C64 / C128) - MOS SID 6581 / 8580 Replacement

$19.99



Commodore 1541-II Floppy Disk Drive 5.25 C64 with Power Supply (Works) picture

Commodore 1541-II Floppy Disk Drive 5.25 C64 with Power Supply (Works)

$125.00



Vintage Commodore VIC 20 Computer Untested No Power Adapter MADE IN USA Keyboard picture

Vintage Commodore VIC 20 Computer Untested No Power Adapter MADE IN USA Keyboard

$59.99



RARE Commodore KS64C Personal Computer Keyboard #’d 292/500 - Great Condition picture

RARE Commodore KS64C Personal Computer Keyboard #’d 292/500 - Great Condition

$299.99



Blue Chip BCD/5.25 Commodore 64 Single Floppy Disk Drive Copy  Tested w/ PS picture

Blue Chip BCD/5.25 Commodore 64 Single Floppy Disk Drive Copy Tested w/ PS

$65.00