Re: [newbie] Nvidia and 9.2

2003-11-02 Thread Francisco Alcaraz
If you don't have the nvidia rpms from the Mandrake 
PowerPack, you must download the new binary package from 
nvidia and also the kernel-sources from a Mandrake mirror. 
Is important to remember that the version of the 
kernel-sources must be the same of your binary kernel.

Launching now the nvidia binary package the nvidia modules 
will be compiled according to your kernel. I have it runing 
fine under 9.2

regards

Francisco Alcaraz
Murcia (Spain)


El Lunes, 3 de Noviembre de 2003 00:58, Rob Blomquist 
escribió:
 On Saturday 01 November 2003 1:50 am, Drew Martin wrote:
  Hello All,
Has any one been able to install the Nvidia
  drivers on 9.2? I have download the drivers from
  Nvidia's site,shut down X,and found the drivers(using
  MC,what a brilliant program),but when I get to the
  install,things start to go wrong.No correct kernel
  found,do want to try and get one from the Nvidia
  site,none found.Install failed,please make sure you
  have the correct kernel-source.

 I am not sure what you are trying to get running with a
 Nvidia driver.

 I have a Nvidia GForce 4 video card that runs perfectly
 out of the box, and I have a ASUS A7N8X Deluxe mobo that
 under 9.2 seems to be working very well with Nvidia Lan,
 Nvidia North and South bridge chips.

 Don't download the drivers from the Nvidia site, they are
 precompilied for another kernel, and will only lead to
 trouble. Mandrake's Nvidia support is pretty good now
 that 9.2 has come out, and for video was great since 9.0,
 which is the earliest I have used Mandrake, and NVidia
 cards.

 Rob

-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)


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


Re: [newbie] Epson IScan

2003-06-04 Thread Francisco Alcaraz
I have iscan 1.5 runing fine under Mandrake 9.1, you just need to make a 
change in a file:

A) As root go to the /etc/sane.d/ directory

B) edit the file epson.conf (for example with mc or kwrite); go to the end of 
the file, uncomment (erase the # symbol) the line that has:
#usb /dev/usb/scanner0; so it will be:
usb /dev/usb/scanner0


And that it's all; you will have iscan runing fine.




El Martes 03 Junio 2003 23:56, Miark escribió:
 I have the same problem. iscan 1.5 does not work in MDK 9.1, although
 xsane works fine. It didn't seem to make any difference that the scanner
 was installed before iscan. The src rpm won't build either.

 Miark




 On Tue, 3 Jun 2003 18:37:36 +0100

 LtCdData [EMAIL PROTECTED] wrote:
  On Tuesday 03 June 2003 18:35, Kristjan wrote:
   Hi
  
   Has anyone using Epson scanner got the Epsons IScan work
  
   I have epson 1260 scanner and it works fine with sane and XSane  I
   wanted to get also th epsons version work but seems no matter what I
   edit in the config files IScan still is unable to work. Giving error
   could not send command to scanner
  
   I just thought maybe somebody has played with it more and got it work.
  
   Kristjan
 
  ive been using iscan since i got my epson1650, now using version 1.5
  and use it as my first choice for the scanner..
 
  did you install iscan before the scanner was setup .. ??
  if you did then rpm -e iscan and reinstall it as it should pick
  everything up. ive noticed this in the past that iscan needs to be
  installed after the scanner is working
  tho this should not be an issue with 9.x mandrake it was with 8.x so ill
  add the stuff you need to do with that just inscase
 
  **
  First place to check: cat /proc/bus/usb/devices
 
  For my machine the vendor # is 0x04b8 and the Product # is 0x1001
 
  once you've found the Product # you can modprobe:
 
  modprobe scanner vendor=0x04b8 product=0x0110
 
  create the device file in /dev:
 
  mknod /dev/usbscanner0 c 180 48
 
  chmod 666 /dev/usbscanner0
 
  then edit your /etc/sane.d or /usr/local/etc/sane.d:
 
  usb /dev/usbscanner0
 
  if there are lib file problems do this link below
 
  ln -s /usr/lib/libgimp-1.2.so.1 /usr/lib/libgimp-1.2.so.0
 
  add  scanner vendor=0x04b8 product=0x0110 to /etc/modules
 
  ***
 
  hope this helps
 
  LtCdData

-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)


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


Re: [newbie] Epson IScan

2003-06-04 Thread Francisco Alcaraz
Sorry!, the line has:

usb /dev/usb/scanner0




El Miércoles 04 Junio 2003 00:33, Francisco Alcaraz escribió:
 I have iscan 1.5 runing fine under Mandrake 9.1, you just need to make a
 change in a file:

 A) As root go to the /etc/sane.d/ directory

 B) edit the file epson.conf (for example with mc or kwrite); go to the end
 of the file, uncomment (erase the # symbol) the line that has:
 #usb /dev/usb/scanner0; so it will be:
 usb /dev/usb/scanner0


 And that it's all; you will have iscan runing fine.

 El Martes 03 Junio 2003 23:56, Miark escribió:
  I have the same problem. iscan 1.5 does not work in MDK 9.1, although
  xsane works fine. It didn't seem to make any difference that the scanner
  was installed before iscan. The src rpm won't build either.
 
  Miark
 
 
 
 
  On Tue, 3 Jun 2003 18:37:36 +0100
 
  LtCdData [EMAIL PROTECTED] wrote:
   On Tuesday 03 June 2003 18:35, Kristjan wrote:
Hi
   
Has anyone using Epson scanner got the Epsons IScan work
   
I have epson 1260 scanner and it works fine with sane and XSane  I
wanted to get also th epsons version work but seems no matter what I
edit in the config files IScan still is unable to work. Giving error
could not send command to scanner
   
I just thought maybe somebody has played with it more and got it
work.
   
Kristjan
  
   ive been using iscan since i got my epson1650, now using version 1.5
   and use it as my first choice for the scanner..
  
   did you install iscan before the scanner was setup .. ??
   if you did then rpm -e iscan and reinstall it as it should pick
   everything up. ive noticed this in the past that iscan needs to be
   installed after the scanner is working
   tho this should not be an issue with 9.x mandrake it was with 8.x so
   ill add the stuff you need to do with that just inscase
  
   **
   First place to check: cat /proc/bus/usb/devices
  
   For my machine the vendor # is 0x04b8 and the Product # is 0x1001
  
   once you've found the Product # you can modprobe:
  
   modprobe scanner vendor=0x04b8 product=0x0110
  
   create the device file in /dev:
  
   mknod /dev/usbscanner0 c 180 48
  
   chmod 666 /dev/usbscanner0
  
   then edit your /etc/sane.d or /usr/local/etc/sane.d:
  
   usb /dev/usbscanner0
  
   if there are lib file problems do this link below
  
   ln -s /usr/lib/libgimp-1.2.so.1 /usr/lib/libgimp-1.2.so.0
  
   add  scanner vendor=0x04b8 product=0x0110 to /etc/modules
  
   ***
  
   hope this helps
  
   LtCdData

-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)


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


Re: [newbie] Fonts in 9.1

2003-04-06 Thread Francisco Alcaraz
If you install cableextract and msttcorefonts you will also have more fonts 
and looking better on the screen.


El Domingo, 6 de Abril de 2003 12:32, Keith Powell escribió:
 On Sunday 06 Apr 2003 11:13 am, Derek Jennings wrote:
  On Sunday 06 Apr 2003 10:31 am, Keith Powell wrote:
   On Wednesday 05 Mar 2003 3:28 pm, in reply to a question, Derek
   Jennings
  
   wrote:
There will still be some tweaking possible to improve it still more
such as enabling the bytecode interpreter in the freetype2 RPM
(Disabled by default because of a patent issue)
  
   Derek.
  
   The fonts in 9.1 look really excellent, and greatly improved from 9.0.
  
   To improve the fonts even further, are there instructions anywhere on
   how to enable the bytecode interpreter in the freetype2 RPM? I can't
   find them anywhere.
  
   Many thanks
  
   Keith
 
  Just install the freetype2 RPM from Texstar or PLF
 
  derek

 Thanks for the information Derek.

 Keith

-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)

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


Re: [newbie] Fonts in 9.1

2003-04-06 Thread Francisco Alcaraz
Sorry, wrong written:

cabextract-0.6-2mdk.i586.rpm
 and 
msttcorefonts-bootstrap-0.1-3mdk.noarch.rpm


El Domingo, 6 de Abril de 2003 20:59, robin.bcc escribió:
 Francisco Alcaraz wrote:
 If you install cableextract and msttcorefonts you will also have more
  fonts and looking better on the screen.

 Cableextract?

 El Domingo, 6 de Abril de 2003 12:32, Keith Powell escribió:
 On Sunday 06 Apr 2003 11:13 am, Derek Jennings wrote:
 On Sunday 06 Apr 2003 10:31 am, Keith Powell wrote:
 On Wednesday 05 Mar 2003 3:28 pm, in reply to a question, Derek
 Jennings
 
 wrote:
 There will still be some tweaking possible to improve it still more
 such as enabling the bytecode interpreter in the freetype2 RPM
 (Disabled by default because of a patent issue)
 
 Derek.
 
 The fonts in 9.1 look really excellent, and greatly improved from 9.0.
 
 To improve the fonts even further, are there instructions anywhere on
 how to enable the bytecode interpreter in the freetype2 RPM? I can't
 find them anywhere.
 
 Many thanks
 
 Keith
 
 Just install the freetype2 RPM from Texstar or PLF
 
 derek
 
 Thanks for the information Derek.
 
 Keith
 
 
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)

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


Re: [newbie] drakfloppy bug?

2003-04-03 Thread Francisco Alcaraz
I have posted in the cooker list the same problem this afternoon, but until 
now there is not answer. Don't know if a new drakxtools has been released.

Regards

El Jueves, 3 de Abril de 2003 23:33, cF escribió:
 No one seems to have noticed my post so i'll give it another try.

 Hey. Don't get annoyed, it's me again.
 
 As told earlier, i downloaded and installed VmWare (The Win32 version).
 After rebooting i tried to access linux from it, and i found out i had to
 have a boot floppy. So off to mandrake i go, i open the MCC and click on
 boot, then the drakfloppy icon. I leave everything default (there was no
 other choice anyways) and i hit the create button. Everything goes
 smoothly, and within a minute i get my linux bootdisk. So back to  XP i
 go. I reopen VmWare, put the floppy in, and wait. This is the message i
  got:
 
 SYSLINUX 1.67 2002-02-03 Copyright (C) 1994-2001 H. Peter Anvin
 Cold not find kernel image: linux
 boot: _
 
 I've tried formatting the floppy (twice) and making another boot disk
 (twice) and i still got the same message defiantly staring at me.
 
 Is this a bug in drakfloppy or am i doing something wrong, again?
 
 
 -cF

 Update: I've successfully made a boot disk using 'mkbootdisk', but
 DrakFloppy still has that problem.

-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)

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


Re: [newbie] Nvidia driver from texstar install / M9.1

2003-04-01 Thread Francisco Alcaraz
Richard,

For me the rpms from textar runed perfectly (well, there are some NVIDIA bugs 
but it is a Nvidia problem).

Start in mode 3 (text)

login as root

rpm -ivh Nvidia_kernel...
rpm -ivh Nvidia-GLX

Then, XFdrake; select your graphic card but in the propietary Nvidia point, 
not in the XFree86-4.3 one; accept and XF86Config-4 will be correctly 
updated. 

Then you can star the X

Regards

El Martes, 1 de Abril de 2003 23:49, John Richard Smith escribió:
 Stephen Kuhn wrote:
 On Wed, 2003-04-02 at 02:13, John Richard Smith wrote:
 Ok, so I installed,
 NVIDIA_kernel-1.0tex-4191.i586.rpm
 NVIDIA_GLX-1.0tex-4191.i586.rpm
 from texstar website.
 
 Now I always got on boot-up,
 
 probing for new hardware (0,00,00,00)
 processing sda, scd0, scd1,
 adding devfsd device names,
 adding information
 
 this repeated about 10 times,
 
 
 but now I get in adition to above,
 
 xfree86 v4.3.0
 makes (--)probed(xx)from config file (==) default settings
(++)from command line (!!) notice (11) info
(ww) warning (EE) error (Ni) not implemented(??) unknown
 using vt7
 (11)[glx] initializing GLX extension.
 XXX if unresolved symbols were reported above they might not
 be reason for server aborting.
 total error server aborted.
 now I tried the usual alteration of /etc/x11/xffree86-4 file from
 nv  to nvidia but it made not difference,
 seems like I need something more by way of configuration , but what ?
 John
 
 Strange - so what happens - do you get dumped to a console, or what?
 Have you checked to make sure you commented out the dbe bit in the
 XF86Config-4 file as well?

 Well, I get the usual terminal, I login as root, and starx, and I get
 the same warnings as abovementioned.
 Anyway attatched is my current /etc/x11/xf86Config-4
 and/var/log/XFree86.0.log

 see if you can spot something ?

 thanks,

 John

-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)

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


Re: [newbie] shorewall pain and agony

2003-03-30 Thread Francisco Alcaraz
Richard,

I had a similar problem under Mandrake 9.1, with eth0 to conect my lapton and 
eth1 conected to a cable modem, but is it solved:

1) Better start again uninstaling shorewall and erasing the directory 
/etc/shorewall. 

2) Then go to Mandrake Control Center and go to securyti, DrakFirewall. 
Configure your shorewall (you will be asked for a cdrom to install it).

3) Then you can go to Net and internet and configure ip-masquering.

Regards


