Re: [ls-support] how to add MP3 ?
  • phorum@code.campware.org wrote:
    > Author: cb68
    > Link: http://code.campware.org/phorum/read.php?20,3096,3096#msg-3096
    > --------------------------------------------------------------------------------
    >
    > My livesupport does not work easily ! i cannot read a usb stick ! My internet doest not work ! My network does not work !

    to mount a usb stick, try as root:

    mount /dev/uba1 /mnt/test

    and it will be mounted on /mnt/test . make sure to umount it after
    you've done using it by:

    umount /mnt/test


    as for the network: did you have a network cable connected to the system
    while booting? do you have a DHCP-enabled network?


    > So I decide to write a CD with mp3 in order to test !!!
    >
    > My last chance ! You have no mp3 on you konppix !

    which version are you using?

    > But I cannot read a CD !!
    >
    > My test is not really successfull And you ?

    works for me..
    _______________________________________________
    ls-support mailing list
    ls-support@lists.campware.org
    http://lists.campware.org/mailman/listinfo/ls-support
  • 2 Comments sorted by
  • > mount /dev/uba1 /mnt/test
    >
    > and it will be mounted on /mnt/test .

    You have to create empty dir /mnt/test first (mkdir /mnt/test), or just use /mnt or any other existing empty dir as mountpoint.

    _______________________________________________
    ls-support mailing list
    ls-support@lists.campware.org
    http://lists.campware.org/mailman/listinfo/ls-support
  • Ok adding mp3 is a secondary problem but my first one is the network connection.

    On my knoppix - livesupport, I cannot use internet. when it is installed. With the live cd it internet works well.

    Without connexion I cannot make a test.
    So I decided to wait for the next version !
    But I continue to try to install on a new kubuntu distribution.

    I woulk like first to install and then to use it ! But untill now it is not possible, I am not goot enougth probably !