Re: Mozilla

2007-01-14 Thread Gerard Robin

On Mon, Jan 15, 2007 at 08:47:16AM +1100, Alexander McLeay wrote:

From: Alexander McLeay <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Mozilla
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=4.0 tests=BAYES_00,RCVD_BY_IP 
	autolearn=no version=3.0.3


I updated my Debian/etch computer to the latest a few days ago, and it
replaced Mozilla with Iceape. Unfortunately, this has caused a package
I use to break; it only works properly with Mozilla. I can't find the
old version of the Mozilla package. Is it still around? (I need the
powerpc variant.)


look at:
http://packages.debian.org/stable/web/mozilla

hth
--
Gérard



Re: PPRacer and video card problem

2007-01-10 Thread robin putters

modprobe fb_nvidia_i2c

On 1/10/07, David Shultz <[EMAIL PROTECTED]> wrote:


On 1/10/07, Marty <[EMAIL PROTECTED]> wrote:
> The graphics card obvious has to participate, but I don't see the driver
> for the graphics card i2c. It may be there but I don't know what it's
> called. I think in my case it's called fb_radeon_i2c, so I would expect
> to see something like fb_nv_i2c.

So for some strange reason debian is not loading fb_nvidia_i2c driver. Do
you know anyway of loading it?




Re: netfilter, iptable ...

2007-01-09 Thread Gerard Robin

On Mon, Jan 08, 2007 at 06:56:37PM -0500, David Clymer wrote:

From: David Clymer <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: netfilter, iptable ...
X-Mailer: Evolution 2.6.3 
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-5.7 required=4.0 tests=ALL_TRUSTED,

DNS_FROM_RFC_BOGUSMX,LDOSUBSCRIBER autolearn=no version=3.0.3

On Mon, 2007-01-08 at 22:52 +0100, Gerard Robin wrote:

Hello,
I have a script which contains iptables's commands and which works fine
as firewall, but I encounter a problem with the log:

in /var/log/kern.log I get a tone of lines of this type:

Jan  8 18:25:25 nameofmybox kernel: Inbound IN=eth0 OUT= MAC=00:e:4c:8:3:1:00:07:cb:31:9c:71:08:00 SRC= A.B.C.D DST=E.F.G.H LEN=64 TOS=0x00 PREC=0x00 TTL=41 ID=57486 DF PROTO=TCP SPT=3910 DPT=445 WINDOW=53760 RES=0x00 SYN URGP=16 


( A.B.C.D and E.F.G.H are some addresses ... )

When I am in command line these lines are displayed continously and it is 
impossible to work. (the problem doesn't happen on xwindow on an xterm )


The problem stops if I comment four lines of the script.
the four lines:

# iptables -A LSI -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m limit --limit 1/sec -j LOG --log-prefix "Inbound " --log-level 6 


# iptables -A LSI -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK RST -m limit --limit 1/sec -j 
LOG --log-prefix "Inbound " --log-level 6

# iptables -A LSI -p icmp -m icmp --icmp-type 8 -m limit --limit 1/sec -j LOG 
--log-prefix "Inbound " --log-level 6

# iptables -A LSI -m limit --limit 5/sec -j LOG --log-prefix "Inbound " 
--log-level 6
however, I think that these lines give interesting informations and I
would like to know how to keep them, but without that my file kern.log
grows inordinately.



you could keep the rules and do:

# dmesg -n 1

in order to prevent the output from being printed to the terminal (man
dmesg).


Thanks, it's ok the output doesn't appear on the terminal, but they are
always printed  in /var/log/kern.log and I think I must change 
--limi 5/sec otherwise my kern.log is going to blow up :-)

Tanks again.
--
Gérard



netfilter, iptable ...

2007-01-08 Thread Gerard Robin

Hello,
I have a script which contains iptables's commands and which works fine
as firewall, but I encounter a problem with the log:

in /var/log/kern.log I get a tone of lines of this type:

Jan  8 18:25:25 nameofmybox kernel: Inbound IN=eth0 OUT= MAC=00:e:4c:8:3:1:00:07:cb:31:9c:71:08:00 SRC= A.B.C.D DST=E.F.G.H LEN=64 TOS=0x00 PREC=0x00 TTL=41 ID=57486 DF PROTO=TCP SPT=3910 DPT=445 WINDOW=53760 RES=0x00 SYN URGP=16 


( A.B.C.D and E.F.G.H are some addresses ... )

When I am in command line these lines are displayed continously and it is 
impossible to work. (the problem doesn't happen on xwindow on an xterm )


The problem stops if I comment four lines of the script.
the four lines:

# iptables -A LSI -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m limit --limit 1/sec -j LOG --log-prefix "Inbound " --log-level 6 


# iptables -A LSI -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK RST -m limit --limit 1/sec -j 
LOG --log-prefix "Inbound " --log-level 6

# iptables -A LSI -p icmp -m icmp --icmp-type 8 -m limit --limit 1/sec -j LOG 
--log-prefix "Inbound " --log-level 6

# iptables -A LSI -m limit --limit 5/sec -j LOG --log-prefix "Inbound " 
--log-level 6

( LSI is a chain created by a user)
however, I think that these lines give interesting informations and I
would like to know how to keep them, but without that my file kern.log
grows inordinately.

Thank in advance to help me to change this four lines .

My system is simple:
one box
one modem "freebox" it's the modem provided by my ISP free.fr
one ethernet network card
ifconfig gives : eth0, lo, sit0
uname -r : 2.6.18-3-486 

- 
Gérard




Re: No file /usr/include/gtk/gtk.h

2007-01-03 Thread Gerard Robin

On Wed, Jan 03, 2007 at 04:58:40PM -0500, draeath wrote:

From: draeath <[EMAIL PROTECTED]>
To: debian-user 
Subject: Re: No file /usr/include/gtk/gtk.h
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.9 required=4.0 tests=LDOSUBSCRIBER,RCVD_BY_IP 
	autolearn=no version=3.0.3


On 1/3/07, Gerard Robin <[EMAIL PROTECTED]> wrote:

Hello,

which package should I install to get the file gtk.h in
/usr/include/gtk/ ?

tia
--
Gérard




Not sure of which one paticularly, but one of the following:
libgtk2.0-dev
libgtk1.2-dev
libgtk2.0
libgtk1.2

Do "apt-cache search libgtk" and it will show you the available
packages that would fit.


~$ dpkg -S gtk.h | grep include

libgtk2.0-dev: /usr/include/gtk-2.0/gtk/gtk.h
libgtk1.2-dev: /usr/include/gtk-1.2/gtk/gtk.h


gcc -Wall -o file  file.c `pkg-config --cflags --libs gtk+-2.0`

sovled my problem but I don't figure out `pkg-config --cflags --libs gtk+-2.0`:

pkg-config --cflags --libs gtk+-2.0 :

-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/
include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2
.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  -lgtk-x11-2.0 -lgdk
-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lX
render -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lg
object-2.0 -lgmodule-2.0 -ldl -lglib-2.0  


there are a lot of options ...
and I wonder if libgtk-1.2-dev is useful ?

Thanks.

--
Gérard



No file /usr/include/gtk/gtk.h

2007-01-03 Thread Gerard Robin

Hello,

which package should I install to get the file gtk.h in
/usr/include/gtk/ ?

tia
--
Gérard



Re: gtk-gnutella problems

2007-01-03 Thread Gerard Robin

On Wed, Jan 03, 2007 at 12:47:48PM +0100, Jan Willem Stumpel wrote:

From: Jan Willem Stumpel <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: gtk-gnutella problems
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=0.5 required=4.0 tests=AWL,DNS_FROM_RFC_WHOIS 
	autolearn=no version=3.0.3


Sid upgraded my gtk-gnutella to gtk-gnutella 0.96.1svn12109-1. And
now it does not work. I appear to be firewalled. AFAIK, I have the
right ports in my firewall forwarded (shorewall); this has worked
for years. gtk-gnutella told me that the version is "too old"
(although it is the newest one), and I had to add a line to
~/gtk-gnutella/config.gnet, which I did. However, no contact with
the gnutella network is established when the program starts.

Maybe something is wrong with the new Sid version (although
downgrading to the stable version also does not help). Maybe
something changed in the gnutella network itself. I use
gtk-gnutella fairly rarely, so this problem may actually not be
very recent.


I am afraid I can't help you but I use gtk-gnutella 0.96.1svn12109-1 too
(with unstable) and it works fine for me. 


--
Gérard



Re: fmod

2007-01-01 Thread Gerard Robin

On Mon, Jan 01, 2007 at 11:11:34AM +0100, Jhair Tocancipa Triana wrote:

From: Jhair Tocancipa Triana <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject:  Re: fmod
Organization:  Golem - Debian laptop at home
Cancel-Lock: sha1:RDYreRu91kVkDrJjs/REP0K/nU4=
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-5.0 required=4.0 tests=LDOSUBSCRIBER autolearn=no 
	version=3.0.3


Gerard Robin writes:


Hello,
"apt-cache search fmod", gives nothing about fmod.



Does someone know if it exists a package debian containing fmod ?


$ apropos fmod
fmod (3) - floating-point remainder function

Or are you looking for something else?


yes :

What is FMOD ?

FMOD is a cross platform audio library to let you easily implement the 
latest audio technologies into your title



--
Gérard



fmod

2007-01-01 Thread Gerard Robin

Hello,
"apt-cache search fmod", gives nothing about fmod.

Does someone know if it exists a package debian containing fmod ?

tia.

--
Gérard



Re: Perl Programming within Debian

2006-12-30 Thread Gerard Robin

On Sat, Dec 30, 2006 at 08:06:42AM -0800, rocky wrote:

From: rocky <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Perl Programming within Debian
Organization: http://groups.google.com
Complaints-To: [EMAIL PROTECTED]
Injection-Info: 73g2000cwn.googlegroups.com; posting-host=220.165.164.253;
  posting-account=fJgY-Q0SHZN_amKGuCJgy_umBJ7W
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=4.0 tests=AWL,BAYES_80,

DNS_FROM_RFC_WHOIS autolearn=no version=3.0.3

Hey all,

I wish all of you a Happy New Year!

I'm thinking of learning Perl Programming. Can any of you help me get
started on how to programming Perl in Debian? I mean what is the file
extension for the perl? Is it .cgi? Do I need to use any compiler for
perl? what is the best choice? How can I test my work(For instance in
PHP programming I can use Firefox browse to the file I want to see the
output)?

I was trying to search on the net and it did give me lots of results.
But because I'm in China and due to the earthquake took place in Taiwan
which very badly demaged the network, most of the webpages could not
loaded. Thanks to the google, which its servers are scattered all over
the world. Get help through google group is my only way now.


happy new year too,
there is a good mailing-list: beginners@perl.org
hth.
--
Gérard



mutt

2006-12-24 Thread Gerard Robin

Hello,
I have mutt 1.5.13-1.1 installed in my box and the latest version in
unstable is too 1.5.13-1.1 so, "sudo apt-get install mutt" has nothing
to do normaly. But this command suggest me to install exim4 and to
remove postfix. Why ? I don't want to remove postfix.  
(sudo apt-get -f install is ok)


--
Gérard



mutt an message encoded utf-8

2006-12-17 Thread Gerard Robin

Hello,
I encountered a problem to display an html mail encoded utf-8 with mutt.
In commande line mutt doesn't display correctly the letters with
accents.
If, before to run mutt I do: unicode_start in the terminal, mutt
displays correctly the letters with accents, but the links binding the
messages belonging to the same thread disappears.
Is there a way to make mutt able to display correctly the letters with
accents and the links binding the messages of the same thread ?

The same problem happens with mc which doesn't work fine in a terminal
utf-8.

tia
--
Géérard



Re: Debian and VMWare

2006-12-13 Thread robin putters

First, make sure you have enough memory (if you assign 512mb to the VM, have
at least 512mb available for each instance of the VM you want to run + what
you need for your deb install + some spare memory).

Secondly, create the whole disk at once (do not use the ´incremental
option´, or however it´s called, which sizes your disk on the fly).

These are the two most important perfomance factors in my experience.

If you take care of this, VM´s will run at about native speed.

Good luck!

On 12/13/06, Christian Christmann <[EMAIL PROTECTED]> wrote:


Hi,

I plan to set up a Windows terminal server. In order
to easily backup the entire Windows system, I plan to install
Debian Sarge as base system, then VMWare and in VMWare
the Windows OS.

Will I get a decreased speed performance in the VMWare
Windows or will the Microsoft OS run approximately with
the same performance as when installed directly without Linux.

May I run in other problems (or restrictions) with my
Windows system when run in VMWare?

Thank you.

Chris


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




Re: links -g version 2.1pre26-4

2006-12-08 Thread Gerard Robin

On Thu, Dec 07, 2006 at 02:55:56PM +0200, Johann Spies wrote:

From: Johann Spies <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: links -g version 2.1pre26-4



On Thu, Dec 07, 2006 at 01:33:05PM +0100, Gerard Robin wrote:

Hello,
"links2 -g"  version 2.1pre23-1 works fine on my box, 
but version 2.1pre26-4 doesn't work ? 
(it's the package : links2_2.1pre26-3_i386.deb)


is it working fine for someone ?


I have 2.1pre26-2 and it is working fine.


I just have installed  the last version of links2 and it works fine for me too.
Thanks too the maintainer.

--
Gérard



Re: links -g version 2.1pre26-4

2006-12-07 Thread Gerard Robin

On Thu, Dec 07, 2006 at 08:06:16AM -0600, Ron Johnson wrote:

From: Ron Johnson <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: links -g version 2.1pre26-4

Hello,
"links2 -g"  version 2.1pre23-1 works fine on my box, but version
2.1pre26-4 doesn't work ? (it's the package : links2_2.1pre26-3_i386.deb)

is it working fine for someone ?


2.1pre26-4 must be very new in Unstable.

Please supply some examples of failing URLs so that others may test.


since version 24-1 I have this problem and I report a bug and the
maintainer said that it was fixed in 25 and 26 versions but for me it is
not fixed. ( Probably because my box is too old ;-))
After I searched infos I did :

