Linux-Misc Digest #751, Volume #26 Mon, 8 Jan 01 12:13:01 EST
Contents:
problems compiling 2.4.0 kernel ([EMAIL PROTECTED])
Re: How to obtain info on "GNOME vs KDE" ? (Roberto Alsina)
ip masq problems on 2.2.15 kernel ([EMAIL PROTECTED])
L2-Cache of Pentium2 with Linux ("Ralf Render")
MySQL and PHP (Immortal Love)
Re: MySQL and PHP (Kae Verens)
Re: DOSEMU (Russell Marks)
Re: New Network Cards (John Rowe)
Re: How to obtain info on "GNOME vs KDE" ? (Roberto Alsina)
Re: Compiling 2.4.0 kernel w/ RH7.0 (Paul Kimoto)
Flask for Linux (Dirk Groeneveld)
Re: Mandrake 7.2 and KDE? (Dan Million)
Re: .Xclients vs .xinitrc (Matt Haley)
Re: MySQL and PHP ("Zukich, Alen [SKY:6J00:EXCH]")
Re: booting Redhat 7.0 from floppy is very slow (Leonard Evens)
Re: Sawfish behaviour (Leonard Evens)
user problem with x (kalkulus)
Re: locked directory? No access rights as root? ("lenny")
Re: epoch time <-> human time (Dave Brown)
Re: user problem with x (Kae Verens)
Re: lltostr() in Linux ?
Re: email software ("Joe (mvjap3) Philbrook III")
Re: rt18139.c (-ljl-)
Re: Please Help me with XPERT 98 Video card and Redhat 7.0 ([EMAIL PROTECTED])
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: problems compiling 2.4.0 kernel
Date: Mon, 08 Jan 2001 13:57:12 GMT
I've compilied the 2.4.0 kernel, but I can't get it to recognize my
ethernet adapters. I tried compiling them (it's an Etherlink III and a
Linksys DEC Tulip) as modules and direclty into the kernel, but whenever
the system boots up I get a failed on initializing ETH0 and EHT1, and
when I try to ifconfig them, it says unknown device.
i'm running linux mandrake 7.1
does anyone have any suggestions?
thanks.
todd
Sent via Deja.com
http://www.deja.com/
------------------------------
From: Roberto Alsina <[EMAIL PROTECTED]>
Subject: Re: How to obtain info on "GNOME vs KDE" ?
Date: Mon, 08 Jan 2001 14:02:04 GMT
In article <29566.5294$[EMAIL PROTECTED]>,
"Arctic Storm" <[EMAIL PROTECTED]> wrote:
> > The biggest difference [between GNOME & KDE] is the
> > browser. Konqueror is an excellent browser in its own right, and > > GNOME
>doesn't even have one.
> > Therefore, KDE wins.
>
> I have GNOME, and it originally came with Netscape 4.x, and I
> recently installed Netscape 6. What do you mean by, "GNOME doesn't
> even have one [browser]"?
Netscape is not part of GNOME, it's a product from AOL with no
connection to GNOME whatsoever.
--
Roberto Alsina
Sent via Deja.com
http://www.deja.com/
------------------------------
From: [EMAIL PROTECTED]
Subject: ip masq problems on 2.2.15 kernel
Date: Mon, 08 Jan 2001 14:16:21 GMT
Hi.
I'm having problems getting IP MASQ to work (acutally I can't even get
the two comptuers to talk to each other).
In the linux machine I have a two ethernet cards. One is a Linksys
running the DEC Tulip driver and is connected to a cable modem
(everything is a-ok on that connection).
The other is a 3com etherlink iii. I have it's ip address set to
192.162.0.3.
This is connected to a hub, to which a Win98 machine running the same
exact 3com card is connected. The connection lights on both ehternet
cards as well as on the hub are all lit, yet I can't ping either machine
with the other machine. When I run route I get the following output:
192.168.0.0 * 255.255.255.0 U 0 0 eth1
Both machines can ping themselves fine.
Is there something I'm overlooking?
Thanks.
Todd
Sent via Deja.com
http://www.deja.com/
------------------------------
From: "Ralf Render" <[EMAIL PROTECTED]>
Subject: L2-Cache of Pentium2 with Linux
Date: Mon, 8 Jan 2001 15:35:39 +0100
It seems, that Linux does not use the L2-cache of my Pentium2.
Do I need a special kernel?
Thanks.
------------------------------
From: Immortal Love <[EMAIL PROTECTED]>
Subject: MySQL and PHP
Date: Mon, 8 Jan 2001 22:26:17 +0800
I had setup an Apache 1.3.14 with --enable-module=most
--enable-shared=max. And now I would like to install MySQL and PHP. What
should I do? Thanks.
------------------------------
From: Kae Verens <[EMAIL PROTECTED]>
Subject: Re: MySQL and PHP
Date: Mon, 08 Jan 2001 14:44:53 +0000
Immortal Love wrote:
>
> I had setup an Apache 1.3.14 with --enable-module=most
> --enable-shared=max. And now I would like to install MySQL and PHP. What
> should I do? Thanks.
if I remember right, PHP comes as a module in Apache - edit the
http.conf file and enable the module
MySQL is another matter - you need to download it, unzip it, and read
the README _carefully_ - it's kind of tricky to install.
Kae
------------------------------
Crossposted-To: comp.os.linux.setup
Subject: Re: DOSEMU
From: Russell Marks <russell.marks@spam^H^H^H^Hntlworld.com>
Date: 08 Jan 2001 14:45:11 +0000
(Followups set to colm only.)
Harry <[EMAIL PROTECTED]> wrote:
> I tried to get this going on my laptop, but it won't compile. It
> complains about a missing file "version.h" which should be in
> /usr/src/linux/include, but there are no files at all in there, only
> directories (infact "version.h" exists knowhere on the machine. I have
> no idea what this file is or why dosemu needs it, and I can't find any
> reference to this problem in the news archives. I'm running slackware
> 7.1 with 2.2.18 kernel - the full source tree is in place. Can anybody
> advise?
Compile the kernel. Then `chmod +r /usr/src/linux/include/linux/version.h'.
If you don't want to mess with compiling the kernel, I expect you can
get away with sticking this text in version.h by hand:
#define UTS_RELEASE "2.2.17"
#define LINUX_VERSION_CODE 131601
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
It's just the text from my current one. You can change the 17 to 18 if
you want :-) (hmm, I must remember to upgrade...), but I think dosemu
should be happy with it as-is. Don't forget the chmod though.
-Rus.
------------------------------
From: John Rowe <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.help,comp.os.linux.networking
Subject: Re: New Network Cards
Date: 08 Jan 2001 14:47:10 +0000
[EMAIL PROTECTED] (Donald Becker) writes:
> The new FA311 and FA312 use the NatSemi dp83815 and require either driver
> from Netgear or
> http://www.scyld.com/network/ethercard.html
> ftp://www.scyld.com/pub/network/natsemi.c
Donald, do you have any thoughts on how this one compares with the 310?
They seem to be discontinuing the 310 :-(
Thanks for all the drivers BTW..
John
------------------------------
From: Roberto Alsina <[EMAIL PROTECTED]>
Subject: Re: How to obtain info on "GNOME vs KDE" ?
Date: Mon, 08 Jan 2001 14:40:36 GMT
In article <jta66.176709$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> "Arctic Storm" <[EMAIL PROTECTED]> writes:
> > > The biggest difference [between GNOME & KDE] is the
> > > browser. Konqueror is an excellent browser in its own right, and GNOME
> > > doesn't even have one.
> > > Therefore, KDE wins.
> >
> > I have GNOME, and it originally came with Netscape 4.x, and I
> > recently installed Netscape 6. What do you mean by, "GNOME
> > doesn't even have one [browser]"?
>
> The KDE project has developed a web browser, called konqueror; while
> the Gnome project does have an HTML renderer library, it has not yet
> been integrated to produce a full scale web browser.
Actually, GNOME has a port of KDE's old and unmaintained HTML library.
Integrating it into a web browser would provide something not much
better than KFM. Serviceable and lightweight, but inadequate for
some uses.
--
Roberto Alsina
Sent via Deja.com
http://www.deja.com/
------------------------------
From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: Compiling 2.4.0 kernel w/ RH7.0
Date: 8 Jan 2001 10:09:14 -0500
Reply-To: [EMAIL PROTECTED]
In article <[EMAIL PROTECTED]>, Steve Connet wrote:
> What is the System.map used for? Is it used on bootup?
Certain userspace programs--e.g., ps(1), klogd(8)--use it to learn how to
translate kernel addresses into function names. See their man pages to see
where they look to find it.
The kernel itself does _not_ use it. The message often seen during bootup
is issued by klogd(8).
It is _not_ the map file used by LILO.
--
Paul Kimoto
This message was originally posted on Usenet in plain text. Any images,
hyperlinks, or the like shown here have been added without my consent,
and may be a violation of international copyright law.
------------------------------
From: Dirk Groeneveld <[EMAIL PROTECTED]>
Subject: Flask for Linux
Date: Mon, 8 Jan 2001 17:23:49 +0100
Hi!
I have a bunch of vob-files ripped from a DVD. I'm encoding them to MPEG-4
using FlaskMPEG, which is a great tool, if it'd only run under linux.
So my querstion is, does anyone know a tool that produces MPEG-4 / DIV-X
files from VOBs?
Thanx, Dirk
------------------------------
From: Dan Million <[EMAIL PROTECTED]>
Subject: Re: Mandrake 7.2 and KDE?
Date: Mon, 08 Jan 2001 10:49:00 -0500
Ken Knecht wrote:
>
> Does the current version of Mandrake 7.2 include the release
> version of KDE? The Mandrake web site isn't clear, though it
> says 'latest' version of KDE. I found 7.2 for sale in Staples
> but the box says KDE Beta. I have a slow dial-up and unreliable
> ISP so would prefer to get everything on the original CDs, not
> have to DL upgrades, patches, etc. later.
>
> If there is a version with the release KDE where can I get it -
> preferablely the boxed version with manuals and on-line?
>
> TIA
>
> Ken
When I registered my copy of Mandrake 7.2 via web, I was told
that KDE 2.0 would be shipped to me on CD-ROM as soon as it was
available. (Of course, I haven't *received* it yet, but....)
Dan
------------------------------
From: [EMAIL PROTECTED] (Matt Haley)
Subject: Re: .Xclients vs .xinitrc
Date: Mon, 08 Jan 2001 15:59:08 -0000
On Mon, 08 Jan 2001 05:44:16 GMT,
Steve Connet <[EMAIL PROTECTED]> wrote:
>Hi,
>
>What is the difference between these two files? Which one gets
>executed first? What kinds of things should be in each? What is the
>purpose of them?
.Xclients is executed when you login via XDM,GDM,KDM.
.xinitrc is executed when you run startx.
You could make either one a symbolic link to the other.
--
Matt Haley <[EMAIL PROTECTED]>
------------------------------
From: "Zukich, Alen [SKY:6J00:EXCH]" <[EMAIL PROTECTED]>
Subject: Re: MySQL and PHP
Date: Mon, 08 Jan 2001 10:54:35 -0500
Kae Verens wrote:
> Immortal Love wrote:
> >
> > I had setup an Apache 1.3.14 with --enable-module=most
> > --enable-shared=max. And now I would like to install MySQL and PHP. What
> > should I do? Thanks.
>
> if I remember right, PHP comes as a module in Apache - edit the
> http.conf file and enable the module
Yup in particular you need to add these lines:
For PHP 3: AddType application/x-httpd-php3 .php3
For PHP 4: AddType application/x-httpd-php .php
But did you configure apache with the proper php library
(for PHP 3: ./configure --activate-module=src/modules/php3/libphp3.a
for PHP 4: ./configure --activate-module=src/modules/php4/libphp4.a)
For the exact direction of installation follow this:
http://www.php.net/distributions/bigmanual.html#install.unix.apache-module
>
> MySQL is another matter - you need to download it, unzip it, and read
> the README _carefully_ - it's kind of tricky to install.
>
If you lazy like me :) you could just grab the binary. Mysql builds a number
of binaries for all sorts of systems. From there you'll be up and running in
3 secs flat.
>
> Kae
------------------------------
From: Leonard Evens <[EMAIL PROTECTED]>
Subject: Re: booting Redhat 7.0 from floppy is very slow
Date: Mon, 08 Jan 2001 09:37:09 -0600
Frank wrote:
>
> I have installed Redhat 7.0 on two machines, IBM 300GL with PII350 and
> 128MB, Dell XPS T450 with 196MB. They have the same problem. It is very
> slow to boot from floppy. It takes more than 5 minutes to read some
> information in. As soon as finishing the reading part, Redhat is working
> fine.
>
> Did anybody experience same kind of problem before? What kind of problem
> it could be? I have another machine installed RH 7.0. It boots normally
> from floppy.
>
> --
> Posted via CNET Help.com
> http://www.help.com/
The floppy made with mkbootdisk boots very slowly on many PCs.
Surprisingly, this is less of a problem with really old PCs. It
may have something to do with the BIOS routines for reading the
floppy. It can take ten minutes or longer to start booting. It
takes forever to get the first dot and then they come painfully
slowly.
But there are a couple of ways around this.
First, you can put the lilo boot loader on a floppy by creating
a lilo.conf file with first line
boot=/dev/fd0
and everything else the same. It is best to give this a separate
name and run /sbin/lilo with the -C option to specify that name.
Then the initial lilo boot sequence will load quickly from the
floppy and the rest will come from the hard drive.
Second, you can use
dd if=your_kernel of=/dev/fd0 bs=1440k
to write your kernel directly to a floppy and
rdev /dev/fd0 your_boot_partition
to tell the kernel on your floppy where to find the boot partition.
This floppy will load relatively quickly. It may also be used
if there is some problem with the kernel on the hard disk.
--
Leonard Evens [EMAIL PROTECTED] 847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208
------------------------------
From: Leonard Evens <[EMAIL PROTECTED]>
Subject: Re: Sawfish behaviour
Date: Mon, 08 Jan 2001 09:41:51 -0600
Max Waterman wrote:
>
> Hi,
>
> I'm new to this group, so I hope this question isn't one that has been asked before.
>
> I am trying to change the behaviour of the window manager. I am using Sawfish, as
>installed
> by RedHat 7.0 with Nov updates :
>
> $ rpm -q sawfish
> sawfish-0.30.3-10
>
> I want the following behaviour :
>
> 1) window focus should follow the mouse without any clicking
> 2) when I click in a window, it should *not* alter it's placement in the window stack
>
> I have 1), but not 2).
>
> If, for example, I type :
>
> $ gvim /etc/fstab
>
> a window is opened at the front of the window stack. I can continue to type in this
> window without having it change the placement in the window stack. If, however, I
> click in this window (to select some text, for example), the window is popped back
> to the top of the stack. I don't want this to happen. It is fine if I click on the
> window border, but not in the internal of the window. This is the behaviour I am
> used to with our IRIX 4Dwm window manager.
>
> Anyone know how to get the behaviour I want?
I find this very strange. I seem to have just the opposite problem.
I have a machine running RH7.0 and the same version of sawfish.
I have the mouse focus set so it moves with the mouse and stays
in a given window until a move into another window. But if I want
to bring a Window to the top without clicking the title bar, I
have to use Alt-click, which is fine with me, but it doesn't always
work. It seems a timing matter and depends on just when I press
the Alt key and click and for how long a depress the buttons.
>
> Max.
--
Leonard Evens [EMAIL PROTECTED] 847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208
------------------------------
From: kalkulus <[EMAIL PROTECTED]>
Subject: user problem with x
Date: Mon, 08 Jan 2001 15:41:27 +0100
I have a problem with x. I am using Slackware 7 and when root starts
an x session it works. but when user tries the same, either with
startx or loging at xdm, it just shows xterm in tne corner of the
screen.
any advice
--
pozdrav
http://kalkulus.go.to
...Ne shvataj zivot suvise ozbiljno, ionako se neces ziv izvuci iz
njega.
------------------------------
From: "lenny" <[EMAIL PROTECTED]>
Subject: Re: locked directory? No access rights as root?
Date: Mon, 08 Jan 2001 16:19:04 GMT
In article <[EMAIL PROTECTED]>, "Terry" <[EMAIL PROTECTED]>
wrote:
> I've been using Linux-Mandrake 7.2 for a few weeks now. A couple days
> ago, I tried adding a creative dvd decoder card with a passthrough cable
> for my regular video card. Things seemed to be okay until I tried
> accessing the cdrom. I get the error message that I "don't have the
> access rights to this location". I then noticed the same thing with the
> floppy. I used konqueror and the cdrom and floppy icons have little
> padlocks on them. I tried accessing them as root to no avail. I looked
> at my /etc/fstab file and it looks like I'm using supermount. I open
> the cd tray place a cd in it, then click on the desktop cdrom icon and
> the tray closes, lights go on, etc, then the same old message about not
> having the rights. I tried creating another icon on the desktop- this
> didn't work either. I removed the dvd decoder card and nothing's
> changed. Is there a way to unlock these things? I'm a relative newbie
> at this so any help is much appreciated.
>
> Thanks, Terry Wagner
I see no one else is answering this
so here are my thoughts..
not sure but you can try as root
chmod 544 /mnt/cdrom
------------------------------
From: [EMAIL PROTECTED] (Dave Brown)
Subject: Re: epoch time <-> human time
Reply-To: [EMAIL PROTECTED]
Date: 8 Jan 2001 11:36:12 -0600
In article <[EMAIL PROTECTED]>, Peter T. Breuer wrote:
>Hmmm .. I was hoping someone else would answer this, since I don't know
>a one-step method. I'd use touch to create a file with that date, I
>guess. ... ha! The manpage for date pays off:
>
> date --date="1 Jan 1970 + 1000000000 seconds"
> % Sun Sep 9 02:46:40 MET DST 2001
That's a good one! Except I just noticed that the "date string" must
be of the form "dd Month yyyy". If you type in "Month dd yyyy" you
get a phony result.
This particular "feature" of the date command is a Gnu enhancement,
not found on (some?) other unixes.
--
Dave Brown Austin, TX
------------------------------
From: Kae Verens <[EMAIL PROTECTED]>
Subject: Re: user problem with x
Date: Mon, 08 Jan 2001 16:40:55 +0000
kalkulus wrote:
>
> I have a problem with x. I am using Slackware 7 and when root starts
> an x session it works. but when user tries the same, either with
> startx or loging at xdm, it just shows xterm in tne corner of the
> screen.
sounds like X is starting without a window manager. I have minimal
experience with Slackware, so I don't know what window managers ship
with it. Try "startx fvwm", and see if that does anything. Or, try
creating ~/.xinit, and place the line "exec fvwm" in it.
Kae
------------------------------
From: [EMAIL PROTECTED] ()
Crossposted-To: comp.os.linux.development.apps,gnu.gcc.help,comp.lang.c
Subject: Re: lltostr() in Linux ?
Date: Mon, 08 Jan 2001 16:41:05 -0000
In article <[EMAIL PROTECTED]>,
Maurizio Loreti <[EMAIL PROTECTED]> wrote:
>man sprintf
man snprintf
--
http://www.spinics.net/linux
------------------------------
From: "Joe (mvjap3) Philbrook III" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux
Subject: Re: email software
Date: Mon, 8 Jan 2001 11:41:30 -0500
Reply-To: mvjap3 at work <[EMAIL PROTECTED]>
hmmmm well Dances, I too am crazy enough to use pine...
Which since you like pine, you must know it also serves as a newsreader...
And if configured to access Harry's mail & news servers will do both of
those in something like the way I think Harry used to use Agent...
Harry, pine will do you for both mail and news... It can access your ISP
servers providing your on-line when you try. if you set it up to access
your mailbox it will want you to type your mail password when it first
starts up.
if you later decide to use an MTA to retrieve your mail, or even set up
your own local news spool, pine will work that way to, (with a slight
adjustment or two in the config file, which can be done from pines set-up
menu...) So if you get used to pine, and then beef up your linux you won't
have to get used to another reader...
I use pine at work to access my company provided imap mailbox from their
SunOs unix... (but I let that unix's sendmail do my sending)
And at home I do it the other way around... their I download my mail via
fetchmail to my local mail spool which pine can access even when ppp is
down. But if I use my local sendmail to send mail it often fails to get
through to my employers mail systems spamfilters, which never happens when
pine directly accesses my isp's smtp server directly...
One thing about pine, is it's interface is textual <which suits me>...
Because it uses plain old text, it doesn't require X to work...
--- ___
<O> <-> Joe (theWordy) Philbrook
^
\___/ < [EMAIL PROTECTED] >
On 8 Jan 2001, Dances With Crows wrote:
> I like Pine, but then I'm partially insane.
>
<Harry said>
> >The sweetest answer would be for somebody to point me to a unix port
> >of Forte's Agent ;o)
>
<Dances continued...>
> Isn't that a newsreader, not a MUA? Um, try PAN, the Pimp-Ass
> Newsreader, at http://superpimp.org/ . HTH,
------------------------------
From: -ljl- <[EMAIL PROTECTED]>
Subject: Re: rt18139.c
Date: Mon, 08 Jan 2001 16:43:57 GMT
In article <9372ug$gc5$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> now i've got the driver for the my ethernet card for Redhat 5.2
> installed in my pc. (i know this version is.....)
>
> The guidance for gettn the driver run and connect the pc to the
internet
> is as follows:
>
>
*****************************************************************************
> *
> *
> * 32-Bit PCI Fast Ethernet Adapter
> *
> *
> *
> * Driver Installation for LINUX
> *
> *
> *
>
*****************************************************************************
>
> Below are the instructions for installing linux driver. You must
complie the
> source code to generate rtl8139.o and use "insmod" to insert rtl8139.o
> as module.
> You can use "netconfig" utilities to setup network parameters for the
> driver.
>
> Files Description:
> ==================
> rtl8139.c The adapter source code. You can download the newest
version from
> http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html or
> ftp://cesdis.gsfc.nasa.gov/pub/linux/drivers/rtl8139.c
> trans Compile batch file.
> linux.txt This file.
>
> Installation:
> =============
> 1. Plug 32-Bit PCI Fast Ethernet Adapter into PC's PCI-bus slot.
>
> 2. Boot into LINUX and keyin the following commands at the LINUX
prompt.
> Remember, LINUX is case sensitive.
>
> mkdir /temp
> mcopy a:/linux/rtl8139.c /temp
> mcopy a:/linux/trans /temp
> cd /temp
> chmod 777 trans
>
> 3. Run trans file to complie and copy driver to linux source code:
>
> /temp/trans
>
> (rtl8139.o will be generated and be copied to /usr/src/linux/modules.)
>
> 4. Run netconfig (or netcfg) to set you network parameter (like ip,
> gateway).
>
> Slackware: Run "netconfig" to configure IP environment.
> This will create '/etc/rc.d/rc.inet1' and 'rc.inet2' files.
>
> netconfig
>
> RedHat:
> - Add "alias eth0 rtl8139" into the /etc/conf.modules file.
> cd /etc
> vi conf.modules
> alias eth0 rtl8139
>
> - Run "netcfg" in the xterm of X-window to configure IP environment.
> startx
> netcfg
> (Configure IP of eth0 and enable "Activate interface at boot time".)
>
> 5. Use editor vi to modify 'rc.inet1'(or 'rc') in the /etc/rc.d
directory to
> insmod driver. This file will be run at boot time. You just add a
line
> at the beginning of 'rc.inet1'(or 'rc').
>
> Slackware:
> cd /etc/rc.d
> vi rc.inet1
> insmod /usr/src/linux/modules/rtl8139.o
>
> RedHat: Add a line at the beginning of 'rc' file.
> cd /etc/rc.d
> vi rc
> insmod /usr/src/linux/modules/rtl8139.o
>
> 6. Reboot the LINUX.
>
> reboot ( or shutdown -r now )
>
> When system boots, the driver will be loaded. Then the driver will
> scan I/O port to see if a card is there.
> (You can run 'dmesg' to see the boot message.)
>
> 7. Run 'ifconfig' or 'netstat -i' to see if there is a interface
'eth0'.
>
> **********************************8
> Questions:
> a)
> i've done step 1 & 2, when it comes to step number 3 -- /temp/trans
> --- i got unsure cos after i key in
> as root:
> cd /temp
> trans
> it display "bad command or file name" -- kindly advise which command
> code i should enter to execute "trans"??? pls help so that the .c file
> could be compiled successfully. :-D
Sinced '/temp' isn't likely to be in you default path for executables
you'll need to do: (include full path-name of executable)
/temp/trans
or you could just do: (if temp is your current directory, i.e. pwd)
./trans
> b) and what is "chmod 777" actually??
It is the permissions. Try "man chmod"; for now just do it.
--
Louis-ljl-{ Louis J. LaBash, Jr. }
Sent via Deja.com
http://www.deja.com/
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Please Help me with XPERT 98 Video card and Redhat 7.0
Date: Mon, 08 Jan 2001 16:47:34 GMT
Can you please help me out. I cant get it doing anything better then
800x600
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> In article <930vbp$fsj$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
wrote:
> >Please Help me with XPERT 98 Video card and Redhat 7.0
> >
> >I got a ATI Xpert 98 Video Card, NEC MultiSync XV17+ Screen and
Redhat
> >7.0 and the best I could get this config to do is 640x480?
> >
> >Can someone please tell me the best I could get this going and how
> >
> >Please email me at [EMAIL PROTECTED]
>
> The ATI Xpert 98 card is supported by the Mach64 server. I don't
know
> anything about the Monitor, but I'd be surprised if it's not listed
in
> Xconfigurator. But you didn't say if that was the case. It would
also
> be a good idea to mention what problems you were seeing at >640x480.
>
> I have ATI Xpert98 running at 1024x768. With a different monitor, of
course.
>
> --
> Dave Brown Austin, TX
>
Sent via Deja.com
http://www.deja.com/
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list by posting to comp.os.linux.misc.
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************