El Domingo, 30 de Marzo de 2003 10:12, Richard Urwin escribió:
 On Sunday 30 Mar 2003 2:38 am, Richard Jones wrote:
  I've got a machine that I use as a firewall and server. It has two
  ethernet cards:
 
  eth0 - cable modem to the internet
  eth1 - local LAN
 
  I set up the connections fine to access the internet and share the
  connection. The connection sharing seems to always want to set up ppp+,
  even though I don't have a ppp+ connection defined. Easy enough to change
  in the config dialog though. So that seems fine. Looking in the shorewall
  config, all seems well.
 
  I then set up the firewall to only allow ssh through - I don't trust
  these cable networks an inch :)
 
  The only problem is - as soon as I use the firewall config gui, the
  shorewall config grows a ppp+ connection that it thinks is my connection
  to the internet. Needless to say, things simply don't work after that.
 
  I've managed to get the setup working (through manual editing of the
  shorewall configs) to the point of the local LAN machines being able to
  access the samba shares on the server. They can't share the connection
  though.
 
  Any ideas what might cause the ppp+ wierdness?
 
 
 Richard

 Accumulated wisdom* on this list is don't use Shorewall, or only use it to
 kick-start the IP Tables config and hand-tweek them from there. If you have
 any connectivity at all then you're doing better than most.

 The Network Administrator's Guide (see The Linux Documentation Project
 website) has details of IP Tables.

 *although some opinions do differ.

-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)

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


[newbie] Mandrake 9.1 installation: the best of the best!!

2003-03-27 Thread Francisco Alcaraz
I have installed 9.1 in two computers (one of them a laptop) and the 
experience has been the best I have ever had.

A) Pentium III 800, 256Mb Ram, Nvidia Geforce4 Ti4200, Avermedia Tv, dvd, 
cdrw, scanner epson Perfection 1200U (usb), printer epson stylus 760 (usb), 
printer hp laserjet 4L parallel, creative 128b sound card, cable-modem 128 
kb/s, Logitech wireless mouse. Ip masquering to conect the laptop (eth0 and 
eth1 presents).

Results: everythin instaled (even the scanner). Applications runing faster 
than under 9.0. Fonts fantastic!, OpenOffice looks great with antialising 
even on the menu text!

B) Toshiba Satellite 4090XCDT, 191Mb Ram, Cyber 9525 video card, sound card 
maestro 2, eth0 pcmcia.

Results: everything installed but not the included windomed (detected but, of 
course, not module). Video card well installed, but screen as one Toshiba pp 
and not full screen avalaible (changed by one generic SVGA and full screen 
now runing ant 1024x728 16bpi). Internet installed, cups remote printers 
accesible. Great the video driver, for the first time in this laptop I can 
play Clanbomber without givin a white screen, moreover: I can run xine and 
watch video cds and avi films without problems (this never happened before!, 
thanks XFree86 4.3! :-)). Fonts wonderfulls! great appareance under gnome 
and under kde. More applications run faster than under 9.0. 

Just acpi I don't know if it is possible activate in this laptop; also I had 
some problems with supermount after a bad lecture of a cdrw, but after 
restart I haven't had any problem.

Conclusions: How could I wait until today to install 9.1 in the laptop?; I 
have several classes to give using the laptop and presentations wit 
OpenOffice and I was afraid about the results, so this afternoon, after 
finishing my last clase, I started the installation. 

Is, without doubt, the best linux distributions avalaible!!

Note for windows user: every time a new windows release appears, you need a 
best computer to run it; every time a Mandrake release appears, your old 
computer run faster and better; I was thinking about a new laptop to watch 
vcd and avi movies, but now I don't need a new one.

Belive me, install 9.1, it worth :-)
-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)

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


Re: [newbie] Windows more secure than Linux

2003-03-21 Thread Francisco Alcaraz Ariza

Kaj, 

Try to pass an scandisk to your windows partition, I had a similar problem 
long times ago due to disk-error; mandrake couldn't write in the partition 
but after pass an scandisk windows detected several errors and repaired it. 
Until that moment mandrake could again write on the windows partition.

So, windows was writing on a partition with problems, mandrake didn't that.


 Guess what ?  : No effect at all !

 Then : chmod u+w * .. : Operation not permitted 

 And so on and so forth.

 Conclusion : Bill Gates finally found a way to defeat even a
 linux - ROOT.

 At least on my box.

 Kaj Haulrich.

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)

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


Re: [newbie] Matrix Screensaver for Mandrake 9

2003-02-23 Thread Francisco
I have it runing under xscreensaver; you must first take the xmatrix file, 
copy it to /usr/X11R6/lib/xscreensaver/ and then, after run at last one time 
xscreensaver, edit the /home/your user/.xscreensaver file and ad the line: 
xmatrix -root. 

To have this screensaver runing under kde you must first disable the kde 
screensaver in the control panel and add in the /home/your 
user/.kde/Autostart/ directory an executable file (chmod +x) with, for 
example, the name start-xscreensaver.sh with just the next line as conten:

xscreexscreensaver -nosplash

After restart kde you will have xscreensaver automatically loaded in memory; 
if you like to select xmatrix as the only screensaver you can run 
xscreensaver-demo and configure it.


Good luck.

Francisco Alcaraz
Murcia (Spain)

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


Re: [newbie] File copying from CD question

2003-02-23 Thread Francisco
Chris,

I suppose you are using Mandrake 9.0 with supermount enabled. If this is your 
case, the problem is a bug with supermount in the original kernel of Mandrake 
9.0 (solved if you update the kernel).

The easy way to solve your problem is to disable supermount:

became root (su . password)

type: supermount -i disable

After run the previous order, type:
mount -a

And now you will have supermount disabled; you now will need to mount and 
umount the drives (Cdroms and floppies), but not more problems about files 
missing.

The updated kernel for 9.0 and the kernel comming with the next 9.1 have this 
problem solved and supermount runs fine.


Francisco Alcaraz
Murcia (Spain)


El Lunes, 24 de Febrero de 2003 00:56, Chris escribió:
 Not sure whats causing this, maybe its the way I originally burned the cds,
 but when I'm copying files from a cd to the hd after a few files I get
 The file or directory /mnt/cdrom2/(dirname)/(filename) does not exist.  If
 I reload the cd I can copy a few more files then I get the same thing. 
 This happens no matter which cd drive I use.  Any assistance would be
 appreciated. BTW these are mp3's I'm trying to copy back to the hd.


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


Re: [newbie] Installing Mandrake 9.0 on Toshiba laptop

2003-02-10 Thread Francisco Alcaraz Ariza
I had this problem with my toshiba satellite, the problem arises from the bios 
configuration, because the pcmcia was configured as automatic configuration, 
I changed this and the computer start linux without any problem (7.2). Later 
I have installed 8.0, 8.2 and now 9.0 and is runing actually very well.


-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] eDonkey??????

2003-02-09 Thread Francisco Alcaraz Ariza
Mldonkey runs fine and uses the eDonkey servers. You can download it from 
Penguin Liberation Front. Remember, if you have a firewall enabled you must 
open the tcp ports from 4660 to 4666

God luch!

El Domingo, 9 de Febrero de 2003 09:33, Philip escribió:
 Firstly a big HELLO to you all.

 This is my first post on the list and I hope that I can be of some
 assistance to you all, I said, I hope.

 I have a few problems my self and the first is:

 Does anyone know anything about this program??  I have installed it on my
 Mandrake 9.0 distro but seem to be having a few MINOR difficulties with it.
 I don't want to bother you with the details unless someone has installed
 this program or knows anything about it.

 Thanking you in advance

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] 9.0 screensavers?

2003-01-26 Thread Francisco Alcaraz Ariza
I think the xscreensaver it so good; you can use it even with KDE (by default 
Gnome uses it). To use it just do:

A) In kde control panel dissable screensaver

B) put in /home/user/.kde/Autostart/
an script file named, for example, start-xscreensaver.sh with just this 
conten: xscreensaver -nosplash

make it executable (chmod +x .)

C) The next time you will start KDE you will be able to change the parameters 
of xscreensaver typing in a console: xscreensaver-demo (I like to put it to 
change of screensaver every 2 minutes, and in random mode). I read this cheat 
from mandrake forum 
(http://www.mandrakeforum.com/article.php?sid=2078lang=en)

D) you can improve the xscreensaver adding several wonderfull screensaver to 
xscreensaver, have a look at the next page in Mandrake Forum:
http://www.mandrakeforum.com/article.php?sid=2540lang=en

euphoria, skyrocket, plasma.. look fantastic.


More interesting pages in Mandrake Forum:
http://www.mandrakeforum.com/article.php?sid=1953lang=en (to enable xmatrix)


El Dom 26 Ene 2003 22:17, Ronald J. Hall escribió:
 On Sunday 26 January 2003 03:50 pm, Rob Blomquist wrote:
  I am not sure what is going on, but I would guess it is in the
  Mandrake screensaver settings in the .kde directory. And poking
  around in the directory sure didn't help, that directory under
  Mandrake is far more complex than under KDE originally.
 
  Rob

 Hey Rob. I found the RPM for it. Its a 9+ meg download, but has lots of
 stuff in it. The name is:

 kdeartwork-3.0.3-6mdk.i586.rpm

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)


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



Re: [newbie] scsi emulation

2003-01-15 Thread Francisco Alcaraz Ariza
You don't need add scsi emulation for the cd-rom; go to the xcdroast page and 
download the last rpms (alpha-13) for xcdroast and also cdrecord and so on; 
now xcdroast recognized also ide-atapi drives and you can use them as lector 
drive (to read a cd, copy on the fly..). I have this runing under 
Mandrake 9.0 pretty well.

Francisco Alcaraz
Murcia (Spain)



El Mié 15 Ene 2003 23:53, Josenildo Marques escribió:
 How can I change the cd-rom so that it works with scsi emulation together
 with the cd-writer ?

 The line is lilo.conf is as follows:

 append=devfs=mount hdc=ide-scsi quiet

 The cd-rom is hdd. It seems stupid, but the fact is that I don't have the
 faintest idea how to add it. Would it be with an ?  :-)

 Thanks.

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)


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



Re: [newbie] Its official.... :-(

2003-01-15 Thread Francisco Alcaraz Ariza
I hope you were right.



 1) It allows Mandrakesoft to _continue_ working, and
 2) Without that immense debt burden, MDK will be able to work better
than they did before.

 Good for them. Good for us!

 Miark

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)


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



[newbie] OpenOffice 1.0.1 vignette simbols gone

2003-01-11 Thread Francisco Alcaraz Ariza
After recover the menu text, I have seen that the vignettes symbols (not the 
images one) have dissapeared.

Everything is runing fine but not this.

Does anyone know how to solve this?


Thanks so much in advance


-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)


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



Re: [newbie] Removable media problem

2003-01-08 Thread Francisco Alcaraz Ariza
After disable supermount you need under kde create one icon for the cdrom and 
other for the floppy; under gnome you just can click right on the desktop an 
select a cdrom or floppy to mount it automatically.

For kde proced in the next way: 

1) Right click on the desktop, select create new, then cdrom drive (Sorry, 
it is a litteral translation from Spanish, perhaps in your language the 
labels are different), and remember in the third label (Dispositive) to 
select the appropriate device (for example, /mnt/cdrom or /mnt/scd0.). 
The same for a floppy, just start selecting floppy.



-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)


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



Re: [newbie] Soundcard problem

2003-01-03 Thread Francisco Alcaraz Ariza
I think sndconfig could solve the problem, just install the rpm and run the 
package, it should detect and configure your sound-card automatically.




El Vie 03 Ene 2003 22:43, Arash Vahdat escribió:
 I have just installed Mandrake 9.0, everything works but the soundcard (SB
 live).
 I can't see it in the hardwarelist, just a sound device with unknown
 vendor. And I can't find it in the device-file.
 Can anyone help me?


 Arash Vahdat
 Luleå University of Technology
 Skellefteå Campus
 Skeria 3
 S-931 87 Skelleftea
 Sweden
 Tel: +46 (0)910 58 53 47
 Mobil:  +46 (0)70 2468465
 Fax: +46 (0)910 58 53 99
 E-Mail: [EMAIL PROTECTED]

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)


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



Re: [newbie] Linux W2000

2003-01-02 Thread Francisco Alcaraz Ariza
Acronis

It comes with the power pack 9.0



El Mié 01 Ene 2003 23:38, Smiley escribió:
 Hi, I know this topic isn't exactly new :)
 but I need help in order to allow a friend of
 mine to get rid of W2000 :-D

 What I need is to know how he can resize
 (avoiding reinstallation) of W2000 without
 losing any datas...

 I know diskdrake can't do that...
 So, any suggestion about Partition Magic
 or everything else?

 Smiley

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)


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



Re: [newbie] EPSOM PERFECTION 2400 PHOTO

2002-12-26 Thread Francisco Alcaraz Ariza
Did you try iscan from epson? It uses all the scanner capabilities, lot better 
for most epson scanners than xsane



El Jueves, 26 de Diciembre de 2002 13:46, John Richard Smith escribió:
 Santa was very generaous.

 An EPSOM PERFECTION 2400 PHOTO

 I never found anything in linux work initially so easy.
 I just plugged it in the usb2 port powered it up
 went to MCC - hardwarte scanner- leftmouse clicked ,
 it asked for cd1 , I gave it it, it said thank you, I
 smiled inwardly, It even gave me a kstartmenu entry,
 and away it went.

 So far I've had a go at grey scale and colour in normal
 scan docment mode(as against photo/transparency)
 and it worked. I have yet to make the fine adjustments
 but all looks very encouraging.

 I also notice the Steppa motor is 24v, as against most
 of the cheapie scanners being 12v I hope that makes
 for greater reliability.

 I'm always cautious to praise too loudly, somehow it
 seems like tempting fate, but all the thanks goes to
 those sane project people for their sterling efforts,
 and, I for one, am profoundly greatful.

 I just thought I would share this with you.It is always
 heartening when something works withou a lot of
 fuss and bother  in linux.

 John

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] problems with mount cdrom

