[newbie-it] Connessione ad Internet KO

2001-11-11 Thread Valerio Spadoni

Salve a tutti, ho un problema che mi sta assillando da qualche giorno e 
nonostante le mie assidue letture al man e agli HOWTO non sono riuscito a 
risolvere.

Ho installato la Mdk8.0 (bellina davvero) con il kernel 2.4.3 perchè, mi 
era stato detto che la Mdk 7.2 con il kernel 2.4.x aveva problemi per la 
connessione ad internet.
Ecco i passi che ho compiuto:
1) La prima cosa è stata controllare la rete:
1.a) con ifconfig e ping ho controllato le interfacce (lo ed eth0 sono 
presenti e funzionanti)
1.b) con route ho controllato gli instradamenti (127.0.0.0 e 192.168.0.0 
sono attivi); in più ho creato un nuovo instradamento con
route add -net default gw 192.168.0.1
per permettere (con il DNS server) l'accesso ad internet anche dell'altro 
computer

2) Ho controllato i file di configurazione:
2.a) /etc/host.conf
2.b) /etc/hosts
2.c) /etc/resolv.conf il cui contenuto è
search localdomain
# local name server
nameserver 192.168.0.1
# wind name server
nameserver 212.245.255.2
(anche se, per ora, non ho attivato il DNS)

3)Ho controllato che il demone pppd sia compatibile con la versione del 
kernel (2.4.x) che abbia i permessi per farlo eseguire a chiunque tramite 
suid-bit (chmod u+s /usr/sbin/pppd) e che il link e i permessi per il modem 
(/dev/ttyS0) siano a posto.

4) Ho scritto il file /etc/ppp/chat-scipt
TIMEOUT 3
ABORT BUSY
ABORT NO CARRIER
 ATF
OK ATE0Q0V1
OK ATS7=120S19=0L0M0M4K1H1R2I0X3
OK ATDT071246
TIMEOUT 80
CONNECT 

Ho scritto da zero il file /etc/ppp/options, ovvero:
connect /usr/sbin/chat -v -f /etc/ppp/chat-script
user valerio.spadoni
crtscts
modem
/dev/modem 57600
lock
noauth
defaultroute 0.0.0.0:0.0.0.0
noipdefault
debug
kdebug 7

Ed infine il file /etc/ppp/pap-secrets

Lanciando pppd (sia da root che da utente normale), ciò che ottengo è (tail 
/var/log/message)
Oct 14 11:33:53 localhost pppd[1906]: pppd 2.4.0 started by root, uid 0
Oct 14 11:33:54 localhost chat[1907]: timeout set to 3 seconds
Oct 14 11:33:54 localhost chat[1907]: abort on (BUSY)
Oct 14 11:33:54 localhost chat[1907]: abort on (NO CARRIER)
Oct 14 11:33:54 localhost chat[1907]: send (ATF^M)
Oct 14 11:33:54 localhost chat[1907]: expect (OK)
Oct 14 11:33:54 localhost chat[1907]: ^M
Oct 14 11:33:54 localhost chat[1907]: OK
Oct 14 11:33:54 localhost chat[1907]: -- got it
Oct 14 11:33:54 localhost chat[1907]: send (ATE0Q0V1^M)
Oct 14 11:33:55 localhost chat[1907]: expect (OK)
Oct 14 11:33:55 localhost chat[1907]: ^M
Oct 14 11:33:55 localhost chat[1907]: ATE0Q0V1^M^M
Oct 14 11:33:55 localhost chat[1907]: OK
Oct 14 11:33:55 localhost chat[1907]: -- got it
Oct 14 11:33:55 localhost chat[1907]: send 
(ATS7=120S19=0L0M0M4K1H1R2I0X3^M)
Oct 14 11:33:55 localhost chat[1907]: expect (OK)
Oct 14 11:33:55 localhost chat[1907]: ^M
Oct 14 11:33:56 localhost chat[1907]: ^M
Oct 14 11:33:56 localhost chat[1907]: OK
Oct 14 11:33:56 localhost chat[1907]: -- got it
Oct 14 11:33:56 localhost chat[1907]: send (ATDT071246^M)
Oct 14 11:33:56 localhost chat[1907]: timeout set to 80 seconds
Oct 14 11:33:56 localhost chat[1907]: expect (CONNECT)
Oct 14 11:33:56 localhost chat[1907]: ^M
Oct 14 11:34:01 localhost CROND[1909]: (root) CMD ( 
/usr/share/msec/promisc_check.sh)
Oct 14 11:34:26 localhost chat[1907]: ^M
Oct 14 11:34:26 localhost chat[1907]: CONNECT
Oct 14 11:34:26 localhost chat[1907]: -- got it
Oct 14 11:34:26 localhost chat[1907]: send (^M)
Oct 14 11:34:26 localhost pppd[1906]: Serial connection established.
Oct 14 11:34:26 localhost pppd[1906]: Using interface ppp0
Oct 14 11:34:26 localhost pppd[1906]: Connect: ppp0 -- /dev/modem
Oct 14 11:34:50 localhost pppd[1906]: Hangup (SIGHUP)
Oct 14 11:34:50 localhost pppd[1906]: Modem hangup
Oct 14 11:34:50 localhost pppd[1906]: Connection terminated.
Oct 14 11:34:51 localhost pppd[1906]: Exit.

