Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: V3.2-2003-04-28

  1. #11
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    Trois-Rivières, Québec
    Posts
    13

    alsa afther knx-hdinstall

    If your sound card works with alsa
    you can add the line
    /etc/init.d/alsa-autoconfig
    in the boot script /etc/init.d/bootmisc.sh
    And alsa ver will be actived at eaxh boot.

    Also i suggest to add in the KNOPPIX/usr/local/bin/knx-hdinstall some lines like the folling:

    # add alsa activation to bootmisc.sh
    # In the boot script /etc/init.d/bootmisc.sh if you add line
    # /etc/init.d/alsa-autoconfig
    # Alsa server start at boot and it ok for my kde.
    # In the KNOPPIX/usr/local/bin/knx-hdinstall of my personalized KNOPPIX I have add some line like:

    if checkbootparam alsa >/dev/null 2>&1; then
    ALSA_CARD="$(getbootparam 'alsa' 2>/dev/null)"
    [ -n "$ALSA_CARD" ] || ALSA_CARD="autodetect"
    else
    ALSA_CARD="autodetect"
    fi

    noalsa=""
    checkbootparam noalsa && noalsa='#'
    checkbootparam noaudio && noalsa='#'
    checkbootparam nosound && noalsa='#'
    checkbootparam NOALSA && noalsa='#'
    checkbootparam NOAUDIO && noalsa='#'
    checkbootparam NOSOUND && noalsa='#'

    echo "# Boot parameter for knx-hdinstall add">>$TR/etc/init.d/bootmisc.sh
    echo "# "$CMDLINE >>$TR/etc/init.d/bootmisc.sh
    echo "# KNOPPIX/usr/local/bin/knx-hdinstall add " >>$TR/etc/init.d/bootmisc.sh
    echo "# 2 lignes to start sound server alsa" >>$TR/etc/init.d/bootmisc.sh
    echo "# uncomment to start alsa at boot" >>$TR/etc/init.d/bootmisc.sh
    echo $noalsa"ALSA_CARD="$ALSA_CARD >>$TR/etc/init.d/bootmisc.sh
    echo $noalsa"/etc/init.d/alsa-autoconfig" >>$TR/etc/init.d/bootmisc.sh

    # So the script knx-hdinstall add /etc/init.d/alsa-autoconfig
    # at the boot script /etc/init.d/bootmisc.sh.
    # May be a futur version of knx-hdinstall can
    # transmit.some parameters to alsa and
    # set USE_ALSA="" if alsa are detected unsafe.
    # Also this option can be offer like for the CUPS server./

  2. #12
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: alsa afther knx-hdinstall

    Quote Originally Posted by Jean Béliveau
    If your sound card works with alsa
    you can add the line ....
    Nice!

  3. #13
    Junior Member
    Join Date
    Apr 2003
    Location
    Eau Claire, WI USA
    Posts
    9

    great!

    hopefully this appears soon in next knoppix iso update!

  4. #14
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297

    Re: alsa afther knx-hdinstall

    Quote Originally Posted by Jean Béliveau
    If your sound card works with alsa
    you can add the line
    /etc/init.d/alsa-autoconfig
    in the boot script /etc/init.d/bootmisc.sh
    And alsa ver will be actived at eaxh boot.

    Also i suggest to add in the KNOPPIX/usr/local/bin/knx-hdinstall some lines like the folling:

    # add alsa activation to bootmisc.sh
    # In the boot script /etc/init.d/bootmisc.sh if you add line
    # /etc/init.d/alsa-autoconfig
    # Alsa server start at boot and it ok for my kde.
    # In the KNOPPIX/usr/local/bin/knx-hdinstall of my personalized KNOPPIX I have add some line like:

    if checkbootparam alsa >/dev/null 2>&1; then
    ALSA_CARD="$(getbootparam 'alsa' 2>/dev/null)"
    [ -n "$ALSA_CARD" ] || ALSA_CARD="autodetect"
    else
    ALSA_CARD="autodetect"
    fi

    noalsa=""
    checkbootparam noalsa && noalsa='#'
    checkbootparam noaudio && noalsa='#'
    checkbootparam nosound && noalsa='#'
    checkbootparam NOALSA && noalsa='#'
    checkbootparam NOAUDIO && noalsa='#'
    checkbootparam NOSOUND && noalsa='#'

    echo "# Boot parameter for knx-hdinstall add">>$TR/etc/init.d/bootmisc.sh
    echo "# "$CMDLINE >>$TR/etc/init.d/bootmisc.sh
    echo "# KNOPPIX/usr/local/bin/knx-hdinstall add " >>$TR/etc/init.d/bootmisc.sh
    echo "# 2 lignes to start sound server alsa" >>$TR/etc/init.d/bootmisc.sh
    echo "# uncomment to start alsa at boot" >>$TR/etc/init.d/bootmisc.sh
    echo $noalsa"ALSA_CARD="$ALSA_CARD >>$TR/etc/init.d/bootmisc.sh
    echo $noalsa"/etc/init.d/alsa-autoconfig" >>$TR/etc/init.d/bootmisc.sh

    # So the script knx-hdinstall add /etc/init.d/alsa-autoconfig
    # at the boot script /etc/init.d/bootmisc.sh.
    # May be a futur version of knx-hdinstall can
    # transmit.some parameters to alsa and
    # set USE_ALSA="" if alsa are detected unsafe.
    # Also this option can be offer like for the CUPS server./
    Thats a nice idea, but it is the wrong fix.

    You just have to run alsa-autoconfig ONCE after an hd-install. (So you could detect it as well and then chroot to it, and do it once.)

    Another possibillity is to cp /etc/modutils/1alsa /etc/modutils/alsa-knx-0.9 or similar to /mnt/target/etc/modutils +

    cp /etc/modules.conf /mnt/target/etc/

    Though you have to add in both choices to bootmisc.sh:

    aumix -w 60 -v 60

    cu

    Fabian

  5. #15
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    Trois-Rivières, Québec
    Posts
    13
    I have test knx-hdinstall wth the folling uncommented line instead of the line of my late post
    on alsa after knx-hdinstall.:

    noalsa=""
    checkbootparam noalsa && noalsa='# '
    checkbootparam noaudio && noalsa='# '
    checkbootparam nosound && noalsa='# '

    echo "# 2 lignes to start sound server alsa" >>$TR/etc/init.d/bootmisc.sh
    echo "# uncomment to start alsa at boot" >>$TR/etc/init.d/bootmisc.sh
    echo $noalsa"aumix -w 60 -v 60" >>$TR/etc/init.d/bootmisc.sh

    # use Knoppix-generated modutils/1alsa and alsa-0.9-knoppix
    cp -af /etc/modutils/1alsa $TR/etc/modutils/1alsa
    cp -af /etc/modutils/alsa-0.9-knoppix $TR/etc/modutils/alsa-0.9-knoppix

    I was inspired of the folling lignes in knx-hdinstal:

    # use Knoppix-generated XF86Config
    cp -af /etc/X11/XF86Config $TR/etc/X11/XF86Config
    cp -af /etc/X11/XF86Config-4 $TR/etc/X11/XF86Config-4

    1alsa and alsa-0.9-knoppix are copied in /etc/modutils/ of the target partition

    and "aumix -w 60 -v 60" ais added to bootmis.sh

    But sound card not work on reboot on target partition!
    So i need more explanation froim fabianx

  6. #16
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297
    Quote Originally Posted by Jean Béliveau
    I have test knx-hdinstall wth the folling uncommented line instead of the line of my late post
    on alsa after knx-hdinstall.:

    noalsa=""
    checkbootparam noalsa && noalsa='# '
    checkbootparam noaudio && noalsa='# '
    checkbootparam nosound && noalsa='# '

    echo "# 2 lignes to start sound server alsa" >>$TR/etc/init.d/bootmisc.sh
    echo "# uncomment to start alsa at boot" >>$TR/etc/init.d/bootmisc.sh
    echo $noalsa"aumix -w 60 -v 60" >>$TR/etc/init.d/bootmisc.sh

    # use Knoppix-generated modutils/1alsa and alsa-0.9-knoppix
    cp -af /etc/modutils/1alsa $TR/etc/modutils/1alsa
    cp -af /etc/modutils/alsa-0.9-knoppix $TR/etc/modutils/alsa-0.9-knoppix

    I was inspired of the folling lignes in knx-hdinstal:

    # use Knoppix-generated XF86Config
    cp -af /etc/X11/XF86Config $TR/etc/X11/XF86Config
    cp -af /etc/X11/XF86Config-4 $TR/etc/X11/XF86Config-4

    1alsa and alsa-0.9-knoppix are copied in /etc/modutils/ of the target partition

    and "aumix -w 60 -v 60" ais added to bootmis.sh

    But sound card not work on reboot on target partition!
    So i need more explanation froim fabianx
    if checkbootparam alsa
    then
    echo "# line to unmute the mixer (eso. needed for alsa)" >>$TR/etc/init.d/bootmisc.sh
    echo "aumix -w 60 -v 60" >>$TR/etc/init.d/bootmisc.sh
    # use Knoppix-generated modutils/1alsa and alsa-0.9-knoppix
    cp -af /etc/modutils/1alsa $TR/etc/modutils/1alsa
    cp -af /etc/modutils/alsa-0.9-knoppix $TR/etc/modutils/alsa-0.9-knoppix
    chroot $TR depmod -a
    fi

    That should work, or try:

    if checkbootparam alsa
    then
    echo "# line to unmute the mixer (eso. needed for alsa)" >>$TR/etc/init.d/bootmisc.sh
    echo "aumix -w 60 -v 60" >>$TR/etc/init.d/bootmisc.sh
    chroot $TR /etc/init.d/alsa-autoconfig
    fi

    cu

    Fabianx

  7. #17
    Junior Member
    Join Date
    May 2003
    Location
    Thousand Oaks, CA
    Posts
    5

    Re: alsa afther knx-hdinstall

    Quote Originally Posted by Fabianx
    Thats a nice idea, but it is the wrong fix.

    You just have to run alsa-autoconfig ONCE after an hd-install. (So you could detect it as well and then chroot to it, and do it once.)

    Fabian
    Presumably, the purpose of using Knoppix as a Linux hard disk installer is to cut through the installation clutter/delay/problems that so many distros seem to have.

    The "correct fix" is to take a snapshot of the Knoppix environment as tweaked by a user after detection of hardware and other boot up issues from the live-on-cd execution and then use those exact settings within a on-the-fly, modified knx-hdinstall script.

    You might think it's the "wrong fix", but then again, your frame of reference might be off. After all, a battleship can't intimidate a lighthouse into moving out of its path.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 5
    Last Post: 09-07-2003, 10:47 AM
  2. Replies: 9
    Last Post: 08-18-2003, 01:28 PM
  3. kernel won't boot on 5/20/2003 or 6/6/2003
    By jedovaty in forum Hardware & Booting
    Replies: 2
    Last Post: 06-12-2003, 06:36 PM
  4. V3.2-2003-04-10
    By Stephen in forum News
    Replies: 13
    Last Post: 04-14-2003, 04:03 AM
  5. V3.2-2003-04-09
    By aay in forum News
    Replies: 14
    Last Post: 04-11-2003, 02:33 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
  •  