2002-12-24 Thread Francisco Alcaraz Ariza
Supermount it is giving too much problems in Mandrake 9.0; you can see the 
contents of a cd, but after a while the files couldn't be find anymore.

Due to that I had to disable supermount; just as root do:

supermount -i disable

and then to activate the new fstab: mount -a

After that you will need to mount and umount de cds and floppy, but they don't 
give you any problem.


El Martes, 24 de Diciembre de 2002 13:12, Anne Wilson escribió:
 On Tuesday 24 Dec 2002 11:13 am, Sergio F. Lima wrote:
  Hello all!!!
   First, excuseme my badly english, I'm Brazilian user...

 No problem with your English :)

   I am using the mandrake 9.0 and I'm happy, but when I try use my
  cdrom(it's in supermount) it show the file,but after the files don't
  work, it desepear. Can anybody help me?

 But we could do with a bit more information.  First, you have two cd
 drives. One is scsi-emulated and one isn't (I have a similar setup).  What
 is each of those drives used for?  Is there a cd-rw?  or a dvd player?

 Then, can you tell us a bit more about 'after the files don't work'?

 With a bit more info there's a fair chance someone can point you in the
 right direction

 Anne

  My fstab is:
  /dev/hdd6 / ext2 defaults 1 1
  none /dev/pts devpts mode=0620 0 0
  /dev/hdd7 /home ext2 defaults 1 2
  none /mnt/cdrom supermount
  dev=/dev/hdb,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,noa
 ut o,umask=0 0 0
  none /mnt/cdrom2 supermount
  dev=/dev/scd0,fs=auto,ro,--,user,iocharset=iso8859-1,codepage=850,noauto,
 um ask=0 0 0
  /dev/fd0 /mnt/floppy auto
  iocharset=iso8859-1,codepage=850,sync,unhide,noauto,nosuid,umask=0,user,n
 od ev 0 0
  /dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
  /dev/hdd1 /mnt/win_c2 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
  none /proc proc defaults 0 0
  /dev/hdd5 swap swap defaults 0 0
 
  Thanks

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



[newbie] Digital camera: fstab changes succes!

2002-12-22 Thread Francisco Alcaraz Ariza
Following with the FinePix S602 Zoom and Mandrake 9.0, I have added the next 
line to fstab:
/dev/sda1 /mnt/camera auto user,noauto,nosuid 0 0

after do mount -a, now I have added a new hd mount icon for /dev/sda1 and 
anyuser can mount the /mnt/camera, look the pictures and copy, erase them.

Is fantastic!

Merry Christmas to everybody!



-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: Re: [newbie] Digital cameras

2002-12-20 Thread Francisco Alcaraz Ariza
Anne,
My camera is a Fuji FinePIx S602Zoom.

I have pluged the usb cable of the camera to the second usb port (I have in it 
attached an scanner, but I just use it time to time); in the USB UHCI Root 
Hub, using usbview it appears the next:

USB Mass Storage
Serial Number: Y-364^020902XFJX0015012006
Speed: 12Mb/s (full)
USB Version:  1.10
Device Class: 00(ifc )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vendor Id: 04cb
Product Id: 010a
Revision Number: 10.00

Config Number: 1
Number of Interfaces: 1
Attributes: c0
MaxPower Needed:   0mA

Interface Number: 0
Name: usb-storage
Alternate Number: 0
Class: 08(stor.) 
Sub Class: 05
Protocol: 00
Number of Endpoints: 3

Endpoint Address: 81
Direction: in
Attribute: 2
Type: Bulk
Max Packet Size: 64
Interval: 0ms

Endpoint Address: 02
Direction: out
Attribute: 2
Type: Bulk
Max Packet Size: 64
Interval: 0ms

Endpoint Address: 83
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 2
Interval: 1ms


I have the next modules loaded: usb, usb-core, ide-scsi, usb-storage

next I have created a directory to mount the camera: mkdir -m 777 /mnt/camera

As soon I plug the camera, I can mount as root the pictures on the camera:

mount -t auto /dev/sda1 /mnt/camera

And one new directory appears into /mnt/camera with a subdirectory that show 
the pictures.

In every case I use directly an usb port, not a usb-hub.

Francisco Alcaraz
Murcia (Spain)



-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] Digital cameras

2002-12-17 Thread Francisco Alcaraz Ariza
Finally I got my Fuji FinePix S602 Zoom, and it is runing fine with Mandrake 
9.0 ^_^ I used the usb-storage / ide-scsi modules, and mount it in a 
/mnt/camera dir previously created.

At the moment I just have mounted it by hand (mount -t auto /dev/sda1 
/mnt/camera) and with konqueror I can watch all the pictures; just a little 
problem, I need to be root to erase some of the picture.


-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] Write to windows partition?

2002-12-09 Thread Francisco Alcaraz Ariza
One time I had problems to write windows FAT32 partitions because the 
partition had problems; I had to do an scandisk from windows, errors were 
repaired and again I could be able to write the windows partition from linux.

Have you passed and scandisk from windows?

Hope this could help


El Lun 09 Dic 2002 16:11, Martin L. Johansen escribió:
 On Monday 09 December 2002 15:50, David Robertson wrote:
  On Sun, 2002-12-08 at 23:32, Dale Kosan wrote:
   Well, he states he can read the files so it is not NTFS.
 
  --snip--
 
  With the appropriate kernel support, you can read a NTFS partition:
  its just not a good idea to try to write to it (tho' I've never
  tried, I must admit).

 I've tried. Nothing else but cannot write as it's readonly.

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] Digital cameras

2002-12-01 Thread Francisco Alcaraz Ariza
Fuji Finepix runs fine using the usb-storage module. This is the way I 
configured a Fuji FinePix S602 to run under Mandrake 9.0 via usb

A) Be sure you have the next modules loaded:
usb
usb-core
usb-storage
usb-scsi

B) Create a dir to be monted:
mkdir -m 777 /mnt/camera

C) plugin (usb) the camera and:
mount -t vfat /dev/sda1 /mnt/camera

And it should run, you will have the images in a directory inside /mnt/camera. 

When you finis, unplug the camera and umount /mnt/camera.


Note: you can include the line:
/dev/sda1 /mnt/camera auto,user,noauto,nosuid 0 0

In /etc/fstab to allow any user mount it.

Also if you have a laptop yo can use a pcmcia adapter for the CompactFlash or 
StarMedia card used.


El Dom 01 Dic 2002 15:45, Anne Wilson escribió:
 I'm very tempted by a Fuji Finepix S304, but wonder about support under
 linux. It is not supported by gPhoto, but then maybe it doesn't need to be.
  Did I read somewhere that usb connected cameras are just mounted as hard
 drives?  I presume this would be a sda type connection?

 Any information gratefully received.

 Anne

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] Digital cameras

2002-12-01 Thread Francisco Alcaraz Ariza
Anne,
I have dissabled supermount, due to the problems in 9.0, I did supermount -i 
disable and then my fstab file was changed in this way for the 
cdroms-cdwriter and floppy:

/dev/scd0 /mnt/cdrom auto 
codepage=850,noauto,iocharset=iso8859-15,nosuid,ro,umask=0,user,nodev 0 0

/dev/hdd /mnt/cdrom2 auto 
codepage=850,noauto,iocharset=iso8859-15,nosuid,ro,umask=0,user,nodev 0 0

/dev/fd0 /mnt/floppy auto 
codepage=850,sync,unhide,noauto,iocharset=iso8859-15,nosuid,umask=0,user,nodev 
0 0

So I just copy the main contens of these lines; I don't know exactly the 
meaning of have in the same line auto and noauto, but my cdrom/cdrwriter and 
floppy run now fine.

Perhaps some mandrake guru can explain this.

Sorry, I can't explain why, just it worked for me.





El Dom 01 Dic 2002 19:37, Anne Wilson escribió:
 On Sunday 01 Dec 2002 5:48 pm, Francisco Alcaraz Ariza wrote:
  Fuji Finepix runs fine using the usb-storage module. This is the way I
  configured a Fuji FinePix S602 to run under Mandrake 9.0 via usb
 
  A) Be sure you have the next modules loaded:
  usb
  usb-core
  usb-storage
  usb-scsi
 
  B) Create a dir to be monted:
  mkdir -m 777 /mnt/camera
 
  C) plugin (usb) the camera and:
  mount -t vfat /dev/sda1 /mnt/camera
 
  And it should run, you will have the images in a directory inside
  /mnt/camera.
 
  When you finis, unplug the camera and umount /mnt/camera.
 
 
  Note: you can include the line:
  /dev/sda1 /mnt/camera auto,user,noauto,nosuid 0 0
 
  In /etc/fstab to allow any user mount it.
 
  Also if you have a laptop yo can use a pcmcia adapter for the
  CompactFlash or StarMedia card used.

 Thanks Francisco.  This sounds very encouraging.  Would you mind explaining
 the line that starts /dev/sda1 ?  The 'auto' and 'noautoa' seem to
 contradict each other, so I presume they are not just as they sound.

 Anne

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] CanoScan N640P

2002-11-30 Thread Francisco Alcaraz Ariza
Supported by sane using the sane-anon_pp 
(http://www.mostang.com/sane/man/sane-canon_pp.5.html)




El Sáb 30 Nov 2002 12:46, Anne Wilson escribió:
 On Saturday 30 Nov 2002 11:36 am, Zavisa Nikac wrote:
  Hi,
 
  Does anybody know how to configure CanoScan N640P scanner to work under
  Mandrake 9.0?
   I recently installed Mandrake and all hardware is configured properly
  for use except this scanner. Even though it is listed in its Scanner
  database when I try to install it it says : TheCannon|CanoScan N640P is
  not supported by this version of Mandrake Linux.
 
  appreciate your help,
 
  Zavisa

 Have you checked the Sane website to see if the model is supported by Sane.
 If it isn't, you're out of luck.

 Anne

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] Using Samba With Linux Clients

2002-11-30 Thread Francisco Alcaraz Ariza
I solved all my problems with the next url:

http://mozillaquest.com/Linux02/LinNeighborhood_Network_Neighborhood_Story-01.html

Now we have 10 computeres, 6-8 runing linux (1 Debian Woody, the rest Mandrake 
9.0) and 2-4 runing windows 98; we share files without problems in a very 
transparent way; the windows computers never knows that they are sharing 
files with linux boxes; but the linux computers, thanks to LinNeigborhood 
knows what computer are using windows and what linux.



El Sáb 30 Nov 2002 21:25, Technoslick escribió:
 Hey, Anne,

 Thanks for being the first to jump into my problem. :-)

 I think that the bulk of my problem is not understanding how to configure
 the Samba client. The 'smb.conf' file, as far as the server is concerned,
 seems pretty straight-forward to me. So, how does the client mount the
 shares? How did you configure your MDK client? Or was your server also the
 client (the only Linux machine in the house?)

 I will look over your smb.conf and try a few changes that make some sense.

 Thanks,

 T

 P.S. Thanksgiving was a a great change of pace! More of thatlater. ;-)


 - Original Message -
 From: Anne Wilson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, November 30, 2002 2:27 PM
 Subject: Re: [newbie] Using Samba With Linux Clients

 On Saturday 30 Nov 2002 4:05 pm, Technoslick wrote:
  I finally got around to setting up my Linux server, with the main idea
  being to use it for file sharing on the network. As my luck would have
  it, I cannot get my MDK 9.0 computer to see what's inside of my Samba
  shares off the server. What makes this a concern to me is that I can
  see and

 use

  the shares off of all of my Windows PCs, which are made up of Win 2K, Win
  XP and Win 98 SE. I can see them from my MDK 9.0 box, just can't see
  anything within.

 Hi, Techno,

 OK - you gave me the kick I needed to get my network running again - I had
 it
 fine under 8.2, so it wasn't a big job.

 I had a lot of problems similar to yours when I first set up, and got a lot
 of
 help.  The main lesson appears to be 'kiss'.  I would try a simpler setup
 first, then when that is working you can assess whether you need anything
 more.  I've confirmed that the win98 boxes can see my shared directories
 and also reach their own home directory.  I can't confirm the w2k box until
 nigel
 is back from holiday.

 Here's my smb.conf

 [global]
 workgroup = lydgate.net
 server string = Samba Server %v
 security = user
 smb passwd file = /etc/samba/smbpasswd
 wins support = yes
 local master = yes
 domain master = yes
 preferred master = yes
 os level = 99
 encrypt passwords = yes
 log file = /var/log/samba/log.%m
 max log size = 50
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 printcap name = lpstat
 printing = cups
 dns proxy = no
 ; message command = /usr/bin/linpopup
 ; share modes = yes
 hosts allow = 192.168.0. 127.
 ; interfaces = 192.168.0.1/24
 interfaces = eth0
 password server = anne-linux
 username level = 3
 netbios name = anne-linux
 load printers = yes
 ; username map = /etc/samba/smbusers
 ; name resolve order = wins lmhosts bcast

 [homes]
 comment = Home Directories
 writable = yes
 browseable = no

 [printers]
 comment = All Printers
 path = /var/spool/samba
 browseable = no
 # to allow user 'guest account' to print.
 guest ok = yes
 writable = no
 printable = yes
 create mode = 0700
 # =
 # print command: see above for details.
 # =
 print command = lpr-cups -P %p -o raw %s -r
 #   using client side printer drivers.
 ;   print command = lpr-cups -P %p %s # using cups own drivers (use generic
 # PostScript on clients).
 # The following two commands are the samba defaults for printing=cups
 # change them only if you need different options:
 ;   lpq command = lpq -P %p
 ;   lprm command = cancel %p-%j

 [print$]
 path = /var/lib/samba/printers
 browseable = yes
 read only = yes
 write list = @adm root

 [Anne_Public]
 path = /mnt/Data/Public
 writable = yes
 browsable = yes
 ; allow hosts = 192.168.0.
 public = yes
 create mask = 0775
 #   guest ok = yes

 [MP3]
 path = /home/anne/Mp3
 comment = /home/anne/Mp3
 public = yes
 #   guest ok = yes
 writable = yes

 HTH

 Anne




 ---