Se provo a fare ifconfig non vedo l'interfaccio ppp0.

Ancora se utilizzo l'utility kppp (pure qui ho impostato il suid-bit), 
sulla finestra di debug mi appare

OK
OK
CONNECT 50666/ARQ/V90/LAPM/V42BIS
~}#@!}!g} }9}}} }*} } }#}%B#}%}%}}:;#a}'}}(}9'~~}#@!}!h} }9}}} }*} }
Sintomo evidente che il ppp da lato server è avvito e attende qualcosa.

Scusate la lunghezza della mail
Valerio





[newbie-it] Connessione Internet KO

2001-11-11 Thread Valerio Spadoni

Salve a tutti, ho un problema che mi sta assillando da qualche giorno e 
nonostante le mie assidue letture al man e agli HOWTO non sono riuscito a 
risolvere.
Ho installato la Mdk8.0 (bellina davvero) con il kernel 2.4.3 perchè, mi 
era stato detto che la Mdk 7.2 con il kernel 2.4.x aveva problemi per la 
connessione ad internet.
Ecco i passi che ho compiuto:
1) La prima cosa è stata controllare la rete:
1.a) con ifconfig e ping ho controllato le interfacce (lo ed eth0 sono 
presenti e funzionanti)
1.b) con route ho controllato gli instradamenti (127.0.0.0 e 192.168.0.0 
sono attivi); in più ho creato un nuovo instradamento con
route add -net default gw 192.168.0.1
per permettere (con il DNS server) l'accesso ad internet anche dell'altro 
computer
2) Ho controllato i file di configurazione:
2.a) /etc/host.conf
2.b) /etc/hosts
2.c) /etc/resolv.conf il cui contenuto è
search localdomain
# local name server
nameserver 192.168.0.1
# wind name server
nameserver 212.245.255.2
(anche se, per ora, non ho attivato il DNS)
3)Ho controllato che il demone pppd sia compatibile con la versione del 
kernel (2.4.x) che abbia i permessi per farlo eseguire a chiunque tramite 
suid-bit (chmod u+s /usr/sbin/pppd) e che il link e i permessi per il modem 
(/dev/ttyS0) siano a posto.
4) Ho scritto il file /etc/ppp/chat-scipt
TIMEOUT 3
ABORT BUSY
ABORT NO CARRIER
 ATF
OK ATE0Q0V1
OK ATS7=120S19=0L0M0M4K1H1R2I0X3
OK ATDT071246
TIMEOUT 80
CONNECT 
Ho scritto da zero il file /etc/ppp/options, ovvero:
connect /usr/sbin/chat -v -f /etc/ppp/chat-script
user valerio.spadoni
crtscts
modem
/dev/modem 57600
lock
noauth
defaultroute 0.0.0.0:0.0.0.0
noipdefault
debug
kdebug 7
Ed infine il file /etc/ppp/pap-secrets
Lanciando pppd (sia da root che da utente normale), ciò che ottengo è (tail 
/var/log/message)
Oct 14 11:33:53 localhost pppd[1906]: pppd 2.4.0 started by root, uid 0
Oct 14 11:33:54 localhost chat[1907]: timeout set to 3 seconds
Oct 14 11:33:54 localhost chat[1907]: abort on (BUSY)
Oct 14 11:33:54 localhost chat[1907]: abort on (NO CARRIER)
Oct 14 11:33:54 localhost chat[1907]: send (ATF^M)
Oct 14 11:33:54 localhost chat[1907]: expect (OK)
Oct 14 11:33:54 localhost chat[1907]: ^M
Oct 14 11:33:54 localhost chat[1907]: OK
Oct 14 11:33:54 localhost chat[1907]: -- got it
Oct 14 11:33:54 localhost chat[1907]: send (ATE0Q0V1^M)
Oct 14 11:33:55 localhost chat[1907]: expect (OK)
Oct 14 11:33:55 localhost chat[1907]: ^M
Oct 14 11:33:55 localhost chat[1907]: ATE0Q0V1^M^M
Oct 14 11:33:55 localhost chat[1907]: OK
Oct 14 11:33:55 localhost chat[1907]: -- got it
Oct 14 11:33:55 localhost chat[1907]: send 
(ATS7=120S19=0L0M0M4K1H1R2I0X3^M)
Oct 14 11:33:55 localhost chat[1907]: expect (OK)
Oct 14 11:33:55 localhost chat[1907]: ^M
Oct 14 11:33:56 localhost chat[1907]: ^M
Oct 14 11:33:56 localhost chat[1907]: OK
Oct 14 11:33:56 localhost chat[1907]: -- got it
Oct 14 11:33:56 localhost chat[1907]: send (ATDT071246^M)
Oct 14 11:33:56 localhost chat[1907]: timeout set to 80 seconds
Oct 14 11:33:56 localhost chat[1907]: expect (CONNECT)
Oct 14 11:33:56 localhost chat[1907]: ^M
Oct 14 11:34:01 localhost CROND[1909]: (root) CMD ( 
/usr/share/msec/promisc_check.sh)
Oct 14 11:34:26 localhost chat[1907]: ^M
Oct 14 11:34:26 localhost chat[1907]: CONNECT
Oct 14 11:34:26 localhost chat[1907]: -- got it
Oct 14 11:34:26 localhost chat[1907]: send (^M)
Oct 14 11:34:26 localhost pppd[1906]: Serial connection established.
Oct 14 11:34:26 localhost pppd[1906]: Using interface ppp0
Oct 14 11:34:26 localhost pppd[1906]: Connect: ppp0 -- /dev/modem
Oct 14 11:34:50 localhost pppd[1906]: Hangup (SIGHUP)
Oct 14 11:34:50 localhost pppd[1906]: Modem hangup
Oct 14 11:34:50 localhost pppd[1906]: Connection terminated.
Oct 14 11:34:51 localhost pppd[1906]: Exit.
Se provo a fare ifconfig non vedo l'interfaccio ppp0.
Ancora se utilizzo l'utility kppp (pure qui ho impostato il suid-bit), 
sulla finestra di debug mi appare
OK
OK
CONNECT 50666/ARQ/V90/LAPM/V42BIS
~}#@!}!g} }9}}} }*} } }#}%B#}%}%}}:;#a}'}}(}9'~~}#@!}!h} }9}}} }*} }
Sintomo evidente che il ppp da lato server è avvito e attende qualcosa.
Scusate la lunghezza della mail
Valerio





