Re: wmaster0: unknown hardware address type 801 while getting IP address for eth0 interface using DHCP]

2009-09-22 Thread Alexander Kaphuk
Sorry I took a while to reply to all those who had got back to me about my query. My network is up and running now. As it turned out, it was a simple matter of getting my laptop ping the DSL modem before trying to connect to the outside world. No manual configuration was required. I am fairly

Re: wmaster0: unknown hardware address type 801 while getting IP address for eth0 interface using DHCP

2009-09-17 Thread Michael-E. Voges
Am Mittwoch, 16. September 2009 12:12:28 schrieb Alexander Kaphuk: > Hi, > > I'm still having trouble configuring my wired network interface on > Debian Lenny running on HP Compaq Presario CQ61. > > I put "auto eth0; iface eth0 inet dhcp" (each statment on separa

Re: wmaster0: unknown hardware address type 801 while getting IP address for eth0 interface using DHCP

2009-09-17 Thread Stefan Monnier
> I ran "ifdown eth0; ifup eth0". I got this error message in the output > "wmaster0: unknown hardware address type 801". IIRC this is a harmless warning. Stefan -- To UNSUBSCRIBE, email to debian-laptop-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

re: wmaster0: unknown hardware address type 801 while getting IP address for eth0 interface using DHCP

2009-09-16 Thread Alexander Kaphuk
Hi, I'm still having trouble configuring my wired network interface on Debian Lenny running on HP Compaq Presario CQ61. I put "auto eth0; iface eth0 inet dhcp" (each statment on separate line as shown in debian wiki) into my /etc/network/interfaces file. I ran "ifdown eth

re: wmaster0: unknown hardware address type 801 while getting IP address for eth0 interface using DHCP

2009-09-16 Thread Alexander Kaphuk
Hi, I'm still having trouble configuring my wired network interface on Debian Lenny running on HP Compaq Presario CQ61. I put "auto eth0; iface eth0 inet dhcp" (each statment on separate line as shown in debian wiki) into my /etc/network/interfaces file. I ran "ifdown eth

Re: Re: wpasupplicant dhcp ifplugd

2006-05-29 Thread Winfried Geis
iface wpa inet dhcp wpa-driver wext wpa-ssid PENTHOUSE wpa-key-mgmt WPA-PSK wpa-proto WPA wpa-pairwise TKIP wpa-group TKIP wpa-psk 007007007007007 instead of iface wpa inet dhcp wpa-driver wext wpa-ssid PENTHOUSE wpa-key

Re: wpasupplicant dhcp ifplugd

2006-05-22 Thread Alexandre Rossi
Hi, ### Associate with any open access point ### Scans/ESSID changes can be done with wpa_cli network={ ssid="PENTHOUSE" key_mgmt=WPA-PSK proto=WPA pairwise=TKIP psk="My very secret passphrase" group=TKIP } The network stanzas should read wpa-ke

Re: wpasupplicant dhcp ifplugd

2006-05-21 Thread udo waechter
ifupdown map default: wpa map timeout: 3 map verbose: true iface foreign inet dhcp iface wpa inet dhcp wpa-driver wext wpa-ssid PENTHOUSE wpa-key-mgmt WPA-PSK wpa-passphrase &qu

wpasupplicant dhcp ifplugd

