problem installing eclipse

2004-03-30 Thread Pedro Quaresma de Almeida
quirin writes:
 > i can't apt-get eclipse :(
 > 
 > 
 > output:
 > 
 > bigfatmama:/home/quirin# apt-get install eclipse-platform
 > Reading Package Lists... Done
 > Building Dependency Tree... Done
 > Some packages could not be installed. This may mean that you have
 > requested an impossible situation or if you are using the unstable
 > distribution that some required packages have not yet been created
 > or been moved out of Incoming.
 > 
 > Since you only requested a single operation it is extremely likely that
 > the package is simply not installable and a bug report against
 > that package should be filed.
 > The following information may help to resolve the situation:
 > 
 > The following packages have unmet dependencies:
 >   eclipse-platform: Depends: j2re1.4 but it is not installable or
 >  j2re1.3 but it is not installable or
 >  java2-runtime but it is not installable
 > E: Broken packages
 > 
 > any1 got an idea?
 > 
 > q
 > 

First make an "apt-get update", if that does not solve the problem try to
install what it wants first.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]


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



Kppp and ppp

2004-01-08 Thread Pedro Quaresma de Almeida
Hi

I am trying to use kppp as a friendly interface to my dialup
connection, the goal is to provide a easy to use program to all the
users of a Debian system.

I have managed to configure de dialup connection through the pppconfig
program, pon and poff are working fine, but kppp is not.

I have tried the automatic configuration (Portugal,Netc), and the
manual configuration, in both situations I receive the following
message:


"The remote system is required to authenticate itself..."

and nop :(

i) what are (and where) the logs of kppp?

ii) I read the html-manual and there the speak about using the ppp
configuration, but they don't explain how. Can you give me a hint?

Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]


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



drivers for a Motorola mobile phone

2003-06-11 Thread Pedro Quaresma de Almeida
Hi

I have a laptop (HP Xe3 with Debian 2.4.18) and I want to use my
Motorola C330 to connect to the Internet.

I have the USB <-> mini-USB cable. I already have a driver for the
WIN-XP but ... I want a driver for Linux (its a dual boot machine but
I prefer the Linux).

Can you help me? Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]


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



AC97 onboard Via Apollo Pro, sound not working

2003-01-10 Thread Pedro Quaresma de Almeida
[EMAIL PROTECTED] writes:
 > On Fri, 2003-01-10 at 08:51, [EMAIL PROTECTED] wrote:
 > > I havea similar onboard sound 
 > > 
 > > I have the following modules installed, and it works
 > > ac07_codec
 > > i810_audio
 > > soundcore 
 > > 
 > > try adding the i810_audio should work after that 
 > > 
 > > 

How do we select "ac07_codec" and "i810_audio" options in a 2.4.18
kernel? 

Do we need a diferent kernel? Do we need to download the code from
elsewhere? 

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]


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




Re: gcc and X

2002-12-02 Thread Pedro Quaresma de Almeida
Colin Watson writes:
 > On Mon, Dec 02, 2002 at 12:26:37PM +0000, Pedro Quaresma de Almeida wrote:
 > > But when I do the command
 > > 
 > > > gcc xdriver.c
 > > 
 > > I got
 > > 
 > > -//--
 > > /usr/lib/crt1.o: In function `_start':
 > > /usr/lib/crt1.o(.text+0x18): undefined reference to `main'
 > 
 > Indeed, you don't have a main(). If this is a driver rather than a
 > program, perhaps you want to compile it as a shared object?
 > 

The program is in another file "exemplo.c", but the problem is in this
driver.

 > 
 > You need to link the X library using -lX11.
 > 

That's my problem! When I do 

  > gcc xdriver.c -shared -lX11 -o xdriver.so 

I get

  /usr/bin/ld: cannot find -lX11
  collect2: ld returned 1 exit status

But I have the xlibs...

ii  xlibs  4.1.0-5X Window System client libraries
ii  xlibs-dev  4.0.3-4X Window System client library development


Is this a problem with the PATH, I have tried to compile with

-I/usr/include

but without any luck.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]


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




gcc and X

2002-12-02 Thread Pedro Quaresma de Almeida
Hi

I am trying to compile a c-file with some calls to X rotines

-//--
#include 
#include 
#include 
#include 

#include "xdriver.h"
(...)
int
init_driver(ScreenSpecs *screen_specs)
{
   XEvent   event;
   int  dummy;
   XCharStruct  chars;
   unsigned longevent_mask;
   XGCValuesgcv;
   unsigned longmask;

   key_buf_in = key_buf_out = 0;

   /* open the display */
   display  = XOpenDisplay(NULL);
   screen   = DefaultScreen(display);
   root = DefaultRootWindow(display);
   depth= DefaultDepth(display, screen);
   black= BlackPixel(display, screen);
   white= WhitePixel(display, screen);

   screen_specs->planes = depth;
(...)

-//--

But when I do the command

> gcc xdriver.c

I got

-//--
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
/tmp/ccoZsSbI.o: In function `init_driver':
/tmp/ccoZsSbI.o(.text+0x23): undefined reference to `XOpenDisplay'
(...)
-//--

What's the problem? More important what's the solution :)


Thanks

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]


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




Problems with remote X-connection

2002-05-03 Thread Pedro Quaresma de Almeida
Hi

I am having problems with the remote X-connection.

Trying to explain:

In a certain Debian box:

I can't connect to a remote machine and run an X-application in my
screen.

I can connect from a remote machine and run an X-application in the
remote machine screen.

What will be the problem?

What are the files controlling the X-access?

What are the "log" files where I can look for error messages?

Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]


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



Xhost + not working

2002-03-01 Thread Pedro Quaresma de Almeida
Hi 

In one of my Debian-machines I am not being able to X-connect
remotely.


[EMAIL PROTECTED]:~$ bash
[EMAIL PROTECTED]:~$ xhost +
access control disabled, clients can connect from any host
[EMAIL PROTECTED]:~$ ssh erlang
[EMAIL PROTECTED]'s password:
Last login: Fri Feb 22 19:36:47 2002 from pato.deec.uc.pt on pts/7
Linux erlang 2.2.14 #10 Sun Feb 11 16:45:30 WET 2001 i686 unknown
...
$ hostname
erlang
$ export DISPLAY=pato:0
$ xterm &
[1] 29785
$ xterm Xt error: Can't open display: pato:0
 
[1]+  Exit 1  xterm
$


Can you help me? Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



[xe3] Re: IRda

2002-02-08 Thread Pedro Quaresma de Almeida
[EMAIL PROTECTED] writes:
 > -BEGIN PGP SIGNED MESSAGE-
 > Hash: SHA1
 > 
 > Hi,
 > 
 > On Fri, Feb 08, 2002 at 08:29:52PM +0000, Pedro Quaresma de Almeida wrote:
 > > [EMAIL PROTECTED] writes:
 > >  > On Fri, Feb 08, 2002 at 05:36:36PM +, Pedro Quaresma de Almeida 
 > > wrote:
 > >  > > pcporta16:~# dmesg | grep tty
 > >  > > ttyS00 at 0x03f8 (irq = 4) is a 16550A
 > >  > > ttyS1: LSR safety check engaged!
 > >  > > ttyS1: LSR safety check engaged!
 > >  > 
 > >  > Well, a `dmesg | grep tty` gives me the following:
 > >  > ttyS00 at 0x03f8 (irq = 4) is a 16550A
 > >  > ttyS01 at 0x02f8 (irq = 3) is a 16550A
 > > 
 > > I have turned on the SIR Irda device on the BIOS and now I also have
 > > 
 > > ttyS00 at 0x03f8 (irq = 4) is a 16550A
 > > ttyS01 at 0x02f8 (irq = 3) is a 16550A
 > > 
 > > But I still do not have anything in
 > > 
 > > pcporta16:~# cat /proc/net/irda/discovery 
 > > IrLMP: Discovery log:
 > > 
 > > and I am still unable to use the printer (HP 6MP)
 > > 
 > > at /dev/irlpt0 
 > 
 > ps axfwu | grep irattach must give you a process.
 > 
pcporta16:/home/pedro# ps axfwu | grep irattach
root   214  0.0  0.1  1304  496 ?S20:48   0:00 
/usr/sbin/irattach irda 0 -s

 > Is cat /proc/sys/net/irda/discovery 1?

yes

 > 
 > What does irdadump show?
 > 

Nothing :(

pcporta16:/home/pedro# irdadump 

0 packets received by filter   <<<<<<<<< After a Control-C

-- 
At\'e breve

Pedro Quaresma
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351+ 239 791 181



[xe3] Re: IRda

2002-02-08 Thread Pedro Quaresma de Almeida
[EMAIL PROTECTED] writes:
 > -BEGIN PGP SIGNED MESSAGE-
 > Hash: SHA1
 > 
 > Hi,
 > 
 > On Fri, Feb 08, 2002 at 05:36:36PM +0000, Pedro Quaresma de Almeida wrote:
 > > pcporta16:~# dmesg | grep tty
 > > ttyS00 at 0x03f8 (irq = 4) is a 16550A
 > > ttyS1: LSR safety check engaged!
 > > ttyS1: LSR safety check engaged!
 > 
 > Well, a `dmesg | grep tty` gives me the following:
 > ttyS00 at 0x03f8 (irq = 4) is a 16550A
 > ttyS01 at 0x02f8 (irq = 3) is a 16550A
 > 

I have turned on the SIR Irda device on the BIOS and now I also have

ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A

But I still do not have anything in

pcporta16:~# cat /proc/net/irda/discovery 
IrLMP: Discovery log:

and I am still unable to use the printer (HP 6MP)

at /dev/irlpt0 

-- 
At\'e breve

Pedro Quaresma
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351+ 239 791 181



RE: IRda

2002-02-08 Thread Pedro Quaresma de Almeida
Brooks R. Robinson writes:
 > | I am trying to use my InfraRed port in my Debian box (HP Omnibook Xe3,
 > | kernel 2.4.4) but without any sucess:
 > |
 > | It seems that the port it is not recognized by the system.
 > 
 > Okay, I'll go for the standard questions...
 > 
 > 1) Do you have the IR enabled in the BIOS?

I think so (I will verify that anyway after sending this message), I
have a dual machine Linux/Win32 and I am almost shure that I already
used the IrDA port under Win32. 

 > 2) Do you have IrDA (infrared) support compiled/modules into/for your
 > kernel?
 > 

I read the "Linux Infrared HOWTO" and I've tried to follow it:

pcporta16:/usr/src/kernel-source-2.4.4# make xconfig &

and then:

IrDA support
 IrDA subsystem support y
 irLAN protocol y
 irNet protocol y
 Ultra protocol y
 IrDA protocol options  y
 Cache last LSAPy
 Debug Information  y

IrDA Device drivers
 SIR
 IrTTY  y
 IrPORT y
 FIR   
 SMC IrCC   y

But, it seems that the IrDA device it is there

pcporta16:~# dmesg | grep tty
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!


pcporta16:~# cat /proc/net/irda/discovery 
IrLMP: Discovery log:


