Re: [newbie] nVidia drivers (again) NEED HELP FROM KERNEL GURU!

2001-07-24 Thread Kernell32

Hmm glx is installed fine i guess. The kernel wont install thats weird i 
never seen that one before ... did you do any changes to it?
Do you use a custom kernel or is it the default ? What kernel version is it?
The default mandrake8 kernel should work fine.
Thing is i dont know allmost anything about kernel configs i think we need to 
consult a specialist here Did you hear that civileme? we need your help =)




On Tuesday 24 July 2001 07:06, Curtis Matthiesen wrote:
 Hi there,

 Here is a quote from a previous message I sent, which I didn't get
 responses on, regarding not having the Nvidia drivers installed according
 to the sh file that checks etc., here is what I said:

 Hi there everyone,

 I just installed the RPM's for my Nvidia card and then I modified my XFree
 file, and then I ran the nv_check.sh, and this is what my results show, I
 understand everything except the last portion:




 Welcome to the NVidia Driver Installation Checker.
 This shell script is meant to help you debug your installation
 of the beta NVidia Linux drivers.  It is not 100% foolproof.
 In particular, you will definitely want to make sure you have
 the correct options in your XF86Config to make X work properly.
 This script cannot debug your X setup. That being said, it
 should prove useful if are having problems with the drivers and
 want to check the validity of your driver install.

 At no time will this script EVER make changes to your system.
 It is simply a diagnostic tool - fixes of any kind will have to
 come from you.

 Press enter to continue...

 OK, the first thing we need to do is make sure your XF86Config file
 is set up correctly.  In order to do this, I'm first going to try
 and find where this file might be...
 checking /usr/X11R6/lib/X11/XF86Config...
 not found
 checking /usr/X11R6/etc/X11/XF86Config...
 not found
 checking /etc/XF86Config...
 not found
 checking /etc/X11/XF86Config...
 found
 checking /etc/X11/XF86Config-4...
 found
 I'm going to be doing my checking using /etc/X11/XF86Config-4.  If this is
 not
 actually your X config, then quit this script with Ctrl-C, remove
 or rename the file, then run this script again.
 Press enter to continue

 I'm going to check your XF86Config file for the following things:
 1) Loading the GLcore and glx modules
 2) Specifying the nvidia driver instead of nv

 Checking for the Load glx statement...
 Loadglx
 It seems to be intact.  Now lets see if you're loading the correct
 video driver...
 Driver  nvidia
 Everything seems fine in your X config file.  This is not 100%
 guaranteed to be accurate, but lets continue anyway (press enter)...

 The next step involves making sure you have the proper files in
 the right places, and that the kernel module loaded correctly.
 Press enter to begin the test.

 First lets make sure you don't have the old modules still present
 by mistake...
 Checking /usr/X11R6/lib/modules/extensions/libglx.a...
 Checking /usr/X11R6/lib/modules/extensions/libGLcore.a...
 You don't appear to have any conflicting older drivers.  Now lets check
 if the new driver files are in place...
 Checking /usr/X11R6/lib/modules/drivers/nvidia_drv.o...
 Checking /usr/X11R6/lib/modules/extensions/libglx.so...
 Checking /usr/lib/libGL.so...
 libGLcore.so.1 = /usr/lib/libGLcore.so.1 (0x4003e000)
 Checking /usr/lib/libGLcore.so.1...
 All the files seem to exist.  Now I'm going to see if your kernel
 module is loaded correctly...

 Here is what I don't understand:

 the NVdriver kernel module does not seem to be loaded.  The 3D
 drivers will not work without it...please compile it for your
 kernel, set it up to insert the module on boot, then run
 this script again.
 Remember if you are having trouble compiling the module,
 try adding -D_LOOSE_KERNEL_NAMES to the Makefile.

 Now, I read your message and I removed the RPMS and then proceeded to do
 what you suggested regarding the TAR's, and this is what happened when I
 did the make installs:

 This is what happened when I did the command in the NVIDIA_kernel folder:

 [root@cs821261-a NVIDIA_kernel-1.0-1251]# make install
 rm -f nv.o os-interface.o os-registry.o Module-linux NVdriver
 cc -c -Wall -Wno-unknown-pragmas -Wno-multichar -O  -D__KERNEL__ -DMODULE
 -D_LOOSE_KERNEL_NAMES -D_X86_=1
 -Di386=1 -DUNIX -DLINUX -DNV4_HW -DNTRM -DRM20 -D_GNU_SOURCE -DRM_HEAPMGR
 -D_LOOSE_KERNEL_NAMES
 -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=1251  -I.
 -I/usr/src/linux/include nv.c
 In file included from nv.c:50:
 /usr/include/linux/modversions.h:1:2: #error Modules should never use
 kernel-headers system headers,
 /usr/include/linux/modversions.h:2:2: #error but headers from an
 appropriate kernel-source
 make: *** [nv.o] Error 1
 [root@cs821261-a NVIDIA_kernel-1.0-1251]# rpm -e NVIDIA_kernel
 error: removing these packages would break dependencies:
 NVIDIA_kernel is needed by NVIDIA_GLX-1.0-1251
 [root@cs821261-a NVIDIA_kernel-1.0-1251]# rpm -e NVIDIA_GLX
 