- 


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

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] Sound with Quake 3

2002-11-24 Thread Francisco Alcaraz Ariza
For me it is runing the sound in this way:

a) I am using kde; so in the kde control center I put the arts to shudown 
automatically after 20 seconds without use; of course I put also in the 
services that there is not sound when I start a program; if not when you 
start Quake3 arts will be automatically enabled.

b) just wait at least 20 seconds after the last arts-sound and quake 3 run 
fine, great sound.

I hope this will help you.
-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] Hard Disks not Recognised on Asus PB533-v Mainboard

2002-11-24 Thread Francisco Alcaraz Ariza
Sorry, probably I have little idea about this but I had a similar problem and 
I would like to say something about:

A) I ever thought that hard-drives should be connected in the way to be 
recognized before cdroms/dvd drives; have you tried to conect your harddrives 
to be hda and hdb?

B) having two cdrom/cdrwriter conected in a computer, mandrake 8.2 wouldn't 
recognized any of them when I have attached in the second IDE as master the 
cdrom and as slave the cdwriter; just changing the cdrom to slave and the 
cdwriter to master, both were recognized and now are runing like a charm.

Perhaps you can try those changes and use not only the cable selection, but 
the jumper on every drive to switch between slave and master.

Test it, it worth.


-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



[newbie] Problems with GeForce2 MX400 - Mandrake 9.0

2002-11-22 Thread Francisco Dalla Rosa Soares
Hello everyone,

I'm having some problems with my video board, a GeForce2 MX400 and
Mandrake 9.0 I used Mandrake 8.2 and everything was OK but now it
doesn't recognize my video I can work greatly in the console mode but
I can't go to the graphic mode at all. I've alredy tried to find
drivers on the net but it didn't work at all either...
Can anyone help?


Thanks in advance,



Francisco Dalla Rosa



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



Re: [newbie] OpenOffice Spell Checker.

2002-11-19 Thread Francisco Alcaraz Ariza
But runing properly the spell checker is as easy as to have the appropriate 
files in the wordbook directory and with the dictionary.lst well configured!; 

if you need some help about how to do it manually, ask me. Also the 
OOo-dicinstaller could do that automatically.

I have OOo 1.0.1 runing fine under Mandrake 9.0, in fact in our laboratory we 
use it as major word-processor.


El Mar 19 Nov 2002 22:28, Miark escribió:
 Craig, you can't be serious.

 Miark

  Mandrake's repair tool does not fix the problem.  Just off
  topic, the Mandrake guys may have done this on purpose (as a ploy) to put
  you onto StarOffice (i.e. buy the PowerPack).

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



[newbie] Window halts loading...

2002-11-07 Thread .oO -Francisco S. -Oo.
Hi guys,
I recently installed Linux Mandrake 9.0 in my system,as a dual OS with Windows 98 SE, in the same hard drive, different partitions. The problem I'm having is that after I reboot my system directly from Mandrake and into Windows, it stops loading at the logo. I have to power off my computer, then power it back on in order for windows to load up properly. Does anyone know why this is happenning? and what's more important, :)how this can be fixed?

Thanks in advance,
Francisco Sambade

P.S: I'm running a Sony Vaio PCG-520 laptop with Pentium III 500MHZ, 192 megs ramMSN 8 helps ELIMINATE E-MAIL VIRUSES.  Get 2 months FREE*.

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



Re: [newbie] 3D Graphics card for 9.0? (3 questions)

2002-10-29 Thread Francisco Alcaraz Ariza
I have installed two days ago a Creative 3D Blaster 4 Titanium 420 (with 
Nvidia Geforce4 titanium chip) and it is runing fine; even I haver reached to 
activate the tv-output and I can watch xine-dvds and tv decodified in my tv 
:-)

On the other hand the acceleration 3d (DRI) is esplendid and games as Quake 
III, Chromium, Tuxracer are runing quite fast. Using winex transgaming also 
some windows games that need DRI are runing fine (Heroes 4, Ages of Empires 
and so on).

I sincerely recomend you a Nvidia compatible (Geforce 2, 3 or 4) because the 
drivers of Nvidia for linux are very good.

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


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



Re: [newbie] Nvidia drivers

2002-10-13 Thread Francisco Alcaraz Ariza

Robin, 

You can find the drivers in:

A) The mandrake Club download mirrors
B) ftp://ftp.ibiblio.org/pub/Linux/distributions/contrib/texstar/



-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)



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



Re: [newbie] java again

2002-01-05 Thread Francisco Rendon

I use BlackDown Java which is reported to work better with Konqueror than any 
other. It was very easy to install and works fine with Konqueror, Mozilla and 
Netscape! :D

On Saturday 05 January 2002 05:28 pm, you wrote:
 For some reason I had to install jre to get konqueror to see my apps.

 but when i type in 'java -version'
 kaffe comes up!  it use to read j2sdk1.4.0
 what gives?

 also I've tried to modify my .bashrc but it seems the changes don't take
 affect.  what is the permissions for .bashrc?  Is it 755?

 thanks,
 eric l. Mcclure



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



[newbie] TEst, don't open

2001-09-02 Thread Francisco Alcaraz Ariza

prueba desde outlook

Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia (España)
Correo electrónico trabajo: falcaraz@.um.es
Correo electrónico de casa: [EMAIL PROTECTED]





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



[newbie] test, don't open

2001-09-02 Thread Francisco Alcaraz Ariza

Prueba desderPentium 3



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



Re: [newbie] Mailing list in Spanish.

2001-08-20 Thread Francisco Alcaraz Ariza

Yo no estoy seguro de que sea tan buena idea lo de hacer una lista exclusiva 
en castellano, pues algunas de las personas que más dominan el tema de 
mandrake no escriben en este idioma; yo he hechado algún vistazo a las listas 
en italiano y en francés y funcionan bastante pero que la de inglés.

I am not sure if is a good idea to make a mailing-list just in Spanish; I had 
a look to the italian and french list and I think that there are lot of very 
good knoledgers of linux mandrake that don't know Spanish, Italian or french, 
so the mailing-list with more interesting participation is the English one.

So I think the Spanish list could works, but it could never reach the level, 
interest and speed to give solution that has the English one.



Francisco Alcaraz
Murcia (España)



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



Re: [newbie] StarOffice and Linux2.4.3-20mdk

2001-07-01 Thread Francisco Alcaraz Ariza

Robert, I have also the powerPack Edition but I had a staroffice file 
downloaded before from sun URL and it works fine. Did you install it as root 
and then as user? or you just make a whole install?

Francisco Alcaraz
Murcia (Spain)

El Dom 01 Jul 2001 23:42, escribiste:
 Perhaps someone can give a newbie some advice.  I recently purchased
 Mandrake 8.0 and so far I'm pretty satisfied.  Having worked in the Windows
 world for the past few years it's great to see other operating systems
 coming about.   The install went very well and over all I'm impressed with
 the ease Mandrake 8.0 loaded up, but (Here it comes,,, always a but) After
 installing Staroffice 5.2 and trying to open it my system hangs.  This
 requires a reboot to get things running again.  I've been to the Sun site
 and the only thing I've found is a recommendation to go back to a different
 Kernel and that StarOffice is coming out with (Who knows when) an upgrade.
 Therefore there will not be a patch  Has this been encountered by
 others? also Why would Mandrake include it with their system if it wouldn't
 run properly?

 Any guidance would be appreciated.

 Robert




Re: [newbie] CD Burning Trauma Update

2001-06-19 Thread Francisco Alcaraz Ariza

Go to Mandrake cooker; select a server and dowload:

cdrecord-1.10-1mdk.i586.rpm
cdrecord-cdda2way-1.10-1.i586.rpm
mandrakedesk-8.0-10mdk.i586.rpm
mkisofs-1.13-7mdk.i586.rpm
xcdroast-0.98-8mdk.i586.rpm

Put them in a directory and type from that:
rpm -Uvh *.rpm --force --nodeps

And then you'll can run xcdroast as root and as user, without core dump 
problem.

Good luck!

Francisco Alcaraz
Murcia (Spain)


El Mié 20 Jun 2001 00:18, escribiste:





Re: [newbie] LM8.0

2001-06-11 Thread Francisco Alcaraz Ariza

Greg, why don't download the two iso images and try?
For me MDK 8 is runing fine, but perhaps your hardware could give problems; 
if you first try with this main installation you could have an experience to 
decide buy or not.

I have the 8.0 installed in 3 computers, one of them a laptop, runing lot of 
hardware:
Hitachi dvd (movies with xine and videolan fine)
Soncy CRX160 cd-writer (now, with the patch for xcdroast, burning cds fine)
Teach cd-driver
Epson Perfection 1200 USB scanner (runing fine)
Cable módem and other lan conexion runing fine (the cable modem with IP 
masquering is also used by the laptop)
Epson Stylus Color 760 USB printer
HP LaserJet 4 L pritner
Avermedia TVCapture 98 tv-card (wonderfull, even decodifing cable television 
and nagra codified channels)
Voodo3 3000 runing fine with DRI (aceleration) activated (Quake II and so on 
runing fast)
ATI Rage video card
Maestro 2 and CreativeLab PCI 128 sound cards runing fine

If your hardware is compatible, I do recommend you Mandrake 8.0!


Francisco Alcaraz
Murcia (Spain)


 Greg G wrote:
  I was thinking about buying  8.0 but wanted to hear
  from some who already have it Is it worth the
  money or should i wait
  thanks
  greg




[newbie] Fwd: xawdecode

2001-05-27 Thread Francisco Alcaraz Ariza

Dear folks


I put one message like this two weeks ago but not answer. I am trying again:

I am trying to install xawdecode under MDI 8.0; , tar, make and make install
don't gives me any error, but when I try to run I just have sound and the
programme closes immediately:  File /root/.xawdecode/yuvtab10_6 not found.

My tv-card runs fine, so the problem seems to be related with the
installation of decode tables or so on. Has anybody any idea?; Is there any
web page for this package? I haven't be able to find it

Thanks in advance

Francisco Alcaraz
Murcia (Spain)

---




Re: [newbie] Fwd: xawdecode

2001-05-27 Thread Francisco Alcaraz Ariza

Etharp
I have an AvermediaTVCapture98; the xawdecode is the release 1.3. This new 
version doesn't include the decode tables, but I have not idea where to find 
its. I just expand the tar-gz file and then configure, make and make install. 
The .xawdecode diretory just include a file, named xawdecoderc that I haven't 
touched until now; as you know the programe is looking for yubtab (probably 
the tables).

Can you help me?

Thanks so much

Francisco Alcaraz
Murcia (Spain)




[newbie] xawdecode

2001-05-27 Thread Francisco Alcaraz Ariza


Etharp
Now I have xawdecode runing, but not so fine.
I obtained a 1.1 patched release with the prep-tabs and prep-tabs2. And I 
installed it, this time it works. After that I update to 1.3.4 release.

Now is runing, but the colors are not so fine. I have tryed with the blue 
filter, but the results are almost the same.

Do you know what must I do to improve the results?

Thanks a lot fo your kind attention

Francisco Alcaraz
Murcia (Spain)





Re: [newbie] Slowness

2001-05-26 Thread Francisco Alcaraz Ariza

What kind of computer do you have?
My Pentium III 800 with Mandrake 8 don't runs, fly; xterm 1 second, kwrite 
1.5 seconds, Konkeror 3 seconds to run.  CPU now, with kde, kmail runing, a 
terminal, kap runing, 5% used

Perhaps an old Pentium 166 or a bad installatiob?



El Sáb 26 May 2001 17:15, escribiste:
 A note for those who, like me, found Mandrake 8.0
 and KDE just too slow to be usable.

 Today I loaded RedHat 7.1 (Seawolf), and things are fast enough.
 i.e. an xterm comes up in  2 seconds, kwrite in  3., and
 Konqueror in  7.  Compare these to 15 - 45 second times
 I was experiencing with Mandrake.

 Also, I notice that I now have about 95% CPU idle, while
 with Mandrake 8.0, the figure was down around 5%.
 (With kapm-idled taking up 95%)

 Using RedHat, kapm-idled is still there, but uses close to 0%
 all the time.

 Regards,
 Irv

-- 
Francisco Alcaraz Ariza
Department of Plant Biology
Faculty of Biology
University of Murcia
Murcia (Spain)

work e-mail: [EMAIL PROTECTED]
home e-mail: [EMAIL PROTECTED]




Re: [newbie] CD-RW not working again.

2001-05-05 Thread Francisco Alcaraz Ariza

Could you detail your computer characteristics:
Do you have another CDROM ?
Where it is attached your CDRW, your CDROM (if you have another one), your 
harddisk?
Do you have enabled the scsi emulation in your grub or lilo config file? and 
in your modules file?
Perhaps with those data I could help you


El Sáb 05 May 2001 11:31, escribiste:
 Well it worked in 7.0 then it wouldn't work in 7.1 and then it did work in
 7.2 now in 8.0 it won't work again. How frustrating this is. Anyone having
 similar troubles? Any fixes?

