Alcatel Speedtouch USB

2002-11-26 Thread Emmanuel Di Pretoro
Hi, 

I try to install my ADSL modem (an Alcatel Speedtouch), but it's failed :-(

Can you tell me if the installation 2.4.18 kernel is compiled with the right 
options ?

If yes, all what I must do is to compile the open driver, and run 'modem_run -f 
mgmt.o -m' and 'pppd call adsl'. 

So I've tried to compile my kernel with all right options, everything seems OK 
when I run 'modem_run -f mgmt.o -m', and when I run 'pppd call adsl', pppd exit 
directly. Normally, at this time, I must be able to surf on Internet, but I 
can't. 

Have you any idea ?

Thanks

E. Di Prétoro



ADSL & Speedtouch

2002-12-08 Thread Emmanuel Di Pretoro
Hi, 

A few days ago, I've got a problem to set up my ADSL connexion.
Now, it's solved, but I can't surf on Internet. 

I've give you some logs, maybe can you help me ?!!?

Dec  7 18:42:01 avalon pppd[2002]: pppd 2.4.1 started by root, uid 0
Dec  7 18:42:01 avalon pppd[2002]: Using interface ppp0
Dec  7 18:42:01 avalon pppd[2002]: Connect: ppp0 <--> /dev/pts/0
Dec  7 18:42:04 avalon pppd[2002]: Remote message: CHAP authentication success, 
unit 8751
Dec  7 18:42:04 avalon pppd[2002]: local  IP address 217.136.140.158
Dec  7 18:42:04 avalon pppd[2002]: remote IP address 217.136.140.1
Dec  7 18:42:04 avalon pppd[2002]: primary   DNS address 195.238.2.21
Dec  7 18:42:04 avalon pppd[2002]: secondary DNS address 195.238.2.22


avalon:/home/saorge# ifconfig ppp0
ppp0  Link encap:Point-to-Point Protocol  
  inet addr:217.136.140.158  P-t-P:217.136.140.1  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:36 errors:0 dropped:0 overruns:0 frame:0
  TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:3 
  RX bytes:2167 (2.1 KiB)  TX bytes:1474 (1.4 KiB)


avalon:/home/saorge# ping 217.136.140.158
PING 217.136.140.158 (217.136.140.158): 56 data bytes
64 bytes from 217.136.140.158: icmp_seq=0 ttl=255 time=0.2 ms
64 bytes from 217.136.140.158: icmp_seq=1 ttl=255 time=0.0 ms
64 bytes from 217.136.140.158: icmp_seq=2 ttl=255 time=0.0 ms
64 bytes from 217.136.140.158: icmp_seq=3 ttl=255 time=0.0 ms
64 bytes from 217.136.140.158: icmp_seq=4 ttl=255 time=0.0 ms
64 bytes from 217.136.140.158: icmp_seq=5 ttl=255 time=0.0 ms

--- 217.136.140.158 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 0.0/0.0/0.2 ms


avalon:/home/saorge# ping 217.136.140.1  
PING 217.136.140.1 (217.136.140.1): 56 data bytes
64 bytes from 217.136.140.1: icmp_seq=0 ttl=64 time=16.2 ms
64 bytes from 217.136.140.1: icmp_seq=1 ttl=64 time=15.6 ms
64 bytes from 217.136.140.1: icmp_seq=2 ttl=64 time=15.5 ms
64 bytes from 217.136.140.1: icmp_seq=3 ttl=64 time=16.3 ms
64 bytes from 217.136.140.1: icmp_seq=4 ttl=64 time=16.1 ms
64 bytes from 217.136.140.1: icmp_seq=5 ttl=64 time=13.9 ms

--- 217.136.140.1 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 13.9/15.6/16.3 ms


avalon:/home/saorge# ping 195.238.2.21 
PING 195.238.2.21 (195.238.2.21): 56 data bytes
64 bytes from 195.238.2.21: icmp_seq=0 ttl=252 time=18.3 ms
64 bytes from 195.238.2.21: icmp_seq=1 ttl=252 time=18.0 ms
64 bytes from 195.238.2.21: icmp_seq=2 ttl=252 time=17.8 ms
64 bytes from 195.238.2.21: icmp_seq=3 ttl=252 time=30.6 ms
64 bytes from 195.238.2.21: icmp_seq=4 ttl=252 time=23.5 ms
64 bytes from 195.238.2.21: icmp_seq=5 ttl=252 time=23.3 ms