pcporta16:~# cat /proc/devices 
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyS
  5 cua
  6 lp
  7 vcs
 10 misc
 13 input
 14 sound
 29 fb
 36 netlink
 81 video_capture
108 ppp
128 ptm
136 pts
162 raw
180 usb
254 pcmcia

Block devices:
  2 fd
  3 ide0
 22 ide1

...

Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



IRda

2002-02-08 Thread Pedro Quaresma de Almeida
Hi

I am trying to use my InfraRed port in my Debian box (HP Omnibook Xe3,
kernel 2.4.4) but without any sucess:

It seems that the port it is not recognized by the system.

Can you help me. Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Re: USB printer port (HP PSC 750)

2001-12-09 Thread Pedro Quaresma de Almeida
Michael Heldebrant writes:
 > On Sun, 2001-12-09 at 11:26, Pedro Quaresma de Almeida wrote:
 > > Michael Heldebrant writes:
 > >  > On Sat, 2001-12-08 at 15:33, Pedro Quaresma de Almeida wrote:
 > >  > > Hi
 > >  > > 
 > >  > > I am trying to use my HP PSC 750 connected via USB.
 > >  > > 
 > >  > > My kernel is "Linux Fenix 2.2.18pre21"
 > >  > > 
 > >  > > The dmesg command gives
 > >  > > 
 > >  > > ...
 > 
 > Have you tried just cat dmesg or something similar directly to
 > /dev/usblp0 to see if the printer is working?  If you get printing from
 > this then . . .

I did now... nothing happens :(


I am trying now in my laptop (HP OmniBook XE, Debian 2.4.4) and when I
connect the printer I get:

 hub.c: USB new device connect on bus1/1, assigned device number 4
 printer.c: usblp0: device node registration failed
 printer.c: usblp0: USB Bidirectional printer dev 4 if 0 alt 0

"device node registration failed" :(

what will be the problem?

many thanks for your support.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Re: USB printer port (HP PSC 750)

2001-12-09 Thread Pedro Quaresma de Almeida
Michael Heldebrant writes:
 > On Sat, 2001-12-08 at 15:33, Pedro Quaresma de Almeida wrote:
 > > Hi
 > > 
 > > I am trying to use my HP PSC 750 connected via USB.
 > > 
 > > My kernel is "Linux Fenix 2.2.18pre21"
 > > 
 > > The dmesg command gives
 > > 
 > > ...
 > > usb.c: registered new driver usblp
 > 
 > Well I'm no usb expert but how exactly are you communicating with the
 > printer?  Catting files into /dev/lp0 or /dev/usb/lp0?  Is the usb
 > printer module loaded or compiled into the kernel?  Are you using lpd,
 > CUPS, etc?
 > 
 > --mike

The module is compiled into the kernel.

The contents of usb/drivers and usb/devices are (Fenix is the name of
my Debian box)

Fenix# cat /proc/bus/usb/drivers 
 hub
 usbdevfs
 serial
 48- 63: usbscanner
  0- 15: usblp

Fenix# cat /proc/bus/usb/devices 
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor= ProdID= Rev= 0.00
S:  Product=USB UHCI-alt Root Hub
S:  SerialNumber=e000
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=03f0 ProdID=1411 Rev= 1.00
S:  Manufacturer=Hewlett-Packard
S:  Product=PSC 750
S:  SerialNumber=HU192CT16FWB
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=07(print) Sub=01 Prot=03 Driver=usblp
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
E:  Ad=82(I) Atr=03(Int.) MxPS=   8 Ivl= 10ms
I:  If#= 0 Alt= 1 #EPs= 2 Cls=07(print) Sub=01 Prot=02 Driver=usblp
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
I:  If#= 0 Alt= 2 #EPs= 1 Cls=07(print) Sub=01 Prot=01 Driver=usblp
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=045e ProdID=001b Rev= a.00
S:  Manufacturer=Microsoft
S:  Product=SideWinder Force Feedback 2 Joystick
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=03(HID  ) Sub=00 Prot=00 Driver=(none)
E:  Ad=81(I) Atr=03(Int.) MxPS=  64 Ivl=  1ms
E:  Ad=02(O) Atr=03(Int.) MxPS=  16 Ivl=  4ms

Then I did 

Fenix# mknod /dev/usblp0 c 180 0 

as said in the USB-howto-0.8

But when I tried to use lpr with 

Fenix# cat /etc/printcap

#
# This file was generated by /usr/sbin/magicfilterconfig.
#
lp|hppsc750|HP PSC 750:\
:lp=/dev/usblp0:sd=/var/spool/lpd/hppsc750:\
:sh:pw#80:pl#72:px#1440:mx#0:\
:if=/etc/magicfilter/dj550c-filter:\
:af=/var/log/lp-acct:lf=/var/log/lp-errs:

For exemple

Fenix# lpr lixo.devs
Fenix# lpq
Printer: [EMAIL PROTECTED]  'HP PSC 750'
 Queue: no printable jobs in queue
 Status: server finished at 17:45:24

Nothing happens :( The printer does not respond :(

Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



USB printer port (HP PSC 750)

2001-12-08 Thread Pedro Quaresma de Almeida
Hi

I am trying to use my HP PSC 750 connected via USB.

My kernel is "Linux Fenix 2.2.18pre21"

The dmesg command gives

...
usb.c: registered new driver usblp
usb.c: registered new driver usbscanner
scanner.c: USB Scanner support registered.
usbserial.c: USB Serial support registered for Generic
usb.c: registered new driver serial
uhci.c: USB UHCI at I/O 0xe000, IRQ 10
uhci.c: detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
usb.c: USB new device connect, assigned device number 1
usb.c: USB device 1 (prod/vend 0x0/0x0) is not claimed by any active
driver.
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
hub.c: USB hub found
hub.c: 2 ports detected
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 48k freed
usb.c: USB new device connect, assigned device number 2
usb.c: USB device 2 (prod/vend 0x45e/0x1b) is not claimed by any
active driver.
Swap area shorter than signature indicates
Swap area shorter than signature indicates
usb.c: USB new device connect, assigned device number 3
printer.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0
registered device ppp0

I already tried to do (as said in
http://www.linux-usb.org/USB-guide/x342.html)

mknod /dev/usb/lp0 c 180 0

but it seems that I cannot comunicate with the printer:

Can you help me? Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



HP Officejet PSC 750

2001-11-27 Thread Pedro Quaresma de Almeida
Hi

I would like to buy an HP Officejet PSC 750 (printer/scanner/copier),
is it supported in Linux? In full/partial/not-supported?

I already saw that there exist a driver for the HP PSC500, ...

Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Re: xdm & login problems

2001-07-31 Thread Pedro Quaresma de Almeida
Andy Saxena writes:
 > On Monday July 30 2001 14:46, Pedro Quaresma de Almeida wrote:
 > > Hi
 > >
 > > my xdm setup is broken... :(
 > >
 > > When I try to run xdm, it starts nicely showing the login-screen but
 > > when I try to login it fails returning to the xdm login-screen.
 > >
 > > Whats the problem?
 > >
 > > Can you help me? Thank you.
 > 
 > You need to provide more details. When you say "it fails" exactly what 
 > happens? Does the login screen reappear after disappearing for a second? Or 
 > do you get another message?
 > 
 > -Andy
 > 

Trying to provide more info.

i) xdm starts and show the login/password screen :)

ii) I provide my username and password :)

iii) the login/password screen disappears :)

iv) the user's X session does not begin, instead the X servers is
 initialised (it seems like that) and the login/password screen
 reappears :(

I am trying to look in the /etc/X11/xdm/ files for something wrong but
without any luck...

The end of the file /etc/X11/xdm/xdm-errors looks like this

 AUDIT: Tue Jul 31 10:28:47 2001: 2324 X: client 3 rejected from local host
   Auth name: XDM-AUTHORIZATION-1 ID: -1
 Xlib: connection to ":0.0" refused by server
 Xlib: Client is not authorized to connect to Server
 xmodmap:  unable to open display ':0'
 (--) SVGA: Read OPTION 0x40079121
 xdm error (pid 2371): fatal IO error 32 (Broken pipe)

Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



xdm & login problems

2001-07-30 Thread Pedro Quaresma de Almeida
Hi

my xdm setup is broken... :(

When I try to run xdm, it starts nicely showing the login-screen but
when I try to login it fails returning to the xdm login-screen.

Whats the problem?

Can you help me? Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



InfraRed port in a Linux Laptop

2001-07-17 Thread Pedro Quaresma de Almeida
Hi

I am trying to configure my InfraRed device without much sucess.

I have a HP Omnobook XE3 with the 2.4.4 Kernel installed.

I have read (tried to) the Linux InfraRed Howto, but it seems
outdated, the tools have changed, some of the tools discribed seems
not to exist...

Can you help me? Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



HP Omnibook 6000 & Linux

2001-05-10 Thread Pedro Quaresma de Almeida
Hi

I am interested in buying a portable, I have narrowed my choices to:

Fujitsu Siemens Lifebook E-6180

Toshiba Tecra 8100

Compaq Armada M700

HP Omnibook 6000

Have they any problem under Linux?

Witch one it is the best for Linux?

Is the HP a Linux-friendly portable :)

Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Problems with xcdroast

2001-05-07 Thread Pedro Quaresma de Almeida
Hi

I am trying to use xcdroast to write some CDs in a IDE-CD recorder.

I have configured the ide-scsi module and at first all seems all right,
but now xcdroast gives me the following message:

-
The SCSI_Bus has changed since last "save" in the Setup-Menu. Please check
if all settings are still valid! Please enter Setup...
-

and whenever I try to write a CD it fails at (+|-) 4%

Can you help me? Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Listar Configuration

2001-04-24 Thread Pedro Quaresma de Almeida
Hi

I want to configure the mailing lists daemon Listar in order to filter
some (but not all) type of files, i.e., I want to allow images (gifs,
jpegs) and do not allow exe-files. I already looked to the docs and to
the confs files but I have not discover how. 

Can you help me? Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



How to change the IP of a Debian box

2001-02-07 Thread Pedro Quaresma de Almeida
Hi

I need to change the "personality" of a Debian box.

How do I change the IP/name of the machine?

Thank you.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



gphoto + USB

2000-12-18 Thread Pedro Quaresma de Almeida
Hi.

How do we specify an USB port?

I have bought an Kodak EZ200 (it is the same as the DC200???) and I
want to use it under Linux.

I already have the 2.2.18 kernel with USB support. :)

I already have instaled the gphoto program. :)

How can I put all that stuff working?

Gphoto ask for an /dev/ttyS0 (1,2,3) Port, or other. How can I say to
it that I have an USB port?

Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Re: Digital Photo in Linux

2000-12-15 Thread Pedro Quaresma de Almeida
Ray Percival writes:
 > You need to get the 2.2.18 kernel to get the USB backports after
 > that your best hope is apt-get install gphoto and hope that they
 > have it right now.
 > 

Thanks. 