1 - I put the perm of /usr/bin/links2 to 104755
2 - I edited the file /etc/vga/libvga.config 


well, I have tried very hard during an hour to make it work ...
finally I succeded to make it work but very badly.
I think that the problem as comes from the version 24 because links2
uses the file /etc/vga/libvga.config


I have reinstalled links2 2.1pre23-1 which works fine on my old box.
( I think it doesn't use  /etc/vga/libvga.config )

I was interested to upgrade, hoping that the futur version of links2
can display correctly the file encooded utf-8. (like dillo)

Thanks

--
Gérard



links -g version 2.1pre26-4

2006-12-07 Thread Gerard Robin

Hello,
"links2 -g"  version 2.1pre23-1 works fine on my box, 
but version 2.1pre26-4 doesn't work ? 
(it's the package : links2_2.1pre26-3_i386.deb)


is it working fine for someone ?

tia
--
Gérard



Re: key error

2006-11-26 Thread Gerard Robin

On Sun, Nov 26, 2006 at 08:04:52AM +0530, L.V.Gandhi wrote:

From: "L.V.Gandhi" <[EMAIL PROTECTED]>
To: debian-user 
Subject: key error
Reply-To: 
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.3 required=4.0 tests=AWL,HTML_20_30,HTML_MESSAGE,

LDOSUBSCRIBER,RCVD_BY_IP,REPLY_TO_EMPTY autolearn=no version=3.0.3

I get following error on apt-get update.

W: There are no public key available for the following key IDs:
A70DAF536070D3A1
W: You may want to run apt-get update to correct these problems

What to do?
I had the same problem too and "sudo apt-key update" seems to have solve the 
problem.


hth
--
Gérard



Re: Mount digital camera

2006-11-19 Thread Gerard Robin

On Sat, Nov 18, 2006 at 11:52:42PM +0100, Samuel Bächler wrote:

From: Samuel Bächler <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: Mount digital camera
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,LDOSUBSCRIBER 
	autolearn=no version=3.0.3



 A quick google of 'Sony DSC-W30 linux' showed that mounting might
 only work since kernel 2.6.16, ie. from debian etch or a sarge kernel
 from backports.org


Trrhaa, I installed a etch version of debian which uses 2.6.17. Now I
can do a 'mount /dev/sda1 /mnt/camera' and everything works fine.


Sorry, I have not read your message befor posting ;-)

--
Gérard



Re: Mount digital camera

2006-11-19 Thread Gerard Robin

On Tue, Nov 14, 2006 at 11:15:26PM +0100, Samuel Bächler wrote:

From: Samuel Bächler <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: Mount digital camera
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,LDOSUBSCRIBER 
	autolearn=no version=3.0.3



 A quick google of 'Sony DSC-W30 linux' showed that mounting might
 only work since kernel 2.6.16, ie. from debian etch or a sarge kernel
 from backports.org


That is what I am going to do next.

Cheers

Sam


If that can help you I have found the link :
http://www.gphoto.org/proj/libgphoto2/support.php
I think that your camera is ptp (picture transfert protocol) not usb
mass storage.

good luck.

--
Gérard



Re: Mount digital camera

2006-11-13 Thread Gerard Robin

On Mon, Nov 13, 2006 at 01:16:41PM +0100, Samuel Bächler wrote:

From: Samuel Bächler <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Mount digital camera
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.9 required=4.0 tests=LDOSUBSCRIBER,MURPHY_SCAM1 
	autolearn=no version=3.0.3


Hi everyone

I am running a debian sarge using the 2.6.8-2-386 kernel.
I have got a Sony DSC-W30. Its Device ID is 054cx0010.

Here some information that may be useful:

When I connect my camera to the computer using USB the
system says:

Nov 13 12:30:39 localhost kernel: usb 1-2: new full speed
USB device using address 2

Mounting does not work:


sudo apt-get install gphoto2

--
Gérard



Re: Boot problem

2006-11-10 Thread Gerard Robin

On Fri, Nov 10, 2006 at 12:14:27PM +, Roelof Wobben wrote:

From: Roelof Wobben <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: Boot problem
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=0.5 required=4.0 tests=AWL,DNS_FROM_RFC_POST,

LDOSUBSCRIBER,MSGID_FROM_MTA_HEADER autolearn=no version=3.0.3

Oke,

I understand how to fix it.

But can't i be done with the boot-only cd from Sarge.
I have used this one to download and install Sarge.

I want to use lilo instead of grub.


My system is almost the same as yours:

1e hdd Windows and Debian

2e hdd Debian

To boot on the first hdd I set the bios to: A C ...
with lilo is in the mbr of the first hdd but in your case you keep the
boot loader of windows.

To boot on the second hdd I set the bios to: D CDROM ... with such
lilo.conf:

lba32
disk=/dev/hdb
bios=0x80
boot=/dev/hdb
root=/dev/hdb1
# install=/boot/boot.b
map=/boot/map
bitmap=/usr/share/lilo/sid.bmp
bmp-colors=1,,0,2,,0
bmp-table=120p,173p,1,15,17
bmp-timer=254p,432p,1,0,0
install=bmp

# delay=1000
timeout=2000
# message=/boot/bootmess.txt
prompt
vga=normal




I run /sbin/lilo and so lilo is in the mbr of the second hdd.

This method is painful that I must set the bios to change from one hdd
to another, but in other hand if one hdd failed I can use the other.

hth.

--
Gérard



Re: OT? Linux disk file system design details

2006-11-02 Thread Gerard Robin

On Thu, Nov 02, 2006 at 02:33:33PM -0700, Paul E Condon wrote:

From: Paul E Condon <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: OT? Linux disk file system design details
Mail-Followup-To: debian-user@lists.debian.org
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-5.3 required=4.0 tests=ALL_TRUSTED,AWL,

LDOSUBSCRIBER autolearn=no version=3.0.3

I'm trying to learn more about how data on disk is organized into
directories and files.  I understand how it is that a directory is
really just another file, but marked in such a way that it is subject
to special handling by the OS. But what about inodes and data blocks
(i.e. sectors)? A file of any substantial length is a collection of
data blocks. Is an inode implemented as a data block that is handled
in a special way, or is it a different kind of object (different
length, or different region on disk platter, or ...) ? 


So far, I haven't been able to find an answer by googling. For a
question like this I will probably be able to phrase the search terms
effectively only after I know the answer ;-) 


Pointers?


http://en.wikipedia.org/wiki/Hard_disk

hth
--
Gérard



Re: bug with man ?

2006-11-02 Thread Gerard Robin

On Thu, Nov 02, 2006 at 01:42:11PM -0600, Sergio Cuéllar Valdés wrote:

From: Sergio Cuéllar Valdés <[EMAIL PROTECTED]>
To: debian users 
Subject: Re: bug with man ?
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-3.6 required=4.0 tests=AWL,LDOSUBSCRIBER,RCVD_BY_IP 
	autolearn=no version=3.0.3


On 11/1/06, Gerard Robin <[EMAIL PROTECTED]> wrote:

after that the text appears in french but there are strange characters
instead of the characters ê é è 

there is no problem for the english manpages.

perhaps it's a bug ?


Hi,

maybe is a problem with your locales or something like that. You can
try reconfiguring them.


sudo locale-gen

generating locales

fr_FR.ISO-889-1... done
fr_FR.UTF-8... done
en_US.ISO-889-1... done
en_US.UTF-8... done
Generation complete.

And man apt-get gives always the same result :

Remise en forme de apt-get(8), attendez SVP...
/tmp/zmanr4OOh4:35: warning: can't find numbered character 160
/tmp/zmanr4OOh4:35: warning: can't find numbered character 160
/tmp/zmanr4OOh4:40: warning: can't find numbered character 160
/tmp/zmanr4OOh4:46: warning: can't find numbered character 160
/tmp/zmanr4OOh4:46: warning: can't find numbered character 160
/tmp/zmanr4OOh4:46: warning: can't find numbered character 160
/tmp/zmanr4OOh4:62: warning: can't find numbered character 160
/tmp/zmanr4OOh4:71: warning: can't find numbered character 160
/tmp/zmanr4OOh4:80: warning: can't find numbered character 160
/tmp/zmanr4OOh4:83: warning: can't find numbered character 160
/tmp/zmanr4OOh4:83: warning: can't find numbered character 160
/tmp/zmanr4OOh4:92: warning: can't find numbered character 160
/tmp/zmanr4OOh4:92: warning: can't find numbered character 160
APT-GET(8)
.

but 'man vim' gives a suitable result, in french. (displaying accents correctly)

I wonder if the problem comes of the manpage of apt-get ?

It's identical with apt-cache, apt_preferences, apt-cdrom 

Thanks.

--
Gérard



Re: Classic Gnubie accident

2006-11-02 Thread Gerard Robin

On Mon, Oct 30, 2006 at 03:20:49PM +0100, Florian Kulzer wrote:

From: Florian Kulzer <[EMAIL PROTECTED]>



I was also confused by this sub-thread, so I tried to research the
"girlfriend" issue:

$ apt-cache search girlfriend
psad - The Port Scan Attack Detector

$ apt-cache show psad | grep -i girlfriend
 * various backdoor programs (e.g. EvilFTP, GirlFriend, SubSeven)

My preliminary conclusion is that with a girlfriend you are essentially
"pwned".


apt-cache search boyfriend
*nothing*
Is apt-cache sexist ?

--
Gérard



bug with man ?

2006-11-01 Thread Gerard Robin

Hello,
I just updated and upgraded (unstable) and when I do "man apt-get" 
I get:


Remise en forme de apt-get(8), attendez SVP...












/tmp/zmanP8sFGn:35: warning: can't find numbered character 160
/tmp/zmanP8sFGn:35: warning: can't find numbered character 160
/tmp/zmanP8sFGn:40: warning: can't find numbered character 160
/tmp/zmanP8sFGn:46: warning: can't find numbered character 160
/tmp/zmanP8sFGn:46: warning: can't find numbered character 160
/tmp/zmanP8sFGn:46: warning: can't find numbered character 160
/tmp/zmanP8sFGn:62: warning: can't find numbered character 160
/tmp/zmanP8sFGn:71: warning: can't find numbered character 160
/tmp/zmanP8sFGn:80: warning: can't find numbered character 160
/tmp/zmanP8sFGn:83: warning: can't find numbered character 160
/tmp/zmanP8sFGn:83: warning: can't find numbered character 160
/tmp/zmanP8sFGn:92: warning: can't find numbered character 160
/tmp/zmanP8sFGn:92: warning: can't find numbered character 160
APT-GET(8)
APT-GET(8)

DESCRIPTION
  Apt-get est l'outil en ligne de commande pour manipuler les  paquets. Il 
peut être

^^
  considéré par l'utilisateur comme un générateur de sortie pour les 
autres outils
^^ ^^ ^^ ^^ 
  de la bibliothèque APT. 
^^

.

after that the text appears in french but there are strange characters
instead of the characters ê é è 

there is no problem for the english manpages.

perhaps it's a bug ? 


--
Gérard



Re: Why I left Debian

2006-10-29 Thread Gerard Robin

On Sun, Oct 29, 2006 at 10:20:24AM +1100, M-L wrote:

From: M-L <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: Why I left Debian
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=4.0 tests=AWL,IMPRONONCABLE_1,

LDOSUBSCRIBER autolearn=no version=3.0.3

On Saturday 28 October 2006 23:09, Bruno shared this with us all:

--> Hello,
-->
--> I really do not want to start any flame here but after all, as I used
Debian --> for few months, I find honest to say why I'm leaving it.
-->
--> So few months ago, I installed etch on my laptop (previously had
Fedora-5 on --> it) just to try it and because I think is good and
important to try other --> distros when you have some free partition /
computer and time to do it. -->
--> Hereafter main problems encountered (some recurrent) these last months :
-->
--> - as I installed etch around 50% of shutdowns never complete. So common
that I --> was used to unplug battery simply to shutdown. Same for 'logout
session' --> which allways freeze the laptop with a new login attempt.
-->
--> - recently I had to 'pinning' apt-get (or dpkg..do not remember..) on
previous --> version because latest version continuously break apt-get
repository. Only --> cost few hours of googling to find a solution.
-->
--> - 'kde su root' reject root password (...which was accepted in a 'su
root' in --> a console)
-->
--> - flgrx / mesa / libGL often block apt-get update/upgrade seems because
of a --> dependency about libGL. Difficult to install a 3D system but even
more --> difficult to keep it stable that I decide to forget 3D when using
etch on my --> laptop.
-->
--> - others..sorry only remember hours of googling to find solutions..
-->
--> Once again I do not want to start any flame here : indeed Debian is a
superb --> distro (packaging system is really superb) but, IMHO, dedicated
to 'Linux --> techies' ?
--> However my conclusion is this week-end I'll move back to Fedora (even if
yum --> is so far behind dpkg).
-->
--> Bye,
--> Bruno


Hello Bruno,

Laptops can be a pig to get working with any distro, especially if they are 
new on the retail counter.


If you're new to Debian or any Linux distro, you will have to do a bit of 
reading a bit of asking and then a bit of tweaking. 

Taking Linux Debian as an example, install stable, Sarge in this case, and 
then check out the problems and try to discover why they are being caused. In 
my own case, I started with Woody, but it wouldn't touch some of the hardware 
in my lappy. So then moved to Sarge while it was testing, and discovered what 
had to be done to get the system up and running, and then moved it to Etch, 
another testing. Where things get broken, but you either have to have the 
patience to be able to work around something till the next upgrade stream, or 
learn the way to fix it yourself.


Linux Debian is a philosophy I think. Not a geeks distro, but rather an 
lifelong learning experience. You are always embarrassed by the options 
available in Debian. But if you're set in your ways, won't use Lyx, Abiword, 
or something else when OpenOffice.org doesn't cut it for you before the next 
update stream in testing. Stay in stable and look at backports.