--- 195.238.2.21 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 17.8/21.9/30.6 ms


avalon:/home/saorge# ping 195.238.2.22
PING 195.238.2.22 (195.238.2.22): 56 data bytes
64 bytes from 195.238.2.22: icmp_seq=0 ttl=252 time=19.4 ms
64 bytes from 195.238.2.22: icmp_seq=1 ttl=252 time=21.4 ms
64 bytes from 195.238.2.22: icmp_seq=2 ttl=252 time=21.3 ms
64 bytes from 195.238.2.22: icmp_seq=3 ttl=252 time=21.1 ms
64 bytes from 195.238.2.22: icmp_seq=4 ttl=252 time=20.9 ms
64 bytes from 195.238.2.22: icmp_seq=5 ttl=252 time=21.7 ms

--- 195.238.2.22 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 19.4/20.9/21.7 ms


avalon:/home/saorge# cat /etc/resolv.conf

nameserver 195.238.2.21
nameserver 195.238.2.22


avalon:/home/saorge# cat /etc/ppp/resolv.conf 
nameserver 195.238.2.21
nameserver 195.238.2.22


avalon:/home/saorge# ping http://www.google.be
ping: unknown host http://www.google.be


Dec  7 18:34:27 avalon kernel: usb-uhci.c: interrupt, status 2, frame# 779
Dec  7 18:34:27 avalon kernel: usb.c: USB disconnect on device 4
Dec  7 19:34:27 avalon pppd[2002]: Child process /usr/bin/pppoa2 -vpi 8 -vci 35 
(pid 2004) terminated with signal 2
Dec  7 19:34:27 avalon pppd[2002]: Modem hangup
Dec  7 19:34:27 avalon pppd[2002]: Connection terminated.
Dec  7 19:34:27 avalon pppd[2002]: Connect time 52.5 minutes.
Dec  7 19:34:27 avalon pppd[2002]: Sent 3118 bytes, received 3940 bytes.
Dec  7 19:34:28 avalon pppd[2002]: Using interface ppp0
Dec  7 19:34:28 avalon pppd[2002]: Connect: ppp0 <--> /dev/pts/0
Dec  7 19:34:28 avalon pppd[2002]: Modem hangup
Dec  7 19:34:28 avalon pppd[2002]: Connection terminated.
Dec  7 19:34:28 avalon pppd[2002]: Using interface ppp0
Dec  7 19:34:28 avalon pppd[2002]: Connect: ppp0 <--> /dev/pts/0
Dec  7 19:34:28 avalon pppd[2002]: Modem hangup
Dec  7 19:34:28 avalon pppd[2002]: Connection terminated.
Dec  7 19:34:28 avalon pppd[2002]: Using interface ppp0
Dec  7 19:34:28 avalon pppd[2002]: Connect: ppp0 <--> /dev/pts/0
Dec  7 19:34:28 avalon pppd[2002]: Modem hangup
Dec  7 19:34:28 avalon pppd[2002]

Network problem

2003-04-20 Thread Emmanuel Di Pretoro
HI,

I have a little problem with my network.
So, I try to create a network between my laptop (lspci give me 
00:09.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus
(rev 10) with 3c59x module) and a desktop (lspci :
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139
(rev 10) and 8139too module). 

Hereby the output of ifconfig command :

Laptop : 

eth0  Lien encap:Ethernet  HWaddr 00:00:86:40:75:14  
  inet adr:192.168.1.3  Bcast:192.168.1.255 
Masque:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  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 lg file transmission:100 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interruption:11 Adresse de base:0x3480 

Desktop :

eth0  Link encap:Ethernet  HWaddr 00:50:BF:5C:C2:44
  inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::50:bf5c:c244/10 Scope:Link
  inet6 addr: fe80::250:bfff:fe5c:c244/10 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:0 (0.0 b)  TX bytes:732 (732.0 b)
  Interrupt:19 Base address:0xf00

On the two network cards, the two lights are on. I don't know if it is
normal or not. Maybe the network cards are broken ? Anybody can help me
?