-- 
Francisco Alcaraz
Murcia (Spain)




Re: [newbie] PCI

2001-05-02 Thread Francisco Alcaraz Ariza

I had a similar problem with an ethernet card, that in windows was irq 5 but 
in linux this irq was occuped for other peripheric; the problem was solved 
when I try a modprobe using memory address of the card but not irq (it was a 
ethernet card compatible with ne2000 -module ne- and that used the memory 
address 0x300.
I typed:
modprobe ne io=0x300
Then linux autodetected the ethenet-card and used the irq 10; the card start 
to run.

Try something similar using the module of your sound card and the memory 
address from windows


El Mié 02 May 2001 17:13, escribiste:
 I have a PCI soundcard which is trying to use irq 11, (if I'm not mistaken)
 The problem is my video card is taking irq 11.  So I can't get my sound
 card to work.  Actually, if my sound card is physically in it's PCI slot,
 HardDrake crashes when booting up.  The only way I can boot my machine with
 the sound card in is with the interactive method and by skipping HardDrake.
 Does anyone have ideas???

-- 
Francisco Alcaraz
Murcia (Spain)




[newbie] Fwd: Re: [expert] newbie list not runing for me

2001-04-28 Thread Francisco Alcaraz Ariza



  Appart from the expert list, I am (or was?) in the newbie list. 1 month
  ago suddently newbie messages stoped to arrive. I thought that perhaps I
  was down


  Francisco Alcaraz
  Murcia (Spain)

--
Francisco Alcaraz
Murcia (Spain)

---

-- 
Francisco Alcaraz
Murcia (Spain)




RE: [newbie] sound card thinks its a CDrom

2001-02-20 Thread Francisco Alcaraz Ariza

This is normal, your CDRW is recognized both, as ATAPI CDROM and a SCSI
CDwriter; the SCSI emulation is essential to have linux burning CDs. So is
not a confussion with your sound card.

Probably to have your sound card working you must install sndconfig (rpm in
the second disk of Mandrake 7.2) and run it from a text screen; It ussually
works fine except for some very specific sound-cards. Anayway, you didn't
mention what kind of sound card do you have!!!

I have a winmodem in my laptop and I have reached it to telephon, but it
doesn't work well (this was made using lucent modules). I think that the
better solution is buy a cheap external modem, they work fine; try with your
Texas external modem.

I hope this could help you.

Francisco Alcaraz
Murcia (Spain)

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 20, 2001 3:11 PM
Subject: [newbie] sound card thinks its a CDrom


 hi,

 I installed Mandrake 7.2 onto 10 G of my hard drive. I have an HP 933 Mhz
40
 gig hard drive ( 30 Win me and 10 Linux Mandrake)  Everything went well
(for
 the most part)
 I went into Drake conf to get my modem and sound card running and happened
to
 notice that I have 3 Cd devces. One is the DVD player ( samsung ) and the
 other two are the CDRW. So I check the CDRWs and find out that one seems
to
 be my sound card. Has this ever happened to anyone else? and how do you
 correct it?

 I'm also having trouble finding the drivers for my Convexant soft 56k
modem
 (rockwell). Yes I know it's a Win modem! If I can't get it running I have
a
 spare internal Texas Instruments 56K, (is that supported?) I can install.

 I've been working trying to get up and running for about 3 weeks. My
 boyfriend has everything running on his Viao laptop except the modem. I
want
 to be up and running soon so we can start working on a server.
 Any help would be great.

 marianne







RE: [newbie] Xine and dvd playback

2001-02-19 Thread Francisco Alcaraz Ariza

The css plugin seems to have a problem, after installing it I just can see
codified dvds.
Nevertheless, the best way to solve the problem is use the irc xine channel;
you can find in it some of the authors of xine and they are very kind
helping you. You can su xchat, select irc.opensource and /join #xine
channel; they solved my problems on line, executing xine and talking with
them, it was a very funny and interesting experience :-)

Francisco Alcaraz
Murcia (Spain)
- Original Message -
From: abe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 19, 2001 12:29 AM
Subject: [newbie] Xine and dvd playback


 I'm trying to get dvd playback working here in mandrake 7.2.  I found a
 version of xine that includes the css plugin for playing back decrypted
 dvds.  It installed fine.  I made /dev/hdc link to /dev/dvd and made a
 mount point at /mnt/dvd  I can mount the dvd's and browse their file
 structure.  Xine detects the dvds, read their contents and then doesn't
 do anything.  No sound or video.

 [yellow@blue yellow]$ xine
 This is xine - a mpeg 1, 2 player v0.3.7 - (c) 2000 by G. Bartsch.
 testing for audio driver: alsa oss -(successfully initialized)
 Using oss audio output driver.
 found yuy2 format
 found yv12 format
 video_out_xv: using Xvideo port 42 for hw scaling
 *** Settings:
 HUE SATURATION  BRIGHTNESS  CONTRASTCOLORKEY
 *
 Using X Window System video extension for video output.
 set_image_format_xv(): width=720, height=405, ratio=3
 scaled picture size : 720 x 405 (corr_factor: 0.999323)
 Using MMX for IDCT transform
 Using 3DNOW for motion compensation
 input_dvd: unable to open raw dvd drive (/dev/rdvd): No such file or
 directory
 input plugin found : /usr/lib/xine/plugins/input_dvd.so(input_dvd.so)
 input plugin found : /usr/lib/xine/plugins/input_file.so(input_file.so)
 input plugin found : /usr/lib/xine/plugins/input_net.so(input_net.so)
 input plugin found :
 /usr/lib/xine/plugins/input_stdin_fifo.so(input_stdin_fifo.so)
 input plugin found : /usr/lib/xine/plugins/input_vcd.so(input_vcd.so)
 input dvd : input_plugin_open dvd://t0c0t0
 input dvd : input_plugin_open media type correct. file name is t0c0t0
 IFO-mode playing title 0 from chapter 0 - chapter 0
 Using ifo VTS_01_0.IFO
 Authenticate title: No such file or directory
 input_dvd: cpos_index caddr_index_max = finish
 input length : 0
 demux_mpeg_block: checking if we can branch to dvd://t0c1t1
 input_dvd: is_branch_possible to dvd://t0c1t1 ?
 input_dvd: branching is possible
 demux_mpeg_block: branching
 input dvd : input_plugin_open dvd://t0c1t1
 input dvd : input_plugin_open media type correct. file name is t0c1t1
 IFO-mode playing title 0 from chapter 1 - chapter 1
 Using ifo VTS_01_0.IFO
 input_dvd: cpos_index caddr_index_max = finish
 input length : 4096
 input_dvd: cpos_index caddr_index_max = finish
 demux_mpeg_block: checking if we can branch to dvd://t0c2t2
 input_dvd: is_branch_possible to dvd://t0c2t2 ?
 input_dvd: branching is possible
 demux_mpeg_block: branching
 input dvd : input_plugin_open dvd://t0c2t2
 input dvd : input_plugin_open media type correct. file name is t0c2t2
 IFO-mode playing title 0 from chapter 2 - chapter 2
 Using ifo VTS_01_0.IFO
 input length : 0
 ac3_reset


 thats what happens.  Anyone have any ideas?

 my system is:
 mandrake 7.2
 asus v7700 geforce2
 asus A7v
 T-Bird 900
 SBLive Value
 Asus 8x dvd rom
 kernel 2.2.17

 thanks for your ideas folks!


 Abe







RE: [newbie] Linux dvd player

2001-02-19 Thread Francisco Alcaraz Ariza

Abe,
Now I can see codified dvds with xine and not codified with videoland, but
as you comment, videoland is beta; I had the same problems as you with it.
Oms need some news libs that aren't still in Mandrake 7.2; I tryed yesterday
to download they and install, but was problematic for lots of dependencies,
anyway a lot of people said that OMS is not so good.


Francisco Alcaraz
Murcia (Spain)
- Original Message -
From: abe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 18, 2001 11:39 PM
Subject: Re: [newbie] Linux dvd player


 videolan is REALLY REALLY BETA still.  can't stop a playing track just
 pause it.  can't change to a new track without exiting the prog and
 restarting it.  I could never get xine to work either.  It installed ok
 but I couldn't get it to play anythign but the occasional mpg from the
 web.  Similarly OMS wouldn't compile on my system either.  rg.  I'm
 gonna through a party when I can play a dvd in linux.

 Abe



 goldenpi wrote:
 
  I cant get it to compile :(
 
  I get hundreds of errors in the source. Probably something with my
version
  of gcc. I can never get anything to compile.
 
  - Original Message -
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, February 17, 2001 4:56 PM
  Subject: RE: [newbie] Linux dvd player
 
   Xine is running well instead it is only in the 0.37 release
   http://xine.sourceforge.net. OMS seem to have still problems. I am
   waiting to use videoland(www.videoland.org) some people said that it
is
   also good.
  
   Francisco Alcaraz
   Murcia (Spain)
  
   - Mensaje Original -
   Remitente: "Curtis Von Lintel" [EMAIL PROTECTED]
   Fecha: Viernes, Febrero 16, 2001 11:29 pm
   Asunto: [newbie] Linux dvd player
  
Anybody tried it yet. I know it only became offical today..but
still after a year there has to be a few people getting it running
today.
Heres the linkage
   
http://www.linuxvideo.org/news/
   
Curtis
   
  
  







RE: Re: Re: [newbie] Goodbye

2001-01-30 Thread Francisco Alcaraz Ariza

Did you tryed the next command: artsdsp Kscd?
KDE 2.0 is using arts for the sound and still some applications are not
adapted to it. I had similar problems with various sound programs and now
most of them are working fine.


Francisco Alcaraz
Murcia (Spain)


- Original Message -
From: Allen Joseph M Hernandez [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 31, 2001 8:11 AM
Subject: Re: Re: Re: [newbie] Goodbye


 My cables are intact [i think]
 The audio cds work fine in Windoze and the old Red Hat I recently
disowned.
 Mandrake is alot nicer..its just this one thing.

 I hate switching my speakers from the back of my Linux box to the
headphone jack.
 By the way, is this important:
 Primary master..Maxtor 51536H2
 Primary slave...MCDROM 52
 I read the linuxdocs about the CDROM having to be jumpered as master...but
it's
 all greek to me.

 [oldie, but still a newbie]   *8-)



 [EMAIL PROTECTED] wrote:

 On Tuesday 30 January 2001 06:40, you wrote:
 
  Go figure, huh...
  Kscd can play the cd but no sound is coming out.
  I have decent sound for events on all window managers, xmms works.
 
 Since sound is working it sounds like you are missing the audio cable
 between your soundcard and your cd drive.
 
 --
 Alex
 (Go easy on me, I'm a COBOL programmer in real life)
 
 
 

 __
 www.edsamail.com







RE: [newbie] Intalation Problem

2001-01-16 Thread Francisco Alcaraz Ariza

Csar,
Son muchas las cosas que no s de cmo est configurado tu ordenador ni que
tienes instalado previamente.
Supongo que tienes windows95 o 98 instalado en una particin que ocupa todo
tu disco duro; si es as vamos por pasos.
1) Primero debes saber que en la BIOS de tu ordenador debes tener
desactivada la opcin de PNP OS (es decir, sistema operativo con capacidad
Plug  Play); para ello al arrancar tu ordenador debers pulsar una tecla
(depende de los ordenadores, es la F1 o Suprimir, a veces alguna otra) y
acceder al programa de configuracin de la BIOS, si no es muy antigua
tendrs la opcion PnP SO, decir que no, y a veces hay junto a ella una
opcin para la configuracin de los dispositivos PP que suele estar en
Automtico, ponla en Manual. Sal salvando y arranca windows.

2) Si tienes todo el disco duro ocupado con windows, debes prepararlo para
que mandrake reduzca la particin windows y cree en el hueco las particiones
de linux. Para ello debes pasar el Scandisk y despus desfragmentar, pues el
sistema de ficheros catico de windows puede dejar fragmentos sueltos al
final del disco duro y entonces aunque parezca vaco no hay forma de reducir
la particin. Convendra tambin que crearas un disco de recuperacin de
windows, fcil de hacer usando Panel de Control, Instalar-Desinstalar
Programas, Pestaa de Windows.

3) Ahora puedes arrancar de nuevo teniendo metido el cd de mandrake y en
modo recomendado debera de funcionar.

Otra cosa es que tengas Windows2000 y no s si Millenium, ya me dirs.


Francisco Alcaraz
Murcia (Espaa)