2006-05-20 Thread Winfried Geis
map verbose: true mapping eth1 script guessnet-ifupdown map default: wpa map timeout: 3 map verbose: true iface foreign inet dhcp iface wpa inet dhcp wpa-driver wext wpa-ssid PENTHOUSE wpa-key-mgmt WPA-PSK wpa-pas

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-11-07 Thread Joan Tur
Es Dimarts, 1 de Novembre de 2005 22:21, en Luca Pireddu va escriure: | On Tuesday 01 November 2005 11:36, Joan Tur wrote: | > Es Dimarts, 1 de Novembre de 2005 02:40, en Joe Emenaker va escriure: | > | All I want to do is have wpa_supplicant trigger a dhclient (or other | > | dhcp clien

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-11-05 Thread Koen Vermeer
On Fri, 2005-11-04 at 16:37 -0800, Joe Emenaker wrote: > Now, my only problem is that I get a long pause of about 30-40 seconds > when ifplugd starts up. We need more information to see what might be wrong. Could you post how you call ifplugd/wpa_supplicant, and maybe /etc/network/interfaces? It

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-11-04 Thread Joe Emenaker
Joe Emenaker wrote: Luca Pireddu wrote: I use ifplugd to bring my network devices up and down. Wow. That did the trick. All I had to do was add "eth1" (my laptop's wifi interface) to /etc/default/ifplugd's list of managed interfaces. Now, my only problem is that I get a long pause of abo

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-11-01 Thread Joe Emenaker
Luca Pireddu wrote: I use ifplugd to bring my network devices up and down. Wow. That did the trick. All I had to do was add "eth1" (my laptop's wifi interface) to /etc/default/ifplugd's list of managed interfaces. So, I guess the wifi code in the kernel and/or drivers now properly mimicks

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-11-01 Thread Luca Pireddu
On Tuesday 01 November 2005 11:36, Joan Tur wrote: > Es Dimarts, 1 de Novembre de 2005 02:40, en Joe Emenaker va escriure: > | All I want to do is have wpa_supplicant trigger a dhclient (or other > | dhcp client) for an interface when it associates with an AP. > > I'm using wap

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-11-01 Thread Joan Tur
Es Dimarts, 1 de Novembre de 2005 02:40, en Joe Emenaker va escriure: | All I want to do is have wpa_supplicant trigger a dhclient (or other | dhcp client) for an interface when it associates with an AP. I'm using waproamd to manage that, mainly because my dsl router can only manage 128b wep

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-10-31 Thread Koen Vermeer
there until it can associate. Once it does, ifplugd gets a link beat, and ifups the interface. I also have 'iface eth2 inet dhcp' in interfaces, so that causes the dhcp client to run. Koen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-10-31 Thread Daniel Pittman
All I want to do is have wpa_supplicant trigger a dhclient (or other > dhcp client) for an interface when it associates with an AP. I've tried > just putting the "iface eth1 inet dhcp" in /etc/network/interfaces, but > that doesn't do it... and, last time I additiona

Re: Running DHCP once wpa_supplicant associates with an AP?

2005-10-31 Thread Luca Pireddu
I want to do is have wpa_supplicant trigger a dhclient (or other > dhcp client) for an interface when it associates with an AP. I've tried > just putting the "iface eth1 inet dhcp" in /etc/network/interfaces, but > that doesn't do it... and, last time I additionally pu

Running DHCP once wpa_supplicant associates with an AP?

2005-10-31 Thread Joe Emenaker
I think I've asked this before... either that or I searched and read a million other threads where they said "That can't be done, yet". So, I'm trying to find out if it can be done *yet*. All I want to do is have wpa_supplicant trigger a dhclient (or other dhcp

RE: Dhcp & Mirror debian install (last question, I hope)

2004-08-22 Thread Gustavo Halperin
Thank you, I will try today night, but I have une doubt, I need to check also that all the files in the file 'Packages' in: http://ftp.debian.org/debian/dists/sarge/main/debian-installer/binary-i3 86/ are in my mirror or just put this two files (Packages and Packages.gz) with the same path in

RE: Dhcp & Mirror debian install (last question, I hope)

2004-08-22 Thread Gustavo Halperin
Thank you, I will try today night, but I have une doubt, I need to check also that all the files in the file 'Packages' in: http://ftp.debian.org/debian/dists/sarge/main/debian-installer/binary-i3 86/ are in my mirror or just put this two files (Packages and Packages.gz) with the same path in

Re: Dhcp & Mirror debian install (last question, I hope)

2004-08-22 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 22 August 2004 07:33, Gustavo Halperin wrote: > When the menu-intall ask for any mirror I give my local one: > 192.168.0.2 and after this I give the path: '/debian/', > after it the menu-install ask me for wich mode I want instal, stable, >

Re: Dhcp & Mirror debian install (last question, I hope)

2004-08-22 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 22 August 2004 07:33, Gustavo Halperin wrote: > When the menu-intall ask for any mirror I give my local one: > 192.168.0.2 and after this I give the path: '/debian/', > after it the menu-install ask me for wich mode I want instal, stable, >

Dhcp & Mirror debian install (last question, I hope)

2004-08-22 Thread Gustavo Halperin
Hello I start the net-installation like Frans Pop sayed ( by the way, thank you very much) Frans Pop Solut

Dhcp & Mirror debian install (last question, I hope)

2004-08-21 Thread Gustavo Halperin
Hello I start the net-installation like Frans Pop sayed ( by the way, thank you very much) Frans Pop Solut

RE: Dhcp debian install

2004-08-19 Thread Gustavo Halperin
Thank you, I also will try this. Thank you From: Frans Pop [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 10:27 PM On Tuesday 17 August 2004 10:07, Gustavo Halperin wrote: > I will explain all: > I did the boot like is explained in > http://www.debianplanet.org/node.php?id=818&ci

RE: Dhcp debian install

2004-08-18 Thread Gustavo Halperin
Thank you, I also will try this. Thank you From: Frans Pop [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 10:27 PM On Tuesday 17 August 2004 10:07, Gustavo Halperin wrote: > I will explain all: > I did the boot like is explained in > http://www.debianplanet.org/node.php?id=818&ci

Re: Dhcp debian install

2004-08-17 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 17 August 2004 10:07, Gustavo Halperin wrote: > I will explain all: > I did the boot like is explained in > http://www.debianplanet.org/node.php?id=818&cid=13384 > > [...] > > And here is the problem because the driver modules are not in

Re: Dhcp debian install

2004-08-17 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 17 August 2004 10:07, Gustavo Halperin wrote: > I will explain all: > I did the boot like is explained in > http://www.debianplanet.org/node.php?id=818&cid=13384 > > [...] > > And here is the problem because the driver modules are not in

RE: Dhcp debian install

2004-08-17 Thread Gustavo Halperin
Hello I will explain all: I did the boot like is explained in http://www.debianplanet.org/node.php?id=818&cid=13384 Mean take the current bf2.4 linux.bin and the image-1.44 also bf2.4 root.bin, copy booth to the '/tftpboot/' directory and pass to default PXElinux config the two next lines:

RE: Dhcp debian install

2004-08-17 Thread Gustavo Halperin
Hello I will explain all: I did the boot like is explained in http://www.debianplanet.org/node.php?id=818&cid=13384 Mean take the current bf2.4 linux.bin and the image-1.44 also bf2.4 root.bin, copy booth to the '/tftpboot/' directory and pass to default PXElinux config the two next lines:

Re: Dhcp debian install

2004-08-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 16 August 2004 08:36, Gustavo Halperin wrote: > I'm trying to install debian Linux on my portege R100. I haven't floppy or > CDRom, but I have another laptop with CDRom, therefore I'm trying to made > DHPC boot with PXElinux. The boot is OK,

Re: Dhcp debian install

2004-08-16 Thread Daniel Pittman
On 16 Aug 2004, Gustavo Halperin wrote: > I'm trying to install debian Linux on my portege R100. I haven't > floppy or CDRom, but I have another laptop with CDRom, therefore I'm > trying to made DHPC boot with PXElinux. The boot is OK, I use for it > 'root.bin' and 'rescue.bin' on '/tftpboot/.' wit

Re: Dhcp debian install

2004-08-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 16 August 2004 08:36, Gustavo Halperin wrote: > I'm trying to install debian Linux on my portege R100. I haven't floppy or > CDRom, but I have another laptop with CDRom, therefore I'm trying to made > DHPC boot with PXElinux. The boot is OK,

Dhcp debian install

2004-08-16 Thread Gustavo Halperin
Title: Dhcp debian install Hello I'm trying to install debian Linux on my portege R100. I haven't floppy or CDRom, but I have another laptop with CDRom, therefore I'm trying to made DHPC boot with PXElinux.   The boot is OK, I use for it 'root.bin' and 'res

Re: Dhcp debian install

2004-08-16 Thread Daniel Pittman
On 16 Aug 2004, Gustavo Halperin wrote: > I'm trying to install debian Linux on my portege R100. I haven't > floppy or CDRom, but I have another laptop with CDRom, therefore I'm > trying to made DHPC boot with PXElinux. The boot is OK, I use for it > 'root.bin' and 'rescue.bin' on '/tftpboot/.' wit

Dhcp debian install

2004-08-16 Thread Gustavo Halperin
Title: Dhcp debian install Hello I'm trying to install debian Linux on my portege R100. I haven't floppy or CDRom, but I have another laptop with CDRom, therefore I'm trying to made DHPC boot with PXElinux.   The boot is OK, I use for it 'root.bin' and 'res

Re: wireless + wired + dhcp +... : unproper default route

2003-12-29 Thread Jerome BENOIT
s: I guess I missed something: any idea ? Thanks in advance, Jerome Matt Foster wrote: Quoting Jerome BENOIT ([EMAIL PROTECTED]): Hello List, my laptop have both a wired and a wireless connections: to manage them I plan to use ifplugd beside ifupdown + dhcp stuff. Of course the connection m

Re: wireless + wired + dhcp +... : unproper default route

2003-12-29 Thread Jerome BENOIT
s: I guess I missed something: any idea ? Thanks in advance, Jerome Matt Foster wrote: Quoting Jerome BENOIT ([EMAIL PROTECTED]): Hello List, my laptop have both a wired and a wireless connections: to manage them I plan to use ifplugd beside ifupdown + dhcp stuff. Of course the connection may be r

Re: Dell Inspiron 5100 + DHCP

2003-12-27 Thread Rob Westgeest
installed ifup eth0 using dpkg -i results in getting an ip address through dhcp. See log exerpt below.. --start log-- Dec 28 00:18:58 coil dhclient: Internet Software Consortium DHCP Client V3.0.1rc9 Dec 28 00:18:58 coil dhclient: Copyright 1995-2001 Internet Software Consortium. Dec 28 00:18:58

Re: Dell Inspiron 5100 + DHCP

2003-12-27 Thread Rob Westgeest
installed ifup eth0 using dpkg -i results in getting an ip address through dhcp. See log exerpt below.. --start log-- Dec 28 00:18:58 coil dhclient: Internet Software Consortium DHCP Client V3.0.1rc9 Dec 28 00:18:58 coil dhclient: Copyright 1995-2001 Internet Software Consortium. Dec 28 00:18:58

Re: wireless + wired + dhcp +... : unproper default route

2003-12-27 Thread Matt Foster
Quoting Jerome BENOIT ([EMAIL PROTECTED]): > Hello List, > > my laptop have both a wired and a wireless connections: > to manage them I plan to use ifplugd beside ifupdown + dhcp stuff. > > Of course the connection may be random, > so without proper configuration, the rout

Re: wireless + wired + dhcp +... : unproper default route

2003-12-27 Thread Matt Foster
Quoting Jerome BENOIT ([EMAIL PROTECTED]): > Hello List, > > my laptop have both a wired and a wireless connections: > to manage them I plan to use ifplugd beside ifupdown + dhcp stuff. > > Of course the connection may be random, > so without proper configuration, the rout

wireless + wired + dhcp +... : unproper default route

2003-12-27 Thread Jerome BENOIT
Hello List, my laptop have both a wired and a wireless connections: to manage them I plan to use ifplugd beside ifupdown + dhcp stuff. Of course the connection may be random, so without proper configuration, the route table may be random, and certainly unproper: in particular the default route

wireless + wired + dhcp +... : unproper default route

2003-12-27 Thread Jerome BENOIT
Hello List, my laptop have both a wired and a wireless connections: to manage them I plan to use ifplugd beside ifupdown + dhcp stuff. Of course the connection may be random, so without proper configuration, the route table may be random, and certainly unproper: in particular the default route

Re: Configuring dhcp

2003-12-23 Thread Charles Muller
Albert Dengg wrote: > First: you do not need any driver from realtek, it is included in the > kernel sources > Second: From the config File of the bf2.4 floppies i gather that the > driver is compiled in the kernel, so you don't need the module > Third: if you want/need to use the drivers from th

Re: Configuring dhcp

2003-12-23 Thread Albert Dengg
On Tue, 23 Dec 2003 19:19:09 +0900 (JST) Charles Muller <[EMAIL PROTECTED]> wrote: > After spending a day trying to get my ADSL connection working on Woody > to no avail, I figured I'd download the Sarge CD's, and give a try. In > the process of HW detection, early in the installation, I got: > >

Re: Configuring dhcp

2003-12-23 Thread Charles Muller
Albert Dengg wrote: > First: you do not need any driver from realtek, it is included in the > kernel sources > Second: From the config File of the bf2.4 floppies i gather that the > driver is compiled in the kernel, so you don't need the module > Third: if you want/need to use the drivers from th

Re: Configuring dhcp

2003-12-23 Thread Albert Dengg
On Tue, 23 Dec 2003 19:19:09 +0900 (JST) Charles Muller <[EMAIL PROTECTED]> wrote: > After spending a day trying to get my ADSL connection working on Woody > to no avail, I figured I'd download the Sarge CD's, and give a try. In > the process of HW detection, early in the installation, I got: > >

Re: Configuring dhcp

2003-12-23 Thread Guillaume Duveau
Charles Muller wrote: After spending a day trying to get my ADSL connection working on Woody to no avail, I figured I'd download the Sarge CD's, and give a try. In the process of HW detection, early in the installation, I got: The rtl8139 module required for Realtek RTL-8139 is missing from

Configuring dhcp

2003-12-23 Thread Charles Muller
After spending a day trying to get my ADSL connection working on Woody to no avail, I figured I'd download the Sarge CD's, and give a try. In the process of HW detection, early in the installation, I got: The rtl8139 module required for Realtek RTL-8139 is missing from this installation di

Re: Configuring dhcp

2003-12-23 Thread Guillaume Duveau
Charles Muller wrote: After spending a day trying to get my ADSL connection working on Woody to no avail, I figured I'd download the Sarge CD's, and give a try. In the process of HW detection, early in the installation, I got: The rtl8139 module required for Realtek RTL-8139 is missing from

Configuring dhcp

2003-12-23 Thread Charles Muller
After spending a day trying to get my ADSL connection working on Woody to no avail, I figured I'd download the Sarge CD's, and give a try. In the process of HW detection, early in the installation, I got: The rtl8139 module required for Realtek RTL-8139 is missing from this installation di

Re: Dell Inspiron 5100 + DHCP

2003-09-14 Thread tvn
m as before, static ip works > > fine but nothing from dhcp. Perhaps I am missing something ? do > > you do anyt special setup other than changing the static to dhcp in > > /etc/networking/interface and apt-get install dhcpclient ? What > > about kernel options ? nee

Re: Dell Inspiron 5100 + DHCP

2003-09-14 Thread tvn
m as before, static ip works > > fine but nothing from dhcp. Perhaps I am missing something ? do > > you do anyt special setup other than changing the static to dhcp in > > /etc/networking/interface and apt-get install dhcpclient ? What > > about kernel options ? nee

Re: Dell Inspiron 5100 + DHCP

2003-09-14 Thread criggie
On Sun, 14 Sep 2003 02:45:10 -0400 "ThanhVu Nguyen" <[EMAIL PROTECTED]> wrote: > I tried using the bcm4400 , exact problem as before, static ip works > fine but nothing from dhcp. Perhaps I am missing something ? do you > do anyt special setup other than changing the

Re: Dell Inspiron 5100 + DHCP

2003-09-14 Thread criggie
On Sun, 14 Sep 2003 02:45:10 -0400 "ThanhVu Nguyen" <[EMAIL PROTECTED]> wrote: > I tried using the bcm4400 , exact problem as before, static ip works > fine but nothing from dhcp. Perhaps I am missing something ? do you > do anyt special setup other than changing the

Re: Dell Inspiron 5100 + DHCP

2003-09-14 Thread Slaven Peles
On September 14, 2003 02:45, ThanhVu Nguyen wrote: > I tried using the bcm4400 , exact problem as before, static ip works > fine but nothing from dhcp. Perhaps I am missing something ? do you > do anyt special setup other than changing the static to dhcp in > /etc/networking/inter

Re: Dell Inspiron 5100 + DHCP

2003-09-14 Thread Slaven Peles
On September 14, 2003 02:45, ThanhVu Nguyen wrote: > I tried using the bcm4400 , exact problem as before, static ip works > fine but nothing from dhcp. Perhaps I am missing something ? do you > do anyt special setup other than changing the static to dhcp in > /etc/networking/inter

Re: Dell Inspiron 5100 + DHCP

2003-09-14 Thread ThanhVu Nguyen
I tried using the bcm4400 , exact problem as before, static ip works fine but nothing from dhcp. Perhaps I am missing something ? do you do anyt special setup other than changing the static to dhcp in /etc/networking/interface and apt-get install dhcpclient ? What about kernel options ? need

Re: Dell Inspiron 5100 + DHCP

2003-09-14 Thread ThanhVu Nguyen
I tried using the bcm4400 , exact problem as before, static ip works fine but nothing from dhcp. Perhaps I am missing something ? do you do anyt special setup other than changing the static to dhcp in /etc/networking/interface and apt-get install dhcpclient ? What about kernel options ? need

Re: Dell Inspiron 5100 + DHCP

2003-09-12 Thread ThanhVu Nguyen
roadcom's nic in the i5100 works with DHCP ? > > It > > runs fine on static ip but it just timed out when requesting dhcp, > > it can't reach the router. And there's nothing wrong with my router > > running as a dhcp server because all my other machines, all

Re: Dell Inspiron 5100 + DHCP

2003-09-12 Thread ThanhVu Nguyen
roadcom's nic in the i5100 works with DHCP ? > > It > > runs fine on static ip but it just timed out when requesting dhcp, > > it can't reach the router. And there's nothing wrong with my router > > running as a dhcp server because all my other machines, all

Re: Dell Inspiron 5100 + DHCP

2003-09-12 Thread Slaven Peles
On September 12, 2003 02:50, Damien Solley wrote: > On Fri, 2003-09-12 at 14:56, ThanhVu Nguyen wrote: > > Can anyone gets the Broadcom's nic in the i5100 works with DHCP ? It > > runs fine on static ip but it just timed out when requesting dhcp, it > > can't reach

Re: Dell Inspiron 5100 + DHCP

2003-09-12 Thread Slaven Peles
On September 12, 2003 02:50, Damien Solley wrote: > On Fri, 2003-09-12 at 14:56, ThanhVu Nguyen wrote: > > Can anyone gets the Broadcom's nic in the i5100 works with DHCP ? It > > runs fine on static ip but it just timed out when requesting dhcp, it > > can't reach

Re: Dell Inspiron 5100 + DHCP

2003-09-12 Thread Damien Solley
On Fri, 2003-09-12 at 14:56, ThanhVu Nguyen wrote: > Can anyone gets the Broadcom's nic in the i5100 works with DHCP ? It > runs fine on static ip but it just timed out when requesting dhcp, it > can't reach the router. And there's nothing wrong with my router running &g

Dell Inspiron 5100 + DHCP

2003-09-12 Thread ThanhVu Nguyen
Can anyone gets the Broadcom's nic in the i5100 works with DHCP ? It runs fine on static ip but it just timed out when requesting dhcp, it can't reach the router. And there's nothing wrong with my router running as a dhcp server because all my other machines, all run Debian, can dh

Re: Dell Inspiron 5100 + DHCP

2003-09-11 Thread Damien Solley
On Fri, 2003-09-12 at 14:56, ThanhVu Nguyen wrote: > Can anyone gets the Broadcom's nic in the i5100 works with DHCP ? It > runs fine on static ip but it just timed out when requesting dhcp, it > can't reach the router. And there's nothing wrong with my router running &g

Dell Inspiron 5100 + DHCP

2003-09-11 Thread ThanhVu Nguyen
Can anyone gets the Broadcom's nic in the i5100 works with DHCP ? It runs fine on static ip but it just timed out when requesting dhcp, it can't reach the router. And there's nothing wrong with my router running as a dhcp server because all my other machines, all run Debian, can dh

Re: eepro100 and dhcp on new kernel

2003-05-29 Thread Stephen A. Witt
On Tue, 27 May 2003, Harry Barnes wrote: > > I figured out that I had to enable those options in the kernel. > > How do I to tell dpkg to uninstall the kernel it installed ? > > I don't want to have two many of those hanging around > Well, you compile the new kernel using kernel-package, which cr

Re: eepro100 and dhcp on new kernel

2003-05-28 Thread Stephen A. Witt
On Tue, 27 May 2003, Harry Barnes wrote: > > I figured out that I had to enable those options in the kernel. > > How do I to tell dpkg to uninstall the kernel it installed ? > > I don't want to have two many of those hanging around > Well, you compile the new kernel using kernel-package, which cr

Re: eepro100 and dhcp on new kernel

2003-05-27 Thread Harry Barnes
I figured out that I had to enable those options in the kernel. How do I to tell dpkg to uninstall the kernel it installed ? I don't want to have two many of those hanging around >From: Kevin McKinley <[EMAIL PROTECTED]> >To: debian-laptop@lists.debian.org >Subject: Re: eepr

Re: eepro100 and dhcp on new kernel

2003-05-27 Thread Kevin McKinley
h the new kernel. The kernel sees it > alright and starts it up but the card fails to get an IP from the dhcp > server. I use netenv and i am not sure if it has anything to do with it. > dhclient -e does not show an error and ifconfig shows the eth0 zero > interface without an IP. You&

Re: eepro100 and dhcp on new kernel

2003-05-27 Thread Harry Barnes
I figured out that I had to enable those options in the kernel. How do I to tell dpkg to uninstall the kernel it installed ? I don't want to have two many of those hanging around >From: Kevin McKinley <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: eepro100 an

Re: eepro100 and dhcp on new kernel

2003-05-27 Thread Kevin McKinley
h the new kernel. The kernel sees it > alright and starts it up but the card fails to get an IP from the dhcp > server. I use netenv and i am not sure if it has anything to do with it. > dhclient -e does not show an error and ifconfig shows the eth0 zero > interface without an IP. You&

eepro100 and dhcp on new kernel

2003-05-27 Thread Harry Barnes
Hi, I just did my first ever kernel compile in trying to get sound to work on my laptop. I have an ethernet card which works with the eepro100 driver . This same card does not work with the new kernel. The kernel sees it alright and starts it up but the card fails to get an IP from the dhcp server

eepro100 and dhcp on new kernel

2003-05-27 Thread Harry Barnes
Hi, I just did my first ever kernel compile in trying to get sound to work on my laptop. I have an ethernet card which works with the eepro100 driver . This same card does not work with the new kernel. The kernel sees it alright and starts it up but the card fails to get an IP from the dhcp server

Re: DHCP client from ISC blocks Konqueror

2003-04-29 Thread jochen issing
G-FX802 and > noticed that after running at home dhclient (ISC DHCP client) if I start > Konqueror (using kde 3.1.1) it refuses to run and returns an error: > cannot connect to localhost > Note that I do not have a dhcp server at home and hence dhclient enters > "sleepin

DHCP client from ISC blocks Konqueror

2003-04-29 Thread Mauro Darida
hello all, I have installed the dhcp3-client package on my Sony Vaio PCG-FX802 and noticed that after running at home dhclient (ISC DHCP client) if I start Konqueror (using kde 3.1.1) it refuses to run and returns an error: cannot connect to localhost Note that I do not have a dhcp server at

Re: Switching from static IP to DHCP

2003-03-25 Thread Sam Clegg
teway 10.0.0.10 iface eth0 inet dhcp === sam -- sam clegg :: [EMAIL PROTECTED] :: http://superduper.net/ :: PGP : D91EE369 $superduper: .signature,v 1.11 2003/03/24 15:30:23 sam Exp $ -- The cost of the first 25 Tomahawk Missiles launched in the first hour of the first day in the war wit

Re: Switching from static IP to DHCP

2003-03-25 Thread Sam Clegg
teway 10.0.0.10 iface eth0 inet dhcp === sam -- sam clegg :: [EMAIL PROTECTED] :: http://superduper.net/ :: PGP : D91EE369 $superduper: .signature,v 1.11 2003/03/24 15:30:23 sam Exp $ -- The cost of the first 25 Tomahawk Missiles launched in the first hour of the first day in the war wit

Re: Switching from static IP to DHCP

2003-03-20 Thread Roberto Sanchez
I've been wrestling with the same problem. It would work on static addresses, but if I tried the dhcp entry in /etc/network/interfaces eth0 would come up, but without an ipaddress. I finally looked at /var/log/syslog and it said to make sure that CONFIG_PACKET and CONFIG_FILTER are defin

Re: Switching from static IP to DHCP

2003-03-20 Thread Larry Colen
I've been wrestling with the same problem. It would work on static addresses, but if I tried the dhcp entry in /etc/network/interfaces eth0 would come up, but without an ipaddress. I finally looked at /var/log/syslog and it said to make sure that CONFIG_PACKET and CONFIG_FILTER are defin

Re: Switching from static IP to DHCP

2003-03-20 Thread Roberto Sanchez
I've been wrestling with the same problem. It would work on static addresses, but if I tried the dhcp entry in /etc/network/interfaces eth0 would come up, but without an ipaddress. I finally looked at /var/log/syslog and it said to make sure that CONFIG_PACKET and CONFIG_FILTER are defined i

Re: Switching from static IP to DHCP

2003-03-20 Thread Larry Colen
I've been wrestling with the same problem. It would work on static addresses, but if I tried the dhcp entry in /etc/network/interfaces eth0 would come up, but without an ipaddress. I finally looked at /var/log/syslog and it said to make sure that CONFIG_PACKET and CONFIG_FILTER are defin

Re: Switching from static IP to DHCP

2003-03-17 Thread Floris Kruisselbrink
On Mon, Mar 17, 2003 at 12:14:26PM +, James Tappin wrote: > Hi. > I'm trying to change a laptop that is currently using static IP to use > DHCP instead. Which package do I need to reconfigure to do this. > (netbase and netenv don't seem to have the options to do tha

RE: Switching from static IP to DHCP

2003-03-17 Thread Marcus Will
003 14:27 > To: James Tappin > Cc: debian-laptop@lists.debian.org > Subject: Re: Switching from static IP to DHCP > > > > Hi. > > I'm trying to change a laptop that is currently using static IP > > to use DHCP instead. Which package do I need to reconfigu

Re: Switching from static IP to DHCP

2003-03-17 Thread Arne Koewing
James Tappin <[EMAIL PROTECTED]> writes: > Hi. > I'm trying to change a laptop that is currently using static IP to use > DHCP instead. Which package do I need to reconfigure to do this. > (netbase and netenv don't seem to have the options to do that). > >

RE: Switching from static IP to DHCP

2003-03-17 Thread DEFFONTAINES Vincent
> Hi. > I'm trying to change a laptop that is currently using > static IP to use > DHCP instead. Which package do I need to reconfigure to do this. > (netbase and netenv don't seem to have the options to do that). > I believe it depends on your NIC. If it is P

Re: Switching from static IP to DHCP

2003-03-17 Thread Floris Kruisselbrink
On Mon, Mar 17, 2003 at 12:14:26PM +, James Tappin wrote: > Hi. > I'm trying to change a laptop that is currently using static IP to use > DHCP instead. Which package do I need to reconfigure to do this. > (netbase and netenv don't seem to have the options to do tha

Re: Switching from static IP to DHCP

2003-03-17 Thread Mattia Dongili
> Hi. > I'm trying to change a laptop that is currently using static IP > to use DHCP instead. Which package do I need to reconfigure to > do this.(netbase and netenv don't seem to have the options to do > that). man interfaces and edit /etc/network/interfaces -- mattia

Re: Switching from static IP to DHCP

2003-03-17 Thread Emmanuel Viennet
I'm a recent Debian user, so I can't tell which package you must reconfigure. But you can just edit /etc/network/interfaces and change info for eth0: auto eth0 iface eth0 inet dhcp (of course, a dhcp client package must be installed) Emmanuel

RE: Switching from static IP to DHCP

2003-03-17 Thread Marcus Will
003 14:27 > To: James Tappin > Cc: [EMAIL PROTECTED] > Subject: Re: Switching from static IP to DHCP > > > > Hi. > > I'm trying to change a laptop that is currently using static IP > > to use DHCP instead. Which package do I need to reconfigure to > &

Switching from static IP to DHCP

2003-03-17 Thread James Tappin
Hi. I'm trying to change a laptop that is currently using static IP to use DHCP instead. Which package do I need to reconfigure to do this. (netbase and netenv don't seem to have the options to do that). TIA

Re: Switching from static IP to DHCP

2003-03-17 Thread Arne Koewing
James Tappin <[EMAIL PROTECTED]> writes: > Hi. > I'm trying to change a laptop that is currently using static IP to use > DHCP instead. Which package do I need to reconfigure to do this. > (netbase and netenv don't seem to have the options to do that). > >

