Help: Partition OK but packages all screwed up

2001-04-28 Thread Tim Wood
Hi, I posted a message about my Partition Screw-up. Thanks to those who replied. I have the system booting off floppy. I worked out that I needd to recreate /lib/modules/2.2.17 and copy files/directories from /lib/modules.old/2.2.17 which fixed the modprobe problem and gives me back my LAN.

Re: hdd crashed?

2001-04-28 Thread Joachim Schiele
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 27 April 2001 08:47, you wrote: some people here told me to start up in single mode on lilo boot promt when you start up and lilo appears simply type single then i have scaned my hdd for errors (physical ones i think) with that: e2fsck -c /de

Re: ALSA problems in Debian/unstable

2001-04-28 Thread Andreas Tscharner
Hello, > i admit i don't know shit about alsa. only have it running > on 1 system(laptop). im replying because you say XMMS hangs > when you play a track. i have the same thing, although > it doesn't just hang, it locks up my laptop. i don't remember > off hand what soundchip(some kind of yamaha),

Re: 4.0.2 trouble on the laptop.

2001-04-28 Thread m96
hi, > I'm having a strange problem on my laptop. it seems that the whole > screen is offset by about 3 mm upwards and at the bottom I have a black > and white line. Besides that everything works great! And clues would be > greatly appreciated, my searches have unveiled nothing of use. tr

ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
Hi, I have a problem for the configuration of ppp (pppd) with a combi-card modem+ethernet. I use either ethenet or a ppp-connection with an ISP. I have tried wvdialconfig for the configuration and i could not resolve the domaines names. I have also tried pppconfig (where it is possible to specify

Re: ppp- and dns-problem

2001-04-28 Thread marty
> I have tried to set up directly a route with > > route add default gw 62.104.196.134 > > and I get the following error > > SIOCADDRT: Network is unreachable post the full results of netstat -rn and ifconfig later marty "I can't buy what I want because it's free. Can't be what they want beca

Re: ppp- and dns-problem

2001-04-28 Thread Jeff Coppock
For your netstat -r command to work it must be able to resolve to DNS. wvdial on't setup your DNS when it starts PPP. You have to make sure your /etc/resolv.conf file reflects to appropriate DNS info for the connection you're making. Here's what it should look like: # /etc/resolv.conf domain

Re: hdd crashed?

2001-04-28 Thread Peter Cordes
On Sat, Apr 28, 2001 at 09:50:44AM +0200, Joachim Schiele wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Friday 27 April 2001 08:47, you wrote: > some people here told me to start up in single mode > on lilo boot promt when you start up and lilo appears simply type single > then i

Re: ppp- and dns-problem

2001-04-28 Thread Peter Cordes
On Sat, Apr 28, 2001 at 10:17:21PM +0200, Vincent Laisney wrote: > Hi, > I have a problem for the configuration of ppp (pppd) with a combi-card > modem+ethernet. I use either ethenet or a ppp-connection with an ISP. > I have tried wvdialconfig for the configuration and i could not resolve > the >

Compaq Contura 410 and DLinkk DFE-650TX

2001-04-28 Thread matthschulz
Hi all, I ran into trouble with my old Contura 410 and my new DFE-650TX ethernetcard. The card works fine in my worklaptop (Gateway 2500). It does not work in the old Contura. When I insert the card it beeps two times and the eth0 is set up and shown by ifconfig. However the led's at the connec

Re: ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
> > I have tried to set up directly a route with > > > > route add default gw 62.104.196.134 > > > > and I get the following error > > > > SIOCADDRT: Network is unreachable > > post the full results of netstat -rn and ifconfig Here are the results netstat -rn Kernel IP routing table Destination

Re: ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
> For your netstat -r command to work it must be able to resolve to DNS. > wvdial on't setup your DNS when it starts PPP. You have to make sure your > /etc/resolv.conf file reflects to appropriate DNS info for the connection > you're making. Here's what it should look like: > > # /etc/resolv.con

Re: ppp- and dns-problem

2001-04-28 Thread marty
> Here are the results > > netstat -rn > Kernel IP routing table > Destination Gateway Genmask Flags MSS Window irtt Iface > 62.104.208.43 0.0.0.0 255.255.255.255 UH0 0 0 ppp0 > 192.168.1.0 192.168.1.200 255.255.255.0 UG0 0

Re: ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
Am Sonntag, 29. April 2001 01:27 schrieb Peter Cordes: > On Sat, Apr 28, 2001 at 10:17:21PM +0200, Vincent Laisney wrote: > > Hi, > > I have a problem for the configuration of ppp (pppd) with a combi-card > > modem+ethernet. I use either ethenet or a ppp-connection with an ISP. > > I have tried wvd

Re: hdd crashed?

2001-04-28 Thread Joachim Schiele
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 27 April 2001 08:47, you wrote: some people here told me to start up in single mode on lilo boot promt when you start up and lilo appears simply type single then i have scaned my hdd for errors (physical ones i think) with that: e2fsck -c /d

Re: ALSA problems in Debian/unstable

2001-04-28 Thread Andreas Tscharner
Hello, > i admit i don't know shit about alsa. only have it running > on 1 system(laptop). im replying because you say XMMS hangs > when you play a track. i have the same thing, although > it doesn't just hang, it locks up my laptop. i don't remember > off hand what soundchip(some kind of yamaha)

Re: 4.0.2 trouble on the laptop.

2001-04-28 Thread m96
hi, > I'm having a strange problem on my laptop. it seems that the whole > screen is offset by about 3 mm upwards and at the bottom I have a black > and white line. Besides that everything works great! And clues would be > greatly appreciated, my searches have unveiled nothing of use. t

ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
Hi, I have a problem for the configuration of ppp (pppd) with a combi-card modem+ethernet. I use either ethenet or a ppp-connection with an ISP. I have tried wvdialconfig for the configuration and i could not resolve the domaines names. I have also tried pppconfig (where it is possible to specify

Re: ppp- and dns-problem

2001-04-28 Thread marty
> I have tried to set up directly a route with > > route add default gw 62.104.196.134 > > and I get the following error > > SIOCADDRT: Network is unreachable post the full results of netstat -rn and ifconfig later marty "I can't buy what I want because it's free. Can't be what they want bec

Re: ppp- and dns-problem

2001-04-28 Thread Jeff Coppock
For your netstat -r command to work it must be able to resolve to DNS. wvdial on't setup your DNS when it starts PPP. You have to make sure your /etc/resolv.conf file reflects to appropriate DNS info for the connection you're making. Here's what it should look like: # /etc/resolv.conf domai

Re: hdd crashed?

2001-04-28 Thread Peter Cordes
On Sat, Apr 28, 2001 at 09:50:44AM +0200, Joachim Schiele wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Friday 27 April 2001 08:47, you wrote: > some people here told me to start up in single mode > on lilo boot promt when you start up and lilo appears simply type single > then

Re: ppp- and dns-problem

2001-04-28 Thread Peter Cordes
On Sat, Apr 28, 2001 at 10:17:21PM +0200, Vincent Laisney wrote: > Hi, > I have a problem for the configuration of ppp (pppd) with a combi-card > modem+ethernet. I use either ethenet or a ppp-connection with an ISP. > I have tried wvdialconfig for the configuration and i could not resolve > the >

Compaq Contura 410 and DLinkk DFE-650TX

2001-04-28 Thread matthschulz
Hi all, I ran into trouble with my old Contura 410 and my new DFE-650TX ethernetcard. The card works fine in my worklaptop (Gateway 2500). It does not work in the old Contura. When I insert the card it beeps two times and the eth0 is set up and shown by ifconfig. However the led's at the conne

Re: ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
> > I have tried to set up directly a route with > > > > route add default gw 62.104.196.134 > > > > and I get the following error > > > > SIOCADDRT: Network is unreachable > > post the full results of netstat -rn and ifconfig Here are the results netstat -rn Kernel IP routing table Destination

Re: ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
> For your netstat -r command to work it must be able to resolve to DNS. > wvdial on't setup your DNS when it starts PPP. You have to make sure your > /etc/resolv.conf file reflects to appropriate DNS info for the connection > you're making. Here's what it should look like: > > # /etc/resolv.co

Re: ppp- and dns-problem

2001-04-28 Thread marty
> Here are the results > > netstat -rn > Kernel IP routing table > Destination Gateway Genmask Flags MSS Window irtt Iface > 62.104.208.43 0.0.0.0 255.255.255.255 UH0 0 0 ppp0 > 192.168.1.0 192.168.1.200 255.255.255.0 UG0 0

Re: ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
Am Sonntag, 29. April 2001 01:27 schrieb Peter Cordes: > On Sat, Apr 28, 2001 at 10:17:21PM +0200, Vincent Laisney wrote: > > Hi, > > I have a problem for the configuration of ppp (pppd) with a combi-card > > modem+ethernet. I use either ethenet or a ppp-connection with an ISP. > > I have tried wv

Re: ppp- and dns-problem

2001-04-28 Thread Vincent Laisney
Am Sonntag, 29. April 2001 06:15 schrieb marty: > > Here are the results > > > > netstat -rn > > Kernel IP routing table > > Destination Gateway Genmask Flags MSS Window irtt > > Iface 62.104.208.43 0.0.0.0 255.255.255.255 UH0 0 > >0 ppp0 192.168.