Re: [newbie-it] aiuto con Xwindow e un Thinkpad iseries

2001-11-11 Thread Daniele Micci

Il 14:50, sabato 10 novembre 2001, hai scritto:
 Perchè non riesco afar riconoscere a Xwindow il monitor LCD TFT del mio
 Notebook Thinkpad?Vi prego aiutatemi.

Francesco Sarli

Ciao,
cerca su www.mandrakeforum.org ... dovresti trovare diversi articoli 
sull'installazione di LinuxMandrake su un portatile ThinkPad ...

Daniele




[newbie-it] comprimere o non comprimere?

2001-11-11 Thread claduc

scusate l'ignoranza ma il modem comprime o non comprime i dati
che transitano per lui?
è più efficente la compressione del modem o quella che posso
ottenere con i moduli di PPP?
Avrebbe senso disabilitare la compressione del modem e lasciare
tutto a PPP (se si come?)
ciao e scusate
Claudio





R: [newbie-it] Linux notebook

2001-11-11 Thread luca laghi

 Il sistema operativo MuLinux è contenuto nel file mulinux-versione.tgz
 di 1828 Kb ed attualmente giace sulla workstation dalla quale vi scrivo.
 Come posso fare a trasferirlo sul vecchio notebook considerando che esso
 non possiede né cd-rom né una connessione i rete?

Non puoi ripetere l'installazione sul notebook a partire dal floppy?
Scompatti con uno scompattatore che se non hai puoi installare e alla via
così.

 ... se voglio creare uno swap file...

Non ho sotto il mio computer, ma penso di avere una partizione di swap. In
realtà anche un file di swap in una partizione già esistente è possibile
(del resto windows fa così).
Ti raccomando, qualunque cosa tu faccia, di avere tutti gli elementi per
poter tornare indietro se sbagli ( dischi di ripristino etc ..)
Luca

 Help, help me please.
 Thanks.

 Giovanni.











Re: [newbie] Kzip configuration

2001-11-11 Thread Mohammed Arafa