gphoto vs. photopc (phototk), which is best?

 > -- Original Message --
 > From: Pedro Quaresma de Almeida <[EMAIL PROTECTED]>
 > Date: Fri, 15 Dec 2000 14:44:25 + (WET)
 > 
 > >Hi
 > >
 > >I have bought yesterday a (cheap) digital photo camera. It's an Kodak
 > >EZ200 (it uses the USB port).
 > >
 > >How can I use it under Linux? Thanks.
 > >

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Digital Photo in Linux

2000-12-15 Thread Pedro Quaresma de Almeida
Hi

I have bought yesterday a (cheap) digital photo camera. It's an Kodak
EZ200 (it uses the USB port).

How can I use it under Linux? Thanks.

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Scanners, how?

2000-11-28 Thread Pedro Quaresma de Almeida
Hi

What are the best models of scanners for Linux (debian)?

May I connect it to an USB (or paralel) port? Or do I need an SCSI
port?

thanks,

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Fax (hylafax)

2000-10-03 Thread Pedro Quaresma de Almeida
Hi

I am trying to use the hylafax (tkhylafax) program to send a fax but,
whenever I try to send the fax (or the other comands faxstat, ...) it
ask me for a password, and I do nor know what to do, I have already
tried my own password, the root password, ...

Can you help me? Tank you.

(Notice that my mail is [EMAIL PROTECTED])

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



xdm to kdm

2000-05-10 Thread Pedro Quaresma
Hi

How dows one do to change from xdm to kdm?

I have changed to kdm (not in a very proper way) in my home machine,
not I do not know how to configure the after-login procedure, the kdm
does not read the .xsession file. Can you help me.

Thanks

-- 
Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Re: Network is unreachable. SOLVED!

2000-02-08 Thread Pedro Quaresma de Almeida
>Resent-Cc: recipient list not shown: ;
>X-Envelope-Sender: [EMAIL PROTECTED]
>Date: Sun, 6 Feb 2000 05:57:09 +1100
>From: [EMAIL PROTECTED]
>
>> >The SIOCADDRT: Invalid argument, SIOCADDRT: Network is unreachable
>> >messages may be because the later ifconfig's no longer require:
>> >route add -net ${NETWORK}.
>> 
>>  One quick question: i'm not using network, only modem ppp, but i get on
>>  the startup the same message: SIODCADDRT: invalid argument. It happens
>>  when init.d runs route add -net 127.0.0.0 And my question is: if
>>  ifconfig doesn't need this, why is this still there?
>> 
>
>Yes, route add -net 127.0.0.0 is also not needed. From memory, ifconfig 
>requires the route add -net lines if you are running a 2.0.x kernel (I
>think). However, the 
>
>[ "${GATEWAY}" ] && route add default gw ${GATEWAY} metric 1 
>
>line is required (if you put your computer on a network with a gateway
>anyway).
>

Many thanks for your help.

It was a stupid problem!!!

My  network administrator gave me the wrong gateway address :(.

At\'e breve

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]


Re: Network is unreachable. HELP!

2000-02-04 Thread Pedro Quaresma de Almeida
>Date: Fri, 4 Feb 2000 15:13:30 +0100 (CET)
>From: Ron Rademaker <[EMAIL PROTECTED]>
>
>What's in your /etc/init.d/network??
>What does it say when you do 'ifconfig'?
>What does it say when you do 'route'?
>
>Ron
>
>
>> Hi
>> 
>> I have a 3COM 3c905B Cyclone 100Base Tx (at irq 5)
>> 
>> But at boot time I got "Network is unreachable".
>> 
>> Can you help me, please.
>> 
>> ...

 The /etc/init.d/network is

erlang:~# cat /etc/init.d/network 
#! /bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0
IPADDR=193.136.205.39
NETMASK=255.255.255.224
NETWORK=193.136.205.32
BROADCAST=193.136.205.63
GATEWAY=193.136.205.97
ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
route add -net ${NETWORK}
[ "${GATEWAY}" ] && route add default gw ${GATEWAY} metric 1

 When I do /etc/init.d/network  it gives the following messages

erlang:~# /etc/init.d/network 
SIOCADDRT: Invalid argument
SIOCADDRT: Invalid argument
SIOCADDRT: Network is unreachable

 The problem is with both route commands.

 The ifconfig gives:

erlang:~# ifconfig
loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:3924  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  Collisions:0 

eth0  Link encap:Ethernet  HWaddr 00:50:DA:48:E0:EB  
  inet addr:193.136.205.39  Bcast:193.136.205.63  Mask:255.255.255.224
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:2625 errors:0 dropped:0 overruns:0 frame:0
  TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
  Collisions:0 
  Interrupt:5 Base address:0xe800 

 The route gives:

erlang:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
193.136.205.32  *   255.255.255.224 U 0  00 eth0
erlang:~# 

If you can help me I will appreciate.


Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]




Network is unreachable. HELP!

2000-02-04 Thread Pedro Quaresma de Almeida
Hi

I have a 3COM 3c905B Cyclone 100Base Tx (at irq 5)

But at boot time I got "Network is unreachable".

Can you help me, please.


At boot time it says:
...
FDC0 is post-1991 82077
 The PCI-Bios has not enabled this device! Updating PCI command  -> 0005
eth0: 3COM 3c905B Cyclone 100Base Tx IRQ5
...
SIOCADDRT Network is unreachable


Thank you.


Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]




Problems with kfm

2000-02-01 Thread Pedro Quaresma de Almeida
Hi 

I have instaled kde 1.1.2 (after instaling 1.1.1) apparently with no
problems but, 

kfm refuses to work :(

---
bash-2.01$ kfm 
Could not read '/tmp//kfm-cache-1000/index.txt'

X Error: BadValue (integer parameter out of range for operation) 2
  Major opcode:  12
Aborted
bash-2.01$ 
--

All (!?) the other stuff works, but kfm refuses to work under any
window manager (fvwm2, kde).

Can you help me?


Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Re: Many computers working together?

2000-01-28 Thread Pedro Quaresma de Almeida
>Date: Fri, 28 Jan 2000 16:17:25 +0100
>From: Davide Anchisi <[EMAIL PROTECTED]>
>
>My question is not strictly debian related and rises from two
>considerations:
>1. most computers, for most of the time they are on, don't use theire
>full power;
>2. when doing an hard job resources are never enough (the more you have
>the better is).
>I wonder if there is a way to make 2 or more different machines work
>together as a big multiprocessor computer so that resources can be
>sheared and used where and when needed.
>In this way you could perform powerfull computing tasks without _a_
>powerfull computer.
>
>Do you know if it's possible to do that under Debian GNU/Linux and how?
>
>Please answer even to my e-mail adress as I have not subscribed the
>Debian-user list.
>

Look at the Debian-Beowulf project

http://www.debian.org/ports/beowulf/

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Problems with kfm

2000-01-28 Thread Pedro Quaresma de Almeida
Hi 

I have instaled kde 1.1.2 (after instaling 1.1.1) apparently with no
problems but, 

kfm refuses to work :(

---
bash-2.01$ kfm 
Could not read '/tmp//kfm-cache-1000/index.txt'

X Error: BadValue (integer parameter out of range for operation) 2
  Major opcode:  12
Aborted
bash-2.01$ 
--

All (!?) the other stuff works, but kfm refuses to work under any
window manager (fvwm2, kde).

Can you help me.


diald

2000-01-08 Thread Pedro Quaresma de Almeida
Hi

I am trying to configure diald but without success.

I have my ppp link working (pon ... poff) but now I whant to try
diald.

I have installed the package with "apt-get install diald", I looked at
the manuals (man diald) and I have created the /etc/diald.optins file,
but...

How do I create the other files (connect and diald.configure)?

Can you help me?

Thank you,

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: How to setup USR 56k Faxmodem?

1999-12-25 Thread Pedro Quaresma de Almeida
>Resent-Cc: recipient list not shown: ;
>X-Envelope-Sender: [EMAIL PROTECTED]
>From: "Thirunathan Sutharsan" <[EMAIL PROTECTED]>
>
>How can I get my US Robotics 56k faxmodem to work with Debian 2.1? Please
>provide me with the steps I need to follow. Thanks.
>

I have bought a US Robotics 56k faxmodem yesterday, I plug it into the
power source, I connected it to COM1 and thats it! :) I am using it to
connect to my University computer in order to read the mail...

$ pon(pppd on)
$ telnet ... (or other net-commands)
$ poff   (pppd off)

You must have.

i) A kernel with ppp support

$ dmesg
...
PPP: version 2.3.3 (demand dialling)
TCP compression code copyright 1989 Regents of the University of California
PPP line discipline registered.
...

ii) Configure ppp

$ pppconfig

iii) Nothing more :)

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Modem does not work

1999-12-16 Thread Pedro Quaresma de Almeida
>Date: Sun, 12 Dec 1999 15:30:16 GMT
>From: Pedro Quaresma de Almeida <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED], debian-user@lists.debian.org
>
>>Date: Sat, 11 Dec 1999 11:33:23 -0800 (PST)
>>From: [EMAIL PROTECTED]
>>
>>On Sat, 11 Dec 1999, dyer wrote:
>>
>>> >
>>> > >>
>>> > >> I have bought (two day ago) a  modem, it says (in the windows software)
>>> > >> that it is a "Motorols SM56 PCI, Speakerphone Modem" and it is on
>>> > >> COM4.
>>> > >
>>> > >That says it all. Speakerphone Modem = Winmodem. Take it back and get a
>>> > >real modem.
>>> > >--
>>> >
>>> > Now I have an "Supra 2260 PCI Modem Enumerator/Supra Max 56i Voice
>>> > PCI" (dual personality!?), but no luck ... :(
>>> >
>>> > It is an internal PCI modem, Windows says that it is on COM3, IRQ10,
>>> > so it should be in /dev/ttyS3, but I only have two serial connections
>>> > working,
>>> >
>>> 
>>> I think you bought another winmodem. To expand on the last response, I 
>>> would go by
>>> the _general_ rule:
>>> PCI Modem = Winmodem
>>PCI modem with the string `HCF' in the description under Windows =
>>Winmodem
>>PCI modem listed as `comm controller' in any BIOS verbosity might be a
>>real modem. Currently, AFAIK, PCI serial support is in the unstable 2.3.x
>>kernels, but there is a backport for a couple devices in 2.0.38
>>

I have compiled the 2.3.31 Kernel and now I have

$ cat /proc/pci

...
Communication controller: Rockwell International HCF 56k V90 FaxModem (rev 
1).
  IRQ 10.
  Master Capable.  Latency=64.  
  Non-prefetchable 32 bit memory at 0xe900 [0xe900].
  I/O at 0xe800 [0xe807].
...

