Re: [newbie] environment variables not loading?

2001-12-07 Thread Jason Kary

Have you got the format right?

E.G.  

TERM=vt100  ; export TERM  

If you don't export the variables they will not be seen outside of the 
current process.  I put my environment definitions in .bashrc

JK


Anuerin G.Diaz wrote:

>On Thu, 06 Dec 2001 21:57:30 +0900
>tek1 <[EMAIL PROTECTED]> wrote:
>
>>i've specified environment variables in both /etc/profile (for all users) 
>>and home/me/.bash_profile (for myself), but upon boot up and automatically 
>>logging in to my account, the environment variables haven't been loaded. 
>>when i do "echo $ENV" (whatever the environment variable is), it is blank 
>>(not set).
>>
>>in the profile files, after declaring each env, i also wrote "export $ENV"...
>>
>>any ideas?
>>
>>thanks. 
>>
>
>hi,
>  try placing them on $USER/.bashrc. That is where i put my environment variable 
>declarations.
>
>HTH
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] sparc install: where is the network???

2001-11-27 Thread Jason Kary

Steve,

Sun's use either the 'le' driver or the 'hme' driver.  This is 
configured by the kernel and may be a loadable module.  In order to have 
your eth0 seen properly you need to do the following (assuming you have 
the kernel module):

1) cd /lib/modules//net  ( to get too the list of modules. )
2) insmod hme.o  (assuming it's there )
3) ifconfig eth0 10.0.0.1  (should bring up the interface)
4) dhcpcd -i eth0  ( ask for an IP addr ).

Take Care
JK



Steve Weltman wrote:

>You need to find out what kind of network chipset your Ultra 2 station came 
>with, or buy another network interface card that can be seen by mandrake's 
>hard drake.
>
>Your Sun documentation SHOULD tell you what came with your computer, and it 
>will be specific enough that you can find the correct adaptor.  I cannot give 
>you the exact answer because I have worked on mainly the Solaris versions of 
>xnix  (on E250s or bigger), so they aren't the same.  I can tell you that 
>Sun's documentation is pretty thurough and you can start there.
>
>Sorry so little guidance.
>
>Steve Weltman
>
>On Monday 26 November 2001 05:48 pm, you wrote:
>
>>I installed mandrake from the iso image onto a sun
>>ultra2.  i got everything up and running but no
>>network can be seen.  ifconfig -a only shows the
>>loopback.  Now the question: do i need to install
>>another ethernet card???  from KDE, what is the device
>>and the kernel module that I am to load???
>>
>>Thanks in advance
>>
>>
>>
>>
>>
>>
>>
>>__
>>Do You Yahoo!?
>>Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
>>http://geocities.yahoo.com/ps/info1
>>
>
>_
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Where is the kernel?

2000-12-28 Thread Jason Kary



Do you have the kernel-src installed??? rpm -qa | grep kernel
If so you can find it by using: rpm -ql   where pkg is
the name of the package.
JK

Arlindo Fragoso wrote:

Hi!
I've searched in /usr/src for the kernel file but I d'ont see it!!!
I've tried to compile a new kernel doing "make xconfig" or menuconfig but
I get an error mensage. How to compile the kernel in Mandrake 7.1?
TIA
AF