it is referring to the zip program called zip.
look for it in rpmdrake and install it
- Original Message -
From: Rafael Lepra [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 05, 2001 11:19 PM
Subject: [newbie] Kzip configuration


 Whenever I tried to open a zip file I get a message about that the zip
 utility it is not in my path.

 How can I get rid of this problem? Which is the zip utility the message
 referes to, bzip?

 Thank you in advance for your help.

 Rafael Lepra









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



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



[newbie] Fwd: imwheel

2001-11-11 Thread Chris Ashmore


Adding the ZAxis line did not work, basicly I want the wheel to work with my 
web browser
--  Forwarded Message  --

Subject: imwheel
Date: Sat, 10 Nov 2001 14:00:56 -0500
From: Chris Ashmore [EMAIL PROTECTED]
To: Newbie Mandrake mailing list [EMAIL PROTECTED]

this is what I have LM 8.1 d/l version, MS optical wheel mouse. tryin to
install imwheel 9.9.1mdk I assume that is the one from the install CD. it
says sorry can not procees request all packages returned errors Is there a
way to see those errors? any sugjestions on how to fix this?

---



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



Re: [newbie] Fwd: imwheel

2001-11-11 Thread Texstar

What web browser are you using?



On Sunday 11 November 2001 02:27 am, Chris Ashmore wrote:
 Adding the ZAxis line did not work, basicly I want the wheel to work with
 my web browser
 --  Forwarded Message  --




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



[newbie] The Best Sound Blaster

2001-11-11 Thread audiofreek

 I have two spare Creative Sound Blaster cards and one system to put it on
so I decide to use both. One is an AWE 64 ISA, the other an SB16 PCI.

 Dilemma:
   
Both sound good on Quake, xmms and basic sound servers..or do they?

The different mixers give the AWE64 a bit more tweakability, including
3D sound.
But if I listen closely I hear less skishing or metal slicing sounds on 
the SB16 and I think it has built-in 3D sound.
I have subwoofers so I can't really tell which gives better bass 
quality.

I just want to hear some opinions from people who use these two cards,
which is the best sound blaster. (other than the SBLive!, of course)

The $$ on a SB Live is a bit 8-( at this point for me.
 

AnyoneAny help...Anytime.

__
www.edsamail.com



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



Re: [newbie] Kmail cannot receive email but can send email

2001-11-11 Thread Stephen Liu

Hi Paul,

(OS - Mandrake 8.1)

Thanks for your advice.

Yes.  I used pop3 server.

I repeated numerous configuration on Kmail settings as follows ;
(I skip Sending Mail configuration which has no problem)

INCOMING MAIL

Account Type Pop Account
under  General Tab
Host pop.aaa.net (I also tried only aaa.net without  pop)
Port  110 (defaut)
X   Store POP password in configuration file
(also tried deselect this item)
X   Delete mail file from server

Under  Security Tab
Under  Encryption
- blank all items

Under  Authentication method
Tried all items

Each time when I checked mail, following warning pop-up

...
.
I said pass your password
And then the server said
-ERR authorization failed

In another PC running Win ME, I configure Eudora with the same settings and 
password.  It works fine without problem.

My Mandrake 8.1 was not very stable.  I encountered lot of difficulties to 
install it from the CDs which were burnt from the ISO Images downloaded 
from website (md5sum matched).   Now PS/2 port is still not working and I 
have to connect the mouse to serial port.

Later I found telnet client command missing from bash and I have RPM 
it.  But Kmail sitll could not download emails from ISP server with the 
same warning pop-up.

 From Konsole window I tried typing telnet  pop.aaa.net  110  (also 
tried  aaa.net without pop) with same result as follows;

Trying   xxx.x.xxx.xxx ...
Connected to smtp01.aaa.net (xxx.x.xxx.xxx)
Escape character is  ' ^] '
+ OK  [EMAIL PROTECTED]

When I typed  either login or password it prompted

_ERR.  authorization first.

I tried to locate the log file but could not discover it.

Have you had any idea ?

B.R.
Stephen


At 01:40 PM 11/10/2001 -0500, you wrote:
Hi
   I supposse that you're using a pop3 server and another smtp server in wich
you don't need the password or the password is fine... check very well the
configuration of you Kmail 'cause It with me works very well

bye

El Vie 09 Nov 2001 12:01, escribió:
  Hi All People,
 
  I encounter another problem in running Mandrake 8.1   Each time when I
  check mail in Kmail, a warning pop-up saying Error, incorrect
  password.  But it can send emails without problem.  I am quite sure the
  password entered in configuration is correct.
 
  Any guy on the list came across such strange thing ?
 
  B.R.
  Stephen Liu




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



Re: [newbie] Kmail cannot receive email but can send email

2001-11-11 Thread Stephen Liu

Hi Dennis,

(OS - Mandrake 8.1)

Thanks for your response.

I used pop3 server and I repeated numerous configuration on Kmail settings 
as follows ;
(I skip Sending Mail configuration which has no problem)

INCOMING MAIL

Account Type Pop Account
under  General Tab
Host pop.aaa.net (I also tried only aaa.net without  pop)
Port  110 (defaut)
X   Store POP password in configuration file
(also tried deselect this item)
X   Delete mail file from server

Under  Security Tab
Under  Encryption
- blank all items

Under  Authentication method
Tried all items

Each time when I checked mail, following warning pop-up

...
.
I said pass your password
And then the server said
-ERR authorization failed

In another PC running Win ME, I configure Eudora with the same settings and 
password.  It works fine without problem.

My Mandrake 8.1 was not very stable.  I encountered lot of difficulties to 
install it from the CDs which were burnt from the ISO Images downloaded 
from website (md5sum matched).   Now PS/2 port is still not working and I 
have to connect the mouse to serial port.

Later I found telnet client command missing from bash and I have RPM 
it.  But Kmail sitll could not download emails from ISP server with the 
same warning pop-up.

 From Konsole window I typed telnet  pop.aaa.net  110  (also 
tried  aaa.net without pop) with same result as follows;

Trying   xxx.x.xxx.xxx ...
Connected to smtp01.aaa.net (xxx.x.xxx.xxx)
Escape character is  ' ^] '
+ OK  [EMAIL PROTECTED]

When I typed  either login or password it prompted

_ERR.  authorization first.

I tried to locate the log file but could not discover it.

Have you had any suggestion ?

B.R.
Stephen

   I encounter another problem in running Mandrake 8.1   Each time when I
   check mail in Kmail, a warning pop-up saying Error, incorrect
   password.  But it can send emails without problem.  I am quite sure the
   password entered in configuration is correct.
  
   Any guy on the list came across such strange thing ?
  
   B.R.
   Stephen Liu
Password is case sensitive. You might try reentering your password under
settings and see if that changes anything.  Make sure if it is capitalized to
your service provider that is the way it is entered or on the other hand if
it is all lower case to the provider that is the way you enter  it.
--
Dennis M.




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



RE: [newbie] Kmail cannot receive email but can send email

2001-11-11 Thread Stephen Liu

Hi Rafael,

(OS - Mandrake 8.1)

Thanks for your detail information.

I used pop3 server and I repeated numerous configuration on Kmail settings 
as follows ;
(I skip Sending Mail configuration which has no problem)

INCOMING MAIL

Account Type Pop Account
under  General Tab
Host pop.aaa.net (I also tried only aaa.net without  pop)
Port  110 (defaut)
X   Store POP password in configuration file
(also tried deselect this item)
X   Delete mail file from server

Under  Security Tab
Under  Encryption
- blank all items

Under  Authentication method
Tried all items

Each time when I checked mail, following warning pop-up

...
.
I said pass your password
And then the server said
-ERR authorization failed

In another PC running Win ME, I configure Eudora with the same settings and 
password.  It works fine without problem.

My Mandrake 8.1 was not very stable.  I encountered lot of difficulties to 
install it from the CDs which were burnt from the ISO Images downloaded 
from website (md5sum matched).   Now PS/2 port is still not working and I 
have to connect the mouse to serial port.

Later I found telnet client command missing from bash and I have RPM 
it.  But Kmail sitll could not download emails from ISP server with the 
same warning pop-up.

 From Konsole window I typed telnet  pop.aaa.net  110  (also 
tried  aaa.net without pop) with same result as follows;

Trying   xxx.x.xxx.xxx ...
Connected to smtp01.aaa.net (xxx.x.xxx.xxx)
Escape character is  ' ^] '
+ OK  [EMAIL PROTECTED]

When I typed  either login or password it prompted

_ERR.  authorization first.

I tried to locate the log file but could not discover it.

Have you had any recommendation ?

Thanks in advance.

B.R.
Stephen



At 12:13 AM 11/11/2001 -0300, you wrote:
Stephen,

I am a newbie, but from what I know it is perfectly possible that you cannot
receive your mail but at the same time you can send.

The problem is that each task is performed by different protocols. You need
a SMTP server for sending mails and ussually a POP server for recieving.
And, as long as  a passwor is not needed for an SMTP server (whenever it is
an open realy) you will be able to send your mails without problems.

In the other hand, you will need a password to download your messages from
your POP server, and if it doesn't match you'll get an error message.

I recommend you to check your Kmail configuration, and if you are not
including capitals letters.

I hope this helps :-)

Rafael Lepra

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]En nombre de Stephen Liu
Enviado el: viernes, 09 de noviembre de 2001 14:01
Para: [EMAIL PROTECTED]
Asunto: [newbie] Kmail cannot receive email but can send email