Re: [newbie] nVidia drivers (again)

2001-07-23 Thread Kernell32

Here is a snip of the nvidias own readme that you find from the same section 
of nvidias homepage there where you can download the tars.
This snip concerns the tar install prozess . I repeat: Use the tars not the 
rpms and follow the instructions from THIS readme DONT use the instructions 
that you find inside the tars!!! They are wrong.

snip

Installing/Upgrading by Tar file

Instructions for the Impatient:

$ tar xvzf NVIDIA_kernel.tar.gz
$ tar xvzf NVIDIA_GLX.tar.gz
$ cd NVIDIA_kernel
$ make install
$ cd ../NVIDIA_GLX
$ make install

Instructions:
To install from tar file, unpack each file:
$ tar xzf NVIDIA_kernel.tar.gz
$ tar xzf NVIDIA_GLX.tar.gz
cd into the NVIDIA_kernel directory.  Type 'make install'.  This will
compile the kernel interface to the NVdriver, link the NVdriver, copy
the NVdriver into place, and attempt to insert the NVdriver into the
running kernel:
$ cd NVIDIA_kernel
$ make install
Next, move into the NVIDIA_GLX directory.  Type 'make install' -- this
will copy the files into place:
$ cd ../NVIDIA_GLX
$ make install
Note that the make install for each package will remove any previously
installed NVIDIA drivers.
-
(sec-03) EDITING YOUR XF86CONFIG FILE
=
When XFree86 4.0 was released, it used a slightly different XF86Config
file syntax than the 3.x series did, and so to allow both 3.x and 4.x
versions of XFree86 to co-exist on the same system, it was decided that
XFree86 4.x was to use the configuration file /etc/X11/XF86Config-4
if it existed, and only if that file did not exist would the file
/etc/X11/XF86Config be used (actually, that is an over-simplification of
the search criteria; please see the XF86Config manpage for a complete
description of the search path).  Please make sure you know what
configuration file XFree86 is using.  If you are in doubt, look for a
line beginning with (==) Using config file: in the your XFree86 log
file (/var/log/XFree86.0.log).  This README will use XF68Config
to refer to your configuration file, whatever it is named.
If you do not have a working XF86Config file, there are several ways
to start: there is a sample config file that comes with XFree86, and
there is a sample config file included with the NVIDIA_GLX package
(it gets installed in the /usr/share/doc tree).  You could also use a
program like 'xf86config'; some distributions provide their own tool
for generating an XF86Config file.  For more on XF86Config file syntax,
please refer to the manpage.
If you already have an XF86Config file working with a different driver
(such as the 'nv' driver), then all you need to do is find the relevant
Device section and replace the line:
Driver nv 
with 
Driver nvidia  
In the Module section, make sure you have:
Load   glx
You should also remove the following lines:
  
Load  dri
Load  GLcore
if they exist.  There are also numerous options that can be added to
the XF86Config file to fine-tune the NVIDIA XFree86 driver.  Please see
Appendix D for a complete list of these options.
Once you have configured your XF86Config file, you are ready to restart
X and begin using the accelerated OpenGL libraries.  After you restart X,
you should be able to run any OpenGL application and it will automatically
use the new NVIDIA libraries.  If you encounter any problems, please
see the troubleshooting section below...

snip 

Details on http://www.nvidia.com/view.asp?IO=linux_readme_install