When you get everything working on your system, in Debian, you have already 
gleaned a great deal of knowledge about your system and the way Debian works. 
Then you hit testing and "laffs at things broken for a little while." If you 
only want a stable system that works a treat, then you want any Debian stable 
system, and if it doesn't work with your hardware to do all you want. Run 
your system through a testing version of Debian till it all works, and stay 
there if you feel comfortable with it. There are quite a few people still 
running Debian Woody, because they know it and it works. New hardware or 
something else might move them on. But it will always be their own choice to 
do something that also requires the shift.


There is no best system in Linux, there is only what you want to do, how you 
want to do it, and your outlook on life. I am certain that Fedora is also 
very good. I don;t think their is a bad Linux system, or none that I have 
tried at any rate. But Debian suits me best, because it suits my character.


Your speech for the defense of Debian ( and fo linux in general) is very 
good and I agree with you, but we are not culprit to use Debian.
I think that the builders of laptops have a big respnsability in the fact 
that the free OS have problem with the laptops. 

For example I look at an acer laptop: 
acer writes : acer recommand Windows XP.


I phoned to acer (in France) and when I prononced the word linux my
correspondent hang up ...

The world of linux (free) isn't free in the "world said as free" !   


--
Gérard



Re: What's your favourite FLOSS?

2006-10-29 Thread Gerard Robin

On Sun, Oct 29, 2006 at 11:02:07AM +0200, Tshepang Lekhonkhobe wrote:

From: Tshepang Lekhonkhobe <[EMAIL PROTECTED]>
To: Gerard Robin <[EMAIL PROTECTED]>,
debian-user 
Subject: Re: What's your favourite FLOSS?

On 10/27/06, Gerard Robin <[EMAIL PROTECTED]> wrote:

>* mathematics [ bc, ggnuplot, yorick ]


Is this a typo for gnuplot, or really the unpackaged ggnuplot?


typo ( ;-) ) exp 1000

--
Gérard



Re: libgphoto2-2 (sarge->sid)

2006-10-27 Thread Gerard Robin

On Thu, Oct 26, 2006 at 06:04:45PM -0700, Gregory Bushta wrote:

From: Gregory Bushta <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: libgphoto2-2 (sarge->sid)
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 required=4.0 tests=DNS_FROM_RFC_POST,
	DNS_FROM_RFC_WHOIS,IMPRONONCABLE_1,LDOSUBSCRIBER autolearn=no 
	version=3.0.3


Greets,
I am wondering how broken Sarge would become if I
allowed an unstable install of libgphoto2-2 to
complete.
 I changed the apt sources list from stable to
unstable.  Then ran apt-get update.  That took a
while.  Then I ran apt-get install libgphoto2-2.  It
spit out the following:
The following extra packages will be installed:
  busybox fontconfig fontconfig-config klibc-utils
libc6 libc6-dev libcairo2
  libdbus-1-3 libdbus-glib-1-2 libexif12
libfontconfig1 libfreetype6
  libglib2.0-0 libgphoto2-port0 libhal-storage1
libhal1 libklibc libltdl3
  libpango1.0-0 libpango1.0-common libselinux1
libsepol1 libusb-0.1-4
  libvolume-id0 locales lsb-base makedev
module-init-tools tzdata
Suggested packages:
  glibc-doc libfreetype6-dev ttf-thryomanes
ttf-baekmuk ttf-arphic-gbsn00lp
  ttf-arphic-bsmi00lp ttf-arphic-gkai00mp
ttf-arphic-bkai00mp
Recommended packages:
  dbus libglib2.0-data x-ttcidfont-conf
The following packages will be REMOVED:
  base-config initrd-tools kernel-image-2.4.27-2-386
kernel-image-2.6-686
  kernel-image-2.6.8-3-686
kernel-image-2.6.8-3-686-smp
The following NEW packages will be installed:
  busybox fontconfig-config klibc-utils libcairo2
libdbus-1-3 libdbus-glib-1-2
  libexif12 libhal-storage1 libhal1 libklibc libltdl3
libsepol1 libvolume-id0
  lsb-base tzdata
The following packages will be upgraded:
  fontconfig libc6 libc6-dev libfontconfig1
libfreetype6 libglib2.0-0
  libgphoto2-2 libgphoto2-port0 libpango1.0-0
libpango1.0-common libselinux1
  libusb-0.1-4 locales makedev module-init-tools
15 upgraded, 15 newly installed, 6 to remove and 821
not upgraded.
Need to get 17.0MB of archives.

The part that really concerned me is the REMOVED:.  Is
this the actual Kernels being un-installed?  If so,
what's up with that?
 I said no I don't want to do this.  I changed the
sources list back to stable and ran apt-get update
again.
 Would this have been OK to do?  I kind of doubt it.
 Thanks.

Have you tried :
sudo apt-get install -t unstable libgphoto2-2 


look at http://os.newsforge.com/os/04/12/02/1710208.shtml

hth
--
Gérard



Re: What's your favourite FLOSS?

2006-10-26 Thread Gerard Robin

On Thu, Oct 26, 2006 at 08:12:46PM +0200, Tshepang Lekhonkhobe wrote:

From: Tshepang Lekhonkhobe <[EMAIL PROTECTED]>
To: debian-user 
Subject: What's your favourite FLOSS?
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,LDOSUBSCRIBER,RCVD_BY_IP 
	autolearn=no version=3.0.3


Hi,
A year ago, I asked debian-user about favourite applications. The big
winners in that thread were GIMP, Firefox, K3b, gThumb, and
Thunderbird. I would like to start it again, and I would like those
who are get bored by this to please pardon me.

Here goes my new list (If you don't use certain things, please leave
the brackets blank like I did for audio editor, instead of leaving
them occupied with previous entries; this is to make the counting more
accurate):

* audio editor [ ]
* audio player [ cdcd, moc ]
* cd-ripper [ grip ]
* Desktop Environment [icewm ]
* DBMS [ ]
* development [ Perl ]
* disc burner [wodim]
* e-mail client [ mutt, sylpheed]
* file manager [ mc ]
* finance [ ]
* ftp [ ]
* image editor [imagemagick, gimp ]
* image viewer [ gqview, eog ]
* instant messenger [ ]
* mathematics [ bc, ggnuplot, yorick ]
* misc utilities [ sudo, su, less, locate, grep, wget, find, mount, eject ]
* p2p [ gtk-gnutella ]
* package manager [ dpkg, apt ]
* pdf-reader [xpdf]
* spreadsheet [ gnumeric ]
* tag editor [  ]
* terminal emulator [ xterm, gnome-terminal ]
* text editor [ vim, xemacs ]
* 3D animation [  ]
* video player [vlc]
* web browser [ links2, dillo, firefox ]
* word-processor [ lyx, ted ]
* (unreleased) [  ]
* (great honours) [ GCC, GLibC, Linux, Bash, Xorg ]

note: you don't have to be a user of an application in order like it ;-)


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




--
Gérard



iceweasel

2006-10-22 Thread Gerard Robin

Hello,
I read that iceweasel will replace firefox but 
sudo apt-get install iceweasel gives nothing.

What about iceweasel ?
tia
--
Gérard



Re: "what" command under Debian

2006-10-14 Thread Gerard Robin

On Sat, Oct 14, 2006 at 12:34:00PM -0500, Ron Johnson wrote:

From: Ron Johnson <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org



It would have been polite and darned useful for OP to have mentioned
that "what" is an SCCS command.

Of course, then we all would have justifiably yelled, "Install
SCCS".

in debian it's apt-get install cssc ?
--
Gérard



ted (unstable)

2006-10-13 Thread Gerard Robin

Hello,
after update and upgrade ted doesn't work fine. When I open a new file I
get:

appFont.c(812) aff->affFontFamilyName="Helvetica"
afe->afeXfontFamilies=0x0
appFont.c(813) encoding=8 PS_Encodings[encoding].fcX11Registry="iso8859"
appFont.c(814) encoding=8 PS_Encodings[encoding].fcX11Encoding="15"
appFont.c() psf->affFontFamilyName="Helvetica"
dsf->apfFontEncoding=8
appFont.c(1167) 1=1
tedLayout.c(995) attributeNumber=0
sfl->sflAttributeToScreen[attributeNumber]=-1
tedLayout.c(1022) part=0 textAttr=0
tedLayout.c(852) 1=1
docLayoutParagraphs.c( 82) 1=1
docLayoutParagraphs.c(142) 1=1
docLayoutParagraphs.c(494) 1=1
docLayout.c(825) 1=1
docLayout.c(805) 1=1
docLayoutSect.c(148) i=0
docLayout.c(836) 1=1
docLayout.c(732) 1=1
docLayout.c(797) 1=1
docLayout.c(932) 1=1
tedLayout.c(1071) 1=1
tedPage.c(332) 1=1
tedDocument.c(571) 1=1
appDocument.c(579) ed->edFilename=0x0
appDocument.c(775) title=0x0
appMain.c(195) filename=0x0

and ted stops ... 


is it a bug ?
--
Gérard



Re: helix-player and RealPlayer

2006-10-04 Thread Gerard Robin

On Wed, Oct 04, 2006 at 06:03:09PM +0200, Daniel Baumann wrote:

From: Daniel Baumann <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: helix-player and RealPlayer
Reply-To: [EMAIL PROTECTED]
Organization: Debian - The Universal Operating System
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=4.0 tests=AWL autolearn=no version=3.0.3


you mixup things.

first, real player == helix player + real branding + two non-free
plugins (for mp3 and real media)

second, you *either* install helix player *or* real player, but not
both. and the one does not need the other anyway.


Ok, I have been had by the programmers who make helix, they are jokers.
Anyway, I keep helix, which is free and very nice.
But RealPlayer products an excellent sound with the mp3 files.

Thanks.
--
Gérard



helix-player and RealPlayer

2006-10-04 Thread Gerard Robin

Hello,
I installed helix-player in my box, but when I want to play an mp3 file
it complains that RealPlayer is not present. 
Ok, I downloaded RealPlayer and ran RealPLayer10Gold.bin in /home/user1/ 
and now /home/user1/RealPLayer/realplay runs fine, but when I run 
helix-player it deosn't find realplay. 
Can someone explain to me where I must install the directory ReaPlayer 
and the files contained in it, so that helix-player finds reaplay  and

user2, user3 ... can play helix with RealPlayer ?

tia
--
Gérard



X doesn't work after apt-get upgrade (unstable)

2006-10-01 Thread Gerard Robin

Hello,
After apt-get upgrade (unstable), startx fails with the message:
..
Could not init font path element unix: 7100, removing from list!
Fatal server error:
could not open default font 'fixed'
X10 fatal IO error 104 Connection reset by peer on X server ":0.0" 
after 0 requests (0 know processed) with 0 events remaining.


to fix the problem  I ran: dpkg-reconfigure xserver-xorg
and I changed the section InputDevice with the values of the old
xorg.conf, in my case:
Option "Device" /dev/ttyS0  
( instead /dev/input/mice which deosn't exist  
mice is in /dev/.static/dev/input/mice now ) 
Option"Protocol"   "MouseSystems" 
( instead "EXplorerPS/2"  or ImPS/2" ) 


Hope this helps the other upgraders ...
--
Gérard



laptop lenovo 3000 N 100

2006-09-28 Thread Gerard Robin

hello,
I have found a support to install Debian on laptops lenovo :  


http://www.thinkwiki.org/wiki/Category:Debian

But there is nothing for the lenovo 3000 N 100 


Can someone give me some advices on the matter or someone can give me a
link on this laptop.

tia

--
Gérard



Re: gnome-terminal and mutt

2006-09-27 Thread Gerard Robin

On Wed, Sep 27, 2006 at 04:42:22PM +0200, Sven Arvidsson wrote:

From: Sven Arvidsson <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: gnome-terminal and mutt



when I run mutt in gnome-terminal and I open a mail which contains a
link as http://.., if I open this link, it is opened with lynx. But
I would like to use dillo instead lynx.
Which file must I edit to change the browser ?



If you are running GNOME, "Preferred Applications" in Preferences. If
you don't run a complete GNOME environment, you can change the gconf
key /desktop/gnome/applications/browser 


Many thanks, it's ok :-)

--
Gérard



gnome-terminal and mutt

2006-09-27 Thread Gerard Robin

hello,
when I run mutt in gnome-terminal and I open a mail which contains a
link as http://.., if I open this link, it is opened with lynx. But
I would like to use dillo instead lynx.
Which file must I edit to change the browser ?
tia
--
Gérard



Re: Debian Love

2006-09-23 Thread Gerard Robin

Even Debian unstable (sid) is more stable than other the stable dists.
Thanks to the developers and to those who manage this mailing list.

--
Gérard



Re: problem after apt-get upgrade (unstable)

2006-09-08 Thread Gerard Robin

On Fri, Sep 08, 2006 at 01:48:19PM +0200, Dimitar Vukman wrote:

From: Dimitar Vukman <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: problem after apt-get upgrade (unstable)
Organization: "Infinite Love Is The Only Truth, Everything Else Is
Illusiion."
X-Mailer: Sylpheed-Claws 2.5.0-rc3 (GTK+ 2.8.13; i486-pc-linux-gnu)
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-3.2 required=4.0 tests=AWL,LDOSUBSCRIBER,

MDO_DATING2 autolearn=no version=3.0.3

On Fri, 8 Sep 2006 13:25:01 +0100
Gerard Robin <[EMAIL PROTECTED]> wrote:


what is the good way to solve the problem2 and how to solve the
problem 1 ?


If you are reffering to keyboard in X then /etc/X11/xorg.conf or from
console:

From User's guide:
--
13.6.2.1 Changing the Command Line Keyboard Mapping

  1. Logged in as root user, type: dpkg-reconfigure console-data.

  2. Answer the questions on the screen as they appear.


No, the keyboard in X works fine.

with dpkg-reconfigure console-data it's ok in command line now.
But when I reboot the keyboard is yet in qwerty.
(install-keymap fr gives the same result)

I notice some other problems:
No sound 
mount works fine but eject doesn't work. 
I guessed that it was udev 0.100-1 which maked problem and I 
reinstalled udev 0.098-2 and initramfs-tools 0.77b (with dpkg) 
and now the sound is ok and eject works fine too.


I would like solve the keyword's problem (for the others users that
me)