This means (Rockwell International HCF) that I have bought another
Winmodem ??? :(

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Using 3com modem Independent Mode (without Windows)

1999-12-14 Thread Pedro Quaresma de Almeida
Hi

---Alberto Bigazzi said


>I've got a 3Com USR 56K Message Modem. 
>
>This modem  is capable of receiving fax and voice messages 
>WHEN YOUR PC IS OFF ("Independent Mode"). 
>Very nice feature! ( makes the modem  fairly expensive, too). 
>
>BUT
>===
>I can't use it with my Debian (hamm) !
>==
>
>The 3com package includes a Windows software  (Winphone) to deal with the
>Independent  mode.  But it does not include any Linux script for enabling
>that mode.
>
(...) 
>
>Note that the modem is NOT one of those windows-specific modems. I use it
>and works fine for connecting to my ISP. 

It is an Internal or external modem? I have bought an "Supra Max 56i
Voice PCI" modem I cant put it to work under Linux :(

--Michelle  Konzack said

>I have spezifications of around a dotzend Win-Modems 
>which are working properly with Dos and Linux.

Do you have any web-page with those specifications?

I would like to see if I can put my PCI modem to work under Linux.

And I need all the help I can get :)

Thank you.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Modem does not work

1999-12-12 Thread Pedro Quaresma de Almeida
>Date: Sat, 11 Dec 1999 11:33:23 -0800 (PST)
>From: [EMAIL PROTECTED]
>
>On Sat, 11 Dec 1999, dyer wrote:
>
>> >
>> > >>
>> > >> I have bought (two day ago) a  modem, it says (in the windows software)
>> > >> that it is a "Motorols SM56 PCI, Speakerphone Modem" and it is on
>> > >> COM4.
>> > >
>> > >That says it all. Speakerphone Modem = Winmodem. Take it back and get a
>> > >real modem.
>> > >--
>> >
>> > Now I have an "Supra 2260 PCI Modem Enumerator/Supra Max 56i Voice
>> > PCI" (dual personality!?), but no luck ... :(
>> >
>> > It is an internal PCI modem, Windows says that it is on COM3, IRQ10,
>> > so it should be in /dev/ttyS3, but I only have two serial connections
>> > working,
>> >
>> 
>> I think you bought another winmodem. To expand on the last response, I would 
>> go by
>> the _general_ rule:
>> PCI Modem = Winmodem
>PCI modem with the string `HCF' in the description under Windows =
>Winmodem
>PCI modem listed as `comm controller' in any BIOS verbosity might be a
>real modem. Currently, AFAIK, PCI serial support is in the unstable 2.3.x
>kernels, but there is a backport for a couple devices in 2.0.38
>

Uff, Mine says "comm controller" in the BIOS verbosity :)

Where is the documentation for those kind of support?

Thank you for all the help you already (and for the future help :)
gave to me.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Modem does not work

1999-12-11 Thread Pedro Quaresma de Almeida
>Resent-Cc: recipient list not shown: ;
>X-Envelope-Sender: egm2@jps.net
>Date: Thu, 2 Dec 1999 02:14:23 -0800
>From: "Eric G . Miller" 
>Mail-Followup-To: debian-user@lists.debian.org
>Content-Type: text/plain; charset=us-ascii
>User-Agent: Mutt/1.0i
>Resent-From: debian-user@lists.debian.org
>X-Mailing-List:  archive/latest/73968
>X-Loop: debian-user@lists.debian.org
>Precedence: list
>Resent-Sender: [EMAIL PROTECTED]
>
>On Thu, Dec 02, 1999 at 10:04:21AM +, Pedro Quaresma de Almeida wrote:
>> Hi
>> 
>> I have bought (two day ago) a  modem, it says (in the windows software)
>> that it is a "Motorols SM56 PCI, Speakerphone Modem" and it is on
>> COM4.
>
>That says it all. Speakerphone Modem = Winmodem. Take it back and get a
>real modem. 
>-- 

Now I have an "Supra 2260 PCI Modem Enumerator/Supra Max 56i Voice
PCI" (dual personality!?), but no luck ... :(



It is an internal PCI modem, Windows says that it is on COM3, IRQ10,
so it should be in /dev/ttyS3, but I only have two serial connections
working, 

---//dmesg//
Serial driver version 4.26 with SHARE_IRQ enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
---//dmesg//

My /proc/devices it is no better

---// /proc/devices //---
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyS
  5 cua
  6 lp
  7 vcs
 10 misc
 14 sound
 15 js
 36 netlink
128 ptm
136 pts

Block devices:
  2 fd
  3 ide0
 22 ide1
---// /proc/devices //---

And the /proc/interrupts either

---// /proc/interrupts //---
   CPU0   
  0:   7872  XT-PIC  timer
  1:179  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  5:  0  XT-PIC  es1370
  8:  2  XT-PIC  rtc
 12:   1417  XT-PIC  PS/2 Mouse
 13:  1  XT-PIC  fpu
 14:   1628  XT-PIC  ide0
 15:   2339  XT-PIC  ide1
NMI:  0
---// /proc/interrupts //---

Can you help me? Thank you.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Modem does not work

1999-12-02 Thread Pedro Quaresma de Almeida
Hi

I have bought (two day ago) a  modem, it says (in the windows software)
that it is a "Motorols SM56 PCI, Speakerphone Modem" and it is on
COM4.

I already managed to put it working under "MicroMole" ("MicroDull"
(soft!?) in portuguese), but in Linux...

I already try to use minicom, pon, seyon, kppp, ... but no luck :(

The /proc/pci says

PCI devices found:
  Bus  0, device   0, function  0:
Host bridge: Intel 440BX - 82443BX Host (rev 3).
  Medium devsel.  Master Capable.  Latency=64.  
  Prefetchable 32 bit memory at 0xe000 [0xe008].
...
  Bus  0, device   7, function  3:
Bridge: Intel 82371AB PIIX4 ACPI (rev 2).
  Medium devsel.  Fast back-to-back capable.  
  Bus  0, device   8, function  0:
Communication controller: Motorola Unknown device (rev 0).
  Vendor id=1057. Device id=5600.
  Medium devsel.  Fast back-to-back capable.  IRQ 11.  Master Capable.  
Latency=64.  Min Gnt=1.Max Lat=255.
  Prefetchable 32 bit memory at 0xe900 [0xe908].
...
  Bus  1, device   0, function  0:
VGA compatible controller: Matrox Matrox G200 AGP (rev 1).
  Medium devsel.  Fast back-to-back capable.  IRQ 11.  Master Capable.  
Latency=64.  Min Gnt=16.Max Lat=32.
  Prefetchable 32 bit memory at 0xe800 [0xe808].
  Non-prefetchable 32 bit memory at 0xe400 [0xe400].
  Non-prefetchable 32 bit memory at 0xe500 [0xe500].

Its seems that it does not recognise de modem "Motorola Unknown
device" and that it shares the same irq with the graphics card
"IRQ11".

Can you help me? Thanks.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170



Graphic interface to PostgreSQL

1999-10-18 Thread Pedro Quaresma de Almeida
Hi

Are there any Graphic interface to PostgreSQL?

thanks

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Toshiba Satellite 2520CDS

1999-07-29 Thread Pedro Quaresma de Almeida
>Date: Thu, 29 Jul 1999 12:53:33 +0200 (GMT-2)
>From: Geordy Korte <[EMAIL PROTECTED]>
>
>> I have a Toshiba Satellite 2520CDS (with DSTN screen), and I am trying
>> to install Debian on it without any sucess.
>> 
>> I put the Debian CD-ROM, I switch the computer on, the Debian boot
>> program begins to work
>> 
>> ...
>> loading root.bin ...
>> loading Linux ..
>> 
>Hoi,
>
>You need to use the Tetra disks (or cd) then everything should work.
 ^
     ?

Tetra disks? What do you mean by that?

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: A4 in LaTeX

1999-07-29 Thread Pedro Quaresma de Almeida
>Date: Sat, 24 Jul 1999 21:32:38 +1000
>From: Damon Muller <[EMAIL PROTECTED]>
>
>I've be playing around with LaTeX, after having successfully avoided it
>for years, and I've run up accross a little problem.


To many years inded :)

>
>I start my document as follows:
>
>\documentstyle[a4]{article}
>

\documentstyle is for the LaTeX2.09, the (very) old LaTeX version.