On Monday 23 July 2001 19:09, Terry C wrote:
 I am wondering if I may be able to resolve the
 segmentation fault errors I am getting trying to run
 Chromium, or Tuxracer by changing to the nVidia 769
 drivers instead of using the 1251 drivers. Has anyone
 tried this to resolve the seg. fault problems?
 I have already made sure that I am not using KDM, I
 have tried booting into run level 3 and using startx,
  I have tried using gdm. The black screen and seg.
 fault errors started after I tried to run BZflag and
 it locked up. No GL games have worked since.
 Also, what exactly is a segmentation fault?
 Thanks.

 TC

 __
 Do You Yahoo!?
 Make international calls for as low as $.04/minute with Yahoo! Messenger
 http://phonecard.yahoo.com/




Re: [newbie] nVidia drivers (again)

2001-07-23 Thread Kernell32

On Monday 23 July 2001 21:18, Terry C wrote:
 Thanks. I already used the nv_check.sh script and it
 said that everything was OK. Based on the information
 I have been seeing I am thinking that I need to try
 installing the 1251 drivers from the tarball instead
 of the rpm. Should I uninstall the drivers I installed
 from the rpm first and then install the tar files?

Its worth a try i would say and i would also say NOT to use force and nodeps 
it naturally wakes up some bad feelings in me and i know its not necessary. 
Sooner or later something gets messed up if you use the --force option.
especially if its about system stuff like drivers etc.


 TC

 --- james [EMAIL PROTECTED] wrote:
  i used to get segmentation errors when using OpenGL
  - it was because i hadnt
  installed the kernel properly - there is a shell
  script called nv check
  which checks if everything is installed ok
  get it at :

 http://www.lokigames.com/~heimdall/nvidia/nv_check.sh

  just cd to the dir and type :
  $ sh nv_check.sh
 
  oh year - with rpms you may want to type :
  $ rpm -i NV_GLX.blahblah.rpm --nodeps --force
 
  this will force the install of rpms even if your
  system says it is already
  installed
 
  - Original Message -
  From: Terry C [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, July 23, 2001 5:09 PM
  Subject: [newbie] nVidia drivers (again)
 
   I am wondering if I may be able to resolve the
   segmentation fault errors I am getting trying to
 
  run
 
   Chromium, or Tuxracer by changing to the nVidia
 
  769
 
   drivers instead of using the 1251 drivers. Has
 
  anyone
 
   tried this to resolve the seg. fault problems?
   I have already made sure that I am not using KDM,
 
  I
 
   have tried booting into run level 3 and using
 
  startx,
 
I have tried using gdm. The black screen and
 
  seg.
 
   fault errors started after I tried to run BZflag
 
  and
 
   it locked up. No GL games have worked since.
   Also, what exactly is a segmentation fault?
   Thanks.
  
   TC
  
   __
   Do You Yahoo!?
   Make international calls for as low as $.04/minute
 
  with Yahoo! Messenger
 
   http://phonecard.yahoo.com/

 __
 Do You Yahoo!?
 Make international calls for as low as $.04/minute with Yahoo! Messenger
 http://phonecard.yahoo.com/




Re: [newbie] Mandrake 8 and digital camera miniDV ?

2001-07-23 Thread Kernell32

Hi i have a firewire card and a sony cam now sony cams are a little more 
complicated cause they use different encoding (i think) but i got them 
working now you need to install libraw and i recommend gscanbus to have an 
eye on your firewire filesystems etc libraw is available from the rpms dir on 
the mandrake ftp servers.
But i have to say that they didnt really work for me rather install from tar !

here are some links :

http://ronald.bitfreak.net/
http://linux1394.sourceforge.net/

if you hav ethe tars of libraw they will compile into /usr/local you might 
get some problems with your paths (root doesnt have /usr/local in the path 
for some reason)

here are quick instrucktions how to get libraw and your raw device working if 
youre impatient but i recommend reading through the links that i gave you 
cause you have to be prepared for some manuall changes and hacks.
gscanbus http://www.ivistar.de/0500opensource.php3?lang=en is a really nice 
prog where you can control the devices on your firewire ports install that 
one from tar it will also compile into /usr/local so it will work fine 
together with the libraw tar.

here quick instructions for libraw without this nothing will work

Compile libraw1394:
cd /where/you/downloaded/libraw1394
 tar xvfz libraw1394_0.9.0.tar.gz
 cd libraw1394-0.9.0
 ./configure
make
make install 
Create the raw device (/dev/raw1394):
make dev 
Reboot:
shutdown -r now 
After the system reboots, logon and load the modules:
modprobe ohci1394
modprobe raw1394

 Module dependencies should ensure that the ieee1394 subsytem module installs 
automatically. If you receive errors about unresolved symbols, then try the 
following:
 insmod ieee1394
insmod ohci1394M
insmod raw1394

if it works nicely you can add 
modprobe ohci1394
modprobe raw1394
to your /etc/rc.local file so they will load at each boot

If you decide to use the rpms from mandrake and if you have success with that 
tell me how you did it =) with me the rpm version didnt make the device if i 
remember right and the modules should be loaded manually the rpm installed 
but didnt create the device and didnt load the modules i dont know why so i 
gave up and installed the tar (or did i install the tar first and create the 
device manually ? i dont remember =))
Anyway happy hacking and dont forget to tell about your sucess this is a 
rather new unwritten chapter of mandrake hacking =) .
Cheers