tia
--
Gérard



problem after apt-get upgrade (unstable)

2006-09-08 Thread Gerard Robin

Hello,
I have recently got the ADSL and I just run apt-get update and apt-get 
upgrade now,(unstable) but when I rebooted my box I noticed two problems:


1 - my keyboard was in qwerty instead azerty.  
2 - my connection to internet was not established.

   (Durin the boot I saw, quickly, a warning about resolv.conf and shm )
   I have two symbolic link broken:
   /etc/!resolv.conf -> /etc/resolvconf/run/resolv.conf
 ^^ 
	  /run/resolv.conf is absent 


   /etc/resolvonf/!run -> /dev/shm/resolvconf
   ^^^
   resolvconf is absent

To solve the problem 2, I have created the directory /etc/resolvconf/run
^^^
and the file /etc/resolvconf/run/resolv.conf, but I would like to know
^^"^^^
what is the good way to solve the problem2 and how to solve the problem 1 ?

Thank in advance for any help.

--
Gérard



where is glxgears now ?

2006-09-03 Thread Gerard Robin

Hello,
I installed the package xbase-clients 7.1.ds-3 and I don't find
glxgears.
where is glxgears now ?
Thanks to Ccing me a reply. I am not subscriber to the list.

--
Gérard



Re: azureus: upgrade

2006-07-08 Thread Robin Putters
On Sat, 2006-07-08 at 12:19 -0300, Marcelo Chiapparini wrote:
> Hello,
> 
> I am running Azureus 2.2.0.2 in sarge. Each time Azureus starts, I
> receive a warning regarding new updates availables. Is it safe to
> upgrade Azureus accepting the suggested upgrade?
> 

Update will work just fine.. But it installs for the current user (in
home dir), so every user has to upgrade. If you want a system-wide
upgrade, use the latest .deb's..

Robin


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



Re: Update and Package manager unresponsive

2006-07-08 Thread Robin Putters
On Sat, 2006-07-08 at 14:20 +0100, Stephen Fahey wrote:
> I now cannot open Update manager or start Synaptic package Manager.
> I think the issue is I'm not being asked for Administrator password, 
> access to  Root Terminal does not get a response.  Running  :~$ apt-get 
> check in Terminal returns
> 

Try :
:~$ sudo apt-get update

or 

:~$ su -c "apt-get update"




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



Re: gdm X login does not work anymore after last update (dbus problem?)

2006-06-21 Thread Robin Putters
On Wed, 2006-06-21 at 21:35 +0200, Stefan Bellon wrote:
> Ken Wahl wrote:
> > On Wed, Jun 21, 2006 at 06:29:11PM +0200, Stefan Bellon wrote:
> > > I've done an apt-get update && apt-get upgrade on my notebook last
> > > night and today I noticed that I can no longer login to an X session
> > > using gdm.
> > 
> > I just had the same problem except with kdm. Downgrading dbus,
> > libdbus-1-2, libdbus-glib and libdbus-qt put things back to normal.
> 
> The bugtracker mentions this problem in the meantime as well. And it
> even mentions that the bug is already fixed. Looking forward to the new
> packages on the server ...

Get them from http://incoming.debian.org/ 


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



hey

2006-04-27 Thread robin
hi, im having probs formatting and partition my other disc.

im new to debian so i dont basically know what most commands do.

i use hda1 with 40gig of space where Debian is installed.
i have another disc with 250gig of space.

i need to format and partition the other disc into two pieces of which are
125gig each. (or one with 125gig and one with the rest)

could you tell me how to do this?

best regards,

robin


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



Re: no alsa-modules for 2.6

2006-02-25 Thread robin

belahcene abdelkader wrote:


--- belahcene abdelkader <[EMAIL PROTECTED]> wrote:


Hi,
I upgraded the kernel from 2.4 to 2.6 (sarge), the
sound worked on 2.4 ( I ve used the alsaconf and
alsa-modules...). 
I tried to do same but, no modules for alsa on 2.6.

I
searched in the debian packages, but no alsa-modules
for 2.6 is there another procedure to activate the
sound?

thanks for help
best regards 
bela







Which card/chip do you have? As I understand it, someone correct me if 
I'm wrong, not all of the alsa modules are included in the kernel. I 
think, I use Demudi, there is a package called alsa-source in the Debian 
stable repository. Install that and run m-a (module-assistant) to build 
and install.



robin


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




packages .udeb and packages .deb

2005-12-28 Thread Gerard Robin

Hello,
I am using Debian but I would like to know if it is possible to install the
packages .udeb in my box, and if I install ubuntu in an other box, can I
install the packages .deb in that box ?

Thanks in advance for your reply.

(please, Ccing me the reply that I am not subscriber on the list)


--
Gérard



AGSync

2005-12-15 Thread Robin
Is agsync still an active project ?  I cannot seem to find any info
except when picking throught he Debian lists...


Thanks for any info.



Re: Ati x800pro video card with x-windows on amd64

2005-12-02 Thread robin putters
Although not on x64, I'm using the following combination, which gives me accelerated X on this card:
 
apt-get install -t unstable linux-image-2.6.14-2-686 # You will need at least kernel 2.6.14
apt-get install -t experimental xserver-xorg # For experimental packages of X.org 6.9
apt-get install -t unstable libgl1-mesa-dri # For the radeon DRI driver 
Select the radeon driver in the xorg.conf and modprobe agpgart, intel-agp (or amd-agp or something appropiate) and radeon. That should do the trick...
 
Good luck,
Robin 
On 12/2/05, Tom Moore <[EMAIL PROTECTED]> wrote:
Hi guys.Just installed a friend's machine today and tried to get x to see his videocard.What do I need to do to getthe card to work peroperly?
Thanks,Tom--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]


I think I have a bug!!

2005-06-10 Thread ROBIN KRISE



I am not very techno wiz on this computer so please 
forgive my novice approach.  I do believe I have a bug.  I tried to 
access my email at yahoo.com  ([EMAIL PROTECTED]) and it came up with 
"you have a bug"...report to but report.  I did a search and came up with 
you guys and you may totally be the wrong place to report this type of 
thing.  Anyway, if you can help me, please do.  I have been getting 
messages from "cons" from overseas trying to give me fake money orders to buy a 
set of tires I have listed in the Recycler locally here in Los 
Angeles.


Re: gog-guru.glade and gnumeric

2005-05-20 Thread Gerard Robin
On Fri, May 20, 2005 at 04:42:44AM -0400, Kevin Mark wrote:
> On Thu, May 19, 2005 at 10:26:22AM +0200, Gerard Robin wrote:
> > Hello,
> > 
> > I installed successfully gnumeric Version: 1.5.1-1 ( with dpkg -i )
> > 
> > "apt-get -f install" is ok
> > 
> > However when I want to create a diagram I get the message:
> > 
> > immpossible to open the file:
> > /local/gnome/head/test/share/goffice/0.0.1/glade/gog-guru.glade
> > 
> > Which package I have to installed to get the file gog-guru.glade ?


> 'apt-cache search goffice' found:
> 
> libgoffice-1 - Document centric objects library - runtime files
> libgoffice-1-common - Document centric objects library - common files
> my guess is that you need: libgoffice-common and libgoffice-1.

dpkg -l | grep goffice
ii  libgoffice-1   0.0.1-1Document centric objects library - runtime f
ii  libgoffice-1-c 0.0.1-1Document centric objects library - common fi

I am silly, because,
apt-cache search  gog-guru.glade gives me:

/usr/share/goffice/0.0.1/glade/gog-guru.glade  

so I created the directory
/local/gnome/head/test/share/goffice/0.0.1/

and
ln -s   /usr/share/goffice/0.0.1/glade/  
/local/gnome/head/test/share/goffice/0.0.1/

did the trick.

Then "insert->diagram" gave me a nice dialog box but empty ;-)

I think the graphics are not available yet in this  gnumeric's version, but the
remainder is very nice.

Thanks.

-- 
Gérard 


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



gog-guru.glade and gnumeric

2005-05-19 Thread Gerard Robin
Hello,

I installed successfully gnumeric Version: 1.5.1-1 ( with dpkg -i )

"apt-get -f install" is ok

However when I want to create a diagram I get the message:

immpossible to open the file:
/local/gnome/head/test/share/goffice/0.0.1/glade/gog-guru.glade

Which package I have to installed to get the file gog-guru.glade ?

TIA
-- 
Gérard 


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



Re: bash, perl, C

2005-01-07 Thread Gerard Robin
On Sat, Jan 08, 2005 at 01:00:37AM +0100, Rabin Vincent wrote:
> On Sat, 8 Jan 2005 00:18:33 +0100, Gerard Robin <[EMAIL PROTECTED]> wrote:
> > If i use the sleep of Perl there nothing is displayed at though with the 
> > sleep
> > of the shell the numbers 5 4 3 2 1 0 are displayed as I want.
> > And, I don't understand why the sleep of Perl doesn't work ?
> 
> The sleep function works, but the output that has been outputted with
> print has not been flushed. To make Perl automatically flush after
> every print statement, put this line in your script:
> 
> $| = 1;
> 
> This enables the OUTPUT_AUTOFLUSH. You only need to do this once in
> the script. The name of the variable is just a pipe. Once you do this,
> the script works just as it did with the shell's sleep.
> 
> > I think it is not coherent to use the sleep of the shell whereas Perl has 
> > such
> > function. And I tried to write this function in C to rewrite my program in
> > C . but the C function sleep in C works like in Perl ...
> 
> Same thing with C. To make it flush, call fflush(0) after each time
> you call printf.
> 
> Rabin

Thanks to all it's OK :-)

(exept in C  fflush(0) fflush(output) gives a new line but now with man fflush 
...)


-- 
Gérard 


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



Re: bash, perl, C

2005-01-07 Thread Gerard Robin
On Sat, Jan 08, 2005 at 10:32:57AM +1300, Andrew Walbran wrote:
> On Sat, 08 Jan 2005 6:28 am, Gerard Robin wrote:
> > Hello,
> > can someone explain to me if it is possible that the functions sleep of C
> > and Perl work like the function sleep of bashin this scripts and program:
> 
> 'man 1 sleep' explains what sleep does in bash; 'man 3 sleep' explains what 
> sleep does in C.

I think that my question was not very clear.

timerest3.pl in fact is a subroutine in a little script Perl that I wrote 
myself ( I am not a student who expect that others do his work :-))
In that subroutine I wrote
..
while ($i < 6) {
print "\e[0;46;31m", 5-$i, "\e[0m";
`sleep 1`; # the sleep of the shell
print "\r";
...
If i use the sleep of Perl there nothing is displayed at though with the sleep 
of the shell the numbers 5 4 3 2 1 0 are displayed as I want.
And, I don't understand why the sleep of Perl doesn't work ?
I think it is not coherent to use the sleep of the shell whereas Perl has such 
function. And I tried to write this function in C to rewrite my program in
C . but the C function sleep in C works like in Perl ...

But I accept that my problem is irrelevant with the list debian-user.
I apologise for having disturb you.

Thanks.

-- 
Gérard 
 


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



Re: bash, perl, C

2005-01-07 Thread Gerard Robin
On Fri, Jan 07, 2005 at 01:11:44PM -0500, Ben Bettin wrote:
> Why not run it and find out?  Seems a lot quicker than to wait for a
> reply from a mailing list.  It too me longer to write this email than
> it'd take you to run those programs/scripts.
> 
> Have a Nice Day.
> 
> Ben

Sorry have a good day too 

Thanks

-- 
Gérard 


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



bash, perl, C

2005-01-07 Thread Gerard Robin
Hello,
can someone explain to me if it is possible that the functions sleep of C and 
Perl work like the function sleep of bashin this scripts and program:

Bash:

#timerest1.sh
#!/bin/bash 

echo  "The processus will start in 5 seconds"
echo
i=0

for i in `seq 6`; do
echo -ne "\e[0;46;31m $[ 6-$i ]\e[0m"  ;  
sleep 1
echo -en "\r"
done 
echo 

C:

#timerest2.c
#include 
#include 

int main()

{
unsigned i;

printf("The processus will start in 5 seconds\n");
   
for (i = 0; i < 5; i++)

{
printf("\e[0;46;31m%d\e[0m", 5 - i);

sleep(1);

printf("\r");
}

printf("...\n");

return 0;
}

Perl:

#timeresr3.pl
#!/usr/bin/perl
use strict;
use warnings;

print "The processus will start in 5 seconds\n";
my $i= 0;
print "\n";
while ( $i < 6 ) {
  print "\r";
#  print " "x40;
  print "\e[0;46;31m",5 - $i,"\e[0m  " ;
  sleep 1;
  $i++;
}
print "...\n";

tia
-- 
Gérard 


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



Re: Configuring exim4 (for use with mutt)

2005-01-06 Thread Gerard Robin
On Thu, Jan 06, 2005 at 10:38:11PM +0100, Maurits van Rees wrote:
> On Thu, Jan 06, 2005 at 07:44:39PM +, Felixk Karpfen wrote:
> > Unfortunately this does not work on my setup because my login name on my
> > computer and my login name on my ISP's computer are different.
> > 
> > When "mutt" is used in conjunction with "sendmail" this can be fixed
> > with the "set envelope_from" command.  This does not work with exim4 -
> > as shown by the following testrun:
> 
> You may try the following in .muttrc:
> 
> set from=your email address
> set realname="your name"
> set use_from=yes
> 
> It doesn't do anything with envelopes, but might solve your
> problem. At least it gives you a correct From line. In the case of my
> ISP (xs4all.nl, who sponsor nl.debian.org) all works fine with those
> settings. You may want to check what the headers of this mail look
> like.

Question:
Does he need to complete his file /etc/email-addresses ?
-- 
Gérard 


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



Re: modem for potato

2004-12-31 Thread Gerard Robin
On Thu, Dec 30, 2004 at 08:44:19PM -0600, John Hasler wrote:
> Gérard writes:
> > When we buy a modem we get the driver for this modem but unfortunetly it
> > is for windows not for linux.
> 
> External modems do not require drivers.
> 
> > My problem for the moment is to find a second-hand modem which works fine
> > with a 486 and potato.(i.e. such that potato contains the suitable
> > driver)
> 
> External modems do not require drivers.
> 
> > If I was able to write a driver...
> 
> External modems do not require drivers.  They merely require appropriate
> configuration.  I suspect that the modems you were unable to get to work
> had their internal registers loaded with wonky values so that they did not
> respond properly.  The fix for this is to connect to the modem with a
> program such as minicom and reconfigure it.

Many thanks for your explainations which are very helpful.
I am an ignorant ;-)  
-- 
Gerard 


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



