Re: Network's freezing

2006-05-12 Thread Fourat Zouari
On 5/12/06, Fourat Zouari <[EMAIL PROTECTED]> wrote: On 5/12/06, Fourat Zouari < [EMAIL PROTECTED]> wrote: On 5/11/06, Matt Zagrabelny < [EMAIL PROTECTED]> wrote: > I have 2 network adapters, eth and wifi.> How to know wich hardware is used as eth0 and ath0 (wifi)> Why is it saying 'Unknown device

Re: Network's freezing

2006-05-12 Thread Fourat Zouari
On 5/12/06, Fourat Zouari <[EMAIL PROTECTED]> wrote: On 5/11/06, Matt Zagrabelny < [EMAIL PROTECTED]> wrote: > I have 2 network adapters, eth and wifi.> How to know wich hardware is used as eth0 and ath0 (wifi)> Why is it saying 'Unknown device' ? lan and wifi are working fine.$ dmesg | grep eth0

Re: Network's freezing

2006-05-12 Thread Fourat Zouari
On 5/11/06, Matt Zagrabelny <[EMAIL PROTECTED]> wrote: > I have 2 network adapters, eth and wifi.> How to know wich hardware is used as eth0 and ath0 (wifi)> Why is it saying 'Unknown device' ? lan and wifi are working fine.$ dmesg | grep eth0 $ dmesg | grep ath0will tell you which drivers (modules

Re: Network's freezing

2006-05-12 Thread Fourat Zouari
On 5/11/06, Matt Zagrabelny <[EMAIL PROTECTED]> wrote: On Thu, 2006-05-11 at 18:26 +0300, Fourat Zouari wrote:> Am having network problems on my laptop, the computer freezes when> downloading or uploading a big file (over 500Mb) via scp or ftp> to/form other computers in the network, other symptoms

Re: Network's freezing

2006-05-11 Thread Matt Zagrabelny
> I have 2 network adapters, eth and wifi. > How to know wich hardware is used as eth0 and ath0 (wifi) > Why is it saying 'Unknown device' ? lan and wifi are working fine. $ dmesg | grep eth0 $ dmesg | grep ath0 will tell you which drivers (modules) are driving which interfaces. the 'grep' will

Re: Network's freezing

2006-05-11 Thread Matt Zagrabelny
On Thu, 2006-05-11 at 18:26 +0300, Fourat Zouari wrote: > Am having network problems on my laptop, the computer freezes when > downloading or uploading a big file (over 500Mb) via scp or ftp > to/form other computers in the network, other symptoms is that it > freezes when executing tcpdump at shel