[EMAIL PROTECTED] wrote:
>
> In a message dated 2/8/00 4:28:36 PM Central Standard Time, SpartanTJedi6746
> writes:
>
> << hi,
> i'm new to the list and Linux and I have a AMD K62 350 and I have two
> hardrives and i'm running windows 98 and Linux. I want to mount my other
> harddrive so linux can read it how do you do it? I'm having trouble setting
> up my sound blaster 16 sound card, one more thing how do you set up the
> modem. it's a zoom 33.6.
> -andrew >>
> ps. can someone help me setup my harddrive. how do you mount it?
Look at your /etc/fstab file (cat /etc/fstab) and see if your other
partition is included. If so, then you would mount it with something
like:
mount -t vfat /dev/hda1 /mnt/hda1 (if this is a fat32 partition)
The SB16 is supported, so you might have some type of conflict. In
windows, go into the control panel -> system -> sound -> SB16 and click
on properties. Check the resource tab to find out the addresses for io
and the IRQ being used. Then set the card up in linux with the same
parameters. Use "sndconfig" or "soundconfig" depending on the version
of Mandrake you have.
You need to know what irq your modem is assigned to, and that it's not
conflicting with another com port. At the console, try using minicom
and configuring it to use the com port your modem is on. See if it can
talk to the modem.