On Saturday 21 July 2001 20:30, =/\\= Majki =/\\= wrote:
 Hi!
 I have miniDV digital camera Panasonic NV-DS15. I'd like to download film
 or photos to computer. Camera has i-link FireWire connector, and I have
 FireWire controller. In Windows Me I can just plug cable to controller,
 switch on camera, and Windows automatically shows camera in My Computer and
 I can take photo from camera. I have also program to editing films
 downloaded from camera, this program were included in FireWire Controller.
 Is it possible to do the same in Linux ?

 Mikolaj




Re: [newbie] Mandrake 8 and digital camera miniDV ?

2001-07-23 Thread Kernell32

btw. if you want to download an avistream from your cam use dvgrab its a 
comandline tool you use it like : dvgrab test.avi
and it will save the actual playing stream into the file test.avi nice tool 
but you dont see whats comming you can only whatch the resulting file with an 
apropriate movie player.
The problem is actually not the support of the dv or firewire hardware (like 
in windows lol it took me ages to get firewire working with my sonycam under 
windows win98 doesnt work at all win2k works sluggish with almmost allthetime 
hardware related crashes etc. finally win98SE worked )
no the problem with linux and firewire is the lack of good capturing and 
editing software sad to say. But many devellopers work a lot on those pieces 
of software and we can hope for the near future that good and capable 
software comes out into public.
Cheers


On Monday 23 July 2001 22:19, Kernell32 wrote:
 Hi i have a firewire card and a sony cam now sony cams are a little more
 complicated cause they use different encoding (i think) but i got them
 working now you need to install libraw and i recommend gscanbus to have an
 eye on your firewire filesystems etc libraw is available from the rpms dir
 on the mandrake ftp servers.
 But i have to say that they didnt really work for me rather install from
 tar !

 here are some links :

 http://ronald.bitfreak.net/
 http://linux1394.sourceforge.net/

 if you hav ethe tars of libraw they will compile into /usr/local you might
 get some problems with your paths (root doesnt have /usr/local in the path
 for some reason)

 here are quick instrucktions how to get libraw and your raw device working
 if youre impatient but i recommend reading through the links that i gave
 you cause you have to be prepared for some manuall changes and hacks.
 gscanbus http://www.ivistar.de/0500opensource.php3?lang=en is a really nice
 prog where you can control the devices on your firewire ports install that
 one from tar it will also compile into /usr/local so it will work fine
 together with the libraw tar.

 here quick instructions for libraw without this nothing will work

 Compile libraw1394:
 cd /where/you/downloaded/libraw1394
  tar xvfz libraw1394_0.9.0.tar.gz
  cd libraw1394-0.9.0
  ./configure
 make
 make install
 Create the raw device (/dev/raw1394):
 make dev
 Reboot:
 shutdown -r now
 After the system reboots, logon and load the modules:
 modprobe ohci1394
 modprobe raw1394

  Module dependencies should ensure that the ieee1394 subsytem module
 installs automatically. If you receive errors about unresolved symbols,
 then try the following:
  insmod ieee1394
 insmod ohci1394M
 insmod raw1394

 if it works nicely you can add
 modprobe ohci1394
 modprobe raw1394
 to your /etc/rc.local file so they will load at each boot

 If you decide to use the rpms from mandrake and if you have success with
 that tell me how you did it =) with me the rpm version didnt make the
 device if i remember right and the modules should be loaded manually the
 rpm installed but didnt create the device and didnt load the modules i dont
 know why so i gave up and installed the tar (or did i install the tar first
 and create the device manually ? i dont remember =))
 Anyway happy hacking and dont forget to tell about your sucess this is a
 rather new unwritten chapter of mandrake hacking =) .
 Cheers

 On Saturday 21 July 2001 20:30, =/\\= Majki =/\\= wrote:
  Hi!
  I have miniDV digital camera Panasonic NV-DS15. I'd like to download film
  or photos to computer. Camera has i-link FireWire connector, and I have
  FireWire controller. In Windows Me I can just plug cable to controller,
  switch on camera, and Windows automatically shows camera in My Computer
  and I can take photo from camera. I have also program to editing films
  downloaded from camera, this program were included in FireWire
  Controller. Is it possible to do the same in Linux ?
 
  Mikolaj