Hi All People,

I encounter another problem in running Mandrake 8.1   Each time when I
check mail in Kmail, a warning pop-up saying Error, incorrect
password.  But it can send emails without problem.  I am quite sure the
password entered in configuration is correct.

Any guy on the list came across such strange thing ?

B.R.
Stephen Liu




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



Re[2]: [newbie] The Best Sound Blaster

2001-11-11 Thread Onur Kucuk



 Is soundblaster audigy supported ? And do you advice to use it?


 Thank You
 Onur Kucuk



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



Re: [newbie] Newbie troubles with installing (xine)

2001-11-11 Thread Onur Kucuk



JC I am trying to install Xine - on a Mandrake 8.0 setup.

JC I have downloaded xine-lib and xine-ui. I have successfully run ./configure,
JC make and make install for xine-lib. When I run ./configure for xine-ui it
JC fails with a message telling me that I have not installed xine-lib.

JC Is there some stage I am missing between the two?

JC John

No you are doing right, but xine has sone trouble with the path. I
guess xine-ui is looking for the xine-libs under /usr/xine, but
xine-lib is installed under something like /usr/local/xine . Copying
the files to the correct path will solve the problem but you dont need
that. Go to the adress below and install the rpms.

http://skyblade.homeip.net/xine

 Onur Kucuk



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



RE: [newbie] GRUB

2001-11-11 Thread Franki

dunno if this has been answered, but the first option will be the default,
so copy the windows entry to be above the linux entries.


rgds

Frank
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dan Jacobs
Sent: Saturday, 10 November 2001 12:00 AM
To: newbie
Subject: [newbie] GRUB


Can someone familiar with GRUB please tell me how to alter the MENU.LST
file to make windows the default OS?  I cannot use linux for internet
access, so until then, I'd like to make windows the dedfault OS.  Here is
the file as I know it:

timeout 30
color black/cyan yellow/cyan
i18n (hd0,4)/lnx4win/boot/grub/messages
keytable (hd0,4)/lnx4win/boot/us.klt
altconfigfile (hd0,4)/lnx4win/boot/grub/menu.once
default 0

title linux
kernel (hd0,4)/lnx4win/boot/vmlinuz-2.2.17-21mdk root=707  mem=256M
initrd (hd0,4)/lnx4win/boot/initrd-2.2.17-21mdk.img

title failsafe
kernel (hd0,4)/lnx4win/boot/vmlinuz-2.2.17-21mdk root=707  mem=256M failsafe
initrd (hd0,4)/lnx4win/boot/initrd-2.2.17-21mdk.img

title windows
root (hd0,0)
makeactive
chainloader +1

title floppy
root (fd0)
chainloader +1


Thank you in advance,
Diesel Dan
http://DieselDan.net










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



Re: [newbie] Fwd: imwheel

2001-11-11 Thread lee

So what happens when you try to add it as a generic wheel mouse? Does it at 
least work in other areas besides whatever browser you're trying to use? I 
say this because I too am using a microshaft optical. I installed it as a 
generic wheel mouse,now the driver takes something less than 60 secs. to find 
it,but it eventually does,and works in all browsers. This is a ps2 mouse btw  
:) Good luck,and let us know

Lee




 What web browser are you using?

 On Sunday 11 November 2001 02:27 am, Chris Ashmore wrote:
  Adding the ZAxis line did not work, basicly I want the wheel to work with
  my web browser
  --  Forwarded Message  --




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