Re: modem for potato

2004-12-31 Thread Gerard Robin
On Fri, Dec 31, 2004 at 12:52:26PM +0100, Dani Belz wrote:
> * Gerard Robin <[EMAIL PROTECTED]> [04-12-30 00:03]:
> 
> > Can someone advise me a type of extern modem, other than 
> > "US ROBOTIC 56 FAX/MODEM", which runs fine with potato (kernel 2.0.36) or a 
> > link which will give me the same informations.
> 
> Hi,
> 
> the years old modem I use (and which works fine) is a "Rockwell
> V1456VQE". I never had problems with it.
 
Many thanks.
By the way happy new year to the list.
-- 
Gérard 


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



Re: modem for potato

2004-12-30 Thread Gerard Robin
On Thu, Dec 30, 2004 at 08:01:36AM -0600, Kent West wrote:
> Gerard Robin wrote:
> 
> >On Thu, Dec 30, 2004 at 10:01:27AM +0100, Dani Belz wrote:
> > 
> >
> >>* John Hasler <[EMAIL PROTECTED]> [04-12-30 01:03]:
> >>   
> >>
> >>>Any external modem that connects to the computer via a serial port will
> >>>work.
> >>> 
> >>>
> >>Unfortunately not true! Bought a Creative modem some time ago. This
> >>didn't work. There really are modems that do not work with linux (at
> >>least it isn't easy to set them up). Now I use my very old modem
> >>again :)
> >>   
> >>
> >
> >I agree with you, I tried a winmodem, after a few difficulties it worked
> >very slowly, I tried a US ROBOTIC 33 ... wich did not work.
> > 
> >
> 
> This "winmodem"? It was an external device that connects to the serial 
> port? I was not aware of any external, serial-port-connecting, "winmodems".
> 
In fact I tried four modems one internal and three externals and probably you
are right, the internal was the winmodem, but between the three others only the
US ROBOTIC 56 FAX/MODEM worked. (and works yet)

When we buy a modem we get the driver for this modem but unfortunetly it is
for windows not for linux.

PS1
My problem for the moment is to find a second-hand modem which works fine
with a 486 and potato.(i.e. such that potato contains the suitable driver)

PS2
If I was able to write a driver or to find an US ROBOTIC 56 FAX/MODEM 
(second-hand) 
I wouldn't have disturb the list.  

Thanks.

-- 
Gérard 


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



Re: modem for potato

2004-12-30 Thread Gerard Robin
On Thu, Dec 30, 2004 at 10:01:27AM +0100, Dani Belz wrote:
> * John Hasler <[EMAIL PROTECTED]> [04-12-30 01:03]:
> > Any external modem that connects to the computer via a serial port will
> > work.
> 
> Unfortunately not true! Bought a Creative modem some time ago. This
> didn't work. There really are modems that do not work with linux (at
> least it isn't easy to set them up). Now I use my very old modem
> again :)

I agree with you, I tried a winmodem, after a few difficulties it worked
very slowly, I tried a US ROBOTIC 33 ... wich did not work.
I wonder if OLITEC works with linux (potato kernel 2.0.36) ?
But what's your old modem ?  

Thanks.
-- 
Gerard 


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



modem for potato

2004-12-29 Thread Gerard Robin
Hello,

I installed potato on an old 486 for a friend. I can send and recieve mails, 
and browse the web.

I used an extern "US ROBOTIC 56 FAX/MODEM", which is mine and I tried other 
modems for my friend and they don't work.

Can someone advise me a type of extern modem, other than 
"US ROBOTIC 56 FAX/MODEM", which runs fine with potato (kernel 2.0.36) or a 
link which will give me the same informations.

Thanks in advance.

-- 
Gerard 


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



Re: exim4 doesn't connect to smarthost

2004-12-27 Thread Robin Battey
I just struggled with this for a few hours, found and solved the problem,  
and thought I'd post a response to explain what (I think) is going on in  
your situation.

Exim (at least, exim4) in its infinite wisdom, caches transport "hints" in  
its retry and wait_transport databases. When my smarthost went down for a  
decently long period of time, my exim installation cached that information  
and didn't even bother checking to see if it was up, which is why you see  
no connections using tcpdump.

The solution: Exim comes with three utilities for managing the hints  
caches, called exim_dumpdb, exim_tidydb, and exim_fixdb. The exim_dumpdb  
program displays the contents of the cache, exim_tidydb removes old  
entries, and exim_fixdb recovers corrupt caches. Check the man page for  
more info. The one you'll need is most likely exim_tidydb, to remove the  
out-of-date entries. I ran it with an argument of one second, to  
effectively remove all of them (they'll be recreated on demand). After  
that, everything magically started working.

Cheers!
-robin
--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: pdftohtml

2004-12-20 Thread Gerard Robin
On Sun, Dec 19, 2004 at 01:39:49PM -0800, Karsten M. Self wrote:
> on Wed, Dec 01, 2004 at 01:48:33AM +0100, Gerard Robin ([EMAIL PROTECTED]) 
> wrote:
> > Hello,
> > 
> > I have a few problems with pdftohtml (unstable) :
> > 
> > with one pdf file I get a suitable html file but with another one I get an 
> > unreadable html file.
> > 
> > I tried "pdftohtml -c -l 1 file.pdf"  but the output is always unreadable 
> > and I get the message:  
> > 
> > free(): invalid pointer 0x80f02e0!
> > Page-1
> > 
> > 
> > However xpdf (or gv) displays correctly this file.pdf.
> > 
> > I guess that the problem comes out of the feature of this pdf file and
> > I would like to know if it 
> 
> Note first that 'PDF' isn't a simple file format.  Some PDFs are little
> more than marked-up text, others are essentially large image files
> (scanned in faxes from lawyers, such as are posted to Groklaw, are
> infamous for this).
> 
> There are also a few different versions of the PDF and PS formats.
> 
> 
> If you can post or point to the file you're trying to convert, this
> could be helpful.  Knowing how that file was created and with what
> tools, ditto.
> 
> 'ps2ps' on a Postscript file sometimes works around bugs that stymie
> some viewers (or printers).  It's a roundabout way, but:
> 
>pdf2ps file.pdf file.ps
>ps2ps file.ps file-new.ps
>ps2pdf file-new.ps file-new.pdf
>pdftohtml file-new.pdf file-new.html
> 
> ...might get you somewhere.  Most likely, a really broken hash of a
> file.
> 
> 
> Alternatively, if the source of the PDF file is available, converting
> *it* to HTML directly should provide far superior results.

I have joined the pdftohtml-general list and I obtained part of the solution:

We have to copy the file /etc/xpdf/xpdfrc in our home directoty (.xpdfrc)and 
add int it the line:

unicodeMap Latin2 /usr/share/xpdf/latin2/Latin2.unicodeMap

After that, we must launch the command:

pdftohtml -enc Latin2 file.pdf

Normaly we expected a file: file.html, but I obtained : segmentation fault ;-)

I tried again pdftohtml -c -enc Latin2 file.pdf and then it works.

The result was better than with the command: pdftohtml file.pdf, but it was 
not perfect yet:

The accents are almost right except the è and the ê and the 
underline 
(image.png) which was not in the right place.

The user of the list pdftohtml-general who helped me was surprised that the 
command: 

pdftohtml -enc Latin2 file.pdf gave me segmentation fault whereas for him this 
command
worked fine.

He wondered if it was my OS (unstable) which had problem ? 

There is the link where the pdf file (cobjet.pdf) that I use is located:

http://perso.wanadoo.fr/aymeric.sabine/developpement/bibliotheque/c/libal.zip


thanks.
-- 
Gerard 


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



Re: xv

2004-12-17 Thread Gerard Robin
On Fri, Dec 17, 2004 at 06:15:46PM +0100, Ivan Glushkov wrote:
> Hi list,
> 
> I have a simple question:
> Why xv is not any more supported by Debian?
> 
> I mean, I googled for that, I saw some previous discussion about that, I 
> found even a package on:
> 
> http://ftp.irb.hr/debian-archive/dists/hamm/non-free/binary-i386/graphics/xv_3.10a-16.deb
> 
> , but of course it is not appropriate for my Sarge. I haven't seen 
> anything so simple and light for image viewing, but still with all tools 
> included for simple image editing...
> Is there a way to have that program on my Debian?

There : http://www.jw-stumpel.l/xv_3.10a-20_i386.deb 
is another one which runs fine on unstable.

hth
-- 
Gerard 


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



Re: xml viewer?

2004-12-16 Thread Gerard Robin
On Wed, Dec 15, 2004 at 05:47:42PM -0500, Matt Price wrote:
> anyone have suggestions for an xml viewer?  I get losti n xml very
> fast and would love a gui tool that displays a tree-like structure of
> xml documents...  

kxmleditor
 
Description: XML Editor for KDE
 KXML Editor is simple program, that display and edit contents
 of XML file. Left side contain tree with XML document structure,
 right side contain list of attributes for selected XML element
 and its contents.

hth

-- 
Gerard 


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



cdparanoia

2004-12-16 Thread Gerard Robin
hello,
the man page of cdda2wav explains how to copy an audio CD from a pipe.

ok, the commands:
 
cdda2wav dev=ATA:1,0,0 -vall cddb=0 -info-only

cdda2wav dev=ATA:1,0,0 -no-infofile -B -Oraw - | \
   cdrecord dev=ATA:1,1,0  -v -dao -audio -useinfo -text *.inf

work fine.

Is there someone who knows if it's possible to do the same with cdparanoia ?
My trials are unsucessfull ;-)

TIA
-- 
Gerard 


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


Pb installe / configuration du xf86config

2004-12-01 Thread pontier robin
Bonjour,
 
Je vous écris car j'ai obtenu d'un ami une version débian sarge avec installation des paquets par l'intermédiaire du ftp débian et l'installation s'est parfaitement déroulée.
 
Je n'arrive pas à configurer le xserver et je n'ai donc aucun interface graphique!!! que du code trop dur !!
 
Lorsque je tape xf86config, le bas blesse au niveau du sync range horizontal et vertical de mon écran car je suis portable et je n'est aucune doc sur celui-ci. je ne sais donc pas choisir et lorsque le xf86 est configuré je tape startx pour lancer l'interface et débian me met
 
Fatal server (..)
no screen found
 
Pourriez vous m'aider svp je suis vraiment pressé de connaître linux et de ne pas mourrir bete !! :)
merci beaucoup
Cordialement
robin pontier
		
Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Créez votre Yahoo! Mail
Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis.
Téléchargez GRATUITEMENT ici !

pdftohtml

2004-11-30 Thread Gerard Robin
Hello,

I have a few problems with pdftohtml (unstable) :

with one pdf file I get a suitable html file but with another one I get an 
unreadable html file.

I tried "pdftohtml -c -l 1 file.pdf"  but the output is always unreadable and I 
get the message:  

free(): invalid pointer 0x80f02e0!
Page-1


However xpdf (or gv) displays correctly this file.pdf.

I guess that the problem comes out of the feature of this pdf file and I would 
like to know if it 

exists a remedy, despite of all, to get a suitable result.

TIA
  
-- 
Gerard 


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



Re: Creative SoundBlaster Live! - how to get it working?

2004-11-18 Thread robin
michael wrote:
robin wrote:
michael wrote:
robin wrote:
michael wrote:
michael wrote:
robin wrote:
michael wrote:
I've looked but can't find anything that definitely explains 
this, so...

I have a new Creative SoundBlaster Live! 24 bit sound card in 
my machine (dual Xeon box). The card works - heard it when 
booted WinXP. However, I can make no headway on getting sounds 
from it when I boot in to my Linux
partition. I have done a 'apt-get install alsa' but that 
doesn't seem to have changed anything. All solutions are most 
welcome! And here's what I
believe is sufficient information for people to answer this for 
me! TIA.

[EMAIL PROTECTED]:~$ uname -a;sudo lsmod
Linux ratty 2.4.27-1-686-smp #1 SMP Fri Sep 3 06:34:36 UTC 2004 
i686 GNU/Linux
Module  Size  Used byNot tainted
floppy 52184   0  (autoclean)
soundcore   4420   0  (autoclean)
input   3872   0  (autoclean)
lp  6916   0
parport27944   0  [lp]
af_packet  14472   1  (autoclean)
uhci   27100   0  (unused)
hw_random   2876   0  (unused)
i810_rng2788   0  (unused)
ehci-hcd   18924   0  (unused)
usbcore65804   1  [uhci ehci-hcd]
ide-scsi   10192   0
scsi_mod   97732   1  [ide-scsi]
e1000  68844   1
ide-cd 31328   0
cdrom  30080   0  [ide-cd]
rtc 7112   0  (autoclean)
ext3   84748   7  (autoclean)
jbd46200   7  (autoclean) [ext3]
ide-detect   288   0  (autoclean) (unused)
piix9128   2  (autoclean)
ide-disk   16960   8  (autoclean)
ide-core  112184   8  (autoclean) [ide-scsi ide-cd 
ide-detect piix ide-disk]
unix   16784 221  (autoclean)
[EMAIL PROTECTED]:~$


