Re: Dell Inspiron 5100 + DHCP
ThanhVu, I am having the same trouble, regardless wether I use the bcm44 built in module in 2.4.22 or the bcm4400 module. I think it has something to do with the version of dhcp3-client. I have some local deb files (client and common) containing V3.0.1rc9 that i know that work. Having those 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 coil dhclient: All rights reserved. Dec 28 00:18:58 coil dhclient: For info, please visit http://www.isc.org/products/DHCP Dec 28 00:18:58 coil dhclient: Dec 28 00:18:59 coil dhclient: Listening on LPF/eth0/00:0b:db:97:16:05 Dec 28 00:18:59 coil dhclient: Sending on LPF/eth0/00:0b:db:97:16:05 Dec 28 00:18:59 coil dhclient: Sending on Socket/fallback Dec 28 00:19:01 coil dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Dec 28 00:19:02 coil kernel: bcm4400: eth0 NIC Link is Up, 100 Mbps full duplex Dec 28 00:19:06 coil dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Dec 28 00:19:06 coil dhclient: DHCPACK from 10.0.0.138 Dec 28 00:19:06 coil dhclient: bound to 10.0.0.150 -- renewal in 3290 seconds. --end log-- If however I install dhcp3-client though apt-get install dhcp3-client dhcl3-common, I get V3.0.1rc11. Which results in messages that my network is down on ifup eth0. See log exerpt below. --start log-- Dec 28 00:10:02 coil dhclient: Internet Software Consortium DHCP Client V3.0.1rc11 Dec 28 00:10:02 coil dhclient: Copyright 1995-2002 Internet Software Consortium. Dec 28 00:10:02 coil dhclient: All rights reserved. Dec 28 00:10:02 coil dhclient: For info, please visit http://www.isc.org/products/DHCP Dec 28 00:10:02 coil dhclient: Dec 28 00:10:02 coil dhclient: Listening on LPF/eth0/00:0b:db:97:16:05 Dec 28 00:10:02 coil dhclient: Sending on LPF/eth0/00:0b:db:97:16:05 Dec 28 00:10:02 coil dhclient: Sending on Socket/fallback Dec 28 00:10:02 coil dhclient: receive_packet failed on eth0: Network is down Dec 28 00:10:06 coil dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Dec 28 00:10:06 coil dhclient: send_packet: Network is down --end log-- -- Rob Westgeest
Re: Dell Inspiron 5100 + DHCP
ThanhVu, I am having the same trouble, regardless wether I use the bcm44 built in module in 2.4.22 or the bcm4400 module. I think it has something to do with the version of dhcp3-client. I have some local deb files (client and common) containing V3.0.1rc9 that i know that work. Having those 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 coil dhclient: All rights reserved. Dec 28 00:18:58 coil dhclient: For info, please visit http://www.isc.org/products/DHCP Dec 28 00:18:58 coil dhclient: Dec 28 00:18:59 coil dhclient: Listening on LPF/eth0/00:0b:db:97:16:05 Dec 28 00:18:59 coil dhclient: Sending on LPF/eth0/00:0b:db:97:16:05 Dec 28 00:18:59 coil dhclient: Sending on Socket/fallback Dec 28 00:19:01 coil dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Dec 28 00:19:02 coil kernel: bcm4400: eth0 NIC Link is Up, 100 Mbps full duplex Dec 28 00:19:06 coil dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Dec 28 00:19:06 coil dhclient: DHCPACK from 10.0.0.138 Dec 28 00:19:06 coil dhclient: bound to 10.0.0.150 -- renewal in 3290 seconds. --end log-- If however I install dhcp3-client though apt-get install dhcp3-client dhcl3-common, I get V3.0.1rc11. Which results in messages that my network is down on ifup eth0. See log exerpt below. --start log-- Dec 28 00:10:02 coil dhclient: Internet Software Consortium DHCP Client V3.0.1rc11 Dec 28 00:10:02 coil dhclient: Copyright 1995-2002 Internet Software Consortium. Dec 28 00:10:02 coil dhclient: All rights reserved. Dec 28 00:10:02 coil dhclient: For info, please visit http://www.isc.org/products/DHCP Dec 28 00:10:02 coil dhclient: Dec 28 00:10:02 coil dhclient: Listening on LPF/eth0/00:0b:db:97:16:05 Dec 28 00:10:02 coil dhclient: Sending on LPF/eth0/00:0b:db:97:16:05 Dec 28 00:10:02 coil dhclient: Sending on Socket/fallback Dec 28 00:10:02 coil dhclient: receive_packet failed on eth0: Network is down Dec 28 00:10:06 coil dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Dec 28 00:10:06 coil dhclient: send_packet: Network is down --end log-- -- Rob Westgeest -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 5100 + DHCP
Yes, already have both of these compiled in the kernel. On Mon, 15 Sep 2003 07:38:07 +1200 criggie <[EMAIL PROTECTED]> wrote: > 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 static to dhcp in > > /etc/networking/interface and apt-get install dhcpclient ? What > > about kernel options ? need anything turn on / off ? > > > I assume you've compiled CONFIG_PACKET and CONFIG_FILTER into the > kernel... dhclient complains if they're not available. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- ThanhVu Nguyen
Re: Dell Inspiron 5100 + DHCP
Yes, already have both of these compiled in the kernel. On Mon, 15 Sep 2003 07:38:07 +1200 criggie <[EMAIL PROTECTED]> wrote: > 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 static to dhcp in > > /etc/networking/interface and apt-get install dhcpclient ? What > > about kernel options ? need anything turn on / off ? > > > I assume you've compiled CONFIG_PACKET and CONFIG_FILTER into the > kernel... dhclient complains if they're not available. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- ThanhVu Nguyen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 5100 + DHCP
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 static to dhcp in > /etc/networking/interface and apt-get install dhcpclient ? What > about kernel options ? need anything turn on / off ? I assume you've compiled CONFIG_PACKET and CONFIG_FILTER into the kernel... dhclient complains if they're not available.
Re: Dell Inspiron 5100 + DHCP
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 static to dhcp in > /etc/networking/interface and apt-get install dhcpclient ? What > about kernel options ? need anything turn on / off ? I assume you've compiled CONFIG_PACKET and CONFIG_FILTER into the kernel... dhclient complains if they're not available. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 5100 + DHCP
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/interface and apt-get install dhcpclient ? What about > kernel options ? need anything turn on / off ? Try typing dhclient as a root. Also, you can instal etherconf. During configuration choose option dhcp. Everything should work fine. If you already have etherconf installed try dpkg-reconfigure etherconf. This will however erase any previous configuration for eth0 you had before. I don't know how to configure multiple network connections for a single card :-(. If you figure it out please let me know. Slaven
Re: Dell Inspiron 5100 + DHCP
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/interface and apt-get install dhcpclient ? What about > kernel options ? need anything turn on / off ? Try typing dhclient as a root. Also, you can instal etherconf. During configuration choose option dhcp. Everything should work fine. If you already have etherconf installed try dpkg-reconfigure etherconf. This will however erase any previous configuration for eth0 you had before. I don't know how to configure multiple network connections for a single card :-(. If you figure it out please let me know. Slaven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 5100 + DHCP
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 anything turn on / off ?
Re: Dell Inspiron 5100 + DHCP
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 anything turn on / off ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 5100 + DHCP
I am using the b44 (experimental) driver in kernel 2.4.22 , I think I'll try the bcm4400 and see if it helps. Thanks, On 12 Sep 2003 16:50:46 +1000 Damien Solley <[EMAIL PROTECTED]> 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 the router. And there's nothing wrong with my router > > running as a dhcp server because all my other machines, all run > > Debian, can dhcp request fine. > > > > > > So if anyone could get this nic works w/ dhcp then there's something > > wrong w/ my linux setting on this particular machine, otherwise, > > that means I have to go buy a pcmcia ethernet card. > > > > > > > > TIA, > > > > > > ThanhVu Nguyen > > I think we have the same Broadcom ethernet in the Inspiron 1100, a > BCM4400 chip. There are two drivers available for the card, the stable > ones from Broadcom (module bcm4400) and the kernel one (module b44 - > still under development). I was using the in kernel one for a while, > but couldn't get it to work when disconnecting-reconnecting to > ethernet with DHCP. The driver would not be able to retrieve an IP > address after a disconnect-reconnect. > I have since moved back to the official Broadcom driver, which works > flawlessly. > What kernel are you using and are you using the in-kernel driver? > Damien > -- > > > ~~ > Using Linux on the Inspiron 1100: > http://geocities.com/randomnumbergenerator2001/ > *regularly updated* > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- ThanhVu Nguyen
Re: Dell Inspiron 5100 + DHCP
I am using the b44 (experimental) driver in kernel 2.4.22 , I think I'll try the bcm4400 and see if it helps. Thanks, On 12 Sep 2003 16:50:46 +1000 Damien Solley <[EMAIL PROTECTED]> 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 the router. And there's nothing wrong with my router > > running as a dhcp server because all my other machines, all run > > Debian, can dhcp request fine. > > > > > > So if anyone could get this nic works w/ dhcp then there's something > > wrong w/ my linux setting on this particular machine, otherwise, > > that means I have to go buy a pcmcia ethernet card. > > > > > > > > TIA, > > > > > > ThanhVu Nguyen > > I think we have the same Broadcom ethernet in the Inspiron 1100, a > BCM4400 chip. There are two drivers available for the card, the stable > ones from Broadcom (module bcm4400) and the kernel one (module b44 - > still under development). I was using the in kernel one for a while, > but couldn't get it to work when disconnecting-reconnecting to > ethernet with DHCP. The driver would not be able to retrieve an IP > address after a disconnect-reconnect. > I have since moved back to the official Broadcom driver, which works > flawlessly. > What kernel are you using and are you using the in-kernel driver? > Damien > -- > > > ~~ > Using Linux on the Inspiron 1100: > http://geocities.com/randomnumbergenerator2001/ > *regularly updated* > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- ThanhVu Nguyen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 5100 + DHCP
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 the router. And there's nothing wrong with my router running > > as a dhcp server because all my other machines, all run Debian, can dhcp > > request fine. > > > > > > So if anyone could get this nic works w/ dhcp then there's something > > wrong w/ my linux setting on this particular machine, otherwise, that > > means I have to go buy a pcmcia ethernet card. > > > > > > > > TIA, > > > > > > ThanhVu Nguyen > > I think we have the same Broadcom ethernet in the Inspiron 1100, a > BCM4400 chip. There are two drivers available for the card, the stable > ones from Broadcom (module bcm4400) and the kernel one (module b44 - > still under development). I was using the in kernel one for a while, but > couldn't get it to work when disconnecting-reconnecting to ethernet with > DHCP. The driver would not be able to retrieve an IP address after a > disconnect-reconnect. > I have since moved back to the official Broadcom driver, which works > flawlessly. > What kernel are you using and are you using the in-kernel driver? > Damien > -- > Same here. Broadcom card works perfectly, DHCP or not, with bcm4400 driver. Source code for this is a part of Debian distribution and you can compile it easily against kernel headers. I tried b44 driver, but for me it wouldn't work at all. Slaven
Re: Dell Inspiron 5100 + DHCP
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 the router. And there's nothing wrong with my router running > > as a dhcp server because all my other machines, all run Debian, can dhcp > > request fine. > > > > > > So if anyone could get this nic works w/ dhcp then there's something > > wrong w/ my linux setting on this particular machine, otherwise, that > > means I have to go buy a pcmcia ethernet card. > > > > > > > > TIA, > > > > > > ThanhVu Nguyen > > I think we have the same Broadcom ethernet in the Inspiron 1100, a > BCM4400 chip. There are two drivers available for the card, the stable > ones from Broadcom (module bcm4400) and the kernel one (module b44 - > still under development). I was using the in kernel one for a while, but > couldn't get it to work when disconnecting-reconnecting to ethernet with > DHCP. The driver would not be able to retrieve an IP address after a > disconnect-reconnect. > I have since moved back to the official Broadcom driver, which works > flawlessly. > What kernel are you using and are you using the in-kernel driver? > Damien > -- > Same here. Broadcom card works perfectly, DHCP or not, with bcm4400 driver. Source code for this is a part of Debian distribution and you can compile it easily against kernel headers. I tried b44 driver, but for me it wouldn't work at all. Slaven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 5100 + DHCP
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 > as a dhcp server because all my other machines, all run Debian, can dhcp > request fine. > > > So if anyone could get this nic works w/ dhcp then there's something > wrong w/ my linux setting on this particular machine, otherwise, that > means I have to go buy a pcmcia ethernet card. > > > > TIA, > > > ThanhVu Nguyen I think we have the same Broadcom ethernet in the Inspiron 1100, a BCM4400 chip. There are two drivers available for the card, the stable ones from Broadcom (module bcm4400) and the kernel one (module b44 - still under development). I was using the in kernel one for a while, but couldn't get it to work when disconnecting-reconnecting to ethernet with DHCP. The driver would not be able to retrieve an IP address after a disconnect-reconnect. I have since moved back to the official Broadcom driver, which works flawlessly. What kernel are you using and are you using the in-kernel driver? Damien -- ~~ Using Linux on the Inspiron 1100: http://geocities.com/randomnumbergenerator2001/ *regularly updated*
Re: Dell Inspiron 5100 + DHCP
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 > as a dhcp server because all my other machines, all run Debian, can dhcp > request fine. > > > So if anyone could get this nic works w/ dhcp then there's something > wrong w/ my linux setting on this particular machine, otherwise, that > means I have to go buy a pcmcia ethernet card. > > > > TIA, > > > ThanhVu Nguyen I think we have the same Broadcom ethernet in the Inspiron 1100, a BCM4400 chip. There are two drivers available for the card, the stable ones from Broadcom (module bcm4400) and the kernel one (module b44 - still under development). I was using the in kernel one for a while, but couldn't get it to work when disconnecting-reconnecting to ethernet with DHCP. The driver would not be able to retrieve an IP address after a disconnect-reconnect. I have since moved back to the official Broadcom driver, which works flawlessly. What kernel are you using and are you using the in-kernel driver? Damien -- ~~ Using Linux on the Inspiron 1100: http://geocities.com/randomnumbergenerator2001/ *regularly updated* -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