>But I get the following:
>
>! LaTeX Error: File `a4.sty' not found.
>

Yes the a4.sty was never a standard style file in LaTeX2.09, and does
not exist in the new version LaTeX (LaTeX2e).

>Anyone know where this file might be and why I don't seem to have it on
>my system? 
>
>There seems to be an a4dutch.sty, but I'm not dutch, and don't speak or
>write in dutch, so I don't think that's what I want.
>

If you have installed a (more or less) new TeX system you must do

\documentclass[a4paper]{article}

Let me point to you some usefull links

http://www.latex-project.org/  (The LaTeX Project)

http://www.tug.org/(TeX User Group)

http://www.mat.uc.pt/~pedro/LaTeX/Catalogue/catalogue.html 
   (The LaTeX Catalogue online)

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Toshiba Satellite 2520CDS

1999-07-29 Thread Pedro Quaresma de Almeida
Hi

I have a Toshiba Satellite 2520CDS (with DSTN screen), and I am trying
to install Debian on it without any sucess.

I put the Debian CD-ROM, I switch the computer on, the Debian boot
program begins to work

...
loading root.bin ...
loading Linux ..

And then it stops :( I have to shutt-off the computer.

Can you help me? Thank you.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Need help with Sound Modules

1999-06-25 Thread Pedro Quaresma de Almeida
(ACT Y)
))
#
# Logical device id CTL0022
# Device supports vendor reserved register @ 0x39
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3d
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if 
required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE CTL00e4/216279002 (LD 2
# ANSI string -->WaveTable<--

# Multiple choice time, choose one only !

# Start dependent functions: priority preferred
#   Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0620
# Maximum IO base address 0x0620
# IO base alignment 1 bytes
# Number of IO addresses required: 4
(IO 0 (BASE 0x0620))
(IO 1 (BASE 0x0A20))
(IO 2 (BASE 0x0E20))

#(IO 0 (SIZE 4) (BASE 0x0620))

#   Start dependent functions: priority acceptable
#   Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0620
# Maximum IO base address 0x0680
# IO base alignment 32 bytes
# Number of IO addresses required: 4
# (IO 0 (SIZE 4) (BASE 0x0620))
 (NAME "CTL00e4/216279002[2]{WaveTable   }")

# End dependent functions
# Vendor defined tag:  75 01 69 46 35 55
 (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Card 2: (serial identifier 46 08 18 27 4a 94 50 6d 50)
# Vendor Id TCM5094, Serial Number 135800650, checksum 0x46.
# Version 1.0, Vendor version 1.0
# ANSI string -->3Com 3C509B EtherLink III<--
#
# Logical device id TCM5094
# Device support I/O range check register
# Device supports vendor reserved register @ 0x39
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3d
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if 
required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE TCM5094/135800650 (LD 0
# Compatible device id PNP80f7
# IRQ 3, 5, 7, 9, 10, 11, 12 or 15.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0210
# Maximum IO base address 0x03e0
# IO base alignment 16 bytes
# Number of IO addresses required: 16
# (IO 0 (SIZE 16) (BASE 0x0210))
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Auto Shut-off

1999-06-18 Thread Pedro Quaresma de Almeida
>Resent-Cc: recipient list not shown: ;
>X-Envelope-Sender: [EMAIL PROTECTED]
>Date: Fri, 18 Jun 1999 20:48:58 +1000
>From: Damon Muller <[EMAIL PROTECTED]>
>
>On Fri, 11 Jun 1999 13:33:40 +0100 (WET DST)
>Pedro Quaresma de Almeida <[EMAIL PROTECTED]> wrote:
>
>> Now, whenever I want to shut-off the computer, I do a shutdown at Linux,
>> them I must!!! (the switch-off button does not work, it is only a
>> switch-on button) go to ms-windows to do a shutdown there (with the
>> corresponding shut-off action).
>
>Even without kernel APM support, you shouldn't have to reboot into

But with the  APM support it works nicely, I have recompiled the
kernel and now when I do "shutdown -h now", the computer shut-offs,
thanks to all.

>windoze just to shut down. I know with my ATX board/case, I actually
>have to hold down the stop/start button on the case for about 5 seconds
>before it shuts down. That is the case with a lot of ATX systems, I
>believe.

Ok I believe :)

I will try it later :)

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: [OT] Matrox G200 3D acceleration

1999-06-14 Thread Pedro Quaresma de Almeida
>Resent-Cc: recipient list not shown: ;
>X-Envelope-Sender: [EMAIL PROTECTED]
>Date: Sun, 13 Jun 1999 11:37:59 +0100
>From: Alisdair McDiarmid <[EMAIL PROTECTED]>
>Mail-Followup-To: debian-user@lists.debian.org
>Content-Type: text/plain; charset=us-ascii
>Resent-From: debian-user@lists.debian.org
>X-Mailing-List:  archive/latest/52938
>X-Loop: debian-user@lists.debian.org
>Precedence: list
>Resent-Sender: [EMAIL PROTECTED]
>
>I heard that there are OpenGL drivers for the Matrox Millennium
>G200 available for Linux, but I've looked on www.matrox.com and
>everywhere else I can think of, and I can't find them anywhere.
>Does anyone know where they are?
>-- 

I have a Matrox Millennium G200 (8Mg) working in my computer, and I
have a driver for it "xmatrox_2.2-1_i386.deb". 

I have followed the steps described by Jameson Burt (message below).
If you want I can mail the driver...

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


From: Jameson Burt <[EMAIL PROTECTED]>
To: Sean M Hollingsworth <[EMAIL PROTECTED]>
cc: debian-user@lists.debian.org
Subject: Re: Matrox Xserver on Debian
In-reply-to: Your message of "Tue, 22 Dec 1998 18:28:59 PST."
 <[EMAIL PROTECTED]> 
Content-Type: text/plain; charset=us-ascii
Date: Tue, 22 Dec 1998 23:19:25 -0500
Sender: [EMAIL PROTECTED]
Resent-From: debian-user@lists.debian.org
X-Mailing-List:  archive/latest/30446
X-Loop: debian-user@lists.debian.org
Precedence: list
Resent-Sender: [EMAIL PROTECTED]

I know a couple people who have installed this card, including myself.
Here is what I did.
1. From http://www.suse.de/XSuSE/XSuSE_E.html, I got the following 
   for my Matrox G200 video card,
xmatrox-2.2-0.i386.rpm
xsuseconfig-981102.tgz
2. I ran
alien xmatrox-2.2-0.i386.rpm
   which created the debian file
xmatrox_2.2-1_i386.deb
   I install this xmatrox_2.2-1_i386.deb file,
  dpkg -i xmatrox_2.2-1_i386.deb

3. I uncompressed and installed
xsuseconfig-981102.tgz
   This has the program xf86config, which will recognize your matrox G200 
   card.  Specifically this tar file has two files,
  /usr/X11R6/bin/xf86config
  /usr/X11R6/lib/X11/Cards
These two files replace those belonging to the xbase package.
4. Backup /etc/X11/XF86Config, then run
  xf86config
4. You probably don't even need to run xf86config.
   If you don't mind using your old resolutions (eg, 1024x768)
   and the old amounts for video memory, 
   then you need only change the first line of Xserver to
  /usr/X11R6/bin/XFCom_Matrox
This surprised and delighted me that I didn't need to run xf86config
or alter XF86Config when going from an NEC C500 monitor and a 
Number 9 S3V video card to a newer Nokia 445Xpro monitor and
a Matrox G200 video card.
I eventually did run xf86config, though, with no real problems.
This xf86config seemed to know I had 8192 KB memory.


The package xmatrox_2.2-0.i386.rpm has the files
   /usr/X11R6/bin/XFCom_Matrox
   /usr/X11R6/lib/X11/doc/README.XFCom_Matrox
   /usr/doc/xmatrox/copyright
   /usr/doc/xmatrox/changelog.Debian
   /usr/doc/xmatrox/buildinfo.Debian
All these are uniquely "matrox" so present no conflicts with other files.

When you upgrade packages with dselect, dselect won't know the location
of xmatrox (for all practical purposes, I removed my created  matrox debian 
package), though it knows you installed it and what its files are.  When you 
eventually do upgrade to a version of debian with
the Matrox G200 driver (maybe in March, 1999?), then you can of course
purge this xmatrox package.

Any upgrade of xbase will replace your two new files from suse.

In the past I could more easily get my video card's driver, 
but once I got the xmatrox package, I found installation much simpler.
For example, I did not need to do an "X --probeonly" to get the clocks.



 
> I am (hopefully) putting a Matrox Millennium G200 AGP in my linux box
> next month.  I know that S.u.S.E has an Xserver for this card, but I can
> only find tarballs and RPMs for it.  I now have two questions:
> 
> 1) Is there a deb of the Matrox Xserver?
> 
> 2) In the event I can't find a deb, would installing the xserver from a
> tarball or an RPM cause any problems with compatibility?  Say with
> updates, other libs, etc...
> 
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 


Auto Shut-off

1999-06-11 Thread Pedro Quaresma de Almeida
Hi

My new box has an automatic shut-off capability, i.e. in ms-windows
you make shutdown and the box shuts itself off (without the need of
pressing the button).

How can I have the same beaveour in Linux?

Now, whenever I want to shut-off the computer, I do a shutdown at Linux,
them I must!!! (the switch-off button does not work, it is only a
switch-on button) go to ms-windows to do a shutdown there (with the
corresponding shut-off action).

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Emacs without X in Debian?

1999-06-11 Thread Pedro Quaresma de Almeida

>
>Hi, I've just installed Debian Linux on a very small partition (60mb).
>I want to install emacs, but the only Debian packages available (emacs19
>and emacs20) both seem to require XWindows, which I don't have nearly
>enough room for.  Also, I don't have enough room for gcc, so compiling
>stuff myself isn't an option.  Does anyone know where I could find a
>Debian emacs package that doesn't depend on Xlib, etc?  Thanks in
>advance. Loren.
>


Emacs does not need X!, You can work with emacs with any brand of dumb
terminal.

Xemacs (the name says it all) needs X, but Emacs does'nt.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170




Re: SoundBlaster PCI64

1999-06-04 Thread Pedro Quaresma de Almeida
>From: [EMAIL PROTECTED]
>Date: Fri, 4 Jun 1999 01:26:13 +0200
>Content-Type: text/plain; charset=us-ascii
>
>On Fri, May 28, 1999 at 01:16:54PM +0100, p wrote:
>> I have bought (I had to) a new computer:
>> It has a SoundBlaster PCI64 card, but ...
>> pnpdump does not see any card, 
>
>pnpdump is for isa-pnp-cards. the soundblaster 64pci is really a ensoniq
>soundscape audiopci (creative bought ensoniq), so just use the es1370 or
>es1371 driver (it depends on your card, try both).
>
>-- 
>mike gerber
>

Thank you

I already put the soundblaster (almost) working.

I have choosed the Ensoniq (es1370) option in the compile-kernel
options and...

- I ear, without problems, the music CDs, pressing in the CD-player
buttons;

- The xmcd (or xplaycd) is having problems handling with the CD-player,
I cannot (for the moment) start the CD within the program.

- The sound produce by programs (e.g. the xpat2) it is with lots of
distortion.


Can you help me? Thank you.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: SoundBlaster PCI64

1999-06-02 Thread Pedro Quaresma
>
>   I think you will either need to upgrade your kernel to 2.2.x, or use alsa
>   with the pci 64. The reason pnpdump doesn't say anything about it is that
>   it is not an isa card. You need either the es1370, or es1371 driver. Check
>   /proc/pci to find out wich.
>
>

Thank you all for the all the help you gave to me. But I need a litle more :)

I have changed to kernel 2.2.5

Doing "cat /proc/pci" I discover that

...
Bus 0, ...
 Multimedia audio controler: Ensoniq AudioPCI (rev 1).
 ...

So I recompiled my kernel with the "Ensoniq" option and, ...

I can already ear my Music CDs :)

I can already ear sound made by programs (like xpat2) :), but it sounds bad :(.

I can use xplaycd when the CD is already running :), but xplaycd cannot start 
the CD :(


If I do "cat /dev/sndstat", I get


OSS/Free:3.8s2++-971130
Load type: Driver compiled into kernel
Kernel: Linux Fenix 2.2.5 #5 Mon May 31 08:12:16 WEST 1999 i686
Config options: 0

Installed drivers: 
Type 1: OPL-2/OPL-3 FM
Type 26: MPU-401 (UART)
Type 2: Sound Blaster
Type 29: Sound Blaster PnP
Type 7: SB MPU-401

Card config: 
(Sound Blaster at 0x220 irq 5 drq 1,5)
(SB MPU-401 at 0x330 irq 5 drq 0)
(OPL-2/OPL-3 FM at 0x388 drq 0)

Audio devices:

Synth devices:

Midi devices:

Timers:
0: System clock

Mixers:


With no: Audio devices, Synth devices, Midi devices, and no Mixers.

Can you help me (a little more).

Thank you.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: Problem after memory upgrade

1999-06-01 Thread Pedro Quaresma
   Hi,

   I just upgraded my memory from 32Mb to 128Mb.
   When I type 'free', linux seems to detect only 64Mb...

   do you know where it can come from ?

   thanx for help


If you use lilo you can do the following

boot=/dev/hda2
root=/dev/hda2
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
image=/vmlinuz
  append="mem=128M" <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  label=Linux
  read-only
other=/dev/hda1
  label=dos
  table=/dev/hda

The line append="mem=128M", its the important one.

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica, Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


ACER extensa 390

1998-12-04 Thread Pedro Quaresma de Almeida
Hi

I have an ACER Extensa 390 and I am having problems with the
configuration o X11.

I have Debian 2.0.

Any sugestions?

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: ?not enough colors: I need 10 colors + 4 planes.?

1998-04-13 Thread Pedro Quaresma de Almeida
>From: [EMAIL PROTECTED] (Lee Bradshaw)
>Date: Mon, 13 Apr 1998 16:41:57 -0400
>
>On Mon, Apr 13, 1998 at 09:52:31AM +0100, Pedro Quaresma de Almeida wrote:
>> Are there any commands that allows one to see the actual
>> configuration?
>> 
>> Something like "showcolors", or "showdepth", or ...?
>
>xdpyinfo
>

Thank you, lots of info ... :)

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/



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


Re: ?not enough colors: I need 10 colors + 4 planes.?

1998-04-13 Thread Pedro Quaresma de Almeida
>From: Norbert Veber <[EMAIL PROTECTED]>
>
>On Fri, Apr 10, 1998 at 12:36:30PM +0100, Pedro Quaresma de Almeida wrote:
>> Hi
>>=20
>> I have a Matrox Millenium II with 4Mg and my XF86Config file it is
>> like this (display section)
>>=20
>> Section "Screen"
>>Driver  "SVGA"
>>Device  "Primary Card"
>>Monitor "Primary Monitor"
>>SubSection "Display"
>>   Depth16
>>   Modes"1280x1024" "1152x864" "1024x768" "800x600" "640x480" =
>"640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
>>EndSubSection
>>=20
>> But when I try to run "flying -pool" (and others) I get the message
>>=20
>>  not enough colors: I need 10 colors + 4 planes.
>>=20
>> What can I do to get more colors (and planes)? What it is the meaning
>> of "Depth 16"?
>
>Just because you have depth 16 in there, it doesn't mean its running at that
>depth, try startx -- -bpp 16 and see if that fixes it, if not then try
>startx -- bpp 32.  You can also put this in your XF86Conig, the line is:
>DefaultColorDepth 16 (or 32)
>
>Depth 16 means 16 bits per pixel which is something like 64000 colors, depth
>32 is 32 bits per pixel, and is 16 million colors.
>

Thank you for your precious info.

Are there any commands that allows one to see the actual
configuration?

Something like "showcolors", or "showdepth", or ...?

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/



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


?not enough colors: I need 10 colors + 4 planes.?

1998-04-10 Thread Pedro Quaresma de Almeida
Hi

I have a Matrox Millenium II with 4Mg and my XF86Config file it is
like this (display section)

Section "Screen"
   Driver  "SVGA"
   Device  "Primary Card"
   Monitor "Primary Monitor"
   SubSection "Display"
  Depth16
  Modes"1280x1024" "1152x864" "1024x768" "800x600" "640x480" 
"640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
   EndSubSection

But when I try to run "flying -pool" (and others) I get the message

 not enough colors: I need 10 colors + 4 planes.

What can I do to get more colors (and planes)? What it is the meaning
of "Depth 16"?

Thank you.

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


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


Linux & Bad Blocks

1998-03-02 Thread Pedro Quaresma de Almeida
Hi

I have a hard disk that had gained a couple of bad blocks recently.

Linux (Debian 1.3.1) is having problems dealing with them

"kernel panic ..."

what can I do to mark the bad block in Linux?

Shoud I go to msdos and format the disk?

will this last option solve my problem?

Thanks




-- 
At\'e breve
    =======

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: freedos

1998-02-17 Thread Pedro Quaresma de Almeida
pai <[EMAIL PROTECTED]> writes:

> I am a Linux fanatic living in India.
> 
> I currently use Slackware 3.3.
> 
> I wish to keep my system Microsoft-free. I have the follwing problem.
> 
> (1) It is almost impossible to get non pnp ethernet cards, modems etc in
> India.
> (2) Further these cards are usually no-name Asian types with their own DOS
> drivers
> (3) I am no great device-driver writer.
> 
> Since I have to use Linux with these peripherals, I have to first boot
> into DOS and then warm-boot into Linux.
> 
> Can I get rid of MSDOS if I use freeDOS ? All I want is my machine to boot
> into DOS, poke in the pnp drivers and warm-boot Linux.
> 

You must have a look at isapnptools.

The debian package says:

Description: ISA Plug-And-Play configuration utilities.
 This program is suitable for all systems, whether or not they
 include a PnP BIOS. In fact, a PnP BIOS adds some complications
 because it may already activate some cards so that the drivers
 can find them, and these tools can unconfigure them, or change
 their settings causing all sorts of nasty effects.

I think that you will be able to find a "package" for slackware.


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: any debianized CAD programs?

1998-02-16 Thread Pedro Quaresma de Almeida
[EMAIL PROTECTED] (David Stern) writes:

> Are there any debianized CAD programs?  I'm running hamm, and I don't 
> see any.
> 
> I've looked at Linux Woven Goods, but found one commercial, one 
> pre-alpha, and one who's website I couldn't connect to.
> -- 


You may want to look at SAL, Scientific Applications on Linux,

http://www.idite-minho.pt/SAL/

or

http://SAL.KachinaTech.COM/

or (look in the above urls for others mirrors)

---
CAD, Drawing & Painting Tools   ( Commercial,  Shareware,  GPL) 

   angela!  -- a mouse-driven editor to help you creating graphs. 
   AOCP -- enhanced version of Deluxe Paint IIe v3.0. 
   bomb  -- an interactive graphics program. 
   CEDRAT's Software  -- a complete line of CAD programs for electromechanical 
and thermal engineering. 
   CorelDraw  -- graphics program featuring type control, drawing power and 
special effects. 
   Dive -- a internet-based multi-user virtual reality system. 
   draw-call-graph  -- transforms a call graph in text form into postscript or 
LaTeX source file. 
   Drawing editors based on ivtools -- extensions to InterViews and its drawing 
editor (idraw). 
   EMA-XPS  -- a hybrid graphic expert system shell. 
   EnvDraw -- an environment diagramming package. 
   ffGraph  -- a C++ class library to create, manipulate and display 2 or 3 
dimensional directed graphs. 
   Gfig -- a "vector like" drawing plug-in for the gimp. 
   GIGVIZ  -- 3D design visualization software for designers, engineers, 
architects and CAD users. 
   GIMP -- a Ph*t*Shop-alike photo-editing, painting, and image manipulation 
package. 
   Ginger (under development) -- an interactive graph editor. 
   Graph Applet -- a basic tool for playing around with graphs. 
   GraphEd -- graph editor with support for graph grammars. 
   Graphlet -- a toolkit for implementing graph editors and graph drawing 
algorithms. 
   graphviz -- tools for viewing and interacting with graph diagrams. 
   GYVE  -- a project to develop a drawing program in the spirit of Adobe 
Illustrator and Corel Draw. 
   Hydra -- distributed multi-user computer aided physics and engineering 
package. 
   Interactive Graph Drawing -- a Java-based system for doing interactive graph 
drawing on the WWW. 
   IPAD  -- an interactive GUI vector drawing package based on a multiplatform 
tool. 
   Ipe -- a drawing editor for creating figures for LaTeX documents. 
   ICAADS CAD Systems  -- a set of high-end software for CAD and AEC 
applications. 
   LDS Draw -- a Logical Data Structure (LDS) editor. 
   MicroStation 95  -- professional software for enterprise-scale engineering 
projects. 
   The NELSIS CAD Framework -- enables tool integrators to build design 
engineering environments. 
   OpenDesigner  -- a project to develop a fully extendable CAD application. 
   PadDraw -- a zoomable drawing application written using the Pad++ widget. 
   Picasso -- an interactive drawing tool based on Tcl/Tk. 
   PO  -- Linux svgalib painting program. 
   SISCAD-P  -- 2D CAD system for engineers. 
   TCM -- a suite of graphical editors. 
   Tgif -- interactive 2D drawing facility. 
   tkdraw -- a very simple drawing tool. 
   VCG TOOL -- reads a textual specification of a graph and visualizes the 
graph. 
   VGJ  -- a tool for graph drawing and graph layout written in Java. 
   VRMLplot.m -- a MATLAB macro for generating 3D VRML graphs and animations. 
   Unidraw -- a C++ class library for 2D structured graphics, dataflow, etc. 
   Xfig -- a tool that allows user to manipulate objects interactively. 
   XPaint -- simple color image editing tool. 
   YADE  -- an extensible and configurable program for editing different kinds 
of diagrams. 

   Also Check Out: 
   daVinci -- an interactive graph visualiztion system. 
   VARKON -- open general purpose interactive modeling system. 
   Varimetrix VX  -- engineering and manufacturing CAD/CAM/CAE tools. 

---


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: StarOffice and Debian (2)

1998-02-11 Thread Pedro Quaresma de Almeida
>Date: Wed, 11 Feb 1998 10:38:50 -0500 (EST)
>From: Jean Pierre LeJacq <[EMAIL PROTECTED]>

>On Wed, 11 Feb 1998, Pedro Quaresma de Almeida wrote:
>
>> What is the problem? The fact that I say "?package(staroffice4)" when
>> there is not any package staroffice4 instaled (i did the instalation
>> form the tar file)?
>
>This is the problem.  update-menus checks to see if there is indeed a
>package staroffice4 installed on your system.  If not, it will not
>include an entry.
>
>There are a couple of solution.
>
>  * I believe that there is a Debian package that will install a fake
>package.
>
>  * Use ?package(some_other_package_that_is_installed).  This will
>work and shouldn't cause problems with the other package.

I have used "auctex", and it now works fine, Thank you.

At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: StarOffice and Debian (2)

1998-02-11 Thread Pedro Quaresma de Almeida
>Date: Wed, 11 Feb 1998 09:49:38 -0500 (EST)
>From: Jean Pierre LeJacq <[EMAIL PROTECTED]>
>Cc: Paul Seelig <[EMAIL PROTECTED]>, debian-user@lists.debian.org
>Mime-Version: 1.0
>Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>On 11 Feb 1998, Pedro Quaresma de Almeida wrote:
>
>>  Dou you know how to update the menus in fvwm2 in order to
>> incorporate Star Office 4?
>
>If you're using the menu package (see /usr/doc/menu), simply add an
>entry for staroffice in /etc/menu.  If you don't have a Debian
>package, you may need to masquerade under another package name.
>
>-- 
>Jean Pierre
>
>
>

I have puted in

 /usr/lib/menu/default/staroffice4

the following

 ?package(staroffice4):needs="x11" section="Apps/Shells" icon="none"
title="Star Office 4" command="/usr/bin/soffice"

and then I have done

 update-menus

But that does not worked.

What is the problem? The fact that I say "?package(staroffice4)" when
there is not any package staroffice4 instaled (i did the instalation
form the tar file)?

In file:/usr/doc/menu/html/ch2.html they speak about

--
You should add a line like this to your postinst and postrm script: 

  if test -x /usr/bin/update-menus; then update-menus; fi
--

where can I find the postinst and postrm scripts?

At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: StarOffice and Debian (2)

1998-02-11 Thread Pedro Quaresma de Almeida
Hi

Dou you know how to update the menus in fvwm2 in order to
incorporate Star Office 4?

I already put in ~/.fvwm2/main-menu-pre.hook the line

+ "StarOffice" Exec soffice

but I would like to put it in the main menu (maybe in the Shells
section).

Thank you.


-- 
At\'e breve
    =======

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Which Linux distribution???

1998-02-06 Thread Pedro Quaresma de Almeida

>
>What package is the Millenium II support under?  SVGA?
>
>Paul
>

Yes. The hamm (unstable) distribution of xbase+xserver-vga (Debian)
has already the Millenium II option.

At\'e breve
    ===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Which Linux distribution???

1998-02-05 Thread Pedro Quaresma de Almeida

> Lal Dissanayake Jnr wrote:
> > 
> > Also, which X windows server would go best with a Millenium 2 card?
> 

The last version of XFree86 supports the Millenium II card!
If you choose Debian you must install the libc6 system.


I have this card with a Debian Box and they work nicely.

See the following urls

i)xf86-matrox
http://www.bf.rmit.edu.au/~ajv/xf86-matrox.html

ii) Information for Matrox Millennium/Mystique Users

http://www.xfree86.org/3.3.1/MGA.html



-- 
At\'e breve
    ===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


[Q] Multi-instalation procedure?

1998-02-05 Thread Pedro Quaresma de Almeida
Hi

I have the following problem.

I whant to install debian linux in six (6) PCs (all have the same
hardware).

It is possible to copy an instalation?

Something like

i) install Debian Linux in PC1

ii) coppy the instalation to PC2, ..., PC6


Thank you.



-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem with LaTeX in debian ?

1998-02-02 Thread Pedro Quaresma de Almeida
Wojtek Zabolotny <[EMAIL PROTECTED]> writes:

>   Hi all!
>  I'm sorry if my problem is rather LaTeX, not debian specific...
> Last time I unfortunately stopped LaTeX, when it was running
> MakeTeXTFM. When I ran it again later, I received series of
> messages, that some characters are unavailable in this
> particular font, which was generated when I stopped MakeTeXTFM.
> In the resulting dvi or ps file some characters were lacking.
> Certainly the font was broken, and I was unable to fix it.
>  Is there any possibility to force LaTeX to clear all fonts?
> I couldn't find any information about it...
> 

The (La)TeX font files in a Debian box are at:


/var/spool/texmf/pk/

e.g.

/var/spool/texmf/pk/ljfivemp/

you can go there and delete the file you want (or all of them).


-- 
    At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Nis refusing logins

1998-02-02 Thread Pedro Quaresma de Almeida
[EMAIL PROTECTED] (Miquel van Smoorenburg) writes:

> 
> In article <[EMAIL PROTECTED]>,
> Pedro Quaresma de Almeida <[EMAIL PROTECTED]> wrote:
> >Hi
> >==
> >
> >I have instaled  nis_3.1.deb (with libc6) but I am having problems
> >with the non-local users.
> >
> >I have the following entry in /etc/passwd
> >
> >  +piupiu:*:0:0::/home/merlin/msky:/bin/bash
>^
> Read /usr/doc/nis/nis.debian.howto.gz
> 

Thank you.

>From the nis.debian.howto


2. HOW TO SPECIFY WHAT RESOURCES TO USE FOR NIS:

  2.1 FOR LIBC6:

  Check your /etc/nsswitch.conf file and make sure that the entries for
  passwd, group, shadow and netgroup look like this:

  passwd:   compat
  group:compat
  shadow:   compat
  netgroup: nis db files


And I have updated to libc6 after installing with libc5.


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Nis refusing logins

1998-01-30 Thread Pedro Quaresma de Almeida
Hi
==

I have instaled  nis_3.1.deb (with libc6) but I am having problems
with the non-local users.

I have the following entry in /etc/passwd

  +piupiu:*:0:0::/home/merlin/msky:/bin/bash

but when the user piupiu try to login

  Debian GNU/Linux 1.3 hilbert.mat.uc.pt

  hilbert login: piupiu
  Password: 
  Login incorrect

What is the problem (and the solution)?

I have set the ypdomain correctly, ypwhich finds the correct machine,
ypcat passwd | grep piupiu finds the correct user, but...


Thank you


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: uptime -> bad data in /var/run/utmp?

1998-01-29 Thread Pedro Quaresma de Almeida

I upgraded all the "section: base" packages and it worked.

bash-2.01$ uptime 
 12:41am  up 29 min,  2 users,  load average: 0.07, 0.05, 0.07

Thank you all.

At\'e breve
    =======

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: 128Mg of RAN, how?

1998-01-28 Thread Pedro Quaresma de Almeida
>   >From: "C.J.LAWSON" <[EMAIL PROTECTED]>
>   >
>   >Sorry that should be 
>   >   append="mem=0x800"
>   >Jonathan
>   >
>
>   What is the meaning of 0x800?
>
>   I already tried and did not work.
>
>Here is my lilo.conf (I also have 128MB of RAM):
>
>boot=/dev/sda
>root=/dev/sda2
>install=/boot/boot.b
>map=/boot/map
>vga=normal
>delay=0
>image=/vmlinuz
>  append="mem=128M"
>  vga=0x030c
>  label=Linux
>  read-only
>

Ok. It worked

Memory: 127668k/131072k available (876k kernel code, 384k reserved,
2144k data)

Thank you all.

At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: 128Mg of RAN, how?

1998-01-28 Thread Pedro Quaresma de Almeida

>From: "C.J.LAWSON" <[EMAIL PROTECTED]>
>
>Sorry that should be 
>   append="mem=0x800"
>Jonathan
>

What is the meaning of 0x800?

I already tried and did not work.

My lilo.conf is


boot=/dev/hda2
root=/dev/hda2
compact
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
append="mem=0x800"
image=/vmlinuz
label=Linux
read-only


    At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: uptime -> bad data in /var/run/utmp?

1998-01-28 Thread Pedro Quaresma de Almeida

>>  uptime
>> the answer it is
>>  bad data in /var/run/utmp
>Have you upgraded to libc6?
>

Yes.

I have a Matrox Millenium II, and it requires the last XFree release,
and it requires the upgrad to libc6.

At\'e breve
    ===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


uptime -> bad data in /var/run/utmp?

1998-01-28 Thread Pedro Quaresma de Almeida
Hi

Im my debian linux box when I do

uptime

the answer it is

bad data in /var/run/utmp

What is it the problem (and what is it the solution)?

Thank you.

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


128Mg of RAN, how?

1998-01-28 Thread Pedro Quaresma de Almeida
Hi
==

I have a system with 128Mg of RAN, but the Linux only sees 64Mg. 

--from dmesg

Memory: 64040k/66556k available (876k kernel code, 384k reserved, 1256k data)

---

what it is the problem, and what it is the solution?

Thank you.


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


curses.h: No such file or directory

1998-01-18 Thread Pedro Quaresma de Almeida
Hi

I whant to use LifeLines, a genealogy program, but...


It uses libcurses.so.1 (executable version) and curses.h (source
version)

I have, in my system:
ncurses-base1.9.9g-7
ncurses-bin 1.9.9g-7
ncurses-term1.9.9g-7
ncurses3.0  1.9.9e-1
ncurses3.4  1.9.9g-7

When I try to use the executable version, the following message appears

lines302: can't load library 'libcurses.so.1'

When I try to compile the source version, the following message
appears

../hdrs/screen.h:11: curses.h: No such file or directory

Can you help me?

Thank uou

-- 
At\'e breve
    ===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Staroffice & libc5 5.4.38-0.1

1998-01-13 Thread Pedro Quaresma de Almeida
>X-Authentication-Warning: dakota.gate.net: storm owned process doing -bs
>Date: Mon, 12 Jan 1998 13:42:06 -0500 (EST)
>From: Scott Ellis <[EMAIL PROTECTED]>
>On 12 Jan 1998, Pedro Quaresma de Almeida wrote:
>
>> Hi
>> 
>> I have a Linux system with libc5 (5.4.20-1) were all the Staroffice
>> programs are working correctly.
>> 
>> I have another Linux system with libc5 (5.4.38-0.1) were I can not
>> run the Staroffice setup program, whem I try...
>> 
>>StarOffice3.1 Installation Tool
>>Segmentation fault (core dumped)
>> 
>> Can you help me? 
>> 
>> I need the last version of libc5 because I need the last version of
>> xbase (I have a matrox millenium II), so I need libc6, so I need libc5
>> (last version).
>
>The setup script is being confused by your xlib6g (the rest of the
>staroffice stuff works).  A hack to get it to work is to rename
>/usr/XllR6/lib to /usr/X11R6/libx, run the setup util, then rename the
>directory back.
>

Thank you. I have done what you suggest and it worked fine.

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Staroffice & libc5 5.4.38-0.1

1998-01-12 Thread Pedro Quaresma de Almeida
Hi

I have a Linux system with libc5 (5.4.20-1) were all the Staroffice
programs are working correctly.

I have another Linux system with libc5 (5.4.38-0.1) were I can not
run the Staroffice setup program, whem I try...

   StarOffice3.1 Installation Tool
   Segmentation fault (core dumped)

Can you help me? 

I need the last version of libc5 because I need the last version of
xbase (I have a matrox millenium II), so I need libc6, so I need libc5
(last version).


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


[Q] libICE

1997-12-11 Thread Pedro Quaresma de Almeida
Hi

When I use dpkg I am getting the message

/sbin/ldconfig: warning: can't open /usr/X11R6/lib/libICE.so

what is the package that provides libICE.so?

thank you.


-- 
At\'e breve
=======

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Matrox Millenium II

1997-12-03 Thread Pedro Quaresma de Almeida


>I finally got my Matrox MIllenium II card to work with X and debian.  The
>reason I had so much trouble, is that none of the debian xserver releases
>have the latest SVGAxserver with the matrox millenium driver.  Not even
>hamm has these drivers.  Confusion is caused by the numbering of the
>debian releases.  The latest release of X is 3.3.1(ftp.XFree86.org)  Hamm
>had a release number of 3.3.3.  This is not the latest version.  You have
>to go the XFree86 ftp site after following the instructions at the
>http://matrox.alloy.net site.  I hope this saves somebody some time and
>aggravation.
>
>
>   Donald Harter Jr.

This mean that the last release of XFree86 has already supporte for
the Matrox MIllenium II card, or did you do something more than a
plain installation?


-- 
    At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


[Q] Matrox Millennium II

1997-11-17 Thread Pedro Quaresma de Almeida
Hi

The Matrox Millennium II is already supported or is it still in
experimental support stage?

I have read the supported hardware info file that says

"There is experimental support for the Matrox Millennium II, which for
the most part works, but DO NOT USE THIS ON PRODUCTION SYSTEMS (...)"

Is it still true?


-- 
At\'e breve
    =======

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


[Q] multi-processor systems

1997-10-29 Thread Pedro Quaresma de Almeida
Hi

I want to install Debian in a multi(bi)-processor system.

Where do I find documentation about it?

What is SMP Linux?

Thank you.




-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem with LaTeX package?

1997-10-20 Thread Pedro Quaresma de Almeida

Britton <[EMAIL PROTECTED]> wrote

>When I invoke lates on a .tex source file, like so
>
>   $ latex usrguide.tex
>
>I get 
>
>   This is TeX, Version 3.1415 (C version 6.1)
>   I can't find the default format file!

You do not have latex.fmt installed!

You must search for the latex.ltx file and then run initex on it. 

"initex latex.ltx" and in the end "\dump"

and then copy the latex.fmt file to the ... /texmf/ini directory.

I hope this help.


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: majordomo list server

1997-10-17 Thread Pedro Quaresma de Almeida
>From: "Marcelo E. Magallon" <[EMAIL PROTECTED]>
>Cc: debian-user@lists.debian.org
>
>On 16 Oct 1997, Pedro Quaresma de Almeida wrote:
>
>> test-list: :include:/var/lib/majordomo/lists/test
>> 
>> it is not the correct one!? 
>
>I think that's ok (don't take my word for this). But probably the
>configuration of some director in smail is not... in /etc/smail/directors.
>
>I don't remember, it either this one:
>
>aliasinclude:
>driver = aliasinclude, nobody;
>copysecure, copyowners
>
>or this one:
>
>lists:
>   driver=forwardfile, sender_okay, owner=owner-$user,
>caution, nobody;
>   file=lists/${lc:user}
>

Many, many thanks.

The

aliasinclude:
driver = aliasinclude, nobody;
    copysecure, copyowners

was missing in /etc/smail/directors.

At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


majordomo list server

1997-10-16 Thread Pedro Quaresma de Almeida

>Aaron Walker

>Has anyone successfully setup majordomo to have a list server?  If
>so, how do you set it up once you've installed the majordomo package?
>Thanks for your time,


I have installed majordomo and (following the NEWLISTS doc) I have
ALMOST setup a list in majordomo.

The list is set - the "info " message give the correct
output

- the "subscribe " works fine!

But when I try to send a messagem to the list ... :( ;(

It seems that the syntax ":include:" in

test-list: :include:/var/lib/majordomo/lists/test

it is not the correct one!? 


Any help it is (very) welcome.

Thanks


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


[Q] HP LaserJet 6MP

1997-10-16 Thread Pedro Quaresma de Almeida
Hi

I want to set EconoMode (on and off) in a HP LaserJet 6MP from within
Linux. It is possible?

I have tried to set the EconoMode using dosemu but the dos program RCP
(Remote Control Panel) does not work under dosemu (I have not succeed
in doing it work).

Thanks.
-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xplaycd & cddb

1997-04-03 Thread Pedro Quaresma
Richard Sharman
===


>I'm not familiar with Xplaycd but a couple of things struck me
>as possible problems.
>
>1. Did you "xrdb" your .Xresources file after the change?

Yes I did.

>
>2. Are you sure that xplaycd understands the "~" notation?

No I am not shure about it.

>   Try putting the full path name in and see if that makes a
>   difference.  I mean, something likle
>   xplaycd*cddb:   /home/pedo/cddb
>   (Just guessing at your home directory!)

You have guessed right. I already tried /home/pedro/cddb

>
>3. Check the resource name is "xplaycd" (and not, for example,
>   "Xplaycd" or "XPlaycd".  (It it's not in the man page, many window
>managers support an "info" command to give a brief description of
>things like resource names.  If not,  you may be able to use
>something like xlsclients to find it.)
>

I have tried (after your message)


xplaycd*cddb:   /home/pedro/cddb
XPlaycd*cddb:   /home/pedro/cddb
Xplaycd*cddb:   /home/pedro/cddb

And I have seted in the app-defaults/XPlaycd file

*cddb /home/pedro/cddb

One thing that I already tried and maybe can explain (or not) the
problem it is the following

i)I have putted in my .Xresource file the line

xplaycd*title Title

ii)then I did xrdb ~/.Xresourced

iii)then I call xplaycd

What happens is: the xplaycd window appears first with the title
"Title" but then it change again for (the default!?) "XPlaycd".

???

> > Can you help me?
>
>Probably not!

But You can always try 8-). Many many thanks for your help.

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


xplaycd & cddb

1997-04-01 Thread Pedro Quaresma de Almeida
Hi
==

I am using Xplaycd and Xmixer (from multimedia package) to
listen to my CDs and all works fine.

But when I try to use the cd database (right mouse button)
the message. 

cddb resource is not set.
Using current directory.

appears.

I have already put the line

xplaycd*cddb:   ~/cddb

on my .Xresources file

and I have put the line

*cddb:  ~/cddb

on /usr/X11R6/lib/X11/app-defaults/XPlaycd

but I have always the same message, and if I ignore the message and
save the file it appears in the correct directory (~/cddb) but the
next time it is not accessed.

Can you help me?

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


[Help] gpc (Pascal) Problems.

1997-03-20 Thread Pedro Quaresma de Almeida
Hi
==

I have instaled the gpc (GNU Pascal Compiler) with libgpc2 and
all seems ok, dpkg does not report any problem, but...

When I try to compile a program the message all I can get is:

bash$ gpc teste.pas
ld: cannot open -lgpc: No such file or directory
bash$ 


What is the problem? I have installed libgpc2 ...

What is the solution?

Thanks



-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


mount CDs ...

1997-03-07 Thread Pedro Quaresma de Almeida
Dale Scheetz <[EMAIL PROTECTED]> writes:

> On Thu, 6 Mar 1997, Jamie Taylor wrote:
> 
> > 
> > How can I access my floppy and cd-rom drives?
> > Also, how can I access my ms-dos partition on my hard drive?
> > 
> I assume you have a base system installed? If you are working from the
> install disks, you will need to pop up another VT.
> 
> If I understand your question, you are looking for the mount command.
> 
> For your floppy:
> 
> mount -t msdos /dev/fd0 /floppy
> 

If you have the X-windows you can look for xvmount, a very nice
X-utility for mounting CDs Floppy and Dos partitions.


-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


?Audio Group?

1997-03-07 Thread Pedro Quaresma de Almeida
Hi
==

I have a PC with the audio system

SoundBlaster + Speakers + Sound Module

As superuser I can hear the sound (xpat2, ...) but
as normal users no :(

Should I change the premissions in /dev/audio or ???


Thank you

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


Wich video cards for XFree86?

1997-01-15 Thread Pedro Quaresma
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Pedro Quaresma) writes:
>Hi
>==
>
>   I an about to buy a new computer and I must choose one of this
>graphics boards (all with 4Mg)
>--//--
>Number Nine 9FX Motion 772
>Number Nine 9FX Imagine 128 Series 2
>
>Tseng Lab ET6000 128bits
>
>STB Light Speed 128
>--//--
>Did they work in highest resolution possible with XFree86?
>
>Which one is the best?
>

I already now that Number Nine 9FX Imagine 128 (Series 2 ???) has a
driver for XFree86 (xserver-i128 - X server for Imagine 128 graphics
cards).

Did it work with Imagine 128 Series 2?

Did the other have (or will have in the near future) drivers for
XFree86?

Thanks.

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


XFree and graphics boards

1997-01-14 Thread Pedro Quaresma
Hi
==

I an about to buy a new computer and I must choose one of this
graphics boards (all with 4Mg)
--//--
Number Nine 9FX Motion 772
Number Nine 9FX Imagine 128 Series 2

Tseng Lab ET6000 128bits

STB Light Speed 128
--//--
Did they work in highest resolution possible with XFree86?

Which one is the best?

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Cards using the Plug and Play protocol

1996-12-16 Thread Pedro Quaresma
Thomas Baetzler
===

>Since the current kernel hasn't P&P support, you'll need the isapnp tools
>to configure your card. I don't know whether there is a Debian package
>of it available yet, but in any case you can pick up a copy from sunsite.
>Archie tells me the URL is
>
>ftp://sunsite.unc.edu/pub/Linux/distributions/redhat/pub/pnp/utils/isapnptools-1.8.tgz
>
>Grab the package, 

I already did

>compile it, and RTFM.

I will do it this evening (at home).


Many thanks

-- 
    At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Cards using the Plug and Play protocol

1996-12-16 Thread Pedro Quaresma
Hi
==

I have bought a SoundBlaster 16 PnP (Plug and Play) sound card
to my computer, since then I am trying to put it to work with litle
success. I manage to ear the CDs (booting first in MS-Dos mode) but
thats all. 

I reed in the Sound-HOWTO that

"Cards using the Plug and Play protocol are not currently supported
but should be in the future"

Is this still true? (I have kernel-source-1.99.7-0.deb).

Thanks.

-- 
At\'e breve
    =======

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: mpeg_play, can't load libXt.so.6

1996-12-10 Thread Pedro Quaresma
>
>As root
>add the line "/usr/X11R6/lib" to "/etc/ld.so.conf"
>then run "ldconfig"
>
>> Hi
>> ==
>> 
>>  I am trying to use mpeg_play to visualize some videos (in mpeg
>> format).
>> 
>>  The installation with dselect (or with dpkg -i) seems OK, no
>> error messages, but when I try to run mpeg_play the message
>> 
>> can't load library '/usr/lib/libXt.so.6'
>> unknown error
>> can't load library '/lib/libXt.so.6'
>> unknown error
>> can't find  libXt.so.6
>> 
>> The libraries libXt.* are in '/usr/X11R6/lib/'. I tried to make symbolic
>> links to then 'ln -s /usr/X11R6/lib/libXt.so.6' ... , but the same message
>> appears after trying to run mpeg_play. 
>> 
>> Can you help me?
>> 

Thank you for your answer, but that was not the problem I
looked at "/etc/ld.so.conf" and the line "/usr/X11R6/lib" was (and is)
there.

The problem it is that mpeg_play need the xcompat (X11R5
compatibilty mode) package (thanks to Shaya Potter).

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Netscape - bus error

1996-11-28 Thread Pedro Quaresma
Brian
=

Thank you for your suggestion, it seems a very good one. I will try it
in the evening (at home).

>Netscape is unable to allocate colors for its display.  Try doing
>"netscape -ncols 64" and see if the "unable to obtain" erros go
>away.  If not, try numbers smaller than 64 or close some applications
>that are using lots of colors.  If the bus error goes away, you should
>report this as a bug to Netscape (see "how to give feedback" under the
>help menu).

P.S. how can I acess the "help menu" if I can not acess Netscape? 8-).

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Netscape - bus error

1996-11-27 Thread Pedro Quaresma
Hi.

I want to install Netscape in my Debian-Linux 486DX2 (66Mhz).

I had obtained from my CD destribution, and from the archives the

netscape_3.01-1.deb
and
netscape-v301-export.x86-unknown-linux-elf.tar.gz 

then I try to install "dpkg -i netscape_3.01-1.deb" and all works fine
(no error messages), but when I try to run netscape I obtain the
following output:

$ netscape

unable to obtain ... (I do not remenber exactly something about colors)

unable to obtain ...

bus error
$

Can you help me?

-- 
At\'e breve
    =======

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Linux and SoundBlaster

1996-11-12 Thread Pedro Quaresma
Hi
==

I already look at FAQ but I didn't find anything usefull about
Linux and SoundBlaster.

What I want: To listen to music while I am working.

what I did: In the installation procedure I choose the modules
for the cdrom and for soundblaster.

What I should do: ??? <- that it is the question I put to you
all.

Many thanks in advance.

-- 
At\'e breve
===

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


  1   2   >