- Original Message -
From: cesar sosa [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 15, 2001 2:12 AM
Subject: [newbie] Intalation Problem


 Hi, this message is in Spanish because I don't speak
 English verry well, if you don't have some one who
 speak spanish, just tell me and I'll try my best with
 my english.

 Hola, Soy un usuario nuevo de Linux y acabo de comprar
 Linux Mandrake 7.2. Al llegar a casa, no pude esperar
 a instalarlo y empeze la instalacion. Todo iba bien,
 pero al llegar a la parte de las particiones, algo
 salio mal. No paso nada malo, solo no quiere hacer las
 particiones (quiero hacer las particiones de manera
 que Linux y Windows convivan en el mismo disco duro).
 Cuando prosegui, seleccione la opcion de hacer las
 particiones sin borrar el disco duro y alli fue cuando
 salio el siguiente mensage.

 Fallo el particionado: El cambiador de tamao FAT no
 puede manejar su particion,
 Ocurrio el error siguiente: can't locate object method
 "new" via pacage "resize_fat::main" at
 /usr/bin/perl/instal/instal-interactive.pm line 108 

 Como datos adicionales

 --Cuando vi que eso fallo, fui a la opccion de
 avanzados, pero temi hacer algo mal ya que soy un
 nuevo usuario y regrese al menu de particiones
 otravez. Cuando seleccione la opcion de particiones
 sin borrar dico duro (despues de haber ido a la opcion
 de avanzados), la computadora empezo a medir los
 limites de el OS de Windows y despues salio un mensage
 que decia "Advertencia!" y algo de que tenia que
 correr el ScanDisck antes de empezar a particionar y
 la instalacion se trabo aun despues de que corri Scan
 Disck.

 --Tengo en mi poder el Quick Restore de mi
 computadora.

 --Mi disco duro (C:) tiene una capacidad de 25.2 Gb

 Gracias por leer mi carta, espero puedan resolver mi problema.

 _
 Do You Yahoo!?
 Obtenga su direccin de correo-e gratis @yahoo.com
 en http://correo.espanol.yahoo.com







Re: [newbie] Genius Netscroll +

2001-01-11 Thread Francisco Alcaraz Ariza

s escribi:
 
 On Wednesday 10 January 2001 09:32 pm, you wrote:
  Hello again;
  My home computer has a  Genius NetScroll+ mouse. Mandrake 7.2 install my
  mouse as a generic PS2 and the wheel just runs as a third button. If I
  select the Genius NetScroll then the pointer stop on the top of the
  screen and doesn't run.
  I don't know if the problem is because my mouse is a NetScroll(+) and
  perhaps Mandrake just recognized the previous version.
 
  In fact I have not problems running the mouse as a PS2 generic, but
  under windows the wheel is usefull, to zooming, move along web pages and
  so on.
 
  Does anyone know how to install this mouse wheel?
 
  Thanks in advance for your kind attention, yours sincerely
 
  Francisco Alcaraz
  Murcia (Spain)
 
 I also have one of those on one of my machines.  Under 7.2 just tell mouse
 choice that it is a microsoft intellimouse.  I have a logitech on another
 machine and again I tell it it's an intellimouse.  Seems to work the best, I
 don't know why.  But I enjoy the wheel!
 
 -s


Thanks, i will try this night at home.

Francisco Alcaraz
Murcia (Spain)




Re: [newbie] Mouse wheel not running

2001-01-11 Thread Francisco Alcaraz Ariza

Meph Istopheles escribi:
 
   Francisco,
 
  [EMAIL PROTECTED] wrote:
 
   Hello again;
   My home computer has a  Genius NetScroll+ mouse. Mandrake 7.2
   install my mouse as a generic PS2 and the wheel just runs as
   a third button. If I select the Genius NetScroll then the
   pointer stop on the top of the screen and doesn't run.
 
   Does anyone know how to install this mouse wheel?
 
   Francisco Alcaraz
   Murcia (Spain)
 
 And from Aston:
 
  i haven't tried it yet, but i found this reply on
  www.linuxnewbie.org
 
  For scrollwheel, add "ZAxisMapping 4 5" to the 'pointers'
  section of XF86Config. Some apps (i.e. Netscape) require
  imwheel to be running for scrollwheel support.
 
  Here is my XF86Config:
 
 Section "Pointer"
 Protocol "MouseManPlusPS/2"
 Device "/dev/psaux"
 SampleRate 100
 Resolution 200
 ZAxisMapping 4 5
 Buttons 4
 EndSection
  !-- end quote --
 
  aston
  sydney, australia
 
   You know, back when I'd started in RH 5.0 ( even now in
 lm7.2 to a degree), editing XFree86 files was very intimidating.
 If you feel this way as well, you might find it easier to use the
 gui in drakconf.  Try either the M$ wheel mouse or the Logitech
 mouse setting.  Back in RH 5.0  6.0, I'd only had the M$ option,
  it worked in the few apps where the wheel was supported.
 
   One of the two will likely work fine for you.
 
   Meph
 
 --
   "I did this 'cause Linux gives me a woody."
   -Dave '-ddt-' Taylor, announcing DOOM for Linux

Thanks a lot for your help

Francisco Alcaraz
Murcia (Spain)




RE: [newbie] KDE 2.1 Beta 1

2000-12-18 Thread Francisco Alcaraz Ariza

After know the problems every users has with KDE21, I am using the 2.01
version (from sourceforge in a special rpms for Mandrake 7.2)  that works
well in Linux. I think it will be better wait, because the changes in KDE
from 2.0 have been very few and the inestability seems to be very high.
I had problems with the KDE 2.0 in the Mandrake 7.2, but the 2.01 is very
stable, just  few applications give problems.


Francisco Alcaraz
Murcia (Spain)
-Mensaje original-
De: Sridhar Dhanapalan [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: lunes, 18 de diciembre de 2000 16:26
Asunto: [newbie] KDE 2.1 Beta 1


Has anyone tried KDE 2.1 Beta 1? I have been using a CVS version made about
a
month ago (i.e. a month after the official KDE2 release) and I recently
upgraded to KDE 2.1 Beta 1. I have found that when in Beta 1's Konqueror I
cannot access the configuration settings (Settings - Configure...). When I
click on it, nothing happens at all. Also, when I open Kcontrol, there
nothing to select along the left side of the window where the menu should
be,
so I cannot change any settings. I didn't have these problems with the CVS
version I had before, which I figured would be less developed. I guess it's
because they changed something in Beta 1, and my old CVS version still had
mostly 2.0 code.

Does anyone have the same problem?

--
Sridhar Dhanapalan.
 Your mouse has moved. Windows must be rebooted to acknowledge this change.







[newbie] USB Scanner

2000-12-15 Thread Francisco Alcaraz Ariza




Dear Antony; first of all you must be sure you 
have the usb module (Mandrake 7.2. install the patch for the 2.2.17-21 kernel 
and it is avalaible). Afterthat it is important to know if your scanner is 
supported; in the sane page (http://www.mostang.com/sane/sane-backends.html) 
I can not see it neither in the very interesting http://www.buzzard.org.uk/jonathan/scanners-usb.html; 
but in this last page there is a link to two mailing list where you could be 
helped by experts; perhaps your scanner it is supported using the appropriate 
commands.
I hope this will help 
you

Francisco Alcaraz ArizaDepartamento de 
Biologa VegetalUniversidad de MurciaCampus de 
EspinardoE-30100 Murcia, Espaa (Spain)Pone: 
int+34+968364976e-mail: [EMAIL PROTECTED]


RE: [newbie] No NUMBER lock?

2000-11-21 Thread Francisco Alcaraz Ariza

But i did it and in my case works fine!!
Everything I star a session with KDE 2.0, as root or as any user, the light
swich on; when I go out it swich off.

Thanks Skidley

Francisco Alcaraz
Murcia (Spain)

-Mensaje original-
De: skidley [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: martes, 21 de noviembre de 2000 2:27
Asunto: Re: [newbie] No NUMBER lock?


On Mon, 20 Nov 2000, Fred Schroeder wrote:

 (Note that this is straight from the man page for setleds.)

 For X, you need to edit the file '/usr/X11R6/lib/X11/xkb/types/basic'.
The
 last section of the file is the "KEYPAD" section and looks like:

 type "KEYPAD" {
 modifiers = Shift+NumLock;
 map[None] = Level1;
 map[Shift] = Level2;
 map[NumLock] = Level2;
 map[Shift+NumLock] = Level1;
 level_name[Level1] = "Base";
 level_name[Level2] = "Number";

 To set NUMLOCK on by default, simply change every occurrence of "Level1"
to
 "Level2" and change every occurrence of "Level2" to "Level1" (without the
 quotes). Then restart X. Note that the behavior of the NUMLOCK light will
 change as well (i.e. the light will be lit when NUMLOCK is OFF and will
be
 dark when NUMLOCK is ON).

I did what you said with the Level #s but it didn't work, I restarted x
every which way with numlock on, off whatever I could but it doesn't
work. the numlock worked in my  LM 7.1 so I even tried the old LM 7.1 pkg
in 7.2(b4 I changed those settings you suggested) and it didn't work. I
tried the settings you said with the old numlock pkg installed didn't
work. So i uninstalled it, and it didn't work. So one more thing to try I
guess. Your settings with the 7.2 numlock pkg and then if it doesn't work
give up and wait til the cooker has an update.

--
Chad Y.
Registered Linux User #195191
Registered Linux Box #86749








[newbie] How to install a rpm new kernel

2000-11-20 Thread Francisco Alcaraz Ariza




Hello everybody,
I am having problems to 
install a new kernel in rpm format; If I use the classical rpm -i it seems that 
everything goes well, but in fact my kernel is not modified.
What can I do? Is there any way to change the kernel using 
those rpm files or do I need to start using the tgz file??
Thanks newbies and more 
expert linux-men for your help


Francisco Alcaraz ArizaDepartamento de 
Biologa VegetalUniversidad de MurciaCampus de 
EspinardoE-30100 Murcia, Espaa (Spain)Pone: 
int+34+968364976e-mail: [EMAIL PROTECTED]


RE: [newbie] How to install a rpm new kernel

2000-11-20 Thread Francisco Alcaraz Ariza

Thanks Civileme

Francisco Alcaraz
Murcia (Spain)

-Mensaje original-
De: civileme [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: lunes, 20 de noviembre de 2000 14:30
Asunto: Re: [newbie] How to install a rpm new kernel


 Francisco Alcaraz Ariza wrote:

 Hello everybody,
 I am having problems to install a new kernel in rpm format; If I use
 the classical rpm -i it seems that everything goes well, but in fact
 my kernel is not modified.
 What can I do? Is there any way to change the kernel using those rpm
 files or do I need to start using the tgz file??
 Thanks newbies and more expert "linux-men" for your help


 Francisco Alcaraz Ariza
 Departamento de Biología Vegetal
 Universidad de Murcia
 Campus de Espinardo
 E-30100 Murcia, España (Spain)
 Pone: int+34+968364976
 e-mail: [EMAIL PROTECTED]
Well, rpm will load a new kernel, but it will not make it the one to
boot from to do that, in a terminal, login as root with the su -
command, then

# drakboot

and follow the instructions to point toward booting your new kernel.

Civileme







RE: [newbie] How to install a rpm new kernel

2000-11-20 Thread Francisco Alcaraz Ariza

Why??
Are there lot of problems of it is just because you could better install it?
I have never compiled the kernel and because that I am a beat afraid to do
that, but  I think that sooner or later I will do

Francisco Alcaraz
Murcia (Spain)

-Mensaje original-
De: Rune Kallhovd [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: lunes, 20 de noviembre de 2000 13:06
Asunto: Re: [newbie] How to install a rpm new kernel


 Francisco Alcaraz Ariza wrote:

 Hello everybody,
 I am having problems to install a new kernel in rpm format; If I use
 the classical rpm -i it seems that everything goes well, but in fact
 my kernel is not modified.
 What can I do? Is there any way to change the kernel using those rpm
 files or do I need to start using the tgz file??
 Thanks newbies and more expert "linux-men" for your help


 Francisco Alcaraz Ariza
 Departamento de Biología Vegetal
 Universidad de Murcia
 Campus de Espinardo
 E-30100 Murcia, España (Spain)
 Pone: int+34+968364976
 e-mail: [EMAIL PROTECTED]

I may be a 'born sceptic', but I would never trust RPM to upgrade my
kernel. I believe kernel updates should be done by downloading the
kernel source, and recompile it from there :-)

-- Cheers!
==  Rune Kallhovd, CORENA Norge AS  ==
= Software Engineer  =
=   P.O.Box 1024, N-3601 Kongsberg, NORWAY   =
=  Tlf: +47 32 73 7448, Fax: +47 32 73 6877  =
==  CORENA Home Page: http://www.corena.no  ==







RE: [newbie] How to install a rpm new kernel

2000-11-20 Thread Francisco Alcaraz Ariza

Thanks a lot, Tomm

Francisco Alcaraz
Murcia (Spain)

-Mensaje original-
De: Tom Brinkman [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: lunes, 20 de noviembre de 2000 13:39
Asunto: Re: [newbie] How to install a rpm new kernel


On Monday 20 November 2000 07:13 am, Francisco Alcaraz Ariza wrote:
 Hello everybody,
 I am having problems to install a new kernel in rpm format; If I use
 the classical rpm -i it seems that everything goes well, but in fact
 my kernel is not modified. What can I do? Is there any way to change
 the kernel using those rpm files or do I need to start using the tgz
 file?? Thanks newbies and more expert "linux-men" for your help

  read and follow all the instruction given here:

  http://mandrakeuser.org/install/kupgrade.html
-- 
Tom Brinkman   [EMAIL PROTECTED] Galveston Bay







[newbie] Voodoo 3 3000 acceleration

2000-11-14 Thread Francisco Alcaraz Ariza




I have tryed to install in expert mode, 
selecting XFree86 4.0 with accelerated video card, my Voodoo 3 3000, but the 
moulde tdfx it is not charged, so the X runs well but without 
acceleration.

My Voodoo is a AGP type, but with Harddrake it appears as a 
PCI; when I try to charge the module (insmod tdfx) there is a error message 
about AGP.
Does any one capable of installing Mandrake 7.2 in a computer 
with Voodoo 3 3000 with acceleration succes?

I have seen a lot of mails in the Mandrake expert list about 
problems to reach the acceleration using betas of M7.2, but I am still feeling 
myself so newbie and I can't understand what they did to solve the 
problem!!!

On the other side, Mandrake 7.2 works fine, but 
I can't understand why of 4 installation in the same computer, using the sames 
options, 4 don't work and one is OK, specially in relations to the 
KDE???

Yesterday I did a installation in a Pentium III of a friend of 
mine with a RIVA and the acceleration works fine
what a held with Voodoo 3 3000!!!

Please, help me!
Thanks a lot in advance

Francisco Alcaraz
Murcia (Spain)

Francisco Alcaraz ArizaDepartamento de 
Biologa VegetalUniversidad de MurciaCampus de 
EspinardoE-30100 Murcia, Espaa (Spain)Pone: 
int+34+968364976e-mail: [EMAIL PROTECTED]


[newbie] RE: [Toshiba CDROM XM6102B

2000-11-13 Thread Francisco Alcaraz Ariza

Hello,
I am trying to install Mandrake 7.2 in an old Pentium 200 MMX with a Toshiba
CDROM XM6102B, but the installer doesn't recognized this CDROM model; it
gives me question about if it is an IDE or SCSI CDROM, and doesn't
recognized it as IDE, but it seems that there is not any special module for
this old CDROM.

Could anybody help me?

Thanks so much

Francisco Alcaraz
Murcia (Spain)





RE: [newbie] supermount-- I am unable to mount cdrom and floppy

2000-11-11 Thread Francisco Alcaraz Ariza

I have the same problem and fortunately I discovered the solution in the
mandrake page; it is a bug of kudzu; you must run linux as root, see the
name of your problematic cdrom under linux (probably cdrom or cdrom2) and
then type the next order (I suppose that the name of your cd driver under
linux is cdrom, if not change for the correct one, ins. cdrom2, cdrom3..)

cd /dev  rm cdrom  ln -s scd0 rom

To the question that the linux gives you say yes...

And now, everything is runing ¡I hope!; If you still have problems se the
next mandrake page:
http://www.linux-mandraque.com/en/demos/CDburner/pages

Have luck

Francisco Alcaraz
Murcia (Spain)

-Mensaje original-
De: S. Stubbs [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: sábado, 11 de noviembre de 2000 2:44
Asunto: [newbie] supermount-- I am unable to mount cdrom and floppy


Please if someone who is expert can assist here is the problem.
I am running mandrake 7.2 complete retail box from walmart,
and I use bootmagic for bootloader.
my hardware config:
2 IDEharddrives,
hda has windoze
hda also has linux swap
hdb has linux boot, and linux root and all linux
I have one cdrom drive it is a Iomega Zip650 cdwriter drive, it is
an internal IDE writer drive, and I can
confirm that it is functioning fine since I used it to install the mandrake
7.2.
My cdrom drive and floppy drive are unable to be mounted, I get somekind
of permission to access is denied kind of message. This is even logged
in as root.
Here is current fstab:
/dev/hdb5  /ext2 defaults 11
/dev/hdb1  /boot ext 2 defaults 12
none /dev/pts devpts mode=0620 0 0
/mnt/cdrom /mnt/cdrom supermount fs=ISO9660, dev=/dev/cdrom 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
/dev/hda1 /mnt/windows vfat user,exec,unmask=0 0 0
none /proc proc defaults 0 0
/dev/hda2 swap swap defaults 0 0

Next, here is what results from the commnand,
ls -l /dev/cdrom
result:
lrwxrwxrwx  1 root root  3 Nov 6 01:24 /dev/cdrom -hdc


In the konqueror file manager , I have
su to root and using this manager have gone to the /mnt
directory. I have this in the window:
cdromrwxrwxrwxroot... root
disk.rwxrwxr-x...root...root
floppyrwxrwxrwx..root...root
windowsrwxrwxrwxroot...root.

When I attempt to click on the cdrom or the floppy, I get this
for answer box:
unable to enter file:/mnt/cdrom.
You do not have access right to this location.

Also I have su to root in the terminal and done this:
cd /mnt/cdrom
I get this:
bash: cd: /mnt/cdrom:Input/output error

I type in mount /mnt/cdrom
I get this:
mount: /mnt/cdrom already mounted or  /mnt/cdrom busy.
mount: according to mtab,  /mnt/cdrom is already mounte on /mnt/cdrom

I type this: eject /mnt/cdrom
I get this:
eject: unable to find or open device for: '/mnt/cdrom'
I type this: eject /cdrom
I get this:
eject: unable to eject, last error: Input/output error

My cdrom is working just fine, I installed mandrake with this cdrom
drive, it is recognized in linux harddrake and works fine in windows, it is
dual-boot box. Also when going to cdburning program, the cdrom drive is
definitely
recognized, and even shows contents of an inserted CD when browsing
in the program.  Also when using the make boot floppy GUI tool the floppy
will
in fact work fine, but on my own it will not.

BIG NOTE HERE:I am having also Identical problem with the floppy, it too
also has icon with lock on it.
Now this the problem that I am having.
As a result the rpmdrake cannot find the cdrom..
Thus I am unable to install rpm, and I am unable to look at any cd or
floppy, and it is getting more urgent to be able to do this..
MY assumption is that this problem has something to do with "supermount".
ANY HELP, THANKS...








[newbie] Upgrade Mandrake 7.2

2000-11-09 Thread Francisco Alcaraz Ariza

Hello,
I have finally installed 7.2 on my computer; when I did the installation
using a booting disk I had a lot of problems with KDE2, but doing the
installation from the CD-ROM more of the problems have dissapeared.
Most of the problems, but not all; I have the next ones:

a) under 7.1 my Yamaha CDR works fine, as CD-recorder and as CD-lecture; but
now it only works as CD-recorder, when I introduce a CD_ROM it is not
recognized (the KDE shows the icon closed). Unfortunately Rpmdrake just look
for the rpm packages in the Yamaha.

b) My DVD Hitachi was recognized well, but not with xcdroast; I just can
copy CD using the Yamaha to read (in this case it works!) and write.
Under 7.1 the Hitachi worked fine 100%.

c) The sound of the tv-card (Avermedia Capture 98) is not correctly
detected, so I can watch the tv with kvintv but not hear the sound. Under
7.1 worked fine.

d) The KDE system control (the name it is not exactly that, but it is
equivalent to the System-Configuration package in windows) detects a lot of
conflict of IRQ between netcard and soundcard, but I have not idea about how
to change this; I have made changes in the modules.conf file, for example
the soundcard IRQ under windows is 5, but in linux is 7 (I think this could
be part of the problem), but if I put the change in modules.conf and restart
the sistem the irq is the same.

e) My epson Stylus 760 works; the color print is fine, much better than in
7.1, but the margins are minimum (cup configuration) and I can find how to
modify them.

Any help will be very appreciated, because 7.2 looks and seems to work fine
for the rest of the hardware and software.

Francisco Alcaraz
Murcia (Spain)







[newbie] RV: Upgrade Mandrake 7.2

2000-11-09 Thread Francisco Alcaraz Ariza


Hello again,

I have another problem (remember, I am a newbie!)
rpmdrake was trying to read the rpm packages from the cdrom (cdrom 1) that
at the moment I can use as reader (is a Yamaha CDRW and mandrake 7.2 just
can read cd when it is used with xcdroast)
I tryed yesterday to force rpmdrake to read from the cdrom2 (Hitachi DVD)
erasing the cdrom (1) lecture to find rpm packages from the preferences and
from then it is impossible to open rpmdrake, that gives me an error (no
packages avalaible or something similar).
Is there any configuration file for rpmdrake?, I suppose that because if I
uninstall and then reinstall rpmdrake the problem is not solved. And
rpmdrake wasn't read from the Hitachi DVD, so I can not use the program to
install more rpm packages.


Thanks a lot for your attention
Yours sincerely

Francisco Alcaraz
Murcia (Spain)
-Mensaje original-
De: Francisco Alcaraz Ariza [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: jueves, 09 de noviembre de 2000 11:04
Asunto: Upgrade Mandrake 7.2


Hello,
I have finally installed 7.2 on my computer; when I did the installation
using a booting disk I had a lot of problems with KDE2, but doing the
installation from the CD-ROM more of the problems have dissapeared.
Most of the problems, but not all; I have the next ones:

a) under 7.1 my Yamaha CDR works fine, as CD-recorder and as CD-lecture;
but
now it only works as CD-recorder, when I introduce a CD_ROM it is not
recognized (the KDE shows the icon closed). Unfortunately Rpmdrake just
look
for the rpm packages in the Yamaha.

b) My DVD Hitachi was recognized well, but not with xcdroast; I just can
copy CD using the Yamaha to read (in this case it works!) and write.
Under 7.1 the Hitachi worked fine 100%.

c) The sound of the tv-card (Avermedia Capture 98) is not correctly
detected, so I can watch the tv with kvintv but not hear the sound. Under
7.1 worked fine.

d) The KDE system control (the name it is not exactly that, but it is
equivalent to the System-Configuration package in windows) detects a lot
of
conflict of IRQ between netcard and soundcard, but I have not idea about
how
to change this; I have made changes in the modules.conf file, for example
the soundcard IRQ under windows is 5, but in linux is 7 (I think this
could
be part of the problem), but if I put the change in modules.conf and
restart
the sistem the irq is the same.