Re: [newbie] Nvidia installation FAQ !

2001-07-20 Thread Kernell32

Shouldn't it be make install ? 
That article repeats the README file from the tar and if i remember right 
that 
didnt work.
Just untar the tars and type make install in both kernel and glx 
directories.
Then add: load glx 
and replace: nv with nvidia 
in the /etc/X11/XF86Config-4 file as it says in the article. 
After that you should not use kdm as loginmanager, use gdm instead or boot 
into runlevel3 and startx manually.
Worked for me tuxracer ut etc. all working fine.
On a GeForce2 GTS.

On Saturday 21 July 2001 21:23, A.Roesch wrote:
 i just found this a few days ago and thought this might help to solve
 a few problems !!

 http://www.evil3d.net/articles/linux/howto/nvidia/mandrake8/




Re: [newbie] Sensors

2001-07-19 Thread Kernell32

WOW thanx that was quick i really expected some hacking but nope it worx 
finefinefine! Only gkrellm well i dont like the interface and for some reason 
it doesnt show me the fans (or then im blind ) id like a kde app for it ill 
seek and (hopefully) find... there is klm (wich doesnt work on kde2.2) and 
khealthcare (wich doesnt want to compile either) humh ill seek more. Anyway 
all sensors work and the install was a piece of cake thanks a lot! Good job!

On Thursday 19 July 2001 23:38, civileme wrote:
 On Thursday 19 July 2001 17:33, Kernell32 wrote:
  Hi i was wondering if anyone has managed to get the lm_sensors working in
  Mandrake i saw there are some sensors available in the kernel but what
  progs do you recommend (preferably mdks own packages) to use the sensor
  modules? Im trying to get my temperature and fanspeed sensors working i
  have a ASUS K7M MOBO using a winbond sensor controler.
  So what modules do i need to load and how do i start the whole thing
  (what frontend do i use?)

 gkrellm would be a good frontend.

 You must load lm_utils.  We do not install it by default and we defang the
 KDE functions that would use lm_sensors directly because there is ONE brand
 of notebooks where if you use lm_sensors once, your next act is a factory
 return for a new motherboard.

 lm_utils-2.4.3_2.5.5-20mdk

 Is the package name on the Core System CD

 http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/doc/useful_addresses.html

 Is a good place to start for additional applications.

 Civileme




Re: [newbie] Update Programs Via Mandrake Update?

2001-07-19 Thread Kernell32

Ok today came the security update for openssl and my mirror has it (i 
checked) it has the same name as the installed package only a .1 is added 
at the end of the name mandrake update wont see this it actually appeared in 
the installed section of mandrakeupdate but if i do a :

# rpm -qa | grep openssl
openssl-0.9.6-7mdk
(MandrakeUpdate shows both as installed)

it is NOT installed so i downloaded it manually and did :

rpm -Uvh openssl-0.9.6-7.1mdk.i586.rpm 

and it updated fine .
I mentioned this problem before cause i think it is important, cause it 
renders MandrakeUpdate absolutely useless since it is made for security 
updates .
So we will have to leave MandrakeUpdate to the developers and get back to 
comandline and kpackage ... sad cause i think MandrakeUpdate is a great idea 
for a prog. 
If im missing something here please tell it to me cause i LOVE MandrakeUpdate 
and i would really like to use it.

Btw. the update funktion in SNF still shows me an empty list even tho a few 
updates have been released since i installed it.
Cheers 