NEW Atari computer 400 800 XL 130 XE Operating System Rom IC Chip C061598B picture

NEW Atari computer 400 800 XL 130 XE Operating System Rom IC Chip C061598B

$20.00



Atari 600xl excellent condition - Video and RAM upgrades.  800XL compatible picture

Atari 600xl excellent condition - Video and RAM upgrades. 800XL compatible

$255.00



Vintage Lot of Atari 800XL Computer 1050 Floppy Disk Drive & accessories picture

Vintage Lot of Atari 800XL Computer 1050 Floppy Disk Drive & accessories

$375.00



Vintage Atari 800XL ~ Home Computer in Original Box ~ Tested and Working picture

Vintage Atari 800XL ~ Home Computer in Original Box ~ Tested and Working

$149.90



Atari Power Cube 800XL, 600XL, 65XE, 130XE  USB-C Power Supply PSU picture

Atari Power Cube 800XL, 600XL, 65XE, 130XE USB-C Power Supply PSU

$11.25



2 Vintage Atari 1040STf  COMPUTER picture

2 Vintage Atari 1040STf COMPUTER

$120.00



Atari 400/800/XL/XE Computer SIO2PC - PC/Mac Disk Drive Emulator Adapter/Device picture

Atari 400/800/XL/XE Computer SIO2PC - PC/Mac Disk Drive Emulator Adapter/Device

$15.25



A8picoCart Atari 130 / 65 XE 800 / 1200 XL XEGS multicart UnoCart clone game picture

A8picoCart Atari 130 / 65 XE 800 / 1200 XL XEGS multicart UnoCart clone game

$32.95



Lot Of 6 Vintage Atari Computing Magazines 1980's picture

Lot Of 6 Vintage Atari Computing Magazines 1980's

$14.95



Vintage Atari SH204 External 30MB Hard Drive Powers On UNTESTED Serial# 1005729 picture

Vintage Atari SH204 External 30MB Hard Drive Powers On UNTESTED Serial# 1005729

$99.99