Hi
Try running alsaconf to set up the alsa sound modules.
Robin

That comes up with:
No supported PnP or PCI card found.


I should also have said the console gets the message:
[EMAIL PROTECTED]:/usr/src$ sudo alsaconf
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found

Not sure which module it is so check 
http://www.alsa-project.org/alsa-doc/  soundcard matrix and then
e.g.

modprobe  snd-ens1371
replacing, if necessary, snd-ens1371 with the correct module.
If there are any error messages post them here.
Also which kernel version are you running as there was an issue 
with some 2.6 kernels with OSS grabbing the sound card before Alsa.

Okay, it seems to be module emu10k1 that I require but I get:
[EMAIL PROTECTED]:/usr/src$ sudo modprobe emu10k1
/lib/modules/2.4.27-1-686-smp/kernel/drivers/sound/emu10k1/emu10k1.o: 
init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, 
including invalid IO or IRQ parameters.
  You may find more information in syslog or the output from dmesg
/lib/modules/2.4.27-1-686-smp/kernel/drivers/sound/emu10k1/emu10k1.o: 
insmod 
/lib/modules/2.4.27-1-686-smp/kernel/drivers/sound/emu10k1/emu10k1.o 
failed
/lib/modules/2.4.27-1-686-smp/kernel/drivers/sound/emu10k1/emu10k1.o: 
insmod emu10k1 failed

[EMAIL PROTECTED]:/usr/src$ dmesg|tail
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
Creative EMU10K1 PCI Audio Driver, version 0.20, 06:37:07 Sep  3 2004
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Creative EMU10K1 PCI Audio Driver, version 0.20, 06:37:07 Sep  3 2004
[EMAIL PROTECTED]:/usr/src$ uname -a
Linux ratty 2.4.27-1-686-smp #1 SMP Fri Sep 3 06:34:36 UTC 2004 i686 
GNU/Linux
[EMAIL PROTECTED]:/usr/src$

Thanks for helping me through this!
Michael

See 
http://www.mail-archive.com/debian-user@lists.debian.org/msg120316.html 
for 2.6 details.
Do you have alsa-modules-2.4.27-1-686-smp installed?

It's been a long day (that's my excuse & it also means I can go 
shortly!) but

a) isn't "2.6 details" irrelevant to me since I'm using 2.4.27?
b) err, how do I find what modules I have installed? Do you mean using 
'lsmod'? There's no alsa there

Michael

Sorry I meant the alsa-modules-2.4.27-1-686-smp deb package installed. 
It is separate from the alsa-base package.
Run

dpkg -S alsa-mod*
alsa-modules-2.4.25-1-multimedia-k7: 
/usr/share/doc/alsa-modules-2.4.25-1-multimedia-k7
alsa-modules-2.4.27-1-multimedia-k7: 
/usr/share/doc/alsa-modules-2.4.27-1-multimedia-k7

means I have 2 modules packages installed to match my installed kernels.
Do you use synaptic or aptitude or apt-get to load new packages? If 
apt-get then

apt-get install alsa-modules-2.4.27-1-686-smp
should do the biz. Either it

Re: Creative SoundBlaster Live! - how to get it working?

2004-11-18 Thread robin
michael wrote:
robin wrote:
michael wrote:
michael wrote:
robin wrote:
michael wrote:
I've looked but can't find anything that definitely explains 
this, so...

I have a new Creative SoundBlaster Live! 24 bit sound card in my 
machine (dual Xeon box). The card works - heard it when booted 
WinXP. However, I can make no headway on getting sounds from it 
when I boot in to my Linux
partition. I have done a 'apt-get install alsa' but that doesn't 
seem to have changed anything. All solutions are most welcome! 
And here's what I
believe is sufficient information for people to answer this for 
me! TIA.

[EMAIL PROTECTED]:~$ uname -a;sudo lsmod
Linux ratty 2.4.27-1-686-smp #1 SMP Fri Sep 3 06:34:36 UTC 2004 
i686 GNU/Linux
Module  Size  Used byNot tainted
floppy 52184   0  (autoclean)
soundcore   4420   0  (autoclean)
input   3872   0  (autoclean)
lp  6916   0
parport27944   0  [lp]
af_packet  14472   1  (autoclean)
uhci   27100   0  (unused)
hw_random   2876   0  (unused)
i810_rng2788   0  (unused)
ehci-hcd   18924   0  (unused)
usbcore65804   1  [uhci ehci-hcd]
ide-scsi   10192   0
scsi_mod   97732   1  [ide-scsi]
e1000  68844   1
ide-cd 31328   0
cdrom  30080   0  [ide-cd]
rtc 7112   0  (autoclean)
ext3   84748   7  (autoclean)
jbd46200   7  (autoclean) [ext3]
ide-detect   288   0  (autoclean) (unused)
piix9128   2  (autoclean)
ide-disk   16960   8  (autoclean)
ide-core  112184   8  (autoclean) [ide-scsi ide-cd 
ide-detect piix ide-disk]
unix   16784 221  (autoclean)
[EMAIL PROTECTED]:~$


Hi
Try running alsaconf to set up the alsa sound modules.
Robin

That comes up with:
No supported PnP or PCI card found.

I should also have said the console gets the message:
[EMAIL PROTECTED]:/usr/src$ sudo alsaconf
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found

Not sure which module it is so check 
http://www.alsa-project.org/alsa-doc/  soundcard matrix and then
e.g.

modprobe  snd-ens1371
replacing, if necessary, snd-ens1371 with the correct module.
If there are any error messages post them here.
Also which kernel version are you running as there was an issue with 
some 2.6 kernels with OSS grabbing the sound card before Alsa.

Okay, it seems to be module emu10k1 that I require but I get:
[EMAIL PROTECTED]:/usr/src$ sudo modprobe emu10k1
/lib/modules/2.4.27-1-686-smp/kernel/drivers/sound/emu10k1/emu10k1.o: 
init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, 
including invalid IO or IRQ parameters.
  You may find more information in syslog or the output from dmesg
/lib/modules/2.4.27-1-686-smp/kernel/drivers/sound/emu10k1/emu10k1.o: 
insmod 
/lib/modules/2.4.27-1-686-smp/kernel/drivers/sound/emu10k1/emu10k1.o 
failed
/lib/modules/2.4.27-1-686-smp/kernel/drivers/sound/emu10k1/emu10k1.o: 
insmod emu10k1 failed

[EMAIL PROTECTED]:/usr/src$ dmesg|tail
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
Creative EMU10K1 PCI Audio Driver, version 0.20, 06:37:07 Sep  3 2004
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Creative EMU10K1 PCI Audio Driver, version 0.20, 06:37:07 Sep  3 2004
[EMAIL PROTECTED]:/usr/src$ uname -a
Linux ratty 2.4.27-1-686-smp #1 SMP Fri Sep 3 06:34:36 UTC 2004 i686 
GNU/Linux
[EMAIL PROTECTED]:/usr/src$

Thanks for helping me through this!
Michael

See 
http://www.mail-archive.com/debian-user@lists.debian.org/msg120316.html 
for 2.6 details.
Do you have alsa-modules-2.4.27-1-686-smp installed?

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



Re: Creative SoundBlaster Live! - how to get it working?

2004-11-18 Thread robin
michael wrote:
michael wrote:
robin wrote:
michael wrote:
I've looked but can't find anything that definitely explains this, 
so...

I have a new Creative SoundBlaster Live! 24 bit sound card in my 
machine (dual Xeon box). The card works - heard it when booted 
WinXP. However, I can make no headway on getting sounds from it 
when I boot in to my Linux
partition. I have done a 'apt-get install alsa' but that doesn't 
seem to have changed anything. All solutions are most welcome! And 
here's what I
believe is sufficient information for people to answer this for me! 
TIA.

[EMAIL PROTECTED]:~$ uname -a;sudo lsmod
Linux ratty 2.4.27-1-686-smp #1 SMP Fri Sep 3 06:34:36 UTC 2004 
i686 GNU/Linux
Module  Size  Used byNot tainted
floppy 52184   0  (autoclean)
soundcore   4420   0  (autoclean)
input   3872   0  (autoclean)
lp  6916   0
parport27944   0  [lp]
af_packet  14472   1  (autoclean)
uhci   27100   0  (unused)
hw_random   2876   0  (unused)
i810_rng2788   0  (unused)
ehci-hcd   18924   0  (unused)
usbcore65804   1  [uhci ehci-hcd]
ide-scsi   10192   0
scsi_mod   97732   1  [ide-scsi]
e1000  68844   1
ide-cd 31328   0
cdrom  30080   0  [ide-cd]
rtc 7112   0  (autoclean)
ext3   84748   7  (autoclean)
jbd46200   7  (autoclean) [ext3]
ide-detect   288   0  (autoclean) (unused)
piix9128   2  (autoclean)
ide-disk   16960   8  (autoclean)
ide-core  112184   8  (autoclean) [ide-scsi ide-cd 
ide-detect piix ide-disk]
unix   16784 221  (autoclean)
[EMAIL PROTECTED]:~$


Hi
Try running alsaconf to set up the alsa sound modules.
Robin

That comes up with:
No supported PnP or PCI card found.
I should also have said the console gets the message:
[EMAIL PROTECTED]:/usr/src$ sudo alsaconf
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found

Not sure which module it is so check 
http://www.alsa-project.org/alsa-doc/  soundcard matrix and then
e.g.

modprobe  snd-ens1371
replacing, if necessary, snd-ens1371 with the correct module.
If there are any error messages post them here.
Also which kernel version are you running as there was an issue with 
some 2.6 kernels with OSS grabbing the sound card before Alsa.

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



Re: Creative SoundBlaster Live! - how to get it working?

2004-11-18 Thread robin
michael wrote:
I've looked but can't find anything that definitely explains this, so...
I have a new Creative SoundBlaster Live! 24 bit sound card in my 
machine (dual Xeon box). The card works - heard it when booted WinXP. 
However, I can make no headway on getting sounds from it when I boot 
in to my Linux
partition. I have done a 'apt-get install alsa' but that doesn't seem 
to have changed anything. All solutions are most welcome! And here's 
what I
believe is sufficient information for people to answer this for me! TIA.

[EMAIL PROTECTED]:~$ uname -a;sudo lsmod
Linux ratty 2.4.27-1-686-smp #1 SMP Fri Sep 3 06:34:36 UTC 2004 i686 
GNU/Linux
Module  Size  Used byNot tainted
floppy 52184   0  (autoclean)
soundcore   4420   0  (autoclean)
input   3872   0  (autoclean)
lp  6916   0
parport27944   0  [lp]
af_packet  14472   1  (autoclean)
uhci   27100   0  (unused)
hw_random   2876   0  (unused)
i810_rng2788   0  (unused)
ehci-hcd   18924   0  (unused)
usbcore65804   1  [uhci ehci-hcd]
ide-scsi   10192   0
scsi_mod   97732   1  [ide-scsi]
e1000  68844   1
ide-cd 31328   0
cdrom  30080   0  [ide-cd]
rtc 7112   0  (autoclean)
ext3   84748   7  (autoclean)
jbd46200   7  (autoclean) [ext3]
ide-detect   288   0  (autoclean) (unused)
piix9128   2  (autoclean)
ide-disk   16960   8  (autoclean)
ide-core  112184   8  (autoclean) [ide-scsi ide-cd 
ide-detect piix ide-disk]
unix   16784 221  (autoclean)
[EMAIL PROTECTED]:~$


Hi
Try running alsaconf to set up the alsa sound modules.
Robin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Migrating from qmail: which MTA?

2004-11-14 Thread robin
David Garamond wrote:
Cristi Banciu wrote:
We are planning to migrate a bunch of hosting servers from RH73 + 
qmail + vmailmgr to Sarge and I'd appreciate on the comments of the 
choice of MTA to use.


Oh, I should add that I'm pretty clueless when it comes to other 
MTAs. I've used qmail ever since I've used Linux (around RH5-RH6). 
I'm not even familiar with Sendmail. Most of my friends are pushing 
for Postfix, but I see that Debian's default is exim, and I myself 
have been using courier-imap so currently I'm thinking courier would 
be the easiest migration route.

And why don't u use qmail ?

I thought qmail doesn't exist in the main debian archive?
--
dave

Looking via synaptic: qmail-src
Source only package for building qmail binary package
qmail is a secure Secure, reliable, efficient, simple mail transport system.
Dan Bernstein (qmail's author) only gives permission for qmail to be
distributed in source form, or binary for by approval. This package
has been put together to allow people to easily build a qmail binary
package for themselves, from source.
To build a binary deb package, first install the qmail-src package, then
type the command "build-qmail". If you try "apt-get source --build 
qmail-src"
it will most likely fail because the users do not exist. You MUST install
the qmail-src package first. Also be sure to build and install ucspi-tcp
before installing the binary qmail package. Install the ucspi-tcp-src 
package
to get ucspi-tcp.

This package builds a binary .deb that is FHS compliant and conforms to the
Debian standards guidelines. The resulting binary packages are not suitable
for re-distribution.
There are pre-compiled binary packages for qmail available, but they do not
conform to the Debian standards, and are not available in the official 
archive.

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



Re: gcj and kaffe (solved)

2004-11-13 Thread Gerard Robin
On Fri, Nov 12, 2004 at 10:08:36PM +, Gerard Robin wrote:
> Hello,
> I compiled the file: HelloWorldApp.java
> 
> class HelloWorldApp {
> public static void main(String[] args) {
> System.out.println("Hello World!");
> }
> }
> 
> gcj -C HelloWorldApp.java 
> 
> the compiler has generated the file: HelloWorldApp.class. 
> 
> Then, I ran, kaffe HelloWorldApp, and I got sometimes:
> 
> Internal error: caught an unexpected exception.
> Please check your CLASSPATH and your installation.
> java/lang/NullPointerException
> Internal error: caught an unexpected exception.
> Please check your CLASSPATH and your installation.
> java/lang/NullPointerException
> 
> or sometimes:
> 
> Hello World!
> 
> Can someone help me to understand what is wrong ?
> 

I used the unstable version of gcj and kaffe and I guessed that was this
version which did not works fine.
I removed gcj and kaffe and reinstalled the woody packages and now all
works fine. ;-)
   