On Thursday 19 July 2001 15:18, civileme wrote:
 On Thursday 19 July 2001 03:13, Curtis Matthiesen wrote:
  I'm trying to upgrade my CUPS (as well other programs) to the newest
  version anyway, when I use Mandrake Update it fails saying that I already
  have CUPS (or the other programs I'm trying to install) installed.
 
  Can someone tell me how I can go about doing this, I assume I could do it
  manually by a:
 
  RPM -Uvh rpmname.rpm
 
  But if I could do it via Mandrake Update it'd be much more easier and
  effective for me.
 
  TIA
 
  Curtis
 
  PS Is this posting in HTML format, if so I'm sorry, Hotmail just changed
  everything and I'm not sure if it is or not, or how I can change it
  permanently to use non-HTML.

 Most of the time MandrakeUpdate will work; however, certain programs that
 handle regular expressions and pattern-matching DON'T work the same when a
 different locale is in place, thanks to newly-implemented POSIX standards.

 The resuklt is that the sorting for newer versions fails, seeing the update
 as the older version which is why it says that the package is already
 installed.

 Look at fun with regular expressions on www.mandrakeforum.com to get an
 idea of the scope of the problem.

 Civileme




Re: [newbie] WINE with Office 97

2000-11-23 Thread kernell32
Find a file called wine.conf i think its on /etc/
edit it so that it ponts to the correct locations of your drive ie c:\path/to/your/windose/partition
or floppy-/mnt/floppy ... its the file that tells wine where your drives
are you can also make a copy of that file and rename it to .winerc and place
it in your home dir then it uses that file when you run wine as a user (recommendable)
read the explanation for that file in the wine-howtos
youll find good docs in www.winehq.com


SKLIM wrote:
002001c054f9$8c143ba0$[EMAIL PROTECTED]">
  Hi ! All
  
  
  I am currently running Linux. I have download WINE 
program and I have install it at my Linux BOX.
  I am getting error message at console when trying 
to install Office97 at my Linux Box.
  
  
  Error Message :
  
  Could not stat /mnt/fd0 , ingnoring drive 
A:
  Could not stat /c , ingnoring drive C:Could not stat /cdrom , ingnoring drive 
D:Invalid path ' C:\windows for windows directoryCan some guide me what to do ?Thank YouBest Regards,SKLIM
  
  
  -- 
Nothing crashed and i didnt have to reboot while writing this mail! POWERED BY:
   __   _
  / /  (_)__  __   __
 / /__/ / _ \/ // /\ \/ /
//_/_//_/\_,_/ /_/\_\




  


Re: [newbie] No Cd-rom or CDrw as root?

2000-11-22 Thread kernell32

is that a cdwriter that your talking about or a cdrom? with the 
releasecandidate i had the same problem i had to make a link to the 
actual device it was missing or something like that anyway it helped 
this what i did :
ln -st scd0 /dev/cdrom   thats for cdrws.  Problems with normal cdrom i 
dunno.
sound i think it was: sndconfig

Rosiher Sibaja wrote:

 I have the exact same problems.  I got my CDs from Wal-mart.  I 
 thought it was something I screwed-up, as I am still learning.  I 
 would like to hear from anyone who knows what the problem might be.
 
   Jon Doe [EMAIL PROTECTED] wrote:
 
 Wow, just installed the cheapbytes 7.2 and even as root I don't 
 have access
 to my cd-rom or cdrw. Also, I can't configure sound all of which 
 worked just
 fine on 7.1.
 
 
 
 Do You Yahoo!?
 Yahoo! Shopping http://shopping.yahoo.com/ - Thousands of Stores. 
 Millions of Products. 


-- 
Nothing crashed and i didnt have to reboot while writing this mail! POWERED BY:
   __   _
  / /  (_)__  __   __
 / /__/ / _ \/ // /\ \/ /
//_/_//_/\_,_/ /_/\_\








Re: [newbie] WINE

2000-11-22 Thread kernell32
Thats very possible if you happend to have your
windows partition on a location like /mnt/windose it wont probably set it
up right make a copy of your wine.conf file (i think in /etc) copy it into
your home dir rename it .winerc and edit it so that it points to your drives
ie. c:\path/to/your/windose same with all floppy and cdrom etc. Then it should
work .
If you have a 3dfx card and 3dfx drivers wine wont enable the opengl by default
i guess, so the best thing to do is to download the source from www.winehq.com  and compile it yourself (use with caution) .
Just as an info i got startreckvoyager-Eliteforce working with wine under linux with grafik acceleration !!!

Ronald J. Hall wrote:
[EMAIL PROTECTED]">Goldenpi wrote:
  Easy. From the colsole type "wine somefile.exe". If that doesn't work thenits not installed.
Welllits also possible that it -is- installed, but that the wineconfiguration file (wine.conf or .winerc) are not set up correctly... ;-)