RE: Switching from static IP to DHCP

2003-03-17 Thread DEFFONTAINES Vincent
> Hi. > I'm trying to change a laptop that is currently using > static IP to use > DHCP instead. Which package do I need to reconfigure to do this. > (netbase and netenv don't seem to have the options to do that). > I believe it depends on your NIC. If it is P

Re: Switching from static IP to DHCP

2003-03-17 Thread Mattia Dongili
> Hi. > I'm trying to change a laptop that is currently using static IP > to use DHCP instead. Which package do I need to reconfigure to > do this.(netbase and netenv don't seem to have the options to do > that). man interfaces and edit /etc/netw

Re: Switching from static IP to DHCP

2003-03-17 Thread Emmanuel Viennet
I'm a recent Debian user, so I can't tell which package you must reconfigure. But you can just edit /etc/network/interfaces and change info for eth0: auto eth0 iface eth0 inet dhcp (of course, a dhcp client package must be installed) Emmanuel -- To UNSUBSCRIBE, email to [EMAIL

Switching from static IP to DHCP

2003-03-17 Thread James Tappin
Hi. I'm trying to change a laptop that is currently using static IP to use DHCP instead. Which package do I need to reconfigure to do this. (netbase and netenv don't seem to have the options to do that). TIA

Can't get DHCP working

2003-01-27 Thread Tom Freedman
note: this IS the DI-701) DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPNAK from 192.168.1.254 DHCPNAK with no active lease ...then it repeats the request and the NAK. I found the RFC for DHCP, and a diagram of the process (http://www.freesoft.org/CIE/RFC/2131/29.htm), which indicates that t

  1   2   3   >