Live CD internet connection issue
Hi,
Though I am new to Ubuntu, but frankly speaking have liked it to a great extent and that's why thinking of even learning it. But in my friend's system, when he was having Vista, it got corrupted, the system is not getting booted! Now, when I used Ubuntu LTS 10.04 CD (Live Mode), everything was okay except that Internet was not getting connected. Please let me know how do I accomplish this? I understand that Ubuntu auto detects the settings (like it did in my PC and auto detected the broadband Internet connection), it is not going so there. In Auto eth0 everything is correct like I did for my PC but there its not working. Any help would highly be appreciated. Please let me know regarding this. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Live CD internet connection issue
On 09/27/2011 01:56 PM, PM wrote:
> Hi, > > Though I am new to Ubuntu, but frankly speaking have liked it to a great > extent and that's why thinking of even learning it. But in my friend's > system, when he was having Vista, it got corrupted, the system is not > getting booted! Now, when I used Ubuntu LTS 10.04 CD (Live Mode), everything > was okay except that Internet was not getting connected. Please let me know > how do I accomplish this? I understand that Ubuntu auto detects the settings > (like it did in my PC and auto detected the broadband Internet connection), > it is not going so there. In Auto eth0 everything is correct like I did for > my PC but there its not working. ... Is the PC using wireless or a wired connection? -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Live CD internet connection issue
Only wired connection.
On Wed, Sep 28, 2011 at 4:58 AM, NoOp <glgxg@sbcglobal.net> wrote: On 09/27/2011 01:56 PM, PM wrote: > Hi, > > Though I am new to Ubuntu, but frankly speaking have liked it to a great > extent and that's why thinking of even learning it. But in my friend's > system, when he was having Vista, it got corrupted, the system is not > getting booted! Now, when I used Ubuntu LTS 10.04 CD (Live Mode), everything > was okay except that Internet was not getting connected. Please let me know > how do I accomplish this? I understand that Ubuntu auto detects the settings > (like it did in my PC and auto detected the broadband Internet connection), > it is not going so there. In Auto eth0 everything is correct like I did for > my PC but there its not working. ... Is the PC using wireless or a wired connection? -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Live CD internet connection issue
On Wed, Sep 28, 2011 at 7:29 AM, PM <ubuntu.bkn@gmail.com> wrote:
Only wired connection. OK - let's see what it currently has configured. Post the output of 'ifconfig -a' -- Steve When one person suffers from a delusion it is insanity. When many people suffer from a delusion it is called religion. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Live CD internet connection issue
OK - let's see what it currently has configured. Post the output of 'ifconfig -a'
Here is the output: ubuntu@ubuntu:~$ ifconfig -a eth0***** Link encap:Ethernet* HWaddr 6c:f0:49:2b:b9:53* ********* UP BROADCAST MULTICAST* MTU:1500* Metric:1 ********* RX packets:0 errors:0 dropped:0 overruns:0 frame:0 ********* TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 ********* collisions:0 txqueuelen:1000 ********* RX bytes:0 (0.0 B)* TX bytes:0 (0.0 B) ********* Interrupt:26 lo******* Link encap:Local Loopback* ********* inet addr:127.0.0.1* Mask:255.0.0.0 ********* inet6 addr: ::1/128 Scope:Host ********* UP LOOPBACK RUNNING* MTU:16436* Metric:1 ********* RX packets:24 errors:0 dropped:0 overruns:0 frame:0 ********* TX packets:24 errors:0 dropped:0 overruns:0 carrier:0 ********* collisions:0 txqueuelen:0 ********* RX bytes:1776 (1.7 KB)* TX bytes:1776 (1.7 KB) But the main concern is that when I was trying Ubuntu 10.04 LTS in my system, I just entered the email addess (192.168.1.11) with DNS server, netamask and gateway only from the icon in the system tray and it started working but now its not working! amaing! -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Live CD internet connection issue
On Wed, Sep 28, 2011 at 2:05 PM, PM <ubuntu.bkn@gmail.com> wrote:
OK - let's see what it currently has configured. Post the output of 'ifconfig -a' Here is the output: ubuntu@ubuntu:~$ ifconfig -a eth0***** Link encap:Ethernet* HWaddr 6c:f0:49:2b:b9:53* ********* UP BROADCAST MULTICAST* MTU:1500* Metric:1 ********* RX packets:0 errors:0 dropped:0 overruns:0 frame:0 ********* TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 ********* collisions:0 txqueuelen:1000 ********* RX bytes:0 (0.0 B)* TX bytes:0 (0.0 B) ********* Interrupt:26 This shows that the eth0 interface has no ip address associated with it, nor does it have a default gateway. It hasn't actually been configured. If you want to configure this interface manually, then enter the following in /etc/network/interfaces (feel free to adjust the IP addresses to suit your network set-up - you mention that you use 192.168.1.11 as the gateway, so I've used the same value). auto eth0 iface eth0 inet static address 192.168.1.50 netmask 255.255.255.0 network 192.168.1.11 broadcast 192.168.1.255 gateway 192.168.1.11 *Alternatively, you may prefer to configure this interface up to use DHCP and have the router hand out ip addresses - your choice. -- Steve When one person suffers from a delusion it is insanity. When many people suffer from a delusion it is called religion. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
| All times are GMT. The time now is 06:04 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.