-- 
Nothing crashed and i didnt have to reboot while writing this mail! POWERED BY:
   __   _
  / /  (_)__  __   __
 / /__/ / _ \/ // /\ \/ /
//_/_//_/\_,_/ /_/\_\







[newbie] rpmdrake

2000-11-13 Thread kernell32

Ok im about to loose my nerves rpmdrake wont accept any media that i tell it 
it worked before but after (dont ask me why ) taking out the default media 
(cdrom ) it tells me that it could not find any package and i should check if 
my network drives are mounted in case i did a network install ...
i tryed to choose from ftp and cdrom in both cases the same thing: "no 
packages detected"
any help wanted!!!




Re: [newbie] Enable/Disable Telnet.

2000-11-12 Thread kernell32

In mandrake 7.2 you can (after installing openssl ans openssh packages 
clients servers etc.) add ssh modules to linuxconf so you can configure it 
from there too linuxconf  control  control files and system  configure 
linuxconf modules there you can enable linuxconf to show your ssh setup so 
you control it from there.
ps: i think linuxconf is an underestimated very usefull tool if you need to 
fastly do things (if you got time you can still inspect your config files 
manually).

On Sunday 12 November 2000 06:02, you wrote:
  Hi you can enable disable allmost all services in linuxconf also you can

 tell

  if the service should start at bootup its easy and usefull
  linuxconf  network  severtasks  intenet sevices
  and then linuxconf  control  controlpanel  control service activity
  telnet is controlled by inetd (7.1) and xinetd (7.2) so you need to have

 that

  enabled too good luck
  btw. ssh is nicer than telnet try it!

 got any pointers to setup ssh ?
 I too have had problems with  telnet to start out with .
 but least now i can get online  first time for that ;*)




Re: [newbie] Re Telnet.

2000-11-12 Thread kernell32

On Sunday 12 November 2000 09:25, you wrote:
 Ok I turned on inet in the linuxconf but when I try to
 login from another machine it says trying ip# and
 then says connected to ip# but it waits about 10
 seconds and then shuts down. Can some one tell me how
 to fix this?

 __
 Do You Yahoo!?
 Yahoo! Calendar - Get organized for the holidays!
 http://calendar.yahoo.com/

mmm first enable telnet in internet services then check your hosts allow and 
hosts deny files (can do that in linuxconf too =)) and then restart inetd 
it should work after that othewise mmm would have to check myself =)




Re: [newbie] Glide and Mesa Problems?

2000-11-11 Thread kernell32

On Saturday 11 November 2000 01:50, you wrote:
 I was trying to install the goodies for my Voodoo3 on the recently
 installed 7.2

What goodies do you mean?

 Anyways,  I can't seem to be able to run/compile anything requiring
 Glide 2 I usually get an error saying
 /lib/..(something)/glide.h cannot be found... Any ideas?  Thanks

Well glide2 doesnt work under xfree4.01 instead it uses glide3 DRI 
and running unrealtournament for example will work only if you install the 
latest 3dfx drivers but see if you can run tuxracer or quake3 demo if it 
works you have a funktioning dri .
Glide wont work as i said. So glide apps such as UT you will need to tell to 
use opengl instead. At install UT asks you which driver to use but if you 
need to change it after install make sure your /ut/sytem/unrealtournament.ini 
has these settings: 

[Engine.Engine]
GameRenderDevice=SDLGLDrv.SDLGLRenderDevice
WindowedRenderDevice=SDLGLDrv.SDLGLRenderDevice
RenderDevice=SDLGLDrv.SDLGLRenderDevice

but as i sayd UT requires latest 3dfx drivers. 
i paste now a message from the 3dfx.glide newsgroup that helped me to get ut 
running it describes a voodoo4 install but itll work for a voodoo 3 you only 
need the apropriate packages.

original message from Bill Teeple:

http://linux.3dfx.com/open_source/download/voodoo5_dri.htm

