Re: [newbie] Problem with VMware

2004-08-03 Per discussione Jason Kretzer
I am having the same problem.  It asks for the location of my C
headers.  When I give them, it says that the headers are the wrong
version of my kernel and that even if it compiled the proper modules
that they would not load in the kernel.

-Jason


On Tue, 03 Aug 2004 13:19:27 -0400, Gregory Croes
[EMAIL PROTECTED] wrote:
 Hallo, guys
 
 I still have this error:
 
 [EMAIL PROTECTED] gregory]$ su
 Password:
 [EMAIL PROTECTED] gregory]# vmware 
 [1] 2621
 [EMAIL PROTECTED] gregory]# vmware-config.pl
 Making sure VMware Workstation's services are stopped.
 
 Stopping VMware services:
 Virtual machine monitor [ OK ]
 
 grep: /proc/ksyms: No such file or directory
 grep: /proc/ksyms: No such file or directory
 grep: /proc/ksyms: No such file or directory
 Trying to find a suitable vmmon module for your running kernel.
 
 None of VMware Workstation's pre-built vmmon modules is suitable for your
 running kernel. Do you want this program to try to build the vmmon
 module for
 your system (you need to have a C compiler installed on your system)? [yes]
 
 Can somebody knows what the posible problem might be?
 
 Thanks,
 Gregory
 
 
 



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



[newbie] mouse wheel issue

2004-06-27 Per discussione Jason Kretzer
Hello list,

I have mouse a wheel problem.  It won't scroll up or
down.  Here is the entry in the /etc/X11/XF86Config-4

Section InputDevice
Identifier Mouse1
Driver mouse
Option Protocol IMPS/2
Option Device /dev/mouse
Option ZAxisMapping 4 5
EndSection

This should be working.  Since it isn't working I have
tried to configure it using the mouse section in the
'Configure your Computer menu-Hardware

I have tried all of them listed and it only shows the
mouse wheel moving in the down direction -- no matter
whether I am scrolling up or down.

The mouse is a standard two button mouse with scroll
wheel.  It is the mouse of an HP Pavilion a250y
computer.  No other brand markings are on it.

Thanks,

-Jason





__
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 


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



Re: [newbie] mouse wheel issue

2004-06-27 Per discussione Jason Kretzer
--- Charles A Edwards [EMAIL PROTECTED] wrote:
 On Sun, 27 Jun 2004 10:35:57 -0700 (PDT)
 Jason Kretzer wrote:
 
  I have mouse a wheel problem.  It won't scroll up
 or
  down.  Here is the entry in the
 /etc/X11/XF86Config-4
  
  Section InputDevice
  Identifier Mouse1
  Driver mouse
  Option Protocol IMPS/2
  Option Device /dev/mouse
  Option ZAxisMapping 4 5
  EndSection
 
 
 change /dev/mouse to /dev/psaux and your wheel
 should work 
 
 /dev/mouse is a universal setting that is supposed
 to work with all
 ps2/usb units but as with most things there always
 prove to be
 exceptions which require usage of the explicit
 designation of psaux.
 
 
 
 Charles
 


Yes, that did it.  Can't believe, I missed that...

Thanks!

-Jason




__
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 


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



Re: [newbie] CD-RW device problem

2004-06-23 Per discussione Jason Kretzer
--- Jason Kretzer [EMAIL PROTECTED] wrote:
 --- Hoyt Bailey [EMAIL PROTECTED] wrote:
 [snip]
 
   
   
   Here is the contents of my fstab
  
   [EMAIL PROTECTED] jason]# cat /etc/fstab
   /dev/hdb2 / ext3 noatime 1 1
   none /dev/pts devpts mode=0620 0 0
   /dev/hdb6 /home ext3 noatime 1 2
   /dev/hdc /mnt/cdrom auto
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
   0 0
   /dev/hdd /mnt/cdrom2 auto
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
   0 0
   none /mnt/floppy supermount
   
 

dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
   0 0
   /dev/hda1 /mnt/windows ntfs
  umask=0,nls=iso8859-1,ro 0
   0
   none /proc proc defaults 0 0
   /dev/hdb5 swap swap defaults 0 0
   none /mnt/hd supermount
   
 

dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
   0 0
   [EMAIL PROTECTED] jason]#
   
  yours
   /dev/hdc /mnt/cdrom auto
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
   0 0
   /dev/hdd /mnt/cdrom2 auto
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
   0 0
  
  mine
   none /mnt/cdrom supermount 
 

dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
  
  0 0 
  
  It appears that you do not have supermount on your
  cd drives that will 
  require that you 'mount /mnt/cdrom[?]' from a
  terminal before 
  attempting access. or you could add supermount
 after
  
  'none /mnt/cdrom[?]'.
  -- 
  Regards;
  Hoyt
  
   
 
 
 Yep that did it.  
 
 Thanks!
 
 -Jason
   
 __

Ack! same problem again, even with the new line in the
fstab.  I now have a link on the desktop to /mnt/cdrom
which goes to /dev/hdc, which is there whether a cd is
in the drive or not.  When I click the link, there are
no contents.  

