Re: Two fixed network cards

2003-09-04 Thread ThanhVu Nguyen
I have a slightly different situation,  at home my machine has a fixed
static address in my local network.  But at school it uses dhcp.  Both
places use wired ethernet so I only deal with 1 eth0 here.  So is there
a way / or tool that can help me do this task  

Ask where am I :   if (home)  {set eth0 to use this static config} if
(school) {set eth0 to use dhcp}  


what I am having now is 2 /etc/network/interface file, one for home ,
one for school and I have to change them according to where am I.  An
automated task would be good.  

Thanks  





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 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



Re: Dell Inspiron 5100 + DHCP

2003-09-12 Thread ThanhVu Nguyen
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

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 anything turn on / off ? 



Re: Two fixed network cards

2003-09-04 Thread ThanhVu Nguyen
I have a slightly different situation,  at home my machine has a fixed
static address in my local network.  But at school it uses dhcp.  Both
places use wired ethernet so I only deal with 1 eth0 here.  So is there
a way / or tool that can help me do this task  

Ask where am I :   if (home)  {set eth0 to use this static config} if
(school) {set eth0 to use dhcp}  


what I am having now is 2 /etc/network/interface file, one for home ,
one for school and I have to change them according to where am I.  An
automated task would be good.  

Thanks  




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



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 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


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



Re: Dell Inspiron 5100 + DHCP

2003-09-12 Thread ThanhVu Nguyen
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

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 anything turn on / off ? 


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



Creating a linux cd bootdisk

2003-10-22 Thread ThanhVu Nguyen
Hi, Normally before I just use the dd if=kernel of=/floppy bs=1k   to
create a boot floppy.
now I have a laptop which has no floppy or cdrw, it does have a cdrom
and can boot from cdrom however.  So is there a way I can copy the
kernel image to another computer with cdrw and create a cd bootdisk for
the laptop from the other computer ?  If so, how ?  



I use Debian, can I just use the Debian default's CD's to boot ?  I
never tried to
boot using that way. 


TIA


tvn


---

ThanhVu H. Nguyen
Email: [EMAIL PROTECTED]
Webpage: http://www.personal.psu.edu/txn131/



Don't patch bad code - rewrite it.
- The Elements of Programming Style (Kernighan & Plaugher)


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



Creating a linux cd bootdisk

2003-10-22 Thread ThanhVu Nguyen
Hi, Normally before I just use the dd if=kernel of=/floppy bs=1k   to
create a boot floppy.
now I have a laptop which has no floppy or cdrw, it does have a cdrom
and can boot from cdrom however.  So is there a way I can copy the
kernel image to another computer with cdrw and create a cd bootdisk for
the laptop from the other computer ?  If so, how ?  



I use Debian, can I just use the Debian default's CD's to boot ?  I
never tried to
boot using that way. 


TIA


tvn


---

ThanhVu H. Nguyen
Email: [EMAIL PROTECTED]
Webpage: http://www.personal.psu.edu/txn131/



Don't patch bad code - rewrite it.
- The Elements of Programming Style (Kernighan & Plaugher)