Thanks in advance,

Regards,

Manu



Re: Network Problem

2003-04-21 Thread Emmanuel Di Pretoro
Hi

OK, so, I've a lot of cable, and I'm pretty sure the used cable is a
cross-over. But, error is human, isn't it ? So, on my cable I can see
"CAT. 5 UTP 24 AWG 4PAIRS". So, 4PAIRS is for a cross-over cable, isn't
it ?

For the rest, I want to backup my laptop on my desktop. I want to use a
single FTP connection. Maybe, I'll set up NFS.

Thanks in advance,

Manu

On Sun, 20 Apr 2003 14:13:11 -0700 (PDT)
"Jeremy Cheng" <[EMAIL PROTECTED]> wrote:

> Hi Manu,
> 
> Usually, when you have a regular cable instead of a cross-over, one of
> the computers will get TX packet errors.  However, if you are really
> using a cross-over, then that is not the problem.  Maybe you can try
> replacing the lan card in your desktop since that's the one erroring. 
> You should consider another 3com as well since they tend to work well
> together.
> 
> In terms of more information, I was looking for info on what you want
> the network to do. (ie router, or just peer-2-peer samba network... or
> etc...)
> 
> Good Luck,
> 
> Jeremy
> -- 
> HK Tech. Research Group
> Linux developement project
> http://www.hktech.org
> [EMAIL PROTECTED]
> 
> On Sun, 20 Apr 2003 01:29:59 -0700 (PDT)
> "Jeremy Cheng" <[EMAIL PROTECTED]> wrote:
> 
> > Are you using a cross-over cable or are you networking through a
> > hub?
> 
> I use a cross-over cable.
> 
> > looking at that. A little more information would be helpful to us to
> > be able to assist you with your problem.
> 
> Which kind of information ?
> 
> Thanks in advance,
> 
> Kind regards,
> 
> Manu
> 



Re: Network problem

2003-04-21 Thread Emmanuel Di Pretoro
> Also, be sure that your routing table entries match whatever reality
> is. Use the 'netstat -r' command to check. If you are not sure, post
> the output from both machines, and tell us exactly what you have (i.e
> is it a cable from laptop to desktop and that is all, or do you have a
> cable/DSL modem somewhere with a hub?). 

It's a direct connection between my computers. I want to create a FTP
connection between my computers in order to backup my laptop. 

On my laptop, netstat -r give me : 

Destination Passerelle  Genmask Indic   MSS Fenêtre irtt
Iface
localnet*   255.255.255.0   U40 0  0
eth0
localnet*   255.255.255.0   U40 0  0
eth1

On my desktop, it give me : 

Destination Passerelle  Genmask Indic   MSS Fenêtre irtt
Iface
192.168.1.0 *   255.255.255.0   U40 0  0
eth0

Thanks in advance,

Manu



Re: Re[2]: Network Problem

2003-04-21 Thread Emmanuel Di Pretoro
> I don't think so. Take the two plugs and hold them side by side. If
> the colorcode of the wires is NOTthe same, it is crossover.

Ok, my cable _is_ a cross-over cable.
Problem is not the cable, maybe my network card is broken ?
Is there a way to test it ?

Manu 



Re: Network Problem

2003-04-21 Thread Emmanuel Di Pretoro
> that's the cable itself, a straight-through and a crossover cable only
> differ in their wiring at the ends.  Compare the two ends, if the
> order of the 8 colored wires inside match, it's straight-through. 
> Whatis.com can show you the wiring pattern, and some common color
> orderings.

OK, the order of the 8 wires doesn't match, so, it is a cross-over
cable. 
Maybe, is it the network card ? Anybody can tell me how I can test it ?

Thanks in advance,

Manu



Re: trying to install onto toshiba portege 3500, no floppy but has external cd

2003-07-07 Thread Emmanuel Di Pretoro
With a network !
I've installed once a Debian on a laptop with a plip connexion ! 
Slow, very slow, but it works !

Manu

On Sat, 05 Jul 2003 10:14:28 +0200
Michelle Konzack <[EMAIL PROTECTED]> wrote:

> Am 15:18 2003-07-03 -0400 hat Walter Tautz geschrieben:
> >
> >the cd drive is a USB external, model plextor  PX-208U CD-RW
> >alas the system doesn't boot from the external drive...
> 
> Wired !!!
> 
> If the Laptop has no internal Drives (CD, FD, ...) 
> and can not boot from USB, how to install an OS ??? 
> 
> Michelle
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 



Alcatel Speedtouch USB

2002-11-26 Thread Emmanuel Di Pretoro
Hi, 

I try to install my ADSL modem (an Alcatel Speedtouch), but it's failed :-(

Can you tell me if the installation 2.4.18 kernel is compiled with the right options ?

If yes, all what I must do is to compile the open driver, and run 'modem_run -f mgmt.o 
-m' and 'pppd call adsl'. 

So I've tried to compile my kernel with all right options, everything seems OK when I 
run 'modem_run -f mgmt.o -m', and when I run 'pppd call adsl', pppd exit directly. 
Normally, at this time, I must be able to surf on Internet, but I can't. 

Have you any idea ?

Thanks

E. Di Prétoro


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




ADSL & Speedtouch

2002-12-08 Thread Emmanuel Di Pretoro
Hi, 

A few days ago, I've got a problem to set up my ADSL connexion.
Now, it's solved, but I can't surf on Internet. 

I've give you some logs, maybe can you help me ?!!?

Dec  7 18:42:01 avalon pppd[2002]: pppd 2.4.1 started by root, uid 0
Dec  7 18:42:01 avalon pppd[2002]: Using interface ppp0
Dec  7 18:42:01 avalon pppd[2002]: Connect: ppp0 <--> /dev/pts/0
Dec  7 18:42:04 avalon pppd[2002]: Remote message: CHAP authentication success, unit 
8751
Dec  7 18:42:04 avalon pppd[2002]: local  IP address 217.136.140.158
Dec  7 18:42:04 avalon pppd[2002]: remote IP address 217.136.140.1
Dec  7 18:42:04 avalon pppd[2002]: primary   DNS address 195.238.2.21
Dec  7 18:42:04 avalon pppd[2002]: secondary DNS address 195.238.2.22


avalon:/home/saorge# ifconfig ppp0
ppp0  Link encap:Point-to-Point Protocol  
  inet addr:217.136.140.158  P-t-P:217.136.140.1  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:36 errors:0 dropped:0 overruns:0 frame:0
  TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:3 
  RX bytes:2167 (2.1 KiB)  TX bytes:1474 (1.4 KiB)


avalon:/home/saorge# ping 217.136.140.158
PING 217.136.140.158 (217.136.140.158): 56 data bytes
64 bytes from 217.136.140.158: icmp_seq=0 ttl=255 time=0.2 ms
64 bytes from 217.136.140.158: icmp_seq=1 ttl=255 time=0.0 ms
64 bytes from 217.136.140.158: icmp_seq=2 ttl=255 time=0.0 ms
64 bytes from 217.136.140.158: icmp_seq=3 ttl=255 time=0.0 ms
64 bytes from 217.136.140.158: icmp_seq=4 ttl=255 time=0.0 ms
64 bytes from 217.136.140.158: icmp_seq=5 ttl=255 time=0.0 ms

--- 217.136.140.158 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 0.0/0.0/0.2 ms


avalon:/home/saorge# ping 217.136.140.1  
PING 217.136.140.1 (217.136.140.1): 56 data bytes
64 bytes from 217.136.140.1: icmp_seq=0 ttl=64 time=16.2 ms
64 bytes from 217.136.140.1: icmp_seq=1 ttl=64 time=15.6 ms
64 bytes from 217.136.140.1: icmp_seq=2 ttl=64 time=15.5 ms
64 bytes from 217.136.140.1: icmp_seq=3 ttl=64 time=16.3 ms
64 bytes from 217.136.140.1: icmp_seq=4 ttl=64 time=16.1 ms
64 bytes from 217.136.140.1: icmp_seq=5 ttl=64 time=13.9 ms

--- 217.136.140.1 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 13.9/15.6/16.3 ms


