Also, once the router is plugged in and all the lights except LAN are on, post the output of `ifconfig` and `route -n`
Also, did you try adding the Network Monitor applets on your gnome panel like I had mentioned in my last email?
-- Siddhesh Poyarekar
i'm using the default kernel installed by Ubuntu..... i even connect a transcend mp3 player to the pc via usb...... Is the hal is installed by default???? i'll try the commands n let u know... i did add the network monitor applets as u told me.....
On 25 Jul 2007 19:11:59 -0000, Joel Solomon joel_joel72004@rediffmail.com wrote:
i'm using the default kernel installed by Ubuntu..... i even connect a transcend mp3 player to the pc via usb...... Is the hal is installed by default???? i'll try the commands n let u know... i did add the network monitor applets as u told me.....
Which applet changed when you plugged in your router? And yes, hal is installed by default.
Joel Solomon wrote:
Also, once the router is plugged in and all the lights except LAN are on, post the output of `ifconfig` and `route -n`
Also, did you try adding the Network Monitor applets on your gnome panel like I had mentioned in my last email?
-- Siddhesh Poyarekar
i'm using the default kernel installed by Ubuntu..... i even connect a transcend mp3 player to the pc via usb...... Is the hal is installed by default???? i'll try the commands n let u know... i did add the network monitor applets as u told me.....
Sorry for asking again, but run this command 'sudo tail -f /var/log/messages' and now connect your usb plug into the pc. What device does it detect and what alias does it use eg eth0 etc. If it gets a device name like eth0 etc. then edit your /etc/network/interfaces and add the following lines to it. Replace eth0 with your device alias.
auto eth0 iface eth0 inet dhcp
or
auto eth0 iface eth0 inet static address 192.168.1.5 netmask 255.255.255.0 gateway 192.168.1.1 (some white rectangle modems use 192.168.1.2 as the usb gateway)
Then edit your /etc/resolv.conf to use the following lines. nameserver 203.94.227.70 nameserver 203.94.243.70
Then do 'sudo /etc/inet.d/networking restart'.
Hope it works for you.