HELP HELP HELP HELP

HELP HELP HELP HELP

Post by sos » Sun, 05 Apr 1998 04:00:00




I'm a newbie in linux.
but i'm pretty good in Msdos&Windoze.
I've just bought SuSE 5.1 & Redhat 5.
I've got different kinds of problems:
My machine with linux:
    -Pentium MMX 200,
    -64 SDRAM
    -1,7Go HD
    -SoundCard AWE64: Adr: 220h, IRQ: 5, DMA8: 1,DMA16: 5
    -Videocard: Diamond 3D 2000 4Mo.
    - Netcard: Realtek NE2000 compatible, PCI card: Adr: 0x6500h, IRQ: 9
    - Screen: IIayama 21"
    - Printer: HP 520 b&w
Two other machine on WIN95, working on network.
1)- In SuSE, I want to use sound. I've got an AWE64. I tried to use the
Kernel Compile Progz in X. I fill every thing i want. then he start working
alone, and then nothing. he stop, he say something in german, i press enter.
and that's all. HELP HELP
2-) Still in SuSE, i can't use the Network. In the Installation, i have to
configure my NETcard manually, and then he says that he can't start the net
modules without problem. But when i reboot the machine, it stucks at the
netcard initialisation.  so help help..!!!!
3-) This time it's with the REDHAT, In fact, every thing seems to work well.
even my netcard. But my Problem, is how can i use the network. i have 2
others machines witch are in WIN95, i would like to share the files on each
machine. so how can i access to the win95 harddisks from linux, and from
Win95, the harddisk of linux. (also the printers..)
4-) When I install the REDHAT normally, I can't use all the progz, like the
games (doom) witch are in the Redhat packages. I've found out that I can use
them by using the command:
Example:    " bash rundoom"  to run doom
On SuSE, i dont have that problem, that Progz work quiet fine..
HELP HELP....
5-) How can i use internet????
6-) how can i use the TAR progz, i've got some file in TAR format, but i
don't know how to extract them... ???
7-) Is there something like Truespace on linux....??

 
 
 

HELP HELP HELP HELP

Post by pe.. » Sun, 05 Apr 1998 04:00:00



> [...]
> 1)- In SuSE, I want to use sound. I've got an AWE64. I tried to use the
> Kernel Compile Progz in X. I fill every thing i want. then he start
> working alone, and then nothing. he stop, he say something in german, i
> press enter. and that's all. HELP HELP

What does it say?

Quote:> 2-) Still in SuSE, i can't use the Network. In the Installation, i have to
> configure my NETcard manually, and then he says that he can't start the
> net modules without problem. But when i reboot the machine, it stucks at
> the netcard initialisation.  so help help..!!!!

Are the module dependencies set up correctly? Do you pass the correnct
parameters to the modules?

Quote:> 3-) This time it's with the REDHAT, In fact, every thing seems to work
> well. even my netcard. But my Problem, is how can i use the network. i
> have 2 others machines witch are in WIN95, i would like to share the files
> on each machine. so how can i access to the win95 harddisks from linux,
> and from Win95, the harddisk of linux. (also the printers..)

I don't know whether win95 can share files. Anyway, your best chance is to
set up Samba. Read the SMB Howto (/usr/doc/howto/SMB-HOWTO.gz under SuSE).

Quote:> 4-) When I install the REDHAT normally, I can't use all the progz, like
> the games (doom) witch are in the Redhat packages. I've found out that I
> can use them by using the command:
> Example:    " bash rundoom"  to run doom
> On SuSE, i dont have that problem, that Progz work quiet fine..
> HELP HELP....

Looks like the permissions are not set up correctly. Do a ``ls -l rundoom''.
There should be something like ``-rwxr-xr-x''. If it's just ``-r-wr--r--'',
look at the file. If it says ``#!/bin/bash'' or similar (sh, csh, tcsh
instead of bash), issue ``chmod 755 rundoom'' on the command line.

Quote:> 5-) How can i use internet????

Which part of it? With both boxes? (Check the NET-3-HOWTO
[/usr/doc/howto/NET-3-HOWTO.gz] for further info)

Quote:> 6-) how can i use the TAR progz, i've got some file in TAR format, but i
> don't know how to extract them... ???

.tar    ... ``tar -xf filename.tar''
.tar.gz ... ``tar -xzf filename.tar.gz''
.tgz    ... ``tar -xzf filename.tar.gz''
Use ``-xv'' instead of ``-x'' if you want to see which files are processed.

Quote:> 7-) Is there something like Truespace on linux....??

?
   Peter
--
   ---------------------------------------------------------------------

   Throughout  this  HOWTO, a  manual  entry  is simply referred to as a
   man page, regardless of actual length and without  sexist  intention.
                                              [The Linux Man-Page-Howto]

 
 
 

HELP HELP HELP HELP

Post by pe.. » Sun, 05 Apr 1998 04:00:00




>> [...]
> Looks like the permissions are not set up correctly. Do a ``ls -l rundoom''.
> There should be something like ``-rwxr-xr-x''. If it's just ``-r-wr--r--'',
> look at the file. If it says ``#!/bin/bash'' or similar (sh, csh, tcsh
> instead of bash), issue ``chmod 755 rundoom'' on the command line.

                  ^ insert ``in the first line''

Quote:>> 6-) how can i use the TAR progz, i've got some file in TAR format, but i
>> don't know how to extract them... ???
> .tar    ... ``tar -xf filename.tar''
> .tar.gz ... ``tar -xzf filename.tar.gz''
> .tgz    ... ``tar -xzf filename.tar.gz''

                                  ^^^^^^ should be .tgz of course

   Sorry, hit ^KX X to quickly ...
   Peter
--
   ---------------------------------------------------------------------

   Throughout  this  HOWTO, a  manual  entry  is simply referred to as a
   man page, regardless of actual length and without  sexist  intention.
                                              [The Linux Man-Page-Howto]