avalon:/home/saorge# ping 195.238.2.21 
PING 195.238.2.21 (195.238.2.21): 56 data bytes
64 bytes from 195.238.2.21: icmp_seq=0 ttl=252 time=18.3 ms
64 bytes from 195.238.2.21: icmp_seq=1 ttl=252 time=18.0 ms
64 bytes from 195.238.2.21: icmp_seq=2 ttl=252 time=17.8 ms
64 bytes from 195.238.2.21: icmp_seq=3 ttl=252 time=30.6 ms
64 bytes from 195.238.2.21: icmp_seq=4 ttl=252 time=23.5 ms
64 bytes from 195.238.2.21: icmp_seq=5 ttl=252 time=23.3 ms

--- 195.238.2.21 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 17.8/21.9/30.6 ms


avalon:/home/saorge# ping 195.238.2.22
PING 195.238.2.22 (195.238.2.22): 56 data bytes
64 bytes from 195.238.2.22: icmp_seq=0 ttl=252 time=19.4 ms
64 bytes from 195.238.2.22: icmp_seq=1 ttl=252 time=21.4 ms
64 bytes from 195.238.2.22: icmp_seq=2 ttl=252 time=21.3 ms
64 bytes from 195.238.2.22: icmp_seq=3 ttl=252 time=21.1 ms
64 bytes from 195.238.2.22: icmp_seq=4 ttl=252 time=20.9 ms
64 bytes from 195.238.2.22: icmp_seq=5 ttl=252 time=21.7 ms

--- 195.238.2.22 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 19.4/20.9/21.7 ms


avalon:/home/saorge# cat /etc/resolv.conf

nameserver 195.238.2.21
nameserver 195.238.2.22


avalon:/home/saorge# cat /etc/ppp/resolv.conf 
nameserver 195.238.2.21
nameserver 195.238.2.22


avalon:/home/saorge# ping http://www.google.be
ping: unknown host http://www.google.be


Dec  7 18:34:27 avalon kernel: usb-uhci.c: interrupt, status 2, frame# 779
Dec  7 18:34:27 avalon kernel: usb.c: USB disconnect on device 4
Dec  7 19:34:27 avalon pppd[2002]: Child process /usr/bin/pppoa2 -vpi 8 -vci 35 
(pid 2004) terminated with signal 2
Dec  7 19:34:27 avalon pppd[2002]: Modem hangup
Dec  7 19:34:27 avalon pppd[2002]: Connection terminated.
Dec  7 19:34:27 avalon pppd[2002]: Connect time 52.5 minutes.
Dec  7 19:34:27 avalon pppd[2002]: Sent 3118 bytes, received 3940 bytes.
Dec  7 19:34:28 avalon pppd[2002]: Using interface ppp0
Dec  7 19:34:28 avalon pppd[2002]: Connect: ppp0 <--> /dev/pts/0
Dec  7 19:34:28 avalon pppd[2002]: Modem hangup
Dec  7 19:34:28 avalon pppd[2002]: Connection terminated.
Dec  7 19:34:28 avalon pppd[2002]: Using interface ppp0
Dec  7 19:34:28 avalon pppd[2002]: Connect: ppp0 <--> /dev/pts/0
Dec  7 19:34:28 avalon pppd[2002]: Modem hangup
Dec  7 19:34:28 avalon pppd[2002]: Connection terminated.
Dec  7 19:34:28 avalon pppd[2002]: Using interface ppp0
Dec  7 19:34:28 avalon pppd[2002]: Connect: ppp0 <--> /dev/pts/0
Dec  7 19:34:28 avalon pppd[2002]: Modem hangup
Dec  7 19:34:28 avalon pppd[2002]

Re: trying to install onto toshiba portege 3500, no floppy but hasexternal cd

2003-07-07 Thread Emmanuel Di Pretoro
With a network !
I've installed once a Debian on a laptop with a plip connexion ! 
Slow, very slow, but it works !

Manu

On Sat, 05 Jul 2003 10:14:28 +0200
Michelle Konzack <[EMAIL PROTECTED]> wrote:

> Am 15:18 2003-07-03 -0400 hat Walter Tautz geschrieben:
> >
> >the cd drive is a USB external, model plextor  PX-208U CD-RW
> >alas the system doesn't boot from the external drive...
> 
> Wired !!!
> 
> If the Laptop has no internal Drives (CD, FD, ...) 
> and can not boot from USB, how to install an OS ??? 
> 
> Michelle
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 


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