-- 
Gerard


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



gcj and kaffe

2004-11-12 Thread Gerard Robin
Hello,
I compiled the file: HelloWorldApp.java

class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}

gcj -C HelloWorldApp.java 

the compiler has generated the file: HelloWorldApp.class. 

Then, I ran, kaffe HelloWorldApp, and I got sometimes:

Internal error: caught an unexpected exception.
Please check your CLASSPATH and your installation.
java/lang/NullPointerException
Internal error: caught an unexpected exception.
Please check your CLASSPATH and your installation.
java/lang/NullPointerException

or sometimes:

Hello World!

Can someone help me to understand what is wrong ?

TIA

P.S.
I have found this example in "The java tutorial" at http://java.sun.com/

-- 
Gerard


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



Re: Can't burn CDs since kernel 2.6.7 - am I the only one?

2004-11-10 Thread Gerard Robin
On Wed, Nov 10, 2004 at 09:22:52AM +0800, Robert Vangel wrote:

I did not compile myself the kernel 2.6.9, I used the package debian unstable. 

> When you config the kernel, there is an option for a copy of the kernel 
> config kept in /proc/config.gz, but the same thing is available in 
> /usr/src/linux-2.6.7/.config
> 
> Gerard Robin wrote:
> 
> >why /proc/config.gz does not exist for me ?
 
-- 
Gerard


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



Re: program for printing sheet music

2004-11-10 Thread robin
Nardis Dome wrote:
Hi all,
i'm looking for a program for printing guitar
(tablature) sheet music. For the moment i use
Lilypond.
Unfortunately LilyPond offers only limited support for
tablature.
thx for the feedback.
		
__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 


 

Have not tried but:
etktab
songwrite
Available from deb http://apt.agnula.org/demudi testing main local extra
See also www.agnula.org for info
Robin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Can't burn CDs since kernel 2.6.7 - am I the only one?

2004-11-09 Thread Gerard Robin
On Tue, Nov 09, 2004 at 03:21:32PM -0600, Ron Johnson wrote:
> On Tue, 2004-11-09 at 18:33 +, Alan Chandler wrote:
> > Following my upgrading to linux 2.6.7 I have been unable to burn a CD.  
> > This 

 
> > cdrecord dev=ATA:1,0,0 blank=fast
> > 
> > and (with a Rewriteable CD in the drive) it then preceeds to hang.
..
> 
> Works for me.
> 
> mkisofs -v -L -max-iso9660-filenames -R -relaxed-filenames ${dest} | \
> cdrecord -v -speed=8 -multi -dev=ATAPI:0,0,0 -
> 
> # uname -r
> 2.6.8
> 
> # mkisofs --version
> mkisofs 2.01a34-unofficial-iconv (i686-pc-linux-gnu)
> 
> # cdrecord --version
> Cdrecord-Clone 2.01a38 (i686-pc-linux-gnu) Copyright (C) 1995-2004 \
>Jörg Schilling

Works for me too. (2.6.9) and all the previous commands gives me the same 
outcome but the next 
 
> # zcat /proc/config.gz | grep IDECD
> CONFIG_BLK_DEV_IDECD=y

gives me:  zcat: /proc/config.gz: No such file or directory

lsmod | grep ide_cd   gives me:

ide_cd 38176  0 
cdrom  35996  1 ide_cd
ide_core  128112  5 ide_cd,usb_storage,ide_generic,ide_disk,amd74xx

why /proc/config.gz does not exist for me ?

TIA
-- 
Gerard


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



Re: playing cds

2004-11-07 Thread robin




Andrea Vettorello wrote:

  On Sun, 7 Nov 2004 01:37:00 -0700, Sean <[EMAIL PROTECTED]> wrote:
  
  
Ok, I have my cd-rom drive conected to my sound card.and normal sound
works but cd's do not.  I am a member of groups audio and disk.  cdcd
doesn't give me any error messages, but nothing plays.  What am I
missing here?  Where should I look for any error messages.
Sean


  
  
Look in your mixer or volume manager, and play with the cursors, with
my cheap integrated VIA VT8233 and ALSA the CD volume is adjusted with
both the "Surround" and "CD" controls. Never tried to use OSS.

For the error messages, don't know if you can raise the verbose level,
but usually you'll find them in /var/log/syslog.


Andrea


  

There is a verbose switch :  cdcd verbose




Re: Adobe Acrobat Reader

2004-11-06 Thread robin
Pedro M (Morphix User) wrote:
I cannot install AAR following the instructions in
http://wiki.debian.net/index.cgi?Acrobat
Why I click in the script (*.sh )I recieve an error message.
I suggest include the tarbar in the Debian packages, in a similar way 
to the Macromedia Flash (this is important because I cannot print PDF 
files using the Acrobat Reader forks ).

Regards.

What is the error message?
Robin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: debian based web hosting

2004-11-06 Thread robin
RituRaj wrote:
I would like to host my web site. But currenlt i am
just looking for a free web hosting solution. Does
anyone know of some provider which has debian running
on their servers?(i do not want my site to be running
on some proprietory OS)
PLease suggest.
Rituraj
		
__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 


 

Hi
In the UK there is an ISP called www.ukfsn.org (UK free software 
network). Profits are used to fund Free Software in the UK. They have a 
range of connection options starting with dialup.

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



Re: Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-05 Thread robin




Otto Wyss wrote:

  
 --- Otto Wyss <[EMAIL PROTECTED]> wrote: 


  Creating the above .xsession files disables the default XFCE4 startup
and I get only an empty X screen. So what now?
  

You want to have a file such as this:
=
#!/bin/sh

#type any additional commands you want to launch here

#Now launch the window manager
xfce-mcs-manager
xfwm4 --daemon
xftaskbar4 &
xfdesktop &
exec xfce4-panel
==

Save that as ~/.xsession. chmod 700 ~/.xsession


  
  Sorry, even with this setup (plus the "xsetb off") I'm not able to
create a standard XFCE4 desktop, there is a warning not compatible with
"freedesktop.org".

It's now 2 weeks later, I've asked in 2 different newsgroups, poked
around every possible place on the net and still don't know how to
permanenty disable the sound in X. How can Linux ever become a contender
in the desktop marked if such a simple thing can't be accomplished?!?

O. Wyss

  

Which xfce4 packages have you installed? I ask as I had the same error
message (freedesktop.org) some time ago and found I was missing a xfce4
package. Xfce4 on my system consists the following: 

+++-==-==-
ii  xfce4  4.0.5-1    Installs XFce4 core and scripts to
set it up
ii  xfce4-artwork  0.0.4-3    Additional artwork for the XFce4
Desktop Env
ii  xfce4-datetime 0.2-3  Date and time plugin for the XFce4
panel
un  xfce4-dev   (no description available)
ii  xfce4-diskperf 1.3-3  Disk performance display plugin for
the XFce
ii  xfce4-iconbox  4.0.6-1    Iconbox for the Xfce4 Desktop
Environment
ii  xfce4-mcs-mana 4.0.6-1    Settings manager for Xfce4
ii  xfce4-mcs-mana 4.0.6-1    Development files and static plugins
ii  xfce4-mcs-plug 4.0.6-1    Special modules for the
xfce4-mcs-manager
ii  xfce4-mixer    4.0.6-1    XFce4 Mixer frontend
ii  xfce4-netload- 0.2.2-4    Network load monitor plugin for the
XFce4 pa
ii  xfce4-panel    4.0.6-1    The Xfce4 desktop environment panel
ii  xfce4-session  0.1.3+20031213 XFce4 Session Manager
ii  xfce4-systemlo 0.3.3-4    System load monitor plugin for the
XFce4 pan
ii  xfce4-systray  4.0.6-1    Systray panel plugin for XFce4 panel
ii  xfce4-themes   4.0.6-1    Theme files for Xfce4
ii  xfce4-toys 4.0.6-1    Eyes plugin for XFce4 panel and
xfce4-tips
ii  xfce4-trigger- 4.0.6-1    Panel plugin to start/stop programs
ii  xfce4-utils    4.0.6-1    Various tools for XFce

AFAIRC it was xfce4-session

Robin




Re: kernel 2.8.x (was: cdrecord & cdwriter)

2004-11-04 Thread Gerard Robin

On Wed, Nov 03, 2004 at 12:25:15PM +0200, Martin Fluch wrote:
> 
> >P.S. I use the kernel 2.6.8-1-386 version 2.6.8-4
> 
> There is some issue with the 2.6.8.1 kernel and cdwriting. The only 
> infromation I have about this is from k3b.org (in the news section):
> 
> "Do not use Kernel 2.6.8
> 
> A patch that was introduced into the kernel shortly before the 2.6.8
> release makes K3b and also the dvd+rw-tools unusable on Linux (unless
> run as root but that is not recommended). The very important GET
> CONFIGURATION MMC command is rejected by the kernel for reasons I
> cannot see and writing commands like MODE SELECT also fail (K3b cannot
> detect CD writers without it) even when the device is opened O_RDWR.
> Until this issue has been solved I strongly recommend to stick to
> kernel version 2.6.7.
> 
> Update: The kernel guys are currently fixing the problem so the next
> kernel release should work again. :)
> 
> Update 2: The problem is NOT fixed in 2.6.8.1
> 
> Update 3: Be aware that kernel 2.6.8 also contains the memory leak
> which makes it impossible to write audio cds, even as root."
> 
> I myself had no problem using k3b with 2.6.9 and 2.6.7 kernels (and k3b 
> uses cdrecord to burn CDs).

Thanks for your advices.

I have encountered problems with kernel 2.8.6 and xmms which worked fine as 
root but not as user. I posted a question about this to the list xmms-dev and
their reply was: change the permission of /dev/hdc.

The permission origine of /dev/hdc was 660, I put it to 644 and now xmms
works fine for the users. It's a problem with gtk whilst cdcd have no problem. 
It works fine for the users with 660 for /dev/hdc. (and 4755 for cdcd)
I tried to put 4755 to xmms but I received a protest of gtk.
( reason of security: http://www.gtk.org/setuid.html ) 

Now I have upgraded with kernel  2.9.1 and the problem of permission with xmms
are identical.

I wonder if I am messing my system in changing the permissions of /dev/hdc ?

-- 
Gerard


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



Re: cdrecord & cdwriter

2004-11-03 Thread Gerard Robin
On Tue, Nov 02, 2004 at 08:09:32PM -0500, Wayne Topa wrote:
> Gerard Robin([EMAIL PROTECTED]) is reported to have said:
> > On Tue, Nov 02, 2004 at 04:34:42PM +0530, Vijaya S wrote:
> > >...
> >  
> > 
> > First I have undone all the things required by the kernel 2.4.x :
> 
> Do you mean kernel 2.6.X ??  ide-scsi worked in 2.4.x _not_ in 2.6.x.
> > 
> > - I disabled the module ide-scsi. ( then you must undo : 
> >   append "/dev/hdc=ide-scsi" in your /boot/grub/menu.lst as )
> > - in fstab I changed /dev/scd0 in /dev/hdc and /dev/scd1 in /dev/hdd
> >  
> > cdrecord -scanbus dev=ATA gave me :
> > 
> > Using libscg version 'schily-0.8'.
> > 
> > scsibus1:
> > 1,0,0   100) 'SONY' 'DVD-ROM DDU1612 ' 'DYS1' Removable CD-ROM
> > 1,1,0   101) 'LITE-ON ' 'LTR-52327S  ' 'QS09' Removable CD-ROM
> > 
> > then in /etc/default/cdrecord I have put:
> > 
> > # CDR_DEVICE = yamaha ( I commented this line )
> > CDR_DEVICE = cdrw
> > cdrw = ATA:1,1,0  ( for you is: cdrw = ATA:0,0,0 )
> > 
> > and  now I do:
> > 
> > cdrecord -dev=1,1,0 -speed=10  -v -eject image.iso 
> 
> That does not work here but this does
> cdrecord dev=ATA:1,1,0 speed=10  -v -eject image.iso
> Note  no^ -   ^ no dash

Sorry, YOU ARE RIGHT, but I wrote a little script which does this work
and I didn't use directly the command "cdrecord dev=ATA:1,1,0 ." for
a while and now I am confused between the style 2.4.x and the style 2.6.x  ;-) 

P.S. I use the kernel 2.6.8-1-386 version 2.6.8-4

-- 
Gerard


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



Re: cdrecord & cdwriter

2004-11-02 Thread Gerard Robin
On Tue, Nov 02, 2004 at 04:34:42PM +0530, Vijaya S wrote:
>...
 
> but when i give cdrecord -scanbus dev=ATAPI
>...
 
>  cdrecord -scanbus dev=ATAPI
> Using libscg version 'schily-0.8'.
> scsibus0:
> 0,0,0 0) 'HL-DT-ST' 'CD-RW GCE-8525B ' '1.03' Removable
> CD-ROM
> 0,1,0 1) *
> 0,2,0 2) *
> 0,3,0 3) *
> 0,4,0 4) *
> 0,5,0 5) *
> 0,6,0 6) *
> 0,7,0 7) *
> 
> dmesg | grep ATAPI
> hdc: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
> hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
> scsi0 : SCSI host adapter emulation for IDE ATAPI devices
> 
> cat /etc/fstab
> # /etc/fstab: static file system information.
> #
> #
>...
> /dev/scd0   /cdrom  iso9660 ro,user,noauto,exec 0 0
>...

> and i have added a line in /boot/grub/menu.lst as
> 
> append "/dev/hdc=ide-scsi"
> 
> 
> Wiht all these when i do eject i get the following as root and normal
> user
> #eject
> 
> eject: unable to eject, last error: Inappropriate ioctl for device
> 
> 
> mount /cdrom
> mount: /dev/scd0 is not a valid block device
 
