Results 1 to 10 of 10

Thread: Several questions

  1. #1
    Junior Member registered user
    Join Date
    Mar 2003
    Location
    Wales, UK
    Posts
    11

    Several questions

    I finally got round to picking up a second HD and installing Knoppix on to it, overall it went ok but I have a few questions if anyone could help:

    1. Sound: The sound worked OK when booting from the CD but it dosent work after installation. I tried "alsa" as a boot option, but nothing.

    2. Mounting other partitions: when running from the CD i could access partitions on the other HD from the desktop icons, but not from /mnt/hd**
    Since doing HD install i cant get anything, their all listed, but they come up empty (there not, im typing this from windows) i tried mount /dev/hda1 and /mnt/hda1 etc but it says that they dont exsist.

    3. On the first HD i have an installation of Mandrake and it uses LILO as a the boot manager. How do I add Knoppix as an option to this installation of LILO?

    Can anyone help me out on any of these?

    Thanks in advanced

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    177
    I don't personaly know the answers to these questions, but let me point you in the right direction.

    Look up.

    No, not that high, just to the top of the web page.

    There's a "search" box on the top right. every one of your questions has been answered, most of them recently.

  3. #3
    Junior Member
    Join Date
    Apr 2003
    Location
    Bonn, Germany
    Posts
    4

    Re: Several questions

    Quote Originally Posted by theARE
    2. Mounting other partitions: when running from the CD i could access partitions on the other HD from the desktop icons, but not from /mnt/hd**
    Since doing HD install i cant get anything, their all listed, but they come up empty (there not, im typing this from windows) i tried mount /dev/hda1 and /mnt/hda1 etc but it says that they dont exsist.
    Apart from /swap, /root, /cdrom and /floppy, Knoppix (or knx-hdinstall) writes all partitions found into /etc/fstab commented. Just uncommenting them should do the trick. After that you are able to mount them manually from commandline, too. If you know their file system types, you could alternatively try the following example and see if it works. Remember to replace "file_system_type" and "hd**" accordingly!

    Code:
    # mkdir -p /mount/point
    # mount -t file_system_type /dev/hd** /mount/point
    # ls -l /mount/point
    Quote Originally Posted by theARE
    3. On the first HD i have an installation of Mandrake and it uses LILO as a the boot manager. How do I add Knoppix as an option to this installation of LILO?
    You have to boot into Mandrake and add a Knoppix entry to /etc/lilo.conf. Remember to uncomment the "prompt" and "timeout" options, else lilo will always boot into the first image instantly. Pay attention to the parameters given to the Knoppix kernel at the boot prompt, too. Then run "lilo -t" to test your config and "lilo" to install, if everything seems to be ok. Maybe you should have a closer look at the man pages of lilo.conf - it is always a good idea to read the docs. :)
    Unfortunately I cannot help in detail since I'm running grub.

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

    Re: Several questions

    Quote Originally Posted by theARE
    1. Sound: The sound worked OK when booting from the CD but it dosent work after installation. I tried "alsa" as a boot option, but nothing.
    Have you added yourself to the audio group in a root console adduser < user name > audio. BTW you might want to add yourself to the cdrom and floppy groups as well.
    2. Mounting other partitions: when running from the CD i could access partitions on the other HD from the desktop icons, but not from /mnt/hd**
    Since doing HD install i cant get anything, their all listed, but they come up empty (there not, im typing this from windows) i tried mount /dev/hda1 and /mnt/hda1 etc but it says that they dont exsist.
    Already answered above.
    3. On the first HD i have an installation of Mandrake and it uses LILO as a the boot manager. How do I add Knoppix as an option to this installation of LILO?
    Add the lines:
    Code:
    other=/dev/hd??
            label=Knoppix
    To lilo.conf where ?? = drive letter and partition number. ie /dev/hdb if you installed lilo during the install of knoppix to the MBR of hdb or /dev/hdb1 if you just installed lilo to the partition itself.

  5. #5
    Junior Member registered user
    Join Date
    Mar 2003
    Location
    Wales, UK
    Posts
    11
    thanks for all the help so far. I solved that mounting problem so thats sorted . I'm reading up on Lilo and I think I'll be able to get that.

    The only problem left is the sound. I ran sndconfig and it detected my soundcard and it said

    A PCI sound card was found in your
    system. The details are:
    Model: Intel Corporation|82820
    820 (Camino 2) AC97 Audio

    It saved a file and asked If I wanted to test the sound. The sound worked great. So far so good.
    Rebooted, but no sound again.

    Tried sndconfig again, but now after finding the soundcard as above it says

    Error

    An error occurred while writing
    the config file.

    and exits.

    I dont know what to do next. I think that the only problem is that it's not loading the right sound module at startup, but how do I get the system to load it?

    Thanks again for the help

  6. #6
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by theARE
    I dont know what to do next. I think that the only problem is that it's not loading the right sound module at startup, but how do I get the system to load it?
    What does the output of lsmod tell you is the module for the sound card loaded?
    BTW did you add yourself to the audio group if the sound is only working for you as root when you got it going then this is the problem.

    Also why are you re-booting to see if the sound is still working?

  7. #7
    Junior Member registered user
    Join Date
    Mar 2003
    Location
    Wales, UK
    Posts
    11
    yeah, I added my self to sound, but sound dosent work under root either, so it's not that.
    The error that comes up when KDE starts is:

    Sound server informational message:
    Error while initializing the sound driver:
    device /dev/dsp can't be opened (No such device)
    The sound server will continue, using the null output device.

    I tried lsmod like you suggested, and this is what I get:

    # lsmod
    Module Size Used by Not tainted
    soundcore 3364 0 (autoclean)
    parport_pc 24776 1 (autoclean)
    lp 7492 0 (autoclean)
    parport 22496 1 (autoclean) [parport_pc lp]
    autofs4 8724 0 (unused)
    efs 7172 0 (unused)
    hfs 74784 0 (unused)
    minix 18888 0 (unused)
    ntfs 50784 0 (unused)
    xfs 511026 0 (unused)
    reiserfs 161232 0 (unused)
    nls_iso8859-1 2844 0 (unused)
    nls_cp437 4348 0 (unused)
    agpgart 34720 0 (unused)
    serial 51844 0
    printer 7680 0
    usb-uhci 21804 0 (unused)
    usbcore 57088 0 [printer usb-uhci]
    apm 9612 1
    rtc 6876 0
    ext3 62688 1
    jbd 45300 1 [ext3]

    I just had a look and when I do lsmod in Mandrake on the other HD the sound parts are:
    snd-pcm-oss 37412 0
    snd-mixer-oss 10904 0 [snd-pcm-oss]
    snd-intel8x0 16644 0
    snd-mpu401-uart 2656 0 [snd-intel8x0]
    snd-rawmidi 12064 0 [snd-mpu401-uart]
    snd-seq-device 3744 0 [snd-rawmidi]
    snd-pcm 54976 0 [snd-pcm-oss snd-intel8x0]
    snd-timer 9672 0 [snd-pcm]
    snd-ac97-codec 27848 0 [snd-intel8x0]
    snd 28332 0 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-mpu401-uart snd-rawmidi snd-seq-device snd-pcm snd-timer snd-ac97-codec]
    soundcore 3524 3 [snd]

    So obviously what I need to do is get knoppix to find and load it's version of these modules.

    Any idea how?

    Thanks again

  8. #8
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Try chmod +x /dev/dsp to make the /dev/dsp executable.

  9. #9
    Junior Member registered user
    Join Date
    Mar 2003
    Location
    Wales, UK
    Posts
    11
    that didnt, work but I have solved it. On a hunch I did a fresh install, but this time I didnt use ALSA when booting from the CD. After reinstalling the sound works fine, I'v set up the mounting and got my ADSL modem working.

    Yet to try and add knoppix to Mandrakes LILO, but that can wait for now.

    Thanks for all your help.

  10. #10
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    You're welcome.