I downloaded all the binaries:
tdfx_dri-4.0.1-1.i386.rpm
tdfx_drm-1.0-3.src.rpm
Glide_V5-3.10-2.i386.rpm

first I installed the Glide like the directions say too... but I kept
getting CONFLICTS WITH EXISTING... blah blah blah - so I did rpm -i
Glide_V5*.* --force and it took.

Then I installed the tdfx_dri-4.0.1-1.i386.rpm driver but the online
instructions say to do a rpm -Uvh (which is an upgrade) but I had none
of that - I decided to use the same method as the Glide above (rpm -i
tdfx_dri-4*.rpm --force) (again-you will need the FORCE portion because
it thinks you already have the correct driver).

Now pay close attention to the DRI installation above - You will get at
least two errors dealing with /usr/X11R6/lib/libMesaGLU.so.3 and
/usr/X11R6/lib/libGLU.so.3  (You should be able to ignore these, but
just in case, I believe these are symlinks to libGLU.so.1.2.0

Then you have to rebuild the DRM tdfx driver... so follow the online
instructions for this one and when you are finished install the RPM with
the -i --force options (pay attention - the default destination after
you rebuild on Mandrake is not what 3dfx tells you it is - NOT
/usr/src/redhat/RPMS/i386/tdfx_drm-1.0-3.i386.rpm but
/usr/src/RPM/RPMS/i686/tdfx_drm-1.0-3.i386.rpm)

Last but not least... the instructions on the site tell you to edit the
XF86Config file in the /etc/X11 directory... but if everything goes as
planned, there is a file there with most of the settings you need --
/etc/X11/XF86Config.dri.ex and you can open this up in a text editor and
either copy over the parts that are different from your current
XF86Config file, or just overwrite your existing XF86Config file... I
overwrote mine... did a CTRL-ALT-BACKSPACE to re-initialize X and up it
came (except in 1280x1024 mode - a little too small for my taste).  So I
re-edited the file and that was that.

end of original message

After all this i was able to play ut and it works nicely (even rendering in a 
window!) About other glide aps i dont know but i believe that you can run 
allmost everything using openGL instead of glide2 try a little and tell me im 
interested in any news good luck  =) 





Re: [newbie] Enable/Disable Telnet.

2000-11-11 Thread kernell32

Hi you can enable disable allmost all services in linuxconf also you can tell 
if the service should start at bootup its easy and usefull 
linuxconf  network  severtasks  intenet sevices
and then linuxconf  control  controlpanel  control service activity
telnet is controlled by inetd (7.1) and xinetd (7.2) so you need to have that 
enabled too good luck 
btw. ssh is nicer than telnet try it!


On Saturday 11 November 2000 16:45, you wrote:

  Hi all,

 How can I enable and disable telnet to my workstation.
 I am using Linux Mandrake 7.2

 Thanks
 Mazen


Content-Type: text/html; charset="windows-1256"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 





Re: [newbie] Graphical File Sharing

2000-11-10 Thread kernell32

On Thursday 09 November 2000 22:05, you wrote:
 Hello:

 I have a qestion concerning file sharing in Linux-Mandrake. I have two
 computers networked together and can ping both machines and share the
 Internet. My question now is: How can I access the others machines file
 using a graphical interface? Is there a way to use Konquer to show my
 other machine when I open it? In 7.0 I was using the file manager to
 access the other machine and can't seem to figure out how to do it in
 7.2. I'm very new to networking and believe that this may be a very
 simple problem to remedy.

 Thanks for taking the time to read the question and offering
 suggestions.

 Riker

Use samba you need to share your drives with samba you can use linuxconf to 
set it up and enable it and then you can mount the share with this command:
# smbmount machinename\\sharename /dir/where/you/want/to/mount/it -o 
uid=userwithwhatyouwanttoaccessit

for detailed instructions read the smb howto 




[newbie] Quick way to connect laptop

2000-11-04 Thread kernell32

Hi im connacted to the internet via a cable modem with a linux router, behind 
that i run mandrake 7.2 on a desktop. Well at the instalation i could choose 
between some network tools to connact via serial line to other machines i 
unselected all those tool cause i thought i wouldnt need them, just now im 
having a guest with a nice SONY VAIO laptop we need to connect! So what tool 
is easy and quick to connect via usb or lpt ? i ask because the choice is big 
and i want the easyest and quickest without changing too many configs in that 
laptop (running sony edition windose98). If anyone had good experience tell 
me =)