Skip to Content.
Sympa Menu

baslinux - Re: [BL] Network GUI and X-Display

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: qwms-avib AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Network GUI and X-Display
  • Date: Thu, 29 May 2003 19:30:36 +0000

Yong Beng Ong wrote:
>
> I had installed xs3 driver. my video card is S3
> Trio64V+..but I forgot how much RAM is in this card..

If you configured more than one resolution in
XF86Config, then you can page through them by
pressing CTRL-ALT-+ (the + on the keypad, not
the + on the = key).

> Regarding the network...yap...I need to connect to
> a ethernet...I'm using a realtek 8139C..

First you will need to get the realtek driver from
Slackware 7.1. It is in the /modules/2.2.16/net
directory. It is called rtl8139.o. Put rtl8139.o
in the /lib/modules/2.2.16/misc directory of
BasicLinux. Then do the following:
--------------
insmod rtl8139
dhcp
--------------
That assumes there is a dhcp server on your network.
If not, you should assign an address directly:
--------------------------
ifconfig eth0 192.168.1.17
--------------------------
The 192.168.1.17 is just an example. Use a number
appropriate for your network.

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page