I apply exactly what is said in /usr/share/doc/cdrecord/README.ATAPI.setup 

First I have undone all the things required by the kernel 2.4.x :

- I disabled the module ide-scsi. ( then you must undo : 
  append "/dev/hdc=ide-scsi" in your /boot/grub/menu.lst as )
- in fstab I changed /dev/scd0 in /dev/hdc and /dev/scd1 in /dev/hdd
 
cdrecord -scanbus dev=ATA gave me :

Using libscg version 'schily-0.8'.

scsibus1:
1,0,0   100) 'SONY' 'DVD-ROM DDU1612 ' 'DYS1' Removable CD-ROM
1,1,0   101) 'LITE-ON ' 'LTR-52327S  ' 'QS09' Removable CD-ROM

then in /etc/default/cdrecord I have put:

# CDR_DEVICE = yamaha ( I commented this line )
CDR_DEVICE = cdrw
cdrw = ATA:1,1,0  ( for you is: cdrw = ATA:0,0,0 )

and  now I do:

cdrecord -dev=1,1,0 -speed=10  -v -eject image.iso 

and all works fine.

hth
-- 
Gerard


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



Re: plugin with mozilla

2004-10-31 Thread Gerard Robin
On Sat, Oct 30, 2004 at 09:17:22PM -0700, Ross Boylan wrote:
> On Sat, Oct 30, 2004 at 01:07:14AM +0100, Gerard Robin wrote:
...
> > I have a problem with mozilla-browser 1.7.3-5 :
> > certain site (http://www.franceinter.com) asks me to install the plugin 
> > "flash".
> > I donwloaded the tarball "install_flash_player_7_linux.tar.gz".
> > 
> > My question is: can'I compile this file (in /usr/local/) and installed it
> > without causing any damage to my system ?
...

> It would probably be safer to use one of the Debian packages for flash
> (try apt-cache search flash or apt-cache search shockwave), since the
> conventions about file placement, ownership, etc, might be a bit
> different from Debian.
> 
> On the other hand, the file you have may just unwrap to a bunch of
> files and instructions to move them to various places.
> 
> I doubt you can compile it; it probably has a binary (closed source).
> 
> Another possible point of confusion: flash (aka shockwave flash) is
> available for Linux, but shockwave (aka director, I think) is not.  So
> even after installing flash, you may find some sites that won't work.

You are right, the tarball contains the files:

readme.txt 
flahsplayer-installer (a bash script)
flashplayer.xpt
libflashplayer.so

Finaly Sergio gave me the trick with swf-player which works fine for me. 

(Warning, it is still alpha and perhaps it will not work fine for others 
users ).


-- 
Gerard


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



Re: How to create ALSA device nodes?

2004-10-30 Thread robin
Max wrote:
Hello!
I have removed udev and now my ALSA device nodes are gone. What would be the 
best way to create the device nodes required by ALSA?

I know the device numbers/names from the documentation, but I hate typing so 
much. The documentation 
in /usr/src/linux/Documentation/sound/alsa/ALSA-Configuration.txt says "Use 
the /dev/MAKEDEV script to create the nessecary device nodes.".. but my 
MAKEDEV script doesnt know anything about ALSA (it knows audio, but not 
alsa). Should "MAKEDEV alsa" work? Or is there some other script that creates 
ALSA device nodes?

thanks,
Max
 

Hello
If you have the alsa source there is a script called ./snddevices which 
you can run.

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



Re: plugin with mozilla

2004-10-29 Thread Gerard Robin
On Fri, Oct 29, 2004 at 04:22:37PM -0700, Sergio Basurto wrote:
> On Sat, 30 Oct 2004 01:07:14 +0100, Gerard Robin wrote:
. 
> > I have a problem with mozilla-browser 1.7.3-5 :
> > certain site (http://www.franceinter.com) asks me to
> > install the plugin 
> > "flash".
. 

> It is more easy if you do this way:
> #apt-cache search swf-player
> #apt-get install swf-player

Thanks Sergio swf-player works fine with mozilla.

( Konqueror has the same problem that mozilla and swf-player doesn't help 
konqueror ... )

-- 
Gerard


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



plugin with mozilla

2004-10-29 Thread Gerard Robin
Hello,
first I am sorry to have sent 2 idiot messages on the list, it was an error 
on my part.

I have a problem with mozilla-browser 1.7.3-5 :
certain site (http://www.franceinter.com) asks me to install the plugin 
"flash".
I donwloaded the tarball "install_flash_player_7_linux.tar.gz".

My question is: can'I compile this file (in /usr/local/) and installed it
without causing any damage to my system ?

Thanks for any advice.   

-- 
Gerard


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



Re: Audio Problem

2004-10-29 Thread robin




Sergio Basurto wrote:

  On Fri, 29 Oct 2004 22:07:04 +0200, Andrea Vettorello
wrote:

  
  
On Fri, 29 Oct 2004 11:43:42 -0700 (PDT), Sergio

  
  Basurto
  
  
<[EMAIL PROTECTED]> wrote:


  Hello,

Debian: Sarge
Kernel: 2.4.27-1-386

I have a problem with and audio card, I already
  

install


  the needed modules in my case:

#lspci
(...)
:00:1f.5 Multimedia Audio Controller: Intel Corp
82801EB/ER (ICH5/ICH5R) AC97 Audio Controller (rev
  

  
  02)
  
  

  (...)

#lsmod
ModuleSize   Used by  Not taited
(...)
i810_audio21372   2
ac97_codec11252   0   [i810_audio]
soundcore  3268   2   [i810_audio]
(...)

now the question is, if I have the correct modules
  

  
  for
  
  

  my sound card

1. why I can not hear any sound?.
2  How can I configure the sound card once the
  

  
  modules
  
  

  are loaded?
3. There is a command to do this?, which one?

I already try sndconf

I will appreciate any help or point to a source.

  

If you don't have any error messages, like devices
unavailable or like
that, and your user is in the audio group, maybe you
only need to
raise the volume, so you can try it installing a mixer
package...
(this is only a guess)

To pass some configuring options to your soundcard
(what options
depends on your brand or model) IIRC you can add them
on your
/etc/modutils file.


Andrea


  
  
Thanks for the feedback, I already have a mixer, and it
does not work, I think may be I have the wrong driver
installed. Is posible load a driver even if this one is
not the correct?

I am trying other thing right now I did this
#cat file.wav >/dev/audio 
Device or resource busy



any idea.

Thanks again.

--
Sergio Basurto J.

If I have seen further it is by standing on the 
shoulders of giants. (Isaac Newton)
--
--


  

The modules you have loaded are OSS (Open Sound System?) modules which
are installed for compatibilty. You may find you need the alsa modules
loaded. Alsa (advanced linux sound architecture) modules all start with
snd-.
lsmod | grep snd on my pc gives:

snd-seq-oss    31104   0  (autoclean) (unused)
snd-seq-midi-event  3712   0  (autoclean) [snd-seq-oss]
snd-seq    41744   2  (autoclean) [snd-seq-oss
snd-seq-midi-event]
snd-intel8x0   21004   1 
snd-ac97-codec 56368   0  [snd-intel8x0]
snd-pcm-oss    38408   0  (unused)
snd-mixer-oss  13816   1  [snd-pcm-oss]
snd-pcm    64416   0  [snd-intel8x0 snd-pcm-oss]
snd-timer  16900   0  [snd-seq snd-pcm]
gameport    1436   0  [snd-intel8x0]
snd-mpu401-uart 4064   0  [snd-intel8x0]
snd-rawmidi    14976   0  [snd-mpu401-uart]
snd-seq-device  4308   0  [snd-seq-oss snd-seq snd-rawmidi]
snd    37380   0  [snd-seq-oss snd-seq-midi-event
snd-seq snd-intel8x0 snd-ac97-codec snd-pcm-oss snd-mixer-oss snd-pcm
snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
snd-page-alloc  5324   0  [snd-seq-oss snd-seq snd-intel8x0
snd-mixer-oss snd-pcm snd-timer snd-rawmidi snd-seq-device snd]
soundcore   3876   6  [snd]


Try modprobe  (the above to suit what you want)
Alternatively install alsaconf.
Check out http://alsa.opensrc.org and
http://www.djcj.org/LAU/guide/index.php

Robin




Re: Debian Commands

2004-10-29 Thread robin




Mauricio Lin wrote:

  Have you tried the man command?

I mean type something like 'man dpkg', 'man dpkg-reconfigure' on your shell.

Mauricio Lin.


On Fri, 29 Oct 2004 13:56:34 +0100, mark <[EMAIL PROTECTED]> wrote:
  
  
Is there a document or list anywhere of all the Debian specific
commands, their parameters and what they do? I'm thinking of things like
dpkg, update-modules, dpkg-reconfigure and all the rest. I am trying to
learn the "Debian system" and a ready reference would be very helpful.

:)Fish

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



  
  

  

Or another idea is dwww:
Description: Read all on-line documentation with a WWW
browser

All installed on-line documentation will be served via a local HTTP
server. When possible, dwww converts the documentation to HTML. You
need to install both a CGI-capable HTTP server and a WWW browser to
read the documentation.
Robin




Re: IBM Rack Server recommendation

2004-10-28 Thread robin




Rishi wrote:

  Hi

I wanted to get an IBM 1 U rack server to host a customer's web, FTP and mail 
server. Any recommendations on which is a good server to buy for installing 
Debian? I was thinking of the xSeries 306 with SCSI HDD RAID level 1

http://www-605.ibm.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId=-356&storeId=356&langId=356&dualCurrId=105&categoryId=13395891

Anyone cares to give me a heads up / warning on what I should watch out for?

Regards

Rishi


  

Try Linux Incompatablity List Linux
Incompatibility List for problem hardware.

Robin




Re: i need help in my debian OS in my pc

2004-10-28 Thread robin
Amit Poddar wrote:
the problem in my pc is that i cant get a desktop. how do i get a
desktop? i have started using knoppix and it is working fine. i even
installed it in the harddrive but i am into to debian. 

apt-get install x-window-system
apt-get install gnome or kde, xfce4 etc.

i am planing on
gettting a IBM laptop and i want to install linux in it ,especially
debian. an i have installed debian 5 times for practice i would like
to find out if ther is any way i can get rid if everything on my
harddrive and install debian from the beginining. i will appreciate if
u can help me with his matter - thank u
 

Check out http://tuxmobil.org/ibm.html
Robin

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



[OT] UK report says Linux is 'viable' - Office of Government Commerce

2004-10-27 Thread robin
http://news.bbc.co.uk/1/hi/business/3960025.stm
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Sound card troubles

2004-10-27 Thread robin
debian wrote:
Hello,
Sound or no sound, that's the question!
I have a computer :) with debian and kernel 2.6.9 There is also a SB
PCI64 in the computer so i compiled the kernel for that card.
(Creative) Ensoniq AudioPCI 1371/1373
When my computer boots i see this with dmesg:
Advanced Linux Sound Architecture Driver Version 1.0.6 (Sun Aug 15
07:17:53 2004 UTC)
PCI: Found IRQ9 for device :00:10.0
PCI: Sharing IRQ 9 with :00:07.2
Alsa device list:
#0: Ensoniq AudioPCI ENS1371 at 0x1000, irq9
So i thought that this has to do it but appearantly there is more
needed.
When i perform a cat /dev/sndstat i get
Cat: /dev/sndstat: No such device
So i really wondering how i can get this to work.
I also installed via apt-get the alsa base and the mixer and when i run
alsaconf i get NO SUPPORTED PnP OR PCI CARD FOUND I tried other PCI
slots but i don't think i have to search in that direction.
Help plz!
Cheers,
Phil.
 

You do not mention whether you have (as root) run:
modprobe snd-ens1371
Then adjust the levels via a mixer.
Robin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Question about compiling the kernel

2004-10-27 Thread robin
Lian Liming wrote:
Hi all,
   This is a newbie's question about compiling kernel on debian.
   I follow the steps to compile the kernel:
   1) download the kernel source file;
   2) use "menuconfig" to choose the compile options;
   3) use "make-kpkg buildpackage -rev Custom.1 kernel_image" to 
generate .deb file
   4) install the kernel by "dpkg -i 
kernel-image-2.6.6_Custom.1_i386.deb"
This process may take a long time.
  My question is that if i want to change the compile options after 
having install the kernel. For example, i want to add some modules for 
the kernel.   Is it necessary for me to process the whole above four 
steps?  Or is there any simple way to do this?
 
  Thank you for suggestions!


Have a look at module-assistant package
Robin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Need direction on alsa/oss sound.

2004-10-26 Thread robin
Randall Smith wrote:
I'm running Debian Unstable and am very confused about how to set up 
the sound properly.  Sound generally works, but it seems a mess with 
OSS this and ALSA that and esd and arts and so on.  When I pull up the 
gnome mixer, it has an oss tab and an alsa tab.  Do I need both?  Both 
of them change the system's sound.

On a seperate note, I tried to record from microphone to a wave file 
using the rec program.  After fiddling with the mixer, I was able to 
record, but there was always background noise on playback even though 
I didn't hear the noise through my headphones while recording.  I got 
frustrated and quit (for now).

I'm generally confused about sound on linux oss/alsa/esd/arts...  Can 
someone recommend a good source to help me understand it better?  Thanks.

Randall

Hi
http://www.djcj.org/LAU/guide/index.php
robin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: regular expressions

2004-10-25 Thread Gerard Robin
On Sun, Oct 24, 2004 at 04:09:57AM +0100, Rui Silva wrote:
> Hi people
> 
> can anyone point me to a website that teaches me how to build regular 
> expressions... i need it from a school work anda i'm finding anything on 
> google. only found site with one or examples, need a full (or wide) 
> description of regular expressions

http://www.cornerstonemag.com/sed/

hth

-- 
Gerard


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



<    1   2   3   4   5   6   7   8   >