applet showing the current XkbLayout

2005-10-05 Thread gustavo halperin

Hello

I'm using enlightenment without KDE and without Gnome. My XFree86 is 
configured with three keyboard layout:

   Option  "XkbLayout" "es,il,us"
   Option  "XkbOptions""grp:shift_toggle"
My question is how I can cache when ever the keyboard Layout change and 
which one is the current, this in order
to write an applet for enlightenment showing an ensign of the current 
country Layout.


Thank you in advance

 Gustavo Halperin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: "Alt Gr" button does't work

2005-10-06 Thread gustavo halperin




 Check your /etc/X11/XF86Config-4, for the keyboard input device, do
you have some thing
like this:
/**/
Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver  "keyboard"
    Option  "CoreKeyboard"
    Option  "XkbRules"  "x.org" 
    Option  "XkbModel"  "pc102"
    Option  "XkbLayout" "it"
EndSection
/*/

Gustavo
  
Oddbyte wrote:

  Dear all,

I have installed Debian 3.1 on my Toshiba Tecra M2 Laptop. 
It seems to work everything, but I have a small trouble with the combined 
chars (eg: "ALT Gr + @").

The keyboard is Italian and it seems to be configurated in right way, but 
"AltGr" doesn't work. Any suggestions?

Thank you.

Oddbyte


  






wsx audio stream only for windows??

2006-05-12 Thread gustavo halperin

Hello

There some address for audio stream that work only for windows, for 
example the next one:

  http://200.43.193.192/radio3/soft.wsx
If you put the above address in the "winmedia" we hear an introduction 
of a radio and then the music, but with "mplayer" or "aviplay" we just 
hear the introduction of the radio and nothing more.
 Please, if you can, try the above address and let me know if there are 
any way to listen this kind of audio streams from linux.


 Thank you very much in advance,
 Gustavo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X.org on Debian Sarge

2006-08-02 Thread gustavo halperin

The best solution for me is edit the /etc/apt/preferences file.
For example in my case is:

Package: *
Pin: origin security.debian.org
Pin-Priority: 999

Package: *
Pin: origin mirror.hamakor.org.il
Pin-Priority: 999

Package: *
Pin: origin www.backports.org
Pin-Priority: 50


The first two sources are official sources. Backport sources have 
priority 50, this assure the behavior of update only the packages that 
aren't in the official source (priority 999).

Provably will be a good idea read "man 5 apt_preferences".

  Good luck,
 Gustavo


B Thomas wrote:

Hi,

I tried upgrading to X.org 6.9 from backports.org so that
I could get Xvideo working with the fglrx ATI drivers for
my x1400 Radeon card. I can't get Xvideo working with
the vesa drivers either (I would prefer open source
drivers if I could but without xvideo and yv12 overlays
xine can hardly play DVDs).

I followed the instructions on how to use apt pinning to
do this, as prescribed by backports.org. However when
I try to do apt-get upgrade, apt tries to upgrade about
135 packages including things like exim4. I see no
reason why this sould be, and would like to stay with
debian stable for everything else (except X11/X.org).

Is there any way to just upgrade the x11 packages to 
x.org ? Is it safe and advisable ?


regards
b thomas


  



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Dhcp debian install

2004-08-16 Thread Gustavo Halperin
Title: Dhcp debian install






Hello 

I'm trying to install debian Linux on my portege R100. I haven't floppy or CDRom, but I have another

laptop with CDRom, therefore I'm trying to made DHPC boot with PXElinux.

  The boot is OK, I use for it 'root.bin' and 'rescue.bin' on '/tftpboot/.' with PXElinux. The problem is

coming when I need to load the base system (base.tar.gz) that is also in the server. 

  My question is if is possible to mount the '/tftpboot' in the client in any way or how made some 

Kernel image that include also the base system and which parameters give to 'PXElinux' for this case.

  Also I will thanks any other solution .

  Thank you

Gustavo Halperin
Amdocs R&D Division 

ABP - Pricing Engine 

(    +972 977 61442 

Ê    +972 977 61783 

+    <mailto:[EMAIL PROTECTED]>   







The information contained in this message is proprietary of Amdocs,protected from disclosure, and may be privileged.The information is intended to be conveyed only to the designated recipient(s)of the message. If the reader of this message is not the intended recipient,you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediatelyby replying to the message and deleting it from your computer.Thank you.

RE: Dhcp debian install

2004-08-17 Thread Gustavo Halperin

 Hello

 I will explain all:
  I did the boot like is explained in
http://www.debianplanet.org/node.php?id=818&cid=13384
Mean take the current bf2.4 linux.bin and the image-1.44 also bf2.4
root.bin, copy booth to the
'/tftpboot/' directory and pass to default PXElinux config the two next
lines:
KENEL linux.bin
APPEND initrd=root.bin flavor=bf2.4

And obviously do it all the other thinks, DHPC server, tftpd server.

 Next the boot start OK, the stages are:
configure the keyboard
partition a hard disk
initialize and active a swap partition
initialize a Linux partition
mount a previously-initialized partition
unmunt a partition
install kernel and driver modules

 And here is the problem because the driver modules are not included in
the root or linux bin. The
drivers are in the server and the network is not onfigured yet, so What
I do now???

 I also see your link [1], and I don't undertound how is charged in the
boot process the mini.iso, do
you now ?, I need to know ?? I mean just run it and every think will OK
...

 Any way, I will try, thank you
   Gustavo


On Monday 16 August 2004 08:36, Gustavo Halperin wrote:
> I'm trying to install debian Linux on my portege R100. I haven't
> floppy or CDRom, but I have another laptop with CDRom, therefore I'm
> trying to made DHPC boot with PXElinux. The boot is OK, I use for it
> 'root.bin' and 'rescue.bin' on '/tftpboot/.' with PXElinux. The
> problem is coming when I need to load the base system (base.tar.gz)
that is also in the server.

You don't give very much information what exactly the problem is. Any
messages on console during the boot that could help us figure out why it
fails?

> My question is if is possible to mount the '/tftpboot' in the client
> in any way or how made some Kernel image that include also the base
> system and which parameters give to 'PXElinux' for this case. Also I
> will thanks any other solution .

Take a look at [1]. This is a complete pxeboot solution for installing
Sarge using the new Debian Installer. Works perfectly for me.
Even if you don't want to install Sarge, it might give you some ideas on
how to set up pxebooting.

There are some instructions in [2] on how to use it (but the server
seems to be down currently).

[1]
http://http.us.debian.org/debian/dists/testing/main/installer-i386/rc1/
images/netboot/pxeboot.tar.gz
[2] http://d-i.alioth.debian.org/manual/

Cheers,
FJP
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBIHq2gm/Kwh6ICoQRArC1AJ9mSf+DPIg/aQ1X6zAUuuhjfivfIACgwYnC
Dxsip5NaiOiAuRGrYifIxZ4=
=flOD
-END PGP SIGNATURE-

Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Dhcp debian install

2004-08-18 Thread Gustavo Halperin

 Thank you,
 I also will try this. Thank you


From: Frans Pop [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 17, 2004 10:27 PM

On Tuesday 17 August 2004 10:07, Gustavo Halperin wrote:
>  I will explain all:
>   I did the boot like is explained in
> http://www.debianplanet.org/node.php?id=818&cid=13384
>
> [...]
>
>  And here is the problem because the driver modules are not included
> in the root or linux bin. The drivers are in the server and the
> network is not onfigured yet, so What I do now???

OK. I understand your problem now.
You are trying to install Woody using PXEBOOT and, if I understand
correctly, using an image intended for a floppy-based installation.

According to the Woody installation manual [1] (see also [2]), you
should use an other image!
It looks like the instructions on debianplanet are not correct.

[1]
http://www.debian.org/releases/stable/i386/ch-appendix.en.html#s11.2.3.1
.5
[2] http://www.debian.org/releases/stable/i386/
ch-install-methods.en.html#s-install-tftp

>  I also see your link [1], and I don't undertound how is charged in
> the boot process the mini.iso, do you now ?, I need to know ?? I mean
> just run it and every think will OK ...

The link I gave you is for installing Sarge using the new Debian
Installer.
Forget the mini.iso. Just unpack the pxeboot.tar.gz file in the
/tftpboot directory on your bootserver and it should work.

Good luck,
FJP
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBIlv+gm/Kwh6ICoQRAggvAJ9NItnsBHvssh5RiUbacXaVPpCmIACgkHBH
29Hkf7eMu8DZAjykiugvtrg=
=HHvn
-END PGP SIGNATURE-



The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



Dhcp & Mirror debian install (last question, I hope)

2004-08-21 Thread Gustavo Halperin

 Hello

 I start the net-installation like Frans Pop sayed ( by the way, thank
you very much)


   Frans Pop
Solution:
Take a look at [1]. This is a complete pxeboot solution for installing
Sarge using the new Debian Installer. Works perfectly for me.
Even if you don't want to install Sarge, it might give you some ideas on
how to set up pxebooting.
There are some instructions in [2] on how to use it (but the server
seems to be down currently).
[1]
http://http.us.debian.org/debian/dists/testing/main/installer-i386/rc1/
images/netboot/pxeboot.tar.gz
[2] http://d-i.alioth.debian.org/manual/
Cheers,
FJP


 
  The boot work  OK, My problem now is when I try to connect to the base
system, to my local mirror.

  I copy in my server in the directory '/data2/mirror' the entire CD
(only the first one) of Debian, this directory
Is also exported OK. And I also have http server runing and started from
the same directory.
 The server have the ip 192.168.0.2, and give the ip 192.168.0.100, I
don't use router or gateway.
 When the menu-intall ask for any mirror I give my local one:
192.168.0.2 and after this I give the path: '/debian/',
after it the menu-install ask me for wich mode I want instal, stable,
testing or unstable ad then is fall when try to
continue the installation. What is wrong ???

 By the way I think that my mirror is OK, because I tested it with othe
computer, I was added in '/etc/apt/sources'
The line: deb http://192.168.0.2 woody main.  And then the 'apt-get
update' was succes.

  Thank you

  Gustavo

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Dhcp & Mirror debian install (last question, I hope)

2004-08-22 Thread Gustavo Halperin

 Thank you,

 I will try today night, but I have une doubt, I need to check also that
all the files in the file 'Packages' in:
http://ftp.debian.org/debian/dists/sarge/main/debian-installer/binary-i3
86/ are in my mirror or just
put this two files (Packages and Packages.gz) with the same  path in my
mirror and go for ??

  Thanks
 Gustavo

On Sunday 22 August 2004 07:33, Gustavo Halperin wrote:
>  When the menu-intall ask for any mirror I give my local one:
> 192.168.0.2 and after this I give the path: '/debian/', after it the
> menu-install ask me for wich mode I want instal, stable, testing or
> unstable ad then is fall when try to continue the installation. What
> is wrong ???
>
This is probably because your mirror does not include the components
(.udeb
files) for the Debian Installer.
If you want to mirror those, you will need to also mirror the contents
of:
http://ftp.debian.org/debian/dists/sarge/main/debian-installer/binary-i3
86/

Cheers,
FJP
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBKHIdgm/Kwh6ICoQRAgcPAJ4iqPT3ndhnbLnlV8V95+23zFTMqACguEvM
fJSE8Lhvvo9LmTGrtAX1R7M=
=X7Yo
-END PGP SIGNATURE-



The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



Sarge NetInstall & partition the harddisk

2004-09-07 Thread Gustavo Halperin
Title: Sarge NetInstall  & partition the harddisk






Hello 

I have a Toshiba Porttege R100 without CD and FLOPPY, therefore I'm trying the net installation. 

In the past you people was help in order to made the DHCP boot, thanks.

 Now I'm using the file:

   http://http.us.debian.org/debian/dists/testing/main/installer-i386/rc1/images/netboot/pxeboot.tar.gz

and the last Sarge version of the first image. 

 The DHCP boot work OK, after it the country, language and keyboard configuration also was OK.

  Next I give a mirror to my second computer, where I have the Sarge-Disk-1, also was ok. 

  Next I choose test instalation and the Install from the disk start !! Woow 

 Now came the problem, I afraid that the net-install not support repartition of the hard disk, I'm right ??

 The main-install give some options for RAID partitions, I hava just one HD, so I don’t need, after it

When I try to creat logical partitions or primary ones, the main-install does not find any device or

Hard Disk. And oviously without Hard Disk I cant continue. What is the problem ??

  Thank you very much.

Gustavo Halperin
Amdocs R&D Division 

ABP - Pricing Engine 

(    +972 977 61442 

Ê    +972 977 61783 

+    <mailto:[EMAIL PROTECTED]>   







The information contained in this message is proprietary of Amdocs,protected from disclosure, and may be privileged.The information is intended to be conveyed only to the designated recipient(s)of the message. If the reader of this message is not the intended recipient,you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediatelyby replying to the message and deleting it from your computer.Thank you.

modprobe nfs on sarge, k2.6.7

2004-10-11 Thread Gustavo Halperin


Hello

I have some errors in the intent for mount some modules:
  nfs, nfsd, ipt_MARK, iptable_nat, snd_ac97_codec, snd_intel8x0.
The more importants for me are the 'nfs' and the 'snd_intel8x0'.
There are some of the Unknowns symbols wrote taked from 'dmes':
  nfs: Unkknown symbol nlmclnt
  nfs: Unkknown symbol rpc_proc_register
  nfs: Unkknown symbol rpc_wake_up_task
  nfs: Unkknown symbol xdr_write_pages
  ...
I will try now to compile the kernel with this support include, instead
of compile theme like modules, nut the best for me is use thise support
like modules, so any idea what can be the problem.

My computer is a Laptop Toshiba Portege R100, with sarge and Kernel 2.6.7

Thank you very much

  Gustavo

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Various questions...

2004-10-17 Thread Gustavo Halperin

>-Original Message-
>From: Rony [mailto:[EMAIL PROTECTED]
>Sent: Friday, October 15, 2004 4:40 AM
>To: [EMAIL PROTECTED]
>Subject: Various questions...

>Hi,

>I have few questions:

>Debian automatically does the file checking every mounting 24 times,
how to configure this? It's too frequent for me.
Sorry, don't know.

>Do we need to defrag in Linux? If yes, what tool to use? I'm using ext3
as the file system.
I don't think so, but if you want just copy all the content in any
partition to another and back to the original,
this way work good in of in linux.

>My Linux time is not correct, i have dual boot with XP. I know it's due
to the difference between how Linux and Windows
>store/convert GMT. How to set to the correct one?
I don't remember now the exactly syntax, you will need to read the man
of 'date'. There you can do anythink like:
Date -set "gtm+n", or just run again 'debconfig' and change the GTM time
and live the rest like before.

>I cannot login to my Yahoo account using Kopete. Always password error.
>Anybody experience this?
Same like told you before, use Gaim, and all will be OK.

>I downloaded Opera, but cannot install it using the following command:
>aptitude -i opera-static_7.54-20040803.1-qt_en_i386.deb
>Can we install it using aptitude?
I don't know 'aptitude', but you can use 'dpkg -I
opera-static_7.54-20040803.1-qt_en_i386.deb', that is the way
To install 'deb' files.

>Last one, anybody can provide me a link to the picture of Debian
hero/heroine, Ian Murdock and Debra? Just curious how
 >they look like :D
Sorry I don't know

Many thx in advance for the advices.


- Rony -



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]

Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Various Questions (2)

2004-10-18 Thread Gustavo Halperin


Me to, never needed to defragment a disk.

Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


-Original Message-
From: Oliver Elphick [mailto:[EMAIL PROTECTED]
Sent: Monday, October 18, 2004 12:49 PM
To: Rony
Cc: [EMAIL PROTECTED]
Subject: Re: Various Questions (2)

On Sun, 2004-10-17 at 15:59, Rony wrote:
...
> For the defrag issue, someone mentioned there's a package called
> defrag in the Debian package list. In the package desciption, it
> states that it defrags some file system, but ext3, the one i'm
> currently using, is not in the list.

In more than 10 years of using Linux, I have never needed to defragment
a disk.

--
Oliver Elphick  [EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
 
 "Delight thyself also in the LORD; and he shall give
  thee the desires of thine heart."  Psalms 37:4


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: problem with gui

2004-10-20 Thread Gustavo Halperin

 Hello
In the log that you attached there only one Error (EE)  with the DRI
driver, and they is not necessary
In order to run X, just run the 3D accelerator.
I suggest start reading some document for example from debian you have
[1].
You can also can read the instructions from other people that almost
install Debian or other Linux
In her Mac and read the part of the X server, you find there in [2] and
[3].
And finally the best one that I think you can read is the documentation
on [4].

 Good Luck.


[1]. http://www.debian.org/ports/powerpc/inst/pmac
[2]. http://www.linux-on-laptops.com/apple.html
[3]. http://tuxmobil.org/apple.html
[4]. http://homepage.mac.com/pauljlucas/personal/powerbook/x.html


Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 20, 2004 12:24 AM
To: [EMAIL PROTECTED]
Subject: problem with gui

Hi!
I am a debian newbie and I installed debian sarge 2.6.8 on my apple
powerbook g3 firewire laptop. The installation ran fine but I have a
problem with the GUI. These are the errors that I am getting. I tried
solving them by using dpkg-reconfigure xserver-xfree86 and startx
commands with no success.
Can somebody help me in thi matter.

(II) Reloading /usr/X11R6/lib/modules/libddc.a
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) R128(0): Generic Monitor: Using hsync range of 28.00-50.00 kHz
(II) R128(0): Generic Monitor: Using vrefresh range of 43.00-75.00 Hz
(II) R128(0): Clock range:  12.50 to 250.00 MHz
(II) R128(0): Not using default mode "640x350" (vrefresh out of range)
(II) R128(0): Not using default mode "320x175" (vrefresh out of range)
(II) R128(0): Not using default mode "640x400" (vrefresh out of range)
(II) R128(0): Not using default mode "320x200" (vrefresh out of range)
(II) R128(0): Not using default mode "720x400" (vrefresh out of range)
(II) R128(0): Not using default mode "360x200" (vrefresh out of range)
(II) R128(0): Not using default mode "640x480" (vrefresh out of range)
(II) R128(0): Not using default mode "320x240" (vrefresh out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (vrefresh out of range)
(II) R128(0): Not using default mode "512x384" (vrefresh out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1280x960" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "1280x960" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1792x1344" (hsync out of range)
(II) R128(0): Not using default mode "896x672" (hsync out of range)
(II) R1

debian-laptop@lists.debian.org

2004-10-25 Thread Gustavo Halperin

-Original Message-
From: Rony [mailto:[EMAIL PROTECTED]
Sent: Monday, October 25, 2004 9:03 AM
To: Gustavo Halperin
Subject: RE: Need advice: share email linux&xp

>Hi,

>Thx for the reply. Have 2 questions:

>> I recommend to use fat32, just more secure write there from linux
>> (but maybe ntfs is also OK).

>Do you know how to make linux write to ntfs?
You can configure it in your kernel (I use this configuration in my
kernel 2.6.7), there is also
a Free Open Project (try search it in the net) that do it and they tell
that is 100% secure.


>> The Second Method is a little more complicate, I similar but now with

>> the mail folder account. For this method maybe you will need also
>> modify the java update file...

>What has it got to do with java?
I afraid about this question, I don't remember the exactly name of the
Java file. The place is under your
Thunderbird directory, in Linux maybe is '.thunderbird' or '.mozilla' in
your root. Looking for the for some
ASCII file that look like init all your preferences. You can define some
unique name in your preferences
And after it loking for for the file that contain this name with:
root>   find  -type f | xargs grep



>Okay thx, think i'll try to make a FAT32 partition for that. Strange,
lilo once make my FAT32 partition dissapear from
> window, and i never get the partition back. Tried to return it using
windows disk management util or qtparted, none works.
Mmmm, I don't think that lilo can do it some thing like this.
Try run 'fs' and check if the partition is there, If from windows you
see it you must also see it from Linux. After
run 'fs', just add it to lilo, run it and that is all.

- Rony -

Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>



--- Gustavo Halperin <[EMAIL PROTECTED]> wrote:

>
> Hello
>
> I almost do it but with mozilla.
> Windows don't know linux partitions, therefore the share place must be

> in windows. I recommend to use fat32, just more secure write there
> from linux (but maybe ntfs is also OK).
>  The simple method is to declare the local folders path in the share
> place (Sh.P), same place for the two mozilla, After it every message
> that you receive and move to the local folder will be accessible for
> both.
>   The Second Method is a little more complicate, I similar but now
> with the mail folder account. For this method maybe you will need also

> modify the java update file and maybe others think, I don't remember
> exactly.
>   Thunderbird  is gray, but some time to much simplificate. So, if you

> can NOT expecify in Thunderbird where you want place the Local Folder,

> the only way working with Thunderbird will be a symbolic link to the
> Sh.P., but I afraid that is not possible if the Sh.P is a windows one
> :(.
>
>   Good Luck
>
>
> Gustavo Halperin
> Amdocs R&D Division
> ABP - Pricing Engine
> *  +972 977 61442
> *  +972 977 61783
> *  <mailto:[EMAIL PROTECTED]>
>
>
> -Original Message-
> From: Rony [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 25, 2004 5:30 AM
> To: [EMAIL PROTECTED]
> Subject: Need advice: share email linux&xp
>
> Hi,
>
> Okay, most of the apps i need is installed already. Now want to try to

> do my work in linux. My system is a dual boot, Sarge-Xp. I'm using
> Thunderbird as email client for both. Anybody have any idea how to
> share my email folder? I know Thunderbird stores each email account in

> a folder.
>
> What i want is, if i retrieve email in Thunderbird linux, i also can
> read the email in Thunderbird windows or vice versa.
>
> Should i provide a partition that both linux and windows can write to?
> What file system should i use? FAT32? Or any better idea? Many thx.
>
>
> - Rony -
>
>
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Address AutoComplete - You start. We finish.
> http://promotions.yahoo.com/new_mail
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>
> The information contained in this message is proprietary of Amdocs,
> protected from disclosure, and may be privileged.
> The information is intended to be conveyed only to the designated
> recipient(s)
> of the message. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, use,
> distribution or copying of this communication is strictly prohibited
> and may be unlawful.
> If you have received this communication in error, please notify us

RE: how to post--configure the Xserver, (XF86Setup or the alike)

2004-10-26 Thread Gustavo Halperin

Yes, there is something like this on Debian, maybe 'dpkg-reconfigure
xfree86',
but in your case is real not necessary, just save your Sid X86Config
file and replace
it with the knoppix one, or see for the differences with the mouse
configurations and
only change this ones.


Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Uwe Brauer
Sent: Tuesday, October 26, 2004 5:28 PM
To: [EMAIL PROTECTED]
Subject: how to post--configure the Xserver, (XF86Setup or the alike)

Hello

After having installed Knoppix 3.3 on my Laptop, and upgrading to SID,
I   tried toconnect a  cordlessLogitech mouse,   via  the  USB
port. However it is not detected my the Xserver.  When I boot from the
Knoppix CD again, it is  detected, but of course I  don't want to redo
the installation. I  could  try to editthe X86Config file,   but I
remember from my earlie SuSe days, that there  was a GUI (XF86Setup or
something  like this) which  allows  me a configuration without editing
the XF86Config file.

is there anything like this available, I searched the package dir
without success.

thanks

Uwe Brauer


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Netinstall on Hp Pavilion ze5600

2004-10-31 Thread Gustavo Halperin

Did you try with DHCP server from ather local computer with Sarge or Sid netInstall??
I think that it will be a solution for you.


Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sylvain LECORNE
Sent: Monday, November 01, 2004 4:41 AM
To: [EMAIL PROTECTED]
Subject: Netinstall on Hp Pavilion ze5600

  Hie,

  I want to do a netinstall in my lap but linux (Debian 3.0 r2) does not recognize my 
network card (conected to a local area with acces to internet through a router). How 
can I do a net install ?
  Thanks,

Sylvain Lecorné


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Need some guidance on a IBM G40

2004-11-01 Thread Gustavo Halperin


I recommend to you start again from the start but with Debian Sid or
Sarge, and not update the Debian
3.0r2 that I suppose is the Debian Woody. The problem is that in my
experiences, the upgrade is not always
do it for all, and probably you never will know which packages wasn't
upgrade because you have the old ones.

In the case that you still want to upgrade, did you do the base-config
stage ??, any way, my suggest is do
the upgrade as soon as possible.

Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


-Original Message-
From: Arthur Zhu [mailto:[EMAIL PROTECTED]
Sent: Monday, November 01, 2004 9:47 AM
To: [EMAIL PROTECTED]
Subject: Need some guidance on a IBM G40

Hi,

As a debian newbie I would like to give Woody a go on my newly acquired
IBM G40. P4 3.0GHz, 512MB RAM and 60GB HDD.

I resized the NTFS partition put a basic Debian system (3.0r2) on and I
am back at a command prompt.

I haven't tried out X server or anything and I searched the Net for some
hints and the things I found are more a 'finished' installation for
advanced users without any further details. It seems like I need
XFree86 4.3.0 - I am running a bare system with kernel 2.4.18 coming
with the woody and also 9 Sid CDs (2004 July 3 version) from a friend.

What should I do next? compile a kernel? Or do a dist upgrade? I am
really lost here. Any help will be much appreciated.

Thanks

Arthur Zhu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Need some guidance on a IBM G40

2004-11-01 Thread Gustavo Halperin

Yes, I mean boot from the CD.
About the boot:  I don't sure about Sid, but I think that Sarge can do
it boot without any problem.
Just try, but if not I recommend to you just install the base system and
after it when the system do reboot and
after it ask you for CD resources give the CD that you have (I mean the
Sid ones).
 And one more think, if you are new with Debian I think that maybe is to
risk use Sid, maybe is better start with Sarge
that is almost stable.


Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


-Original Message-
From: Arthur Zhu [mailto:[EMAIL PROTECTED]
Sent: Monday, November 01, 2004 10:24 AM
To: Gustavo Halperin
Cc: [EMAIL PROTECTED]
Subject: Re: Need some guidance on a IBM G40

Thanks for the advice. When you say 'start again from the start' do you
mean boot the machine with say Sid CD1 and wipe out the previous
installation?

But Sid is supposed to be only used for upgrade not installation from
start?

On Mon, 1 Nov 2004 09:56:48 +0200, Gustavo Halperin
<[EMAIL PROTECTED]> wrote:
>
>
> I recommend to you start again from the start but with Debian Sid or
> Sarge, and not update the Debian
> 3.0r2 that I suppose is the Debian Woody. The problem is that in my
> experiences, the upgrade is not always do it for all, and probably you

> never will know which packages wasn't upgrade because you have the old

> ones.
>
> In the case that you still want to upgrade, did you do the base-config

> stage ??, any way, my suggest is do the upgrade as soon as possible.
>
> Gustavo Halperin
> Amdocs R&D Division
> ABP - Pricing Engine
> *+972 977 61442
> *+972 977 61783
> *<mailto:[EMAIL PROTECTED]>
>
>
>
>
> -Original Message-
> From: Arthur Zhu [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 01, 2004 9:47 AM
> To: [EMAIL PROTECTED]
> Subject: Need some guidance on a IBM G40
>
> Hi,
>
> As a debian newbie I would like to give Woody a go on my newly
> acquired IBM G40. P4 3.0GHz, 512MB RAM and 60GB HDD.
>
> I resized the NTFS partition put a basic Debian system (3.0r2) on and
> I am back at a command prompt.
>
> I haven't tried out X server or anything and I searched the Net for
> some hints and the things I found are more a 'finished' installation
> for advanced users without any further details. It seems like I need
> XFree86 4.3.0 - I am running a bare system with kernel 2.4.18 coming
> with the woody and also 9 Sid CDs (2004 July 3 version) from a friend.
>
> What should I do next? compile a kernel? Or do a dist upgrade? I am
> really lost here. Any help will be much appreciated.
>
> Thanks
>
> Arthur Zhu
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
> The information contained in this message is proprietary of Amdocs,
> protected from disclosure, and may be privileged.
> The information is intended to be conveyed only to the designated
> recipient(s) of the message. If the reader of this message is not the
> intended recipient, you are hereby notified that any dissemination,
> use, distribution or copying of this communication is strictly
prohibited and may be unlawful.
> If you have received this communication in error, please notify us
> immediately by replying to the message and deleting it from your
computer.
> Thank you.
>

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



eReader

2004-11-15 Thread Gustavo Halperin
Title: eReader






Any one know any viewer application that replace eReader, for 'pdb' files??

I know that my question is not debian-laptop specific, sorry for that.

And thanks,

Gustavo Halperin
Amdocs R&D Division 

ABP - Pricing Engine 

(    +972 977 61442 

Ê    +972 977 61783 

+    <mailto:[EMAIL PROTECTED]>   







The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of 
this communication is strictly prohibited and may be unlawful. 
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.


Gnuchess -xboard-cpu resource

2004-12-23 Thread Gustavo Halperin
Title: Gnuchess -xboard-cpu resource






Hello list

I am using debian testing on my laptop, my question is have not to much relation with laptop (sorry) but maybe some one can help me any way.

When I used gnuchess with xboard, after some time the cpu up to 90% more less, the cpu start to be hot and I also can do it nothing more.

Do you know something about some problem between xboard and cpu use ?? 

 Thank you very much

  Gusti

Gustavo Halperin
Amdocs R&D Division 

ABP - Pricing Engine 

(    +972 977 61442 

Ê    +972 977 61783 

+    <mailto:[EMAIL PROTECTED]>   







The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of 
this communication is strictly prohibited and may be unlawful. 
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.


SD Card

2005-01-25 Thread Gustavo Halperin
Title: SD Card






Hello

 I have a toshiba portege r100. I'm thinking to buy some SD Card, but I'm not sure if we have drivers in order to mount these devices. 

 Do you know some thing about???

 Thank you

Gustavo Halperin
Amdocs R&D Division 

ABP - Pricing Engine 

(    +972 977 61442 

Ê    +972 977 61783 

+    <mailto:[EMAIL PROTECTED]>   







The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of 
this communication is strictly prohibited and may be unlawful. 
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.


RE: SD Card

2005-01-26 Thread Gustavo Halperin

 -Original Message-
From: Paul Puschmann [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 26, 2005 9:44 AM
To: debian-laptop@lists.debian.org
Subject: Re: SD Card

>Derrick Hudson wrote:
>> On Tue, Jan 25, 2005 at 07:10:12PM +0200, Gustavo Halperin wrote:
>> | Hello
>> |
>> |  I have a toshiba portege r100. I'm thinking to buy some SD Card, 
>> | but I'm not sure if we have drivers in order to mount these 
>> | devices.
>>
>> |  Do you know some thing about???
>>
>> By SD do you mean "Secure Digital"?  I have a cheap SD card reader
>> that plugs into my USB bus.  It follows the "mass storage"
>> specification so it works without any special drivers.  The SD cards
>> I've seen (from my brother's Kodak camera) have a DOS partition table

>> with a single FAT filesystem, both of which are well supported by
>> linux.  I configured udev to give me a descriptive device name for
the
>> reader, and an fstab entry to allow ordinary users to mount it.
>>
>> HTH,
>> -D
>
>I think it is about the built-in SD-Card-Reader in Toshiba laptops.
>I own a Toshiba Satellite Pro 6100 an lspci gives me:

>:02:0d.0 System peripheral: Toshiba America Info Systems SD TypA
Controller (rev 03)

>But I didn't try this one (because I don't have a SD-Card ;)

>Paul


Yes, you right.
I mean the built-in SD-Card-Reader. And not the External SD-Card Reader
that is conencted over the usb port.
Did you any one know how if is drivers for this built-in reader ???

Thank you


Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



MMC vd SC Card

2005-02-13 Thread Gustavo Halperin



Hello
 
I have a Toshiba
Portege R100 with built-in SD-Card-Reader/Writer.
My first question is
if I also can use this built-in SD-Card-Reader/Writer with MMC
Card?
And my second
question is if any one know what are the difference between the two cards, if
the SD is more secure or some thing like this?
 
Thank you in
advance.
 

Gustavo Halperin Amdocs R&D Division 
ABP - Pricing Engine

( +972 977 61442 
ֺ +972 977 61783 
+ <mailto:[EMAIL PROTECTED]> 
 

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of 
this communication is strictly prohibited and may be unlawful. 
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.


RE: what's the best way to deal with a disconnect eth0?

2005-02-16 Thread Gustavo Halperin

 In addition, about the linux partition from linux, there are a free
project some where on the net, that allow read linux-ext2/3 from
windows. I have it in my laptop under winXP and work very good. I
don't remember the exactly name :-(, sorry. Just do a little search on
google.


Gustavo Halperin
Amdocs R&D Division

ABP - Pricing Engine

* +972 977 61442

* +972 977 61783

* <mailto:[EMAIL PROTECTED]>


-Original Message-
From: Curt Howland [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 16, 2005 7:04 PM
To: debian-laptop@lists.debian.org
Subject: Re: what's the best way to deal with a disconnect eth0?

You say he's tech savvy, so teach him what "ifup eth0" means. He can use
it in the rare instance that he plugs it in.

Then don't put eth0 in the "auto" line of /etc/network/interfaces

Curt-

On Wednesday 16 February 2005 11:30, Eric van der Paardt was heard to
say:
> I'm setting up a laptop for my companies president.  He likes techy
> things and asked me to setup a linux/winxp dual boot for him to play
> with and compare.
>
>
>
> So I have it all setup, I've got a nearly apples to apples setup
> running (except the windows partition is available under Linux but not

> vice versa).
>
>
>
> The biggest thing holding me back is eth0, w/o a cable connected you
> get a bunch of ugly DHCP connection junk on startup and it takes a
> long time to time out.  This will almost NEVER be connected, but I
> don't want to just remove the auto setup for that interface in case
> someday he does plug it into something...
>
>
>
> So is there a way with the /etc/interfaces stuff to only try to
> auto-configure eth0 if there is a cable plugged in?
>
>
>
> Eric G. van der Paardt
>
> Systems Administrator
> 715-485.9312x3198
>
> Bishop Fixture & Millwork
>
> 101 Eagle Dr.
>
> Balsam Lake, WI 54801

--
September 11th, 2001
The proudest day for gun control and central planning advocates in
American history


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: apt-get problem

2005-03-09 Thread Gustavo Halperin


Hello Ben.

 First, I have ask you if you are doing the update/upgrade from CDs or
from the net. I personally think that is more secure the Net, especially
if you aren't using the stable version (woody).
  Next your problem looks like that your source (CD or Net) are not
consistently. Therefore, you can easy fix it manually. Just write down
the packages that can't be installed (e.g. libkcal2 ) and take this
packages from debian home page (see [1]) with the same version like is
request or with a bigger one and then upgrade yours or just remove and
install again the correct ones (dpkg -remove, dpkg -install).

 And I repeat, the best way for do 'update' and next 'dist-upgrade' I
believe it from the Net, in my experience the CDs for the test version
commonly have inconsistently like in your problem. Therefore in the
result of  [1] you get the knows mirrors of Debian arround the world,
just add the more close to you to your source file (I think that is
'/etc/apt/sources') and try first do this place the 'apt-get update' and
after the 'apt-get dist-upgrade'.  BTW, you can add many mirrors, and
not just one.


[1] From: http://www.debian.org/distrib/packages#search_packages
   choose the "testing" version and write the package name.
  For example the package 'libkcal2 ' is currently in the version
4.3.3.1-3.

Gustavo Halperin
Amdocs R&D Division

ABP - Pricing Engine

* +972 977 61442

* +972 977 61783

* <mailto:[EMAIL PROTECTED]>


-Original Message-
From: Ben [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 08, 2005 2:25 AM
To: debian-laptop@lists.debian.org
Subject: apt-get problem

Hi All,

Hopefully someone can help me with this...

I have an old(er) laptop that I use as a router, I recently ran an
apt-get upgrade on the laptop from stable to testing which returned the
following error:

Preconfiguring packages ...
(Reading database ... 115430 files and directories currently installed.)
Preparing to replace kdelibs-data 4:3.1.5-1 (using
.../kdelibs-data_4%3a3.3.2-1_all.deb) ...
Unpacking replacement kdelibs-data ...
Replacing files in old package kcontrol ...
Replacing files in old package koffice-data ...
dpkg: error processing
/var/cache/apt/archives/kdelibs-data_4%3a3.3.2-1_all.deb (--unpack):
  trying to overwrite
`/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop', which is also
in package openoffice-de-en
dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were
encountered while processing:
  /var/cache/apt/archives/kdelibs-data_4%3a3.3.2-1_all.deb


I have attempted to use --fix-missing & -f to no avail, I have attempted
to remove everything to do with kde & openoffice (being a router I don't
use either of these) and get the error:

You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
   kaddressbook: Depends: libkcal2 (>= 4:3.3.1) but it is not going to
be installed
 Depends: libkdepim1 (>= 4:3.3.1) but it is not going to
be installed
   kalarm: Depends: libkcal2 (>= 4:3.3.1) but it is not going to be
installed
   Depends: libkdepim1 (>= 4:3.3.1) but it is not going to be
installed
   kandy: Depends: libkdepim1 (>= 4:3.3.1) but it is not going to be
installed
   kdelibs4: Depends: kdelibs-data (>= 4:3.3.0) but 4:3.1.5-1 is to be
installed
   korganizer: Depends: libkcal2 (>= 4:3.3.1) but it is not going to be
installed
   Depends: libkdepim1 (>= 4:3.3.1) but it is not going to
be installed
   Depends: libkgantt0 (>= 4:3.3.1) but it is not going to
be installed
   Depends: libkpimexchange1 (>= 4:3.3.1) but it is not
going to be installed
   Depends: libkpimidentities1 (>= 4:3.3.1) but it is not
going to be installed
   kpilot: Depends: libkcal2 (>= 4:3.3.1) but it is not going to be
installed
   ksync: Depends: libkcal2 (>= 4:3.3.1) but it is not going to be
installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).

how on earth do I get around this? I seem to now be at the position that
I can no longer install or remove anything via apt, which is getting
very frustrating...

any suggestions

Ben


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Firefox problems

2005-03-09 Thread Gustavo Halperin

Just do it a search in google:

http://www.google.com/search?q=acrobat+linux&sourceid=mozilla-search&sta
rt=0&start=0&ie=utf-8&oe=utf-8

And you will get some interesting links like:
   http://www.savewealth.com/support/acrobat/linux/
Or

http://www.adobe.com/support/downloads/product.jsp?product=10&platform=u
nix

And next time, please be a little less lazy.


Gustavo Halperin
Amdocs R&D Division

ABP - Pricing Engine

* +972 977 61442

* +972 977 61783

* <mailto:[EMAIL PROTECTED]>


-Original Message-
From: Emil Carlsson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 4:45 PM
To: Gokul Poduval
Cc: debian-laptop@lists.debian.org
Subject: Re: Firefox problems

I didn't know acrobat had products for linux... where can I find those?
I get wierd errors sometimes when I print using xpdf

Gokul Poduval wrote:

>Hello Arjen,
>  Do you have acrobat reader or any other pdf reader installed as a
>plugin ? Firefox used to crash for me when acrobat was a plugin for me.

>After I started using pdf readers as external programs, it doesn't
>crash with pdfs anymore.
>
>
>On Tue, 08 Mar 2005 21:00:22 +0100, Arjen Verweij
><[EMAIL PROTECTED]> wrote:
> 
>
>>I have a completely unrelated problem with Firefox in Sid, it just
>>"dies" sometimes when I click on pdf urls. Pretty annoying. Do you
>>have that to?
>>
>>Also, when browsing really large forumthreads (i.e. 1000 posts + pics)

>>Firefox and X will hog memory like there is no tomorrow.
>>
>>I haven't found anyone with similar problems yet.
>>
>>Regards,
>>
>>Arjen
>>
>>Emil Carlsson wrote:
>>
>>   
>>
>>>Hi,
>>>
>>>I'm experiencing some problems with firefox and so is my roommate,
>>>firefox sometimes stops loading and sometimes it even do a sighalt
>>>without any warning.
>>>
>>>Does anyone else have the same problem as we do? We have different
>>>computer models, with different chipsets in them.
>>>
>>>This is all the information I have about it also since I don't get
>>>any error reporting.
>>>
>>>Regards
>>>
>>>Eric
>>>
>>>
>>> 
>>>
>>--
>>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>>with a subject of "unsubscribe". Trouble? Contact
>>[EMAIL PROTECTED]
>>
>>
>>   
>>
>
>
> 
>


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: I made SD card reader work on 700m

2005-03-20 Thread Gustavo Halperin



Ilana,
but this driver is for Windows !! Do you get this driver work on Debian
???
 

Gustavo Halperin Amdocs R&D Division 
ABP - Pricing Engine

( +972 977 61442 
ֺ +972 977 61783 
+ <mailto:[EMAIL PROTECTED]> 
 


From: Iliana Garcia [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 20, 2005 1:38 AMTo:
debian-laptop@lists.debian.orgSubject: I made SD card reader work on
700m


I had the same trouble and thought I
would let you know.
 
Download the
driver:
Chip Set:
Texas Instruments PCI7420 Flash Memory/SD
Reader, Driver, Windows XP, Multi Language, Inspiron
700m, v.1.0.2.3, A01 
 
http://support.dell.com/support/downloads/format.aspx?releaseid=R85896&c=us&l=en&s=gen&cs=
 
file is called
R85896.EXE
 
 
 
Good
luck,
Gaby

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of 
this communication is strictly prohibited and may be unlawful. 
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.


Resume-windows-resume

2005-03-27 Thread Gustavo Halperin



Hello
List.
 
I have a question.
There is any problem for the next situation:
  1: From Linux
resume to the hard disk (commonly to the swap partition)
  2: Boot to
Windows.
  3. Boot to
Linux.
 
I believe that there
aren't any problem by the fact that al the boot-Linux information was on the HD,
I'm right ??
 
Thank you very much
in advance.
 

Gustavo Halperin Amdocs R&D Division 
ABP - Pricing Engine

( +972 977 61442 
ֺ +972 977 61783 
+ <mailto:[EMAIL PROTECTED]> 
 

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of 
this communication is strictly prohibited and may be unlawful. 
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.


RE: Resume-windows-resume

2005-03-27 Thread Gustavo Halperin

Thank you, I think the same


Gustavo Halperin
Amdocs R&D Division

ABP - Pricing Engine

* +972 977 61442

* +972 977 61783

* <mailto:[EMAIL PROTECTED]>


-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ritesh Raj Sarraf
Sent: Sunday, March 27, 2005 6:11 PM
To: debian-laptop@lists.debian.org
Subject: Re: Resume-windows-resume

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gustavo Halperin wrote:

>
> Hello List.
>
> I have a question. There is any problem for the next situation:
>   1: From Linux resume to the hard disk (commonly to the swap
partition)
>   2: Boot to Windows.
>   3. Boot to Linux.
>
> I believe that there aren't any problem by the fact that al the
> boot-Linux information was on the HD, I'm right ??
>
> Thank you very much in advance.
>

I won't be a problem unless you use some tool in Windows to modify
anything in the Linux partitions.

rrs
- --
Ritesh Raj Sarraf
RESEARCHUT -- http://www.researchut.com
Gnupg Key ID: 04F130BC
"Stealing logic from one person is plagiarism, stealing from many is
research".
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCRtsG4Rhi6gTxMLwRAhxcAKCqzKL1QsN4kCfR4pDl+pVsRfLh0ACfSkia
XB97BbpFZ7JTQrzhTaXFyFs=
=HiZn
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



resume to disk

2005-03-28 Thread Gustavo Halperin



Hello
List
 
I had many problem
in the past with the resume to disk operation and still have, maybe you can help
me.
 
If I do
:
  echo -n mem
> /sys/power/state 
or
  echo 3
> /proc/acpi/sleep
every think work OK
, But If I try to resume to the disk with "echo -n disk >
/sys/power/state" or "echo 3 > /proc/acpi/sleep"
the computer shut
down but stay with the Light of the power ON (BTW, I have a Toshiba Portege R100
with Testing and kernel 
2.6.7).  After
it the computer don't respond to any button and only after a long press to the
power the computer is shutting down.
When I ON again the
Laptop I receive the next message:
  
WARNING: CAN'T START HIBERNATION MODE BECAUSE HDD IS DAMAGED.

   PRESS
ANY KEY TO CONTINUE.
I press any key, the
computer restart and I choose the kernel that also have the parameter
"resume=/dev/had" in the append. But
all is wrong at this
time, the computer also check all the partitions and after it do normal
boot.
 Any IDEA what
is the problem ???
 
Thank you very much
in advance.
 

Gustavo Halperin Amdocs R&D Division 
ABP - Pricing Engine

( +972 977 61442 
ֺ +972 977 61783 
+ <mailto:[EMAIL PROTECTED]> 
 

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of 
this communication is strictly prohibited and may be unlawful. 
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.


RE: resume to disk

2005-03-28 Thread Gustavo Halperin

 Yes I'm currently using a native software suspend from the Kernel
2.6.7. Her documentation
say that by default the suspend use the swap partition.
 This Documentation (Documentation/power/swsusp.txt) also say append
"resume=/dev/"
in the kernel parameters. And I did it.
 I also sew on the net one man that success did resume to disk with the
same Laptop model like mine
(http://www.freed.net/opensource/R100.html) so I believe that the
problem is for any bad configuration.

 Thanks

 Gustavo Halperin



-Original Message-
From: Konstantinos Koukopoulos [mailto:[EMAIL PROTECTED]
Sent: Monday, March 28, 2005 11:04 AM
To: debian-laptop@lists.debian.org
Subject: Re: resume to disk

On Mon 28 Mar 2005 10:56, Gustavo Halperin wrote:u
> If I do :
>   echo -n mem > /sys/power/state
> or
>   echo 3 > /proc/acpi/sleep
> every think work OK , But If I try to resume to the disk with "echo -n

> disk > /sys/power/state" or "echo 3 > /proc/acpi/sleep"
> the computer shut down but stay with the Light of the power ON (BTW, I

> have a Toshiba Portege R100 with Testing and kernel 2.6.7).  After it
> the computer don't respond to any button and only after a long press
> to the power the computer is shutting down.

in my laptop (Thinkpad R40) sometimes the same happens but I've never
had to press the power button because after a while it either wakes up
(as if I hadn't suspended it) or it proceeds to hibernate. I think it's
a driver issue (some might not handle suspending right) but I haven't
had the time to check it out. Btw, I'm using software suspend (swsup)
with kernel 2.6.10, perhaps the weird messages you're getting are
because you're attempting a native suspend? From what I've read to do
native suspend you need a special partition (FAT32).


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]

Gustavo Halperin
Amdocs R&D Division

ABP - Pricing Engine

* +972 977 61442

* +972 977 61783

* <mailto:[EMAIL PROTECTED]>


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: resume to disk

2005-03-28 Thread Gustavo Halperin

 Sorry, but I don't sure that I undrestand you.
 Primary, yes, I was enable the software suspend in my kernel.
 Second, if the the bios native hibernation don't work with the swap partition 
with wich
partition it work and if I will give any parameter to the kernel in the boot?
 And last, if I remember good, the documentation say that the default place for 
resume is the
swap partition, so.., why do you say that this partition doesn't work with the 
bios-native-hibernation.

Thank you

Gustavo Halperin
Amdocs R&D Division

ABP - Pricing Engine

* +972 977 61442

* +972 977 61783

* <mailto:[EMAIL PROTECTED]>


-Original Message-
From: Κωνσταντίνος Κουκόπουλος [mailto:[EMAIL PROTECTED]
Sent: Monday, March 28, 2005 6:55 PM
To: debian-laptop@lists.debian.org
Subject: Re: resume to disk

On Mon 28 Mar 2005 13:20, Gustavo Halperin wrote:
>  Yes I'm currently using a native software suspend from the Kernel
> 2.6.7. Her documentation say that by default the suspend use the swap
> partition.
>  This Documentation (Documentation/power/swsusp.txt) also say append
> "resume=/dev/"
> in the kernel parameters. And I did it.

The documentation you're referring to is about software suspend (in which the 
OS takes care of saving the memory to disk). But if you're using the bios 
native hibernation mode then I think that it won't work with the swap 
partition. Perhaps you have to enable software suspend in your kernel 
configuration?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



Re: Grabadora en Linux

2005-05-19 Thread gustavo halperin
Carlos Martínez Fernández wrote:

¿Has probado K3B?
Es un frontent del CDRECORD para gnome/kde, espero que te ayude. Es 
muy parecido al NERO de windows.

No lo he probado porque tengo gnome y para instalarlo tenía que 
instalar mogollón de librerías de kde, sólo por un programa. Entonces, 
si pudiera solucionarlo con lo que tengo genial, sino tendré que hacerlo.

Además, tengo curiosidad por saber el por qué, así que si alguno lo 
sabe, se lo agradecería.

Saludos.
Salu2
Carlos Martínez Fernández escribió:
Hola todos,
He instalado Ubuntu 5 en el portátil y no he tenido ningún problema 
con el hw salvo la grabadora. Instalé el xcdroast y el gcombust y 
ambos me dicen que no tengo ningún dispositivo SCSI y, por tanto, no 
puedo usarlos.

Dado mis conocimientos limitados he intentando averiguar el por qué 
buscando por internet. Vi que con el cdrecord podría saber si me la 
había detectado como SCSI o no, pero no he encontrado nada. 
Entonces, mi primera pregunta es: ¿Debe ser SCSI para poder grabar?

Pues bien, buscando más me encuentro en la página de ubunto que se 
pueden grabar CD/DVD con el nautilus. Vaya, pues voy a probarlo. Y 
para sorpresa, pues si consigo grabar, aunque solo CD/DVD de datos. 
Entonces, por lo que veo no debe ser necesario que sea SCSI, o si?

¿Qué debo hacer para solucionar el problema, y que pueda utilizar el 
xcdroast o gcombust? ¿Me recomendais otro programa para grabar?

xcdroast lo use en su momento y me parecio muy bueno.
Pero antes que nada algunas preguntas.
Que es el Ubuntu 5 ?
Que linux usas ? supongo que Debian, no ?
Que kernel usas?  2.4.x o 2.6.x.  ?
Por ultimo no me quedo claro si podes gravar o no, pues en tu mail
decis que con el nautilus (que tampoco se que es) podes grabar cd/dvd
de datos, entonces cual es el problema, gravar musica o dvd-peliculas ??
Y por ultimo, linux necesita SCSI drivers y simuladores de SCSI soportados
en el kernel como modulos o internos para que puedas leer DVD or gravar
sobre CD. Tendrias que leer CD-Writer HowTo.
Por ultimo, si mal no recuerdo, apartir del kernel 2.6.11 o por alguno de
esos, el kernel ya soporta o tiene un tipo de nuevo driver para gravar en
CDs. Por eso te preguntaba que kernel usabas.
En fin amigo, al principio, Linux puede ser un poco duro y requerir un poco
de estudio. Pero al final obtenes mejores resultados, mas control sobre lo
que pasa y mas entendimiento oviamente tambien.
 Mucha suerte y cualquier problema siga preguntando que aqui estamos
para ayudarnos.
 Estimadamente
Gustavo Halperin
Muchas gracias.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


X.org 6.8.2

2005-05-27 Thread gustavo halperin

Hello List

I was installed from the source the last X.org version, 6.8.2.
My computer is laptop Toshiba Portege R100 with Trident Graphic Card.
After to copy the XF86config-4 to a new file xorg.conf the system was up.
I have currently two problems:
1:- From the x.org.log I get the next error:
  (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
 I can type the common keyboard but not all.

Thank you

Gustavo Halperin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X.org 6.8.2

2005-05-29 Thread gustavo halperin

Sven Arvidsson wrote:


gustavo halperin wrote:
 


I almost try it, but isn't the problem.
There is also a problem with a "LD_LIBRARY_PATH", the aren't contain the 
"/usr/X11R6/lib"

and nothing almost is work at the time that I add manually this path.
After it if I try manually for example the next command:
> setxkbmap 
Always I receive the next error:
> Error loading new keyboard description.

That looks like some bug in the process of : "make install" from the X.org.
Before it I wasn't this problems with the XFree86 4.3.
   



Did you follow this guide?
http://blogs.vislab.usyd.edu.au/index.php/Steve/2004/09/09/installing_a_non_intrusive_x

Especially the steps about adding the corrects paths to
LD_LIBRARY_PATH? 


Hopefully debian packages for Xorg will show up in the exeperimental
archive soon.

Also, don't answer back to me directly, but back to the list so all
can read :-)

 


Yes, thanks,
I found it yesterday and then the think start to work for me, maybe in 
the future
I will reinstall the X.org like is explain there from the begin, by now 
I just fix the
'/usr/X11R6.8/lib/X11/xkb/xkbcomp' (I didn't put it in  the local place) 
and also

add to the file '~/xsession' the next lines:
   export PATH=/usr/X11R6/bin/:$PATH
   export LD_LIBRARY_PATH=/usr/X11R6/lib/:$LD_LIBRARY_PATH
   export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/

I didn't fix yet a little problem with the Hebrew chars, I made by now a 
little work

around.
Secondary I'm currently using the 'trident' driver, instead the 'vesa'  
driver that I
used before for my Toshiba Portege R100 (graphics driver name: 
Cyber-XP4), now
I doesn't need to change to the virtual terminal (Ctrl+Alt+Fn) when I 
start X in order
to see the correct colors, but the trident drivers work a little more 
slow. Any way I will

wait for the next versions of this driver.

By the way, so my problems with this installation was a bug of the X.org 
or what ???


Really thank for not forgot me.

 Gustavo Halperin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



kaspid CPU use

2005-06-07 Thread gustavo halperin

Hello

I'm using the new kernel 2.6.11.11 in my Laptop.
I also use ACPI with the kernel. In my system run a process named 'kaspid'
that use to much CPU%, each many second this process take 45 CPU% approx.
I find some path for this problem but they are for previous kernel versions.
Do you know something about this problem or maybe some work-around like
down the priority of this process or something ???

Thanks

Gustavo Halperin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Test] Please ignore

2003-12-31 Thread Gustavo Halperin
--
Regards.
gustavo halperin
_
Laboratory for Computer Graphics and CAD
Faculty of Mechanical Engineering
Technion - Israel Institute of Technology
Haifa, Israel 32000
Tel:  972-4-829-2334
Fax:972-4-829-5711
e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


mplayer & audio

2003-12-31 Thread Gustavo Halperin
Hello List

 My 'mplayer' can't open the audio (or/and dsp) device when I run it like
user.  I added the user in the audio group (in file /etc/group), also the
'xmms' and other audio applications haven't problem with audio devices
like simple user. But 'mplayer' only can open this device like root.
Any idea why it is happen??
By the way, I'm using Debian woody and the device intel i810 together
with the NAS audio server.
 Thank you.
--
Regards.
gustavo halperin
_
Laboratory for Computer Graphics and CAD
Faculty of Mechanical Engineering
Technion - Israel Institute of Technology
Haifa, Israel 32000
Tel:  972-4-829-2334
Fax:972-4-829-5711
e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


mplayer + esound

2004-01-26 Thread Gustavo Halperin
Hello
 I use the esound. XMMS work OK, but the mplayer doesn't now the esd 
driver.
When I do mplayer -ao help, I receive:
[EMAIL PROTECTED]:~$ mplayer -ao help
MPlayer 1.0pre2-2.95.4 (C) 2000-2003 MPlayer Team

CPU: Intel Pentium 4/Xeon/Celeron Northwood 1794 MHz (Family: 8, 
Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
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 /home/gusti/.mplayer/config
Available audio output drivers:
   mpegpesMpeg-PES audio output
   ossOSS/ioctl audio output
   nullNull audio output
   pcmRAW PCM/WAVE file writer audio output
   pluginPlugin audio output

 And the oss doesn't work.
There is any way to use mplayer with 'esd' ???
 Thank you
   Very Much
   Gusti
--
Regards.
gustavo halperin
_
Laboratory for Computer Graphics and CAD
Faculty of Mechanical Engineering
Technion - Israel Institute of Technology
Haifa, Israel 32000
Tel:  972-4-829-2334
Fax:972-4-829-5711
e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: wine from vmware

2004-02-08 Thread Gustavo Halperin


Fiodar Bandarenka wrote:

On Sun, Feb 08, 2004 at 05:17:39PM +0200, Gustavo Halperin wrote:
 

This is also the file defined like 'Disk File' in the 'Virtual Machine 
Control Panel->Hardware'
   

You may add new disk to VM with request size, but unset 'Split disk into
2Gb files' and set 'Allocate all disk space now' than move your guest OS
to this new disk  (if you have enough disk space).  Then you may mount
that file with appropriate offset option (i hope).
Or you may add new disk with size for programs that you want run in wine.

 

 I see, so this is the problem. Thank you.
 In other words if I have not more space I must install again the Win2k
in the VmWare. I'm right ??.
 Are you sure that is no way to mount this virtual Disk ???
Any way, Thank you very much

 Gustavo

--
Regards.
gustavo halperin
_
Laboratory for Computer Graphics and CAD
Faculty of Mechanical Engineering
Technion - Israel Institute of Technology
Haifa, Israel 32000
Tel:  972-4-829-2334
Fax:972-4-829-5711
e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


[Test] Please ignore

2003-12-31 Thread Gustavo Halperin


--
Regards.
gustavo halperin
_
Laboratory for Computer Graphics and CAD
Faculty of Mechanical Engineering
Technion - Israel Institute of Technology
Haifa, Israel 32000

Tel:  972-4-829-2334
Fax:972-4-829-5711
e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_



mplayer & audio

2003-12-31 Thread Gustavo Halperin

Hello List

 My 'mplayer' can't open the audio (or/and dsp) device when I run it like
user.  I added the user in the audio group (in file /etc/group), also the
'xmms' and other audio applications haven't problem with audio devices
like simple user. But 'mplayer' only can open this device like root.
Any idea why it is happen??
By the way, I'm using Debian woody and the device intel i810 together
with the NAS audio server.
 Thank you.
--
Regards.
gustavo halperin
_
Laboratory for Computer Graphics and CAD
Faculty of Mechanical Engineering
Technion - Israel Institute of Technology
Haifa, Israel 32000

Tel:  972-4-829-2334
Fax:972-4-829-5711
e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_



RE: Help, still cannot startx on my Toshiba

2004-10-10 Thread Gustavo Halperin


First see the file XFree86-4, and send us the mouse you choose there or
just atach the file.
By now just compare with it:
  Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "GlidePointPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
  EndSection

  Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
  EndSection

Second you can see also the file /var/logs/XFree86.. And looking for
there from any error.


Good luck,

Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


-Original Message-
From: Rony [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 10, 2004 3:00 AM
To: debian-laptop@lists.debian.org
Subject: Help, still cannot startx on my Toshiba

Hi,

I have Sarge installed on my Toshiba Satellite 2410. But I cannot
startx, seems X cannot find my mouse. Other than the Toshiba touhpad, I
still have usb mouse plugged when trying to startx. Duno why X doesn't
detect the touchpad. Which config file should I modify? Can anybody
advise me on this? Thx in advance.


- Rony -




This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-8 20040928112350
[EMAIL PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6 Build Operating System:
Linux 2.4.26 i686 [ELF] Build Date: 28 September 2004
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.7-1-686 ([EMAIL PROTECTED])
(gcc version 3.3.4 (Debian 1:3.3.4-2)) #1 Thu Jul 8 05:36:53 EDT 2004
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Oct 10 01:23:15 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(WW) KEYBOARD: XKB should be disabled in the ServerFlags section instead
   of in the "keyboard" InputDevice section.
(**) Option "XkbDisable"
(**) XKB: disabled
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/local/share/fonts/joined" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
   Entry deleted from font path.
(**) FontPath set to
"/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X1
1/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Spee
do,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.2
   XFree86 Video Driver: 0.6
   XFree86 XInput driver : 0.4
   XFree86 Server Extension : 0.2
   XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
   compiled for

mplayer + esound

2004-01-27 Thread Gustavo Halperin

Hello
 I use the esound. XMMS work OK, but the mplayer doesn't now the esd 
driver.

When I do mplayer -ao help, I receive:
[EMAIL PROTECTED]:~$ mplayer -ao help
MPlayer 1.0pre2-2.95.4 (C) 2000-2003 MPlayer Team

CPU: Intel Pentium 4/Xeon/Celeron Northwood 1794 MHz (Family: 8, 
Stepping: 7)

Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
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 /home/gusti/.mplayer/config
Available audio output drivers:
   mpegpesMpeg-PES audio output
   ossOSS/ioctl audio output
   nullNull audio output
   pcmRAW PCM/WAVE file writer audio output
   pluginPlugin audio output

 And the oss doesn't work.
There is any way to use mplayer with 'esd' ???

 Thank you
   Very Much
   Gusti
--
Regards.
gustavo halperin
_
Laboratory for Computer Graphics and CAD
Faculty of Mechanical Engineering
Technion - Israel Institute of Technology
Haifa, Israel 32000

Tel:  972-4-829-2334
Fax:972-4-829-5711
e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_



Re: wine from vmware

2004-02-08 Thread Gustavo Halperin



Fiodar Bandarenka wrote:


On Sun, Feb 08, 2004 at 05:17:39PM +0200, Gustavo Halperin wrote:
 

This is also the file defined like 'Disk File' in the 'Virtual Machine 
Control Panel->Hardware'
   



You may add new disk to VM with request size, but unset 'Split disk into
2Gb files' and set 'Allocate all disk space now' than move your guest OS
to this new disk  (if you have enough disk space).  Then you may mount
that file with appropriate offset option (i hope).

Or you may add new disk with size for programs that you want run in wine.

 


 I see, so this is the problem. Thank you.
 In other words if I have not more space I must install again the Win2k
in the VmWare. I'm right ??.
 Are you sure that is no way to mount this virtual Disk ???

Any way, Thank you very much

 Gustavo

--
Regards.
gustavo halperin
_
Laboratory for Computer Graphics and CAD
Faculty of Mechanical Engineering
Technion - Israel Institute of Technology
Haifa, Israel 32000

Tel:  972-4-829-2334
Fax:972-4-829-5711
e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_



Dhcp debian install

2004-08-16 Thread Gustavo Halperin
Title: Dhcp debian install






Hello 

I'm trying to install debian Linux on my portege R100. I haven't floppy or CDRom, but I have another

laptop with CDRom, therefore I'm trying to made DHPC boot with PXElinux.

  The boot is OK, I use for it 'root.bin' and 'rescue.bin' on '/tftpboot/.' with PXElinux. The problem is

coming when I need to load the base system (base.tar.gz) that is also in the server. 

  My question is if is possible to mount the '/tftpboot' in the client in any way or how made some 

Kernel image that include also the base system and which parameters give to 'PXElinux' for this case.

  Also I will thanks any other solution .

  Thank you

Gustavo Halperin
Amdocs R&D Division 

ABP - Pricing Engine 

(    +972 977 61442 

Ê    +972 977 61783 

+    <mailto:[EMAIL PROTECTED]>   







The information contained in this message is proprietary of Amdocs,protected from disclosure, and may be privileged.The information is intended to be conveyed only to the designated recipient(s)of the message. If the reader of this message is not the intended recipient,you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediatelyby replying to the message and deleting it from your computer.Thank you.

RE: Dhcp debian install

2004-08-17 Thread Gustavo Halperin

 Hello

 I will explain all:
  I did the boot like is explained in
http://www.debianplanet.org/node.php?id=818&cid=13384
Mean take the current bf2.4 linux.bin and the image-1.44 also bf2.4
root.bin, copy booth to the
'/tftpboot/' directory and pass to default PXElinux config the two next
lines:
KENEL linux.bin
APPEND initrd=root.bin flavor=bf2.4

And obviously do it all the other thinks, DHPC server, tftpd server.

 Next the boot start OK, the stages are:
configure the keyboard
partition a hard disk
initialize and active a swap partition
initialize a Linux partition
mount a previously-initialized partition
unmunt a partition
install kernel and driver modules

 And here is the problem because the driver modules are not included in
the root or linux bin. The
drivers are in the server and the network is not onfigured yet, so What
I do now???

 I also see your link [1], and I don't undertound how is charged in the
boot process the mini.iso, do
you now ?, I need to know ?? I mean just run it and every think will OK
...

 Any way, I will try, thank you
   Gustavo


On Monday 16 August 2004 08:36, Gustavo Halperin wrote:
> I'm trying to install debian Linux on my portege R100. I haven't
> floppy or CDRom, but I have another laptop with CDRom, therefore I'm
> trying to made DHPC boot with PXElinux. The boot is OK, I use for it
> 'root.bin' and 'rescue.bin' on '/tftpboot/.' with PXElinux. The
> problem is coming when I need to load the base system (base.tar.gz)
that is also in the server.

You don't give very much information what exactly the problem is. Any
messages on console during the boot that could help us figure out why it
fails?

> My question is if is possible to mount the '/tftpboot' in the client
> in any way or how made some Kernel image that include also the base
> system and which parameters give to 'PXElinux' for this case. Also I
> will thanks any other solution .

Take a look at [1]. This is a complete pxeboot solution for installing
Sarge using the new Debian Installer. Works perfectly for me.
Even if you don't want to install Sarge, it might give you some ideas on
how to set up pxebooting.

There are some instructions in [2] on how to use it (but the server
seems to be down currently).

[1]
http://http.us.debian.org/debian/dists/testing/main/installer-i386/rc1/
images/netboot/pxeboot.tar.gz
[2] http://d-i.alioth.debian.org/manual/

Cheers,
FJP
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBIHq2gm/Kwh6ICoQRArC1AJ9mSf+DPIg/aQ1X6zAUuuhjfivfIACgwYnC
Dxsip5NaiOiAuRGrYifIxZ4=
=flOD
-END PGP SIGNATURE-

Gustavo Halperin
Amdocs R&D Division
ABP - Pricing Engine
*+972 977 61442
*+972 977 61783
*<mailto:[EMAIL PROTECTED]>


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Dhcp debian install

2004-08-19 Thread Gustavo Halperin

 Thank you,
 I also will try this. Thank you


From: Frans Pop [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 17, 2004 10:27 PM

On Tuesday 17 August 2004 10:07, Gustavo Halperin wrote:
>  I will explain all:
>   I did the boot like is explained in
> http://www.debianplanet.org/node.php?id=818&cid=13384
>
> [...]
>
>  And here is the problem because the driver modules are not included
> in the root or linux bin. The drivers are in the server and the
> network is not onfigured yet, so What I do now???

OK. I understand your problem now.
You are trying to install Woody using PXEBOOT and, if I understand
correctly, using an image intended for a floppy-based installation.

According to the Woody installation manual [1] (see also [2]), you
should use an other image!
It looks like the instructions on debianplanet are not correct.

[1]
http://www.debian.org/releases/stable/i386/ch-appendix.en.html#s11.2.3.1
.5
[2] http://www.debian.org/releases/stable/i386/
ch-install-methods.en.html#s-install-tftp

>  I also see your link [1], and I don't undertound how is charged in
> the boot process the mini.iso, do you now ?, I need to know ?? I mean
> just run it and every think will OK ...

The link I gave you is for installing Sarge using the new Debian
Installer.
Forget the mini.iso. Just unpack the pxeboot.tar.gz file in the
/tftpboot directory on your bootserver and it should work.

Good luck,
FJP
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBIlv+gm/Kwh6ICoQRAggvAJ9NItnsBHvssh5RiUbacXaVPpCmIACgkHBH
29Hkf7eMu8DZAjykiugvtrg=
=HHvn
-END PGP SIGNATURE-



The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



Dhcp & Mirror debian install (last question, I hope)

2004-08-22 Thread Gustavo Halperin

 Hello

 I start the net-installation like Frans Pop sayed ( by the way, thank
you very much)


   Frans Pop
Solution:
Take a look at [1]. This is a complete pxeboot solution for installing
Sarge using the new Debian Installer. Works perfectly for me.
Even if you don't want to install Sarge, it might give you some ideas on
how to set up pxebooting.
There are some instructions in [2] on how to use it (but the server
seems to be down currently).
[1]
http://http.us.debian.org/debian/dists/testing/main/installer-i386/rc1/
images/netboot/pxeboot.tar.gz
[2] http://d-i.alioth.debian.org/manual/
Cheers,
FJP


 
  The boot work  OK, My problem now is when I try to connect to the base
system, to my local mirror.

  I copy in my server in the directory '/data2/mirror' the entire CD
(only the first one) of Debian, this directory
Is also exported OK. And I also have http server runing and started from
the same directory.
 The server have the ip 192.168.0.2, and give the ip 192.168.0.100, I
don't use router or gateway.
 When the menu-intall ask for any mirror I give my local one:
192.168.0.2 and after this I give the path: '/debian/',
after it the menu-install ask me for wich mode I want instal, stable,
testing or unstable ad then is fall when try to
continue the installation. What is wrong ???

 By the way I think that my mirror is OK, because I tested it with othe
computer, I was added in '/etc/apt/sources'
The line: deb http://192.168.0.2 woody main.  And then the 'apt-get
update' was succes.

  Thank you

  Gustavo

The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



RE: Dhcp & Mirror debian install (last question, I hope)

2004-08-22 Thread Gustavo Halperin

 Thank you,

 I will try today night, but I have une doubt, I need to check also that
all the files in the file 'Packages' in:
http://ftp.debian.org/debian/dists/sarge/main/debian-installer/binary-i3
86/ are in my mirror or just
put this two files (Packages and Packages.gz) with the same  path in my
mirror and go for ??

  Thanks
 Gustavo

On Sunday 22 August 2004 07:33, Gustavo Halperin wrote:
>  When the menu-intall ask for any mirror I give my local one:
> 192.168.0.2 and after this I give the path: '/debian/', after it the
> menu-install ask me for wich mode I want instal, stable, testing or
> unstable ad then is fall when try to continue the installation. What
> is wrong ???
>
This is probably because your mirror does not include the components
(.udeb
files) for the Debian Installer.
If you want to mirror those, you will need to also mirror the contents
of:
http://ftp.debian.org/debian/dists/sarge/main/debian-installer/binary-i3
86/

Cheers,
FJP
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBKHIdgm/Kwh6ICoQRAgcPAJ4iqPT3ndhnbLnlV8V95+23zFTMqACguEvM
fJSE8Lhvvo9LmTGrtAX1R7M=
=X7Yo
-END PGP SIGNATURE-



The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.



Sarge NetInstall & partition the harddisk

2004-09-07 Thread Gustavo Halperin
Title: Sarge NetInstall  & partition the harddisk






Hello 

I have a Toshiba Porttege R100 without CD and FLOPPY, therefore I'm trying the net installation. 

In the past you people was help in order to made the DHCP boot, thanks.

 Now I'm using the file:

   http://http.us.debian.org/debian/dists/testing/main/installer-i386/rc1/images/netboot/pxeboot.tar.gz

and the last Sarge version of the first image. 

 The DHCP boot work OK, after it the country, language and keyboard configuration also was OK.

  Next I give a mirror to my second computer, where I have the Sarge-Disk-1, also was ok. 

  Next I choose test instalation and the Install from the disk start !! Woow 

 Now came the problem, I afraid that the net-install not support repartition of the hard disk, I'm right ??

 The main-install give some options for RAID partitions, I hava just one HD, so I don’t need, after it

When I try to creat logical partitions or primary ones, the main-install does not find any device or

Hard Disk. And oviously without Hard Disk I cant continue. What is the problem ??

  Thank you very much.

Gustavo Halperin
Amdocs R&D Division 

ABP - Pricing Engine 

(    +972 977 61442 

Ê    +972 977 61783 

+    <mailto:[EMAIL PROTECTED]>   







The information contained in this message is proprietary of Amdocs,protected from disclosure, and may be privileged.The information is intended to be conveyed only to the designated recipient(s)of the message. If the reader of this message is not the intended recipient,you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediatelyby replying to the message and deleting it from your computer.Thank you.

USB to RCA and time server

2005-07-03 Thread gustavo halperin

Hello

I'm interesting in buy a  Video Glasses (see #1) , this have an RCA 
video input.

My problem is that I haven't RCA video output in my laptop (Portege R100).
So the are some work around,  I mean some driver that translate for
USB2 to RCA translator or for some PCMCIA to RCA translator.
There are some thing  some where ??

Second, I have a little problem with the clock or time in my laptop, 
maybe the

battery is dead. The problem is that after each suspend to memory the clock
loose the really hour. My question is: there are some program that is in
continuous check with some server that give the time ??

#1 - http://www.firststreetonline.com/news/video_glasses.html


Thank you very much.
Gustavo Halperin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]