RE: [newbie] The Best Sound Blaster

2001-11-11 Thread Jose M. Sanchez


The SB16 PCI, by virtue of it's PCI interface has a lower latency when
dealing with data xfers.

That said, the SB16 PCI card is a junk card for most intents and
purposes. It's noisy as hell, doesn't have a lot of features, etc.

It was produced as a foray into the PCI sound card market. The SB16 was
to be a low end value (read as cheap as can be) card.

The AWE 64 was designed to be the high end of the ISA sound cards,
featuring the Synth chip, memory module support, gold plated contacts,
etc.

Though still quite noisy and relatively plagued by higher latencies,
it's the better of the two cards.

Frankly though, if I were you I'd toss both and grab a SBLive Value. The
Value offers everything the SBLive 5.1 does except the bay. The entire
SBLive line is built on a single chip. The variations are in final
assembly, the add on bay, and packaging.

Though not as clean as the Audigy (and it still suffers from phaze
inverted rear channels, REALLY, why won't Creative fix this!) it's still
a pretty good deal for the 40.00 you can get it for nowadays as an OEM
card.

-JMS

|-Original Message-
|From: [EMAIL PROTECTED] 
|[mailto:[EMAIL PROTECTED]] On Behalf Of audiofreek
|Sent: Sunday, November 11, 2001 9:10 PM
|To: [EMAIL PROTECTED]
|Subject: [newbie] The Best Sound Blaster
|
|
| I have two spare Creative Sound Blaster cards and one system 
|to put it on so I decide to use both. One is an AWE 64 ISA, 
|the other an SB16 PCI.
|
| Dilemma:
|   
|Both sound good on Quake, xmms and basic sound servers..or do they?
|
|The different mixers give the AWE64 a bit more 
|tweakability, including
|3D sound.
|But if I listen closely I hear less skishing or metal 
|slicing sounds on 
|the SB16 and I think it has built-in 3D sound.
|I have subwoofers so I can't really tell which gives better bass 
|quality.
|
|I just want to hear some opinions from people who use 
|these two cards,
|which is the best sound blaster. (other than the SBLive!, 
|of course)
|
|The $$ on a SB Live is a bit 8-( at this point for me.
| 
|
|AnyoneAny help...Anytime.
|
|__
|www.edsamail.com
|
|




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



[newbie] Newbie troubles with installing

2001-11-11 Thread John Clegg

I am trying to install Xine - on a Mandrake 8.0 setup.

I have downloaded xine-lib and xine-ui. I have successfully run ./configure,
make and make install for xine-lib. When I run ./configure for xine-ui it
fails with a message telling me that I have not installed xine-lib.

Is there some stage I am missing between the two?

John





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



RE: [newbie] [ OT ] Recommended AMD Athlon 1.x Motherboard

2001-11-11 Thread Franki

Dunno about your UPS, it depends on your needs, but I just got hold of a MSI
K Pro2 Via KT266A mainboard to go with my new AthlonXP1800+ and it seems a
very cool board, testing seems to indicate its one of the fastest boards
currently available.

IT works with anything from socket A, be it duron, athlon, or athlon XP...

rgds

Frank


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mandrake Newbie
Sent: Sunday, 11 November 2001 1:40 PM
To: [EMAIL PROTECTED]
Subject: [newbie] [ OT ] Recommended AMD Athlon 1.x Motherboard


Sorry for this OT.

Anyway, I would like to ask your opinion to what Socket A Motherboard for
AMD Athlon 1.x Ghz would you like to recommend to me?  I am planning to
build my all-in-one server for my small Internet cafe.  Also, what UPS is
good for this kind of server would you like to recommend to me?

By the way, I am planning to install Linux Mandrake 8.1 in that server and
probably I'll make it also as the Linux Terminal Server
http://www.ltsp.org/, that is if I can make it.

Thanks in advance.

__
www.edsamail.com





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



Re: [newbie] lack of real estate (screen res. problems)

2001-11-11 Thread lee

A question about your issue. Are you having x to start automatically? Because 
it mioght be a good idea to not do this until you get things working out 
correctly. This solution worked for me,slightly different issue(respawning 
too fast).Gd lk and let us know :-)
Lee


On Saturday 10 November 2001 21:51, you wrote:
 In reply to David Reynolds's words, written Sat, 10 Nov 2001 13:29:42 -0600

  You should drop to a command level, leaving X. Then run Xconfigurator:




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



Re: [newbie] w.xplorer slow because linux ext2 ?

2001-11-11 Thread Tom Brinkman

On Saturday 10 November 2001 11:34 pm, Yulliansyah  wrote:
 my windows normal now let me share my experience :
 first condition that cause windows slow was :
 HD 1 : plug in to PRIMARY MASTER
 CDROM : PRIMARY SLAVE
 none : SECONDARY MASTER
 HD 2 : SECONDARY SLAVE

 second condition --- Normal now :

 HD 1 : PRIMARY MASTER
  hda
 HD 2 : PRIMARY SLAVE
  hdb
 none : SECONDARY MASTER
 CDROM : SECONDARY SLAVE
  hdd

 perhaps any expert or hardware technician will never false plug the
 IDE cable, but for beginner who manually install their HD this is
 possible to happen.

  The pin 1 is clearly marked, both on the connector and the drive.
opinion
  What you've discovered is the norm.  On most motherboards, it's 
best to put HDD's together on ide0 (primary) and CD drives on ide1 
(secondary). If a Windoze drive is involved, it's almost always best 
(and easiest) to have it as hda (ie, ide0-master). I'd question tho 
why you have the Cdrom as a slave to nothin?  Why not put it as 
master?  FWIW, I've found that in Cdrom + CD-RW systems, it's usually 
best to have the CDrom master, and the CD-RW as slave on ide1. YMMV, 
actually the best arrangement usually comes from tryin by trial and 
error.

   Most drive problems are due to badly designed or poor quality 
motherboards (specially those with win-raid kludges, eg, Abit KT7a-R) 
and/or cables, jumpers set to CS (cable select, many ready made junk 
systems like Dell, Gateway, Compaq are configured this way and also 
use poor quality oem only spec motherboards) rather than properly 
set to master or slave, and inadequate case ventilation. Heat is a 
major drive killer.
  
Speakin of heat. It's also a bad idea to run your system with the 
case cover (or side) removed. The metal case cover not only protects 
your other radio appliances (eg, TV) from RF interference from the 
computer, it also protects your system (and HDD's) from outside RF 
interference (eg, from your TV or outer space, aliens, etc ;) 
Computers are really just a different kind'a radio set.
-- 
  Tom Brinkman                 Galveston Bay, USA
 chmod +x  --with-daisy_cutters /bin/Laden.al-Qaeda.Taliban
http://www.flowgo.com/rsubf.cfm?id=hfnbwbiShprpwnfDuxcl=78p=19376d=10-18-01 
 



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



[newbie] How to set double-clicked desktop icons to execute by default ?(LM8.1)

2001-11-11 Thread Charles Darcy


Hi,

When I double-click an executable text file icon on the desktop, a
prompt appears asking whether I wish to display or run the file. 

Is there a way to set the file to run by default in LM8.1 using
Nautilus 1.0.4 ?


thanks,

Charlie.




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



Re: [newbie] g++ strange things happen

2001-11-11 Thread Anuerin G.Diaz


The program is working fine. I have attached the output so you can check it out if you 
want.

ciao!

On Sun, 11 Nov 2001 03:48:15 +, siyke [EMAIL PROTECTED] wrote:

   
   hi all
i have a very strange problem with a program im writing.
   it's compilling fine with   ]$ g++ -o vol vol.c 
   
   and runs fine exept it doesnt do the last two   cout's
   
snip

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



ouput.vol
Description: Binary data

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



[newbie] error in mounting floppy

2001-11-11 Thread Victor

hi, I am having problem mounting my floppy,
and the error message when I do a mount -a is
mount: /dev/fd0: unknown device

and the message I got in /var/log/messages is
Nov 11 23:26:24 ool-18bdc309 modprobe: modprobe: Can't locate module 
block-major-2

the line for the floppy in my fstab is
/dev/fd0 /mnt/floppy vfat nosuid,nodev,exec 0 0


can you help me out here??

thank you

vic




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



Re: [newbie] Windows eXPerience, MandrakeLinux saves the Day-ta

2001-11-11 Thread _nasturtium


- Original Message -
From: civileme [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Carroll Grigsby [EMAIL PROTECTED]
Sent: Friday, November 02, 2001 1:23 PM
Subject: Re: [newbie] Windows eXPerience, MandrakeLinux saves the Day-ta


 On Thursday 01 November 2001 07:21, Carroll Grigsby wrote:
  civileme wrote:
   I knew that extra phone listing might be handy someday.  Fussing with
a
   download that wouldn't md5sum and needing it very badly, I was only
too
   happy for the break when the phone rang and I picked it up, saying
   Mandrakesoft.
  
   Errr, I have a REAL problem. 
  
   Is it with one of our systems?
  
   No, he replied, but I'll buy the most expensive boxed set if your
   system can help me.
  
   In the course of a few minutes I learned that this fellow hadf a Dell
   Dimension P-II 400 with STB Velocity card and Turtle Beach Montego II
   Sound card, and he had been running Win98 successfully.  He had a
   Microsoft-badged optical mouse and Microsoft-badged USB keyboard.
  
   When WinXP came out, his father was the first person in line at
CompUSA
   to buy it at 12:01 am October 25th.
  
   So he installed the update.
  
   Keyboard and mouse promptly stopped working.
  
   His plan was to install linux, copy his vital data over to it, then
   format the winpartition and reinstall XP cleanly as Microsoft Support
   (Two hours on hold long distance to Redmond ) assured him if he did
that
   that his keyboard and mouse would work.
  
   I told him where to pick up the download edition of 8.1 and he took
them.
An hour later I had a call, It won't resize Windows small enough.
  
   By now it was 7 pm.  I went to his computer and brough along a spare
10G
   disk.  I added it temporarily on the spare connector and let him
install
   ML 8.1 to the second disk, making sure he chose GRUB to boot with.
  
   Everything worked, and his cable modem connected out of the box--only
the
   advisory popped up to visit sourceforge about the sound card.
   Transferring his 2.2G of files was a snap, then diskdrake was called
to
   clean up the messy hda, partitioning 3/4 of it for windows and leaving
   the rest for his rescue system.
  
   WinXP balked and insisted on seeing the win98 CD, then it installed,
   taking out the boot record entry for linux (but we had a boot disk).
The
   mouse and keyboard worked fine until the final reboot then
communication
   ceased.
  
   Now out with the win98 disk but it refuses to install over XP.  Back
to
   Linux and diskdrake from a terminal su'ed too root to wipe clean
again.
  
   Win98 now loads after an old installer trick of copying the win98
   directory to the hard drive and installing from there.
  
   And linux restores the 2.2 G of files it had saved.  Now the extra Hdd
is
   removed and win98 is running using mouse and keyboard.
  
   Back to CompUSA goes the XP even though one mouse worked long enough
to
   send Redmond the info for the activation Code.  Into CompUSA is placed
an
   Order for ProSuite.  He already has the Aureal drivers from
sourceforge.
  
   I know sometimes our system has trouble with a wheelmouse, and a lot
of
   trouble if someone sets the wrong mouse type (3-button emulation kills
   wheelmice), but this is something I don't think we have ever done.
   Certified Hardware not running on a new system is a serious flaw, and
   even a billion dollar advertising campaiggn and midnight starting
sales
   will not correct that sort of flaw.
  
   Civileme
 
  Civileme:
  Exactly which support option covers house calls?
  -- Carroll
 Well, you buy the new ProSuite coming out soon--the one with a long
support
 option

 Then you move to Anchorage, Alaska...

 Civileme



Civileme,
Typical corporate linux profiteering.

I'll bet you 99:2 (Am Ex accepted) that he was using a P/S2 mouse and
keyboard. I've had that experience as well with XP Home Edition (though not
Professional).

A better solution (compatibility with Win32 apps) would be to buy the
cheapest boxed set of PS/2 mouse and keyboard - because that's a system
that can help him.

Regards,
_nasturtium





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





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



Re: [newbie] midi problem

2001-11-11 Thread R C

On Saturday 10 November 2001 02:46 am, I received the following message:
 See my previous posts about setting up a SoundBlaster Live Mini Howto.

 -JMS

OK Jose, I looked and looked but found no previous post.
BTW, I'm not using SBL cardonboard sound only.

-- 
Registered Linux User 244036
Since August 2001 - LM8.0
Open Source = Freedom



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



Re: [newbie] No X after 8.1 upgrade

2001-11-11 Thread lee

I didn't have any trouble w/my nvidia card but I did with 2 other boxes( rage 
128  a permedia card,can't recall the model). I think you're on the right 
track w/the text login.From here I'd start w/the lowest resolution 
possible,800x600(or lower) @256 if I had to. 

Fwiw..both of the trouble cards are(for now) working acceptably. I took 
Traci's suggestion (thanx Traci :-) and went with the above mentioned text 
login. I still use this as it's better than going thru the horror of an 
ill-acting x server  :-)

Lee



On Sunday 11 November 2001 18:56, you wrote:
 The subject say it all,
   Installed and ran 8.0 with no problems, did an 8.1 upgrade and now I
 don't have a GUI. Followed the advise on the errata webpage with no
 success. From the command line I did startx and it guided me through a
 setup (I was running Gnome) then I used KDE. When I logged out it dumped
 back to the command line and trying startx again put me into TWM. Using
 the GUI configuration tools available in TWM I haven't been able to get
 anywhere. I want a graphical login and Gnome as my desktop.

   I read there was a problem with the nvidia drivers (I have an
 onboard GeForce TNT2) I reverted back to my old kernel which didn't help
 a bit. Although th 2.4.8-28mdk kernel segfaults when I use the find
 command and the 2.4.3-20mdk kernel doesn't. I would send the error but I
 can't figure out how to redirect it into a file.

 tks
 mitch




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



Re: [newbie] re: staroffice

2001-11-11 Thread Dimitris Ioannou
 
 Ï/Ç Traci Collins [EMAIL PROTECTED] Ýãñáøå: 

Still on the general topic of StarOffice. I am using the 6.0 beta and Iseem to have messed up the database integration some how, or perhaps I'mjust not sure what I should look for if it is working properly. I wentthrough the StarOffice installation prior to doing the Adabasinstallation. The StarOffice installer told me it couldn't find thedatabase and that if I wanted those features I should run thatinstallation. I ran the database installation the same way I ran theStarOffice installation but I can't detect any evidence from insideStarOffice that I have added the database. There isn't a menu option fora new data file under the file menu. I have no idea what I should belooking for but it seems like it ought to be a little more obvious thanthis. I originally did a /net install of both programs and then ran auser install from the directory I created during the /net install. Anyadvice on how to get back on track would be appr!
eciated. Thanks.TraciWant to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.comHi Traci,
I'm going to give you an advise about it that worked on Windows, so I guess it will probably work on Linux too. I have installed Adabas prior to StarOffice installation and everything worked fine. When I finally installed StarOffice itself it did actually detected the Adabas installation though I gota message that the database itself would not be installed by the Staroffice although it detected it. Later on, when I started Staroffice the Adabas worked quite well. All those I'm telling you happened under Windows installation but I think the same will happen under LM8.1 since we're talking about the same application. I' ll try it though today under Linux and I promise you I'll come back with all the information I'm able to gather about it

Regards

Dimitris IoannouDo You Yahoo!?ÁðïêôÞóôå ôçí äùñåÜí óáò
@yahoo.gr äéåýèõíóç  óôï 
Yahoo! Mail.