Similar Threads

  1. I have some questions
    By ichi in forum General Support
    Replies: 3
    Last Post: 11-17-2004, 11:58 PM
  2. questions
    By c_programmer in forum General Support
    Replies: 9
    Last Post: 10-15-2004, 03:09 AM
  3. Help me, got some questions.
    By Enigma in forum General Support
    Replies: 6
    Last Post: 10-12-2004, 06:35 PM
  4. Questions from the new guy
    By Liquidant in forum General Support
    Replies: 2
    Last Post: 05-20-2004, 07:28 PM
  5. A few questions
    By jshah329 in forum Hardware & Booting
    Replies: 3
    Last Post: 05-18-2004, 12:43 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
  •  


SFP-10G-LR Compatible 10GBase-LR SFP+ LR Transceiver 10G 1310nm SMF up ot 10km picture

SFP-10G-LR Compatible 10GBase-LR SFP+ LR Transceiver 10G 1310nm SMF up ot 10km

$45.00



Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24 picture

Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24

$117.00



Allen-Bradley 1783-SFP1GSX Compatible 1000BASE-SX SFP 850nm 550m Transceiver-895 picture

Allen-Bradley 1783-SFP1GSX Compatible 1000BASE-SX SFP 850nm 550m Transceiver-895

$65.50



SFP+ 10G-T Copper SFP-10G-T GLC-10G-T 10G Base-T RJ45,10GBASE-T SFP+ -9876 picture

SFP+ 10G-T Copper SFP-10G-T GLC-10G-T 10G Base-T RJ45,10GBASE-T SFP+ -9876

$105.00



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping* picture

NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping*

$18.00



Cisco SFP-10G-LR-S SFP+ 1310nm 10km DOM Transceiver Module 10-3107-01 - 1 Year  picture

Cisco SFP-10G-LR-S SFP+ 1310nm 10km DOM Transceiver Module 10-3107-01 - 1 Year

$41.59



CISCO SFP-GE-T Copper Transceiver Module GENUINE picture

CISCO SFP-GE-T Copper Transceiver Module GENUINE

$8.05



LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module picture

LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module

$89.00



Cisco Meraki MA-SFP-10GB-SR 10G SFP+ SR 850nm 300m LC MMF picture

Cisco Meraki MA-SFP-10GB-SR 10G SFP+ SR 850nm 300m LC MMF

$29.99