So, I opened a terminal and tried to umount it and got
this

/mnt/cdrom: not mounted

OK, so I tried to mount it using and got this

mount /dev/hdc /mnt/cdrom
mount: block device /dev/hdc is write-protected,
mounting read-only
mount: No medium found


Here are the contents of my current fstab file, the
original contents are listed above.

/dev/hdb2 / ext3 noatime 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb6 /home ext3 noatime 1 2
#/dev/hdc /mnt/cdrom auto
umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
none /mnt/cdrom supermount
dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
0 0
/dev/hdd /mnt/cdrom2 auto
umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
none /mnt/floppy supermount
dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
0 0
/dev/hda1 /mnt/windows ntfs umask=0,nls=iso8859-1,ro 0
0
none /proc proc defaults 0 0
/dev/hdb5 swap swap defaults 0 0
none /mnt/hd supermount
dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
0 0


Thanks again,

-Jason



__
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


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



Re: [newbie] CD-RW device problem

2004-06-23 Per discussione Jason Kretzer
--- Jason Kretzer [EMAIL PROTECTED] wrote:
 --- Jason Kretzer [EMAIL PROTECTED] wrote:
  --- Hoyt Bailey [EMAIL PROTECTED] wrote:
  [snip]
  


Here is the contents of my fstab
   
[EMAIL PROTECTED] jason]# cat /etc/fstab
/dev/hdb2 / ext3 noatime 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb6 /home ext3 noatime 1 2
/dev/hdc /mnt/cdrom auto
   
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
/dev/hdd /mnt/cdrom2 auto
   
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
none /mnt/floppy supermount

  
 

dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
0 0
/dev/hda1 /mnt/windows ntfs
   umask=0,nls=iso8859-1,ro 0
0
none /proc proc defaults 0 0
/dev/hdb5 swap swap defaults 0 0
none /mnt/hd supermount

  
 

dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
0 0
[EMAIL PROTECTED] jason]#

   yours
/dev/hdc /mnt/cdrom auto
   
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
/dev/hdd /mnt/cdrom2 auto
   
  
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
0 0
   
   mine
none /mnt/cdrom supermount 
  
 

dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
   
   0 0 
   
   It appears that you do not have supermount on
 your
   cd drives that will 
   require that you 'mount /mnt/cdrom[?]' from a
   terminal before 
   attempting access. or you could add supermount
  after
   
   'none /mnt/cdrom[?]'.
   -- 
   Regards;
   Hoyt
   

  
  
  Yep that did it.  
  
  Thanks!
  
  -Jason
  
  __
 
 Ack! same problem again, even with the new line in
 the
 fstab.  I now have a link on the desktop to
 /mnt/cdrom
 which goes to /dev/hdc, which is there whether a cd
 is
 in the drive or not.  When I click the link, there
 are
 no contents.  
 
 So, I opened a terminal and tried to umount it and
 got
 this
 
 /mnt/cdrom: not mounted
 
 OK, so I tried to mount it using and got this
 
 mount /dev/hdc /mnt/cdrom
 mount: block device /dev/hdc is write-protected,
 mounting read-only
 mount: No medium found
 
 
 Here are the contents of my current fstab file, the
 original contents are listed above.
 
 /dev/hdb2 / ext3 noatime 1 1
 none /dev/pts devpts mode=0620 0 0
 /dev/hdb6 /home ext3 noatime 1 2
 #/dev/hdc /mnt/cdrom auto

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
 0 0
 none /mnt/cdrom supermount

dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
 0 0
 /dev/hdd /mnt/cdrom2 auto

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
 0 0
 none /mnt/floppy supermount

dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
 0 0
 /dev/hda1 /mnt/windows ntfs umask=0,nls=iso8859-1,ro
 0
 0
 none /proc proc defaults 0 0
 /dev/hdb5 swap swap defaults 0 0
 none /mnt/hd supermount

dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
 0 0
 
 
 Thanks again,
 
 -Jason
 
 
   


As an addition to this, I went back to the original
fstab(listed way at the top) and rebooted.  I then had
the same results.

What does one do when their cd-rw does not mount
reliably?  I don't believe it is a hardware problem
since this is a dual boot with win2k and it works
great there.

-Jason





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


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



Re: [newbie] CD-RW device problem

2004-06-20 Per discussione Jason Kretzer
--- Hoyt Bailey [EMAIL PROTECTED] wrote:
[snip]

  
  
  Here is the contents of my fstab
 
  [EMAIL PROTECTED] jason]# cat /etc/fstab
  /dev/hdb2 / ext3 noatime 1 1
  none /dev/pts devpts mode=0620 0 0
  /dev/hdb6 /home ext3 noatime 1 2
  /dev/hdc /mnt/cdrom auto
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
  0 0
  /dev/hdd /mnt/cdrom2 auto
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
  0 0
  none /mnt/floppy supermount
  

dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
  0 0
  /dev/hda1 /mnt/windows ntfs
 umask=0,nls=iso8859-1,ro 0
  0
  none /proc proc defaults 0 0
  /dev/hdb5 swap swap defaults 0 0
  none /mnt/hd supermount
  

dev=/dev/ide/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850
  0 0
  [EMAIL PROTECTED] jason]#
  
 yours
  /dev/hdc /mnt/cdrom auto
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
  0 0
  /dev/hdd /mnt/cdrom2 auto
 

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec
  0 0
 
 mine
  none /mnt/cdrom supermount 

dev=/dev/hdc,fs=auto,ro,exec,--,user,iocharset=iso8859-1,codepage=850,umask=0
 
 0 0 
 
 It appears that you do not have supermount on your
 cd drives that will 
 require that you 'mount /mnt/cdrom[?]' from a
 terminal before 
 attempting access. or you could add supermount after
 
 'none /mnt/cdrom[?]'.
 -- 
 Regards;
 Hoyt
 
  


Yep that did it.  

Thanks!

-Jason




__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


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



[newbie] cannot play DVD using totem or mplayer

2004-06-20 Per discussione Jason Kretzer
Hello again list,

I have another cdrom issue now, this time it involves
my DVD-ROM, here is its specs.

Model: DVD-ROM SD-816B
Vendor: Samsung
Bus: ide
Drive capacity: DVD
Channel: secondary
New devfs device: /dev/ide/host0/bus1/target1/lun0/cd
Old device  /dev/hdd
Media class: cdrom




I called totem from the command line and went to the
Movie menu and selected Play DVD.  The output is below

[EMAIL PROTECTED] jason]$ totem
libdvdnav: Using dvdnav version 1-rc3a from
http://xine.sf.net
libdvdread: Encrypted DVD support unavailable.
libdvdread: Could not open input: No medium found
libdvdread: Can't open /dev/cdroms/cdrom0 for reading
libdvdnav: vm: faild to open/read the DVD




Next I tried mplayer also called from the command line
and its output is below.

[EMAIL PROTECTED] jason]# mplayer dvd://1 -dvd-device
/dev/hdd
MPlayer 1.0pre3-3.3.2 (C) 2000-2003 MPlayer Team

CPU: Advanced Micro Devices Athlon MP/XP/XP-M Barton
2087 MHz (Family: 6, Steppi   
   ng: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1
SSE2: 0
Compiled with Runtime CPU Detection - WARNING - this
is not optimal!
To get best performance, recompile MPlayer with
--disable-runtime-cpudetection.
Reading config file /etc/mplayer/mplayer.conf
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: Can't open
'/root/.mplayer/codecs.conf': No  
 such file or directory
Reading /etc/mplayer/codecs.conf: 61 audio  169 video
codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file:
/usr/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file
/root/.mplayer/input.conf: No such file or director   
   y
Input config file /etc/mplayer/input.conf parsed: 53
binds
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such
file or directory
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.

Playing dvd://1.
libdvdread: Encrypted DVD support unavailable.
Reading disc structure, please wait...
There are 2 titles on this DVD.
There are 4 chapters in this DVD title.
There are 1 angles in this DVD title.
*** Zero check failed in ifo_read.c:1385
for c_adt-zero_1 = 0x07c3

*** libdvdread: CHECK_VALUE failed in ifo_read.c:1389
***
*** for info_length % sizeof(cell_adr_t) == 0 ***

libdvdread: Invalid title IFO (VTS_01_0.IFO).
Cannot open the IFO file for DVD title 1.


Exiting... (End of file)




Anyone know what is going on here?  Again, if more
information is needed just tell me where to find it.

Thanks again,

-Jason





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


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



[newbie] CD-RW device problem

2004-06-19 Per discussione Jason Kretzer
Hello list,

I have the following Cd burner: 

SONY CD-RW CRX160E

It appears to be mounted fine as K3B and xcdroast can
both see it.  Unfortunately, both act as though there
is no disc in it.  Another symptom is when I am
installing software from the CD's the software
installer asks me to place the CD in /dev/hdc (which
is the cdrom in question) when I do, it keeps asking
me for it.  A third similar symptom is when I place a
CD in it that does have stuff on it and it will not
read it or even place that cool automount icon on the
desktop.

If anyone knows of a way around this, I would
appreciate the help.  If you need more information,
tell me where to find it and I will provide it.

On a side note, this pc was upgraded from RedHat 8.0
and xcdroast worked just fine.

Thanks,

-Jason




__
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail


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



[newbie] new to list -- testing subscription -- please ignore

2004-06-11 Per discussione Jason Kretzer
How about them Pistons?




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


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



Re: [newbie] .tar.gz

2004-06-11 Per discussione Jason Kretzer
try 

tar -xvfz


the 'z' unzips thegz portion 
the 'x' extracts the tar portion
the 'v' is for verbose mode
the 'f' is to specify the file

-JasonOOzy [EMAIL PROTECTED] wrote:
How to extract .tar.gz file. I tried "tar -xvf " but no helpWant to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.comJoin the Club : http://www.mandrakeclub.com__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com