e) My epson Stylus 760 works; the color print is fine, much better than in
7.1, but the margins are minimum (cup configuration) and I can find how to
modify them.

Any help will be very appreciated, because 7.2 looks and seems to work
fine
for the rest of the hardware and software.

Francisco Alcaraz
Murcia (Spain)









[newbie] RV: Upgrade Mandrake 7.2

2000-11-09 Thread Francisco Alcaraz Ariza


Hello again,

I have another problem (remember, I am a newbie!)
rpmdrake was trying to read the rpm packages from the cdrom (cdrom 1) that
at the moment I can use as reader (is a Yamaha CDRW and mandrake 7.2 just
can read cd when it is used with xcdroast)
I tryed yesterday to force rpmdrake to read from the cdrom2 (Hitachi DVD)
erasing the cdrom (1) lecture to find rpm packages from the preferences and
from then it is impossible to open rpmdrake, that gives me an error (no
packages avalaible or something similar).
Is there any configuration file for rpmdrake?, I suppose that because if I
uninstall and then reinstall rpmdrake the problem is not solved. And
rpmdrake wasn't read from the Hitachi DVD, so I can not use the program to
install more rpm packages.


Thanks a lot for your attention
Yours sincerely

Francisco Alcaraz
Murcia (Spain)
-Mensaje original-
De: Francisco Alcaraz Ariza [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: jueves, 09 de noviembre de 2000 11:04
Asunto: Upgrade Mandrake 7.2


Hello,
I have finally installed 7.2 on my computer; when I did the installation
using a booting disk I had a lot of problems with KDE2, but doing the
installation from the CD-ROM more of the problems have dissapeared.
Most of the problems, but not all; I have the next ones:

a) under 7.1 my Yamaha CDR works fine, as CD-recorder and as CD-lecture;
but
now it only works as CD-recorder, when I introduce a CD_ROM it is not
recognized (the KDE shows the icon closed). Unfortunately Rpmdrake just
look
for the rpm packages in the Yamaha.

b) My DVD Hitachi was recognized well, but not with xcdroast; I just can
copy CD using the Yamaha to read (in this case it works!) and write.
Under 7.1 the Hitachi worked fine 100%.

c) The sound of the tv-card (Avermedia Capture 98) is not correctly
detected, so I can watch the tv with kvintv but not hear the sound. Under
7.1 worked fine.

d) The KDE system control (the name it is not exactly that, but it is
equivalent to the System-Configuration package in windows) detects a lot
of
conflict of IRQ between netcard and soundcard, but I have not idea about
how
to change this; I have made changes in the modules.conf file, for example
the soundcard IRQ under windows is 5, but in linux is 7 (I think this
could
be part of the problem), but if I put the change in modules.conf and
restart
the sistem the irq is the same.

e) My epson Stylus 760 works; the color print is fine, much better than
in
7.1, but the margins are minimum (cup configuration) and I can find how
to
modify them.

Any help will be very appreciated, because 7.2 looks and seems to work
fine
for the rest of the hardware and software.

Francisco Alcaraz
Murcia (Spain)










RE: [newbie] Toshiba and video woes

2000-10-16 Thread Francisco Alcaraz Ariza

Dear Ricardo

I have a Toshiba satellite 4090 XCDT and finally I have reached to install
the Mandrake 7.1. I had no problems to install the 7.0 version, but the 7.1
was more difficult I do not know wy; the way to install is in text mode
installation, that means, when the installation CD show you the first
screen, you must type F1 and then write text; Mandrake 7.1 recognized the
Trident Cyber 9525 and when you restart the computer everything is OK.
I had problems with the PCMCIA, but you must go to the Bios SETUP and put
the PCMCIA not in Automatic but in the first option.

I had not tryied to install the winmodem because a external modem run
faster.

So, the solution is the installation in text mode; I had the problem of bad
installation in graphic mode with the Mandrake 7.1 not only with my laptop,
also with other computers and in all cases when linux try to start the X the
graphic screen shut down and appears the text linux screen. I have solved
the problem in two ways:
1) installation in text mode
2) installation from windows, putting the CD on the CD-ROM driver and it
starts automatically and you select complet installation.

I hope this help you, now mi laptop works fine with linux

Francisco Alcaraz
[EMAIL PROTECTED]
Murcia (Spain)








[newbie] Lilo configuration

2000-10-10 Thread Francisco Javier Rivas Martin

 
Hi, there!
 I´d like to know how to change the conf. of Lilo. I mean how I 
could do to set Windows 98 as the preferable O.S. if it could be 
done.
 Now, I can´t use Linux because it doesn´t seem to like my modem 
I can´t surf internet, I have a 3com U.S. Robotics 56k Faxmodem, 
maybe is set as a winmodem, I don´t have any idea, it looks just 
if it didn´t exist.
 thank you


RE: [newbie] Automatization bttv and related modules

2000-10-05 Thread Francisco Alcaraz Ariza

Thanks Ronald, I will try your solution.

Yours sincerely

Francisco Alcaraz Ariza
Murcia, España (Spain)
e-mail: [EMAIL PROTECTED]

-Mensaje original-
De: Ronald J. Hall [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: jueves, 05 de octubre de 2000 7:27
Asunto: Re: [newbie] Automatization bttv and related modules


 Francisco Alcaraz Ariza wrote:

 Hello, I am here again and very happy, finally I could watch tv under
linux
 in my computer and also the net. And I have two question about:

Hi Francisco!

Well, I had a problem just like yours, even after manually inserting all
the
modules (insmod), probing them (modprobe), and updating the modules
(depmod -a)
then putting the text commands in /etc/conf.modules, it didn't load. So...I
put
the necessary commands in /etc/rc.d/rc.local and that worked! I now have
Kwintv
and Kradio available after booting up, with no additional work on my part.
;-)

Hope this helps.

PS Sorry I can't help with your ethernet problem! ;-(

--

   /\

DarkLord
   \/







RE: [newbie] installation

2000-10-05 Thread Francisco Alcaraz Ariza




Santiago, the extensions CD is only present in 
the power distribution, but you do not need it for run linux Mandrake; with the 
essential distribution 7.1 can run OK.
Yours sincerely

Francisco Alcaraz
Murcia (Spain)
e-mail: [EMAIL PROTECTED]

-Mensaje original-De: 
Santiago Canez [EMAIL PROTECTED]Para: 
[EMAIL PROTECTED] 
[EMAIL PROTECTED]Fecha: 
jueves, 05 de octubre de 2000 6:15Asunto: [newbie] 
installation
Okay, so yesterday I finally bought Mandrake 7.1. The 
installation was goingfine until towards the end it ejected the 
installation cd-rom and asked forthe extensions cd(x86). The cd's i got 
when I bought it were installationcd(x86), installation sources, and 
applications cd(x386). So I thought theymeant the applications cd but 
that didn't work. In fact I just tried all thecd's but none of them 
worked. Finally I just conitnued installation withoutthat cd but I would 
really like to know what I can do to fix this.Any 
ideas?SC


RE: [newbie] problem installing X server

2000-10-05 Thread Francisco Alcaraz Ariza

I had the same problems in every computer I have tryed to install 7.1, but
it you select at the boot text installation (not graphic installation)
everything goes OK. I have installed 7.1 in this way in a Toshiba Satellite
4090 and in two more computer and the X run very well; in graphic mode
everytime ocurred the same problem that you mention.
Try it, it worths

Francisco Alcaraz
Murcia (Spain)
e-mail: [EMAIL PROTECTED]

-Mensaje original-
De: Mark Weaver [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: jueves, 05 de octubre de 2000 4:42
Asunto: Re: [newbie] problem installing X server


When you boot to the console login use this command to started the console
version of the X configuration utility:

 setuptool  ENTER

--
Mark

/* I never worry about the to-jams.
 * Once I've stuck my foot in my mouth
 * it's already too late...just make sure
 * you chew them thoroughly before swallowing!
 */
 Registered Linux user #182496
  *   Pine 4.21   *

On Wed, 4 Oct 2000 3:15pm ,[EMAIL PROTECTED] spake passionately
in...:

 dear anyone
 i have a BIG problem and need your help.i'd appriciate all suggestions.
 today a friend of mine asked me to set up a mandrake 7.1 server for his
company.
 it's ment that the server will be tested during 2-3 months and maybe
after that will be replacing one of NT servers for the office usage.
 the installation went smooth untill configuration of X-window. after i
had chosen the monitor (actually listed in HP monitors) and the automaticly
found graphic card (Asus v7700 GeForce 2 GTS AGP), when i want to test the
result it all turns black and installation terminated. i restarted the pc
and linux started in console mode. even after that
 i had no chance to configure X with Xconfigurator command. any option i
ever chosen made the screen show all creation's colors. plz help me to run X
server and graphical login.
 tnx in advance










[newbie] Automatization bttv and related modules

2000-10-04 Thread Francisco Alcaraz Ariza




Hello, I am here again and very happy, finally I 
could watch tv under linux in my computer and also the net. And I have two 
question about:

QUESTION 1
It was hard to me, a 
beginner, but with the help in this list and some web pages I can use cabletv to 
watch the cable chanels with cablecrypt codification (In my house I have an 
account with one of the Spanish cable enterprises named ONO).
I have an Avermedia TV Capture and a ATI Rage II video card in 
a Pentium II 400 with 64 Mb Ram; It works very fine.
At the moment I must introduce manually the orders to charge 
all the necesarry modules:

insmod videodev
insmod i2c verbose=1 scan=1 
i2c_debug=0
test -f i2c_chardev.o 
 insmod i2c_chardev
insmod tuner debug=1 type=5
insmod msp3400 debug=2
insmod bttv card=6 radio=0 pll=2,2 vidmem=0xf50

and after that y type: /usr/local/bin/cabletv and.. 
hale opp! it's run fine

But I would like linux do that automatically when cabletv 
start to run; I think that the way is introduce this orders in the 
/etc/conf.modules file but I do not know exactly how; I have introduced at the 
end of the mentioned file the next lines:

#TV
alias char-major-81 bttv
pre-install bttv modprobe -k msp3400; modprobe -k 
tuner
options bttv
card=6 radio=0 pll=2,2 vidmem=0xf50
options msp3400
degug=2
options tuner
debug=1 type=5

bttv, videodev and i2c are correctly charged when I run 
cabletv, but not msp3400 neither tuner; in fact if I type the orders related 
with those modules everything goes.

Could you help me? What must I write int he conf.modules 
file?

QUESTION 2
I have my home computer with an eternet card and the module it 
is charged fine. I use it to conect sometimes my laptop to this main computer. 
The problem start when I switch on my computer without conexion to the laptop, 
the graphic screen works okey, but the others virtual screen show error messages 
because the computer is trying to conect and doesn't find other computers; 
working for example in virtual screen 1 messages apears every few seconds about 
that the computer is trying to conect.
The ethernet card module is charged in the conf.modules 
file.
Is there any way to make linux only use this module 
when the laptop is conected?


Thanks a lot for your help

Francisco Alcaraz ArizaMurcia, Espaa 
(Spain)e-mail: [EMAIL PROTECTED]


RE: [newbie] AIRIS laptop mandrake install.

2000-09-26 Thread Francisco Alcaraz Ariza

Yo sólo tengo experiencia con un Toshiba de caracteristicas similares
(Celeron 400 TFT..); tuve problemas con el Mandrake 7.1 en la instalación de
las X; sólo me funcionó cuando hice la instalación en modo texto y entonces
conseguí sin problemas que aceptara la configuración de pantalla.
Tuve más problemas con las entradas PCMCIA, pero en la página que te comento
más adelante encontré la información que faltaba; ahora todo me funciona
menos la tarjeta de red (es una Ovislink Fast Ethernet y en la casa me han
dicho que hacia finales de año esperan poner en la página web el
controlador, de momento es incompatible).


En la siguiente dirección hay expuestos los casos de muchas personas con
diferentes portátiles (aunque a primera vista no veo la marca que mencionas)
http://www.cs.utexas.edu/users/kharker/linux-laptop/


Suerte

Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia, España (Spain)
Pone: int+34+968364976
e-mail: [EMAIL PROTECTED]


-Mensaje original-
De: Frederic Paletou [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Fecha: martes, 26 de septiembre de 2000 13:44
Asunto: [newbie] AIRIS laptop  mandrake install.



 hi, hola,

 i'm looking for anyone (in spain!?) who has previous experience of
installing mandrake on a AIRIS laptop (celeron 500, 14" tft, etc...).

 thanks!

---
 Frederic PALETOU   tel: (+34) 922 605 190 or 232
 Telescopio THEMIS (CNRS/UPS 853)   fax: (+34) 922 605 194
 Instituto de Astrofisica de Canarias   mob: (+34) 646 82 12 14
 E-38200 La Laguna, Tenerife (Spain)http://www.obs-nice.fr/paletou/









RE: [newbie] Problems with X in Mandrake 7.1

2000-09-25 Thread Francisco Alcaraz Ariza

I had the same problem with two different computers, one of them a Toshiba
Laptop. One day, I tried to do the text mode installation and ¡hale opp!!!
It worked.
Now it works very nice. Try it, perphaps it worths

Francisco Alcaraz
Spain


-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]En nombre de Figueroa Carlos
(CAP)
Enviado el: lunes, 25 de septiembre de 2000 16:10
Para: [EMAIL PROTECTED]
Asunto: [newbie] Problems with X in Mandrake 7.1


I have Mandrake 7.1 and when I install and run KDE it show the blue screen,
but it goes back to the shell. I think there is a problem with the ATI XPERT
200 that I have. Anybody Know how to fix it?

   Thank you!






[newbie] ATi RAge Fury Pro

2000-09-21 Thread Francisco Alcaraz Ariza

Hello,
I am and user of Mandrake 7.1 and now I would like to improve the video
card.
A lot of people have said me that the ATI RAGE FURY PRO (32 Mb) is a very
good video card on windows environment, but I don't know if It works OK
under Linux.
If you have any experience about this video card please send me an e-mail
with your comments.

Thanks a lot

Francisco Alcaraz Ariza
Murcia, Spain
e-mail: [EMAIL PROTECTED]





[newbie] Graphics instalation with Mandrake 7.1

2000-09-20 Thread Francisco Alcaraz Ariza

Hello,
I am a new Linux User and, of course, I have lots and lots of things to know
about this very stable OS. As more of the new linux users, I come from
windows world, in fact I need to run both OS because wine and vmware can't
run perfectly some very specific applications (actually vmware almost can,
it is a very interesting option but not GNU).

Well, I installed in two computers Mandrake 7.0, one Toshiba Satellite
4090XCDT and one Pentium II with CD-Graber, TV card, Ethernet Card.
After solve via internet some problems, almost everything worked OK.

I was very glad with Linux and I decided to use Mandrake 7.1 in both
computers and then, the problems appear. In both computers it has been
impossible to run linux in graphic mode; along the instalation everything
seems to work OK; Mandrake 7.1 detects all the hardware, even the monitor
and graphic card type, but when I run linux It tries to run in graphic mode
and after some seconds, the blue screen fall down and appear the login in
text mode.
In the case of the Laptop the next messages appear:

(--) SVGA: PCI Trident Cyber 9525 DVD rev 73, Memory 00cff80,
0xff00, MMIO@ Oxff7e
(--) SVGA: Trident chipset versión: 0xf3(Cyber 9525)(YES, IT IS THE CORRECT
CHIPSET)
(--) SVGA: Bios reports Clock Control Bits 0x3
(--) SVGA: Detected a Trident Cyber 9525 DVD
(--) SVGA: Detected an TFT 1024x768 Display
(--) SVGA: Revisión 65
(--) SVGA: Using Trident programable clocks
(--) SVGA: chipset: cyber 9525
(--) SVGA: videoram: 2048 K
(**) SVGA: Option “power_saver” (DO YOU KNOW WHAT THE ** SYMBOLS MEANS?)
(**) SVGA: Using 16 bpp, Depth 16, Color weight: 565
(--) SVGA: Maximum allowed dot-clock: 230.000 MHz
(**) SVGA: Mode “1024x768”: mode clock = 75.000
(**) SVGA: Mode “800x600”: mode clock=60.750
(**) SVGA: Mode “640x480”: mode clock=36.000
(--) SVGA: Virtual resolution set to 1024x760
(--) SVGA: Using linux Frame Buffer at 0x0f880, size E Mb
localhost being added to acces control list
localhost being added to acces control list (IT IS NOT WRONG, THIS LINE
APPEARS TWO TIMES)

Waiting for x server to shut down (AFTER THIS MESSAGE YOU CAN SEE THE
LOGIN REQUEST)

Another data; in the Pentium II one time I made a instalation of 7.1 over
7.0 without formating the "/" partition and the linux 7.1 worked.


I can't understand how 7.0 worked perfectly and 7.1 not.
Could you please help me?
Thanks a lot

Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia (España)
[EMAIL PROTECTED]
[EMAIL PROTECTED]






[newbie] Mandrake on Fujitsu Lifebook

1999-09-29 Thread Francisco Alonso


Hi folks:

This is my first coming to the list and it is looking for help.

I have installed Mandrake 6.0 on a Fujitsu Lifebook C342. It works Ok
but the only problem is that I don't know the video card and monitor
model or specification. So I can't run Xconfigurator succesfully. I have
tested some very conservative ones bu it doesn't work. 

Does anybody a idea about it?


-- 
Francisco Alonso-Sarria
Area de Geografia Fisica
Universidad de Murcia
Campus de La Merced
E-30001 MURCIA



Re: [newbie] Mouse Freezes Install process on 6.1

1999-09-29 Thread Francisco Alonso

Ryan Baxter wrote:
 
 When trying to install my machine freezes after the probing of the
 mouse.
 It says that is has found a PS/2 compatible mouse and then the keyboard
 freezes completely.  Any advice or suggestions are greatly appreciated.
 Thanks.
 
 ryan

Do you have a laptop with one of this new pointer devices that you
control moving the finger across a strange surface?

I have had the same problem just this morning. At the shop they said me
that is a problem with this specific kind of device (sorry). I have
changed to a Fujitsu with just a single buttom that works as a joystick.
It works fine but my problem now is to configure the TFT monitor in
XFree86Setup.

Any idea? 


-- 
Francisco Alonso-Sarria
Area de Geografia Fisica
Universidad de Murcia
Campus de La Merced
E-30001 MURCIA

+34 968364357
e-mail: [EMAIL PROTECTED]