Announcement

Collapse
No announcement yet.

Migrated to Kubuntu, need assistance

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Migrated to Kubuntu, need assistance

    Just for fun, try it with dbus-launch. Alt-F2

    "dbus-launch kdesudo kate"


    I'm curious to hear whether it works for you.

    Comment


      #17
      Re: Migrated to Kubuntu, need assistance

      hmmmmm...so I tried it, and it worked...then I tried only kdesudo, and it works now also...not sure why it didn't before, but it hadn't worked for months...

      mm0
      Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

      Comment


        #18
        Re: Migrated to Kubuntu, need assistance

        Originally posted by muzicman0

        then I tried only kdesudo, and it works now also...not sure why it didn't before, but it hadn't worked for months...
        MAGIC!

        Comment


          #19
          Re: Migrated to Kubuntu, need assistance

          must be!

          Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

          Comment


            #20
            Re: Migrated to Kubuntu, need assistance

            Thanks guys; this must be an interesting development. Here is my output:

            ls -l /etc/network/interfaces
            -rw-r--r-- 1 root root 62 2009-08-03 10:53 /etc/network/interfaces
            victor@Kbuntu-VLF:~$ cat /etc/network/interfaces
            auto lo
            iface lo inet loopback

            auto eth0
            iface eth0 inet loopvictor@Kbuntu-VLF:~$ ifconfig eth0
            eth0 Link encap:Ethernet HWaddr 00:10:b5:5b:4f:ed
            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:5 Base address:0x1400

            victor@Kbuntu-VLF:~$


            I had already read and tried some of the actions in the thread you linked to. That's when I posted here after it didn't work for me. I may have missed something though.

            Comment


              #21
              Re: Migrated to Kubuntu, need assistance

              @clenny, it's not obvious that there is anything wrong with your system. Are you sure you have connectivity with the ISP/broadband service? Here's what mine looks like:

              dibl@jaunty:~$ cat /etc/network/interfaces
              # This file describes the network interfaces available on your system
              # and how to activate them. For more information, see interfaces(5).

              # The loopback network interface
              auto lo
              iface lo inet loopback

              # The primary network interface
              auto eth0
              iface eth0 inet dhcp

              dibl@jaunty:~$ ifconfig
              eth0 Link encap:Ethernet HWaddr 00:1c:c0:1f:54:35
              inet addr:192.168.10.200 Bcast:192.168.10.255 Mask:255.255.255.0
              inet6 addr: fe80::21c:c0ff:fe1f:5435/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
              RX packets:12325 errors:0 dropped:0 overruns:0 frame:0
              TX packets:152485 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:14437548 (14.4 MB) TX bytes:154227922 (154.2 MB)
              Memory:e3100000-e3120000

              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:7127 errors:0 dropped:0 overruns:0 frame:0
              TX packets:7127 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:417019 (417.0 KB) TX bytes:417019 (417.0 KB)

              vmnet1 Link encap:Ethernet HWaddr 00:50:56:c0:00:01
              inet addr:172.16.251.1 Bcast:172.16.251.255 Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:164 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

              vmnet8 Link encap:Ethernet HWaddr 00:50:56:c0:00:08
              inet addr:172.16.97.1 Bcast:172.16.97.255 Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:164 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

              Can you run
              Code:
              lspci -vv
              and
              Code:
              lsmod
              and post the output, please?

              Comment


                #22
                Re: Migrated to Kubuntu, need assistance

                Originally posted by clenny
                Thanks guys; this must be an interesting development. Here is my output:

                ls -l /etc/network/interfaces
                -rw-r--r-- 1 root root 62 2009-08-03 10:53 /etc/network/interfaces
                victor@Kbuntu-VLF:~$ cat /etc/network/interfaces
                auto lo
                iface lo inet loopback

                auto eth0
                iface eth0 inet loop
                I believe you made a mistake while editing the file. The last line should be
                Code:
                iface eth0 inet dhcp

                Comment


                  #23
                  Re: Migrated to Kubuntu, need assistance

                  Okay, here is the latest output from the konsole:

                  Interrupt:5 Base address:0x1400

                  victor@Kbuntu-VLF:~$ lspci -vv
                  00:00.0 Host bridge: Intel Corporation 82810E DC-133 (GMCH) Graphics Memory Controller Hub (rev 03)
                  Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
                  Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
                  Latency: 0
                  Kernel driver in use: agpgart-intel
                  Kernel modules: intel-agp

                  00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller (rev 03)
                  Subsystem: Compaq Computer Corporation Device b165
                  Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                  Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Latency: 0
                  Interrupt: pin A routed to IRQ 3
                  Region 0: Memory at 44000000 (32-bit, prefetchable) [size=64M]
                  Region 1: Memory at 40100000 (32-bit, non-prefetchable) [size=512K]
                  Capabilities: <access denied>

                  00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02)
                  Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
                  Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Latency: 0
                  Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
                  I/O behind bridge: 00001000-00001fff
                  Memory behind bridge: 40000000-400fffff
                  Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
                  BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
                  PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
                  Kernel modules: shpchp

                  00:1f.0 ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 02)
                  Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                  Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Latency: 0
                  Kernel modules: iTCO_wdt, intel-rng

                  00:1f.1 IDE interface: Intel Corporation 82801AA IDE Controller (rev 02) (prog-if 80 [Master])
                  Subsystem: Intel Corporation 82801AA IDE Controller
                  Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                  Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Latency: 0
                  Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
                  Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
                  Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
                  Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
                  Region 4: I/O ports at 2020 [size=16]
                  Kernel driver in use: ata_piix

                  00:1f.2 USB Controller: Intel Corporation 82801AA USB Controller (rev 02)
                  Subsystem: Intel Corporation 82801AA USB Controller
                  Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                  Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Latency: 0
                  Interrupt: pin D routed to IRQ 11
                  Region 4: I/O ports at eec0 [size=32]
                  Kernel driver in use: uhci_hcd

                  00:1f.3 SMBus: Intel Corporation 82801AA SMBus Controller (rev 02)
                  Subsystem: Intel Corporation 82801AA SMBus Controller
                  Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                  Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Interrupt: pin B routed to IRQ 5
                  Region 4: I/O ports at eee0 [size=16]
                  Kernel modules: i2c-i801

                  01:05.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 12)
                  Subsystem: Compaq Computer Corporation Device b19d
                  Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                  Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Latency: 64 (500ns min, 6000ns max)
                  Interrupt: pin A routed to IRQ 5
                  Region 0: I/O ports at 1000 [size=256]
                  Capabilities: <access denied>
                  Kernel driver in use: Maestro3
                  Kernel modules: snd-maestro3

                  01:09.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX (rev 10)
                  Subsystem: Accton Technology Corporation SMC2-1211TX
                  Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                  Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Latency: 66 (8000ns min, 16000ns max)
                  Interrupt: pin A routed to IRQ 5
                  Region 0: I/O ports at 1400 [size=256]
                  Region 1: Memory at 40000000 (32-bit, non-prefetchable) [size=256]
                  Capabilities: <access denied>
                  Kernel driver in use: 8139too
                  Kernel modules: 8139too

                  01:0a.0 Modem: PCTel Inc HSP MicroModem 56 (rev 02) (prog-if 01)
                  Subsystem: PCTel Inc Device 0001
                  Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                  Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                  Interrupt: pin A routed to IRQ 11
                  Region 0: I/O ports at 1800 [size=64]
                  Capabilities: <access denied>
                  Kernel driver in use: serial

                  victor@Kbuntu-VLF:~$ lsmod
                  Module Size Used by
                  nls_iso8859_1 12032 1
                  nls_cp437 13696 1
                  vfat 18816 1
                  fat 58272 1 vfat
                  i810 26240 2
                  drm 96296 3 i810
                  bridge 56340 0
                  stp 10500 1 bridge
                  bnep 20224 2
                  video 25360 0
                  output 11008 1 video
                  input_polldev 11912 0
                  lp 17156 0
                  ppdev 15620 0
                  snd_maestro3 27268 2
                  snd_ac97_codec 112292 1 snd_maestro3
                  ac97_bus 9856 1 snd_ac97_codec
                  snd_pcm_oss 46336 0
                  snd_mixer_oss 22656 1 snd_pcm_oss
                  snd_pcm 82948 3 snd_maestro3,snd_ac97_codec,snd_pcm_oss
                  snd_page_alloc 16904 1 snd_pcm
                  snd_seq_dummy 10756 0
                  snd_seq_oss 37760 0
                  snd_seq_midi 14336 0
                  snd_rawmidi 29696 1 snd_seq_midi
                  snd_seq_midi_event 15104 2 snd_seq_oss,snd_seq_midi
                  snd_seq 56880 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
                  psmouse 61972 0
                  snd_timer 29704 2 snd_pcm,snd_seq
                  pcspkr 10496 0
                  serio_raw 13316 0
                  snd_seq_device 14988 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
                  snd 62628 14 snd_maestro3,snd_ac97_codec,snd_pcm_oss,snd_mixer_ oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_ti mer,snd_seq_device
                  soundcore 15200 1 snd
                  iTCO_wdt 19108 0
                  shpchp 40212 0
                  iTCO_vendor_support 11652 1 iTCO_wdt
                  intel_rng 12672 0
                  parport_pc 40100 1
                  parport 42220 3 lp,ppdev,parport_pc
                  intel_agp 34108 1
                  agpgart 42696 3 drm,intel_agp
                  usbhid 42336 0
                  usb_storage 82880 1
                  8139too 32128 0
                  mii 13312 1 8139too
                  floppy 64324 0
                  fbcon 46112 0
                  tileblit 10752 1 fbcon
                  font 16384 1 fbcon
                  bitblit 13824 1 fbcon
                  softcursor 9984 1 bitblit
                  victor@Kbuntu-VLF:~$ kdesudo kate /etc/network/interfaces

                  QThreadStorage: Thread 0x854fb48 exited after QThreadStorage 2147483641 destroyed
                  victor@Kbuntu-VLF:~$


                  I also edited the interfaces file in kate to put dhcp at the end of the line rather than loop and restarted.

                  Here is the output for that:

                  ctor@Kbuntu-VLF:~$ sudo cp /etc/network/interfaces /etc/network/interfaces.backup
                  [sudo] password for victor:
                  victor@Kbuntu-VLF:~$ kdesudo kate /etc/network/interfaces

                  Invalid MIT-MAGIC-COOKIE-1 keykate: cannot connect to X server :0.0
                  victor@Kbuntu-VLF:~$ kdesudo kate /etc/network/interfaces
                  kate(3875) KToolInvocation::klauncher: klauncher not running... launching kdeinit
                  kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
                  kdeinit4: preparing to launch /usr/bin/kded4
                  kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
                  kbuildsycoca4 running...
                  kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
                  kbuildsycoca4 running...
                  kdeinit4: preparing to launch /usr/lib/kde4/libexec/kconf_update
                  kdeinit4: preparing to launch
                  sudo /etc.init.d/networking restart
                  QThreadStorage: Thread 0x85fbb48 exited after QThreadStorage 2147483641 destroyed
                  victor@Kbuntu-VLF:~$ sudo /etc.init.d/networking restart
                  sudo: /etc.init.d/networking: command not found
                  victor@Kbuntu-VLF:~$ sudo /etc/init.d/networking restart
                  * Reconfiguring network interfaces...There is already a pid file /var/run/dhclient.eth0.pid with pid 2945
                  killed old client process, removed PID file
                  Internet Systems Consortium DHCP Client V3.1.1
                  Copyright 2004-2008 Internet Systems Consortium.
                  All rights reserved.
                  For info, please visit http://www.isc.org/sw/dhcp/

                  Listening on LPF/eth0/00:10:b5:5b:4f:ed
                  Sending on LPF/eth0/00:10:b5:5b:4f:ed
                  Sending on Socket/fallback
                  grep: /etc/resolv.conf: No such file or directory
                  Internet Systems Consortium DHCP Client V3.1.1
                  Copyright 2004-2008 Internet Systems Consortium.
                  All rights reserved.
                  For info, please visit http://www.isc.org/sw/dhcp/

                  Listening on LPF/eth0/00:10:b5:5b:4f:ed
                  Sending on LPF/eth0/00:10:b5:5b:4f:ed
                  Sending on Socket/fallback
                  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
                  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
                  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
                  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
                  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
                  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
                  No DHCPOFFERS received.
                  No working leases in persistent database - sleeping.
                  grep: /etc/resolv.conf: No such file or directory
                  [ OK ]
                  victor@Kbuntu-VLF:~$

                  BTW, I believe I do have connectivity because the other two puters in my lan connect to the Internet just fine. I'm using a Netgear switch if that makes any difference.


                  Thanks!

                  Comment


                    #24
                    Re: Migrated to Kubuntu, need assistance

                    Excellent! Finally the file is formatted correctly. Now we get to ask the questions that should have been asked 2 pages ago.

                    The error says that there is no dhcp server in your network. (which is probably the reason you had problems from the start)

                    Now the question is how is your network configured? Your netgear switch is just a switch. Does your comcast modem support NAT? dhcp? If not, do you have a range of IP addresses assigned by comcast for all the machines on your network?

                    You said you had a windows PC and a macbook on the network. How are these machines configured?
                    At a minimum, what is the IP address?
                    What is the subnet mask?
                    What is the default gateway?

                    Comment


                      #25
                      Re: Migrated to Kubuntu, need assistance

                      I'm not sure whether the modem supports NAT or not. I'm trying to find out. Here is the info I was able to gather:

                      Subnet mask 255.255.248.0
                      Router ID 69.243.61.4
                      IP Address 69.243.61.1
                      ethernet 00:19:e3:48:7e:10

                      my TCP/IP is IPv4 dhcp


                      I don't have a router per se, just the switch that is connected to the cable modem. I spoke with Comcast and according to the analyst I spoke with they don't support NAT. Not sure if this is significant but I have an EMTA modem since I recently signed up for the phone service. So both the phone and the Internet are routed through the same modem.

                      EMTA= embedded multimedia terminal adapter.

                      Comment


                        #26
                        Re: Migrated to Kubuntu, need assistance

                        Originally posted by clenny
                        my TCP/IP is IPv4 dhcp
                        Well, thats the problem. This error
                        Code:
                        Listening on LPF/eth0/00:10:b5:5b:4f:ed
                        Sending on  LPF/eth0/00:10:b5:5b:4f:ed
                        Sending on  Socket/fallback
                        DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
                        DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
                        DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
                        DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
                        DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
                        DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
                        No DHCPOFFERS received.
                        No working leases in persistent database - sleeping.
                        says that no dhcp server could be located on your network.

                        As a test, perhaps you could temporarily try plugging the kubuntu machine directly into the modem to see if the switch is somehow blocking the connection to the modem. Then run
                        Code:
                        sudo /etc/init.d/networking restart

                        Comment


                          #27
                          Re: Migrated to Kubuntu, need assistance

                          Okay, I hooked the Linux machine directly to the modem and then I inputted the code. Here is the output:


                          Victor@Kbuntu-VLF:~$ sudo /etc/init.d/networking restart
                          [sudo] password for victor:
                          * Reconfiguring network interfaces...There is already a pid file /var/run/dhclient.eth0.pid with pid 2891
                          killed old client process, removed PID file
                          Internet Systems Consortium DHCP Client V3.1.1
                          Copyright 2004-2008 Internet Systems Consortium.
                          All rights reserved.
                          For info, please visit http://www.isc.org/sw/dhcp/

                          Listening on LPF/eth0/00:10:b5:5b:4f:ed
                          Sending on LPF/eth0/00:10:b5:5b:4f:ed
                          Sending on Socket/fallback
                          grep: /etc/resolv.conf: No such file or directory
                          Internet Systems Consortium DHCP Client V3.1.1
                          Copyright 2004-2008 Internet Systems Consortium.
                          All rights reserved.
                          For info, please visit http://www.isc.org/sw/dhcp/

                          Listening on LPF/eth0/00:10:b5:5b:4f:ed
                          Sending on LPF/eth0/00:10:b5:5b:4f:ed
                          Sending on Socket/fallback
                          DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
                          DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
                          DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
                          DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
                          DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
                          DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
                          No DHCPOFFERS received.
                          No working leases in persistent database - sleeping.
                          grep: /etc/resolv.conf: No such file or directory
                          [ OK ]
                          victor@Kbuntu-VLF:~$


                          Comment


                            #28
                            Re: Migrated to Kubuntu, need assistance

                            reboot your modem and try again. leave it unplugged from the wall for 5-10 minutes.

                            mm0
                            Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

                            Comment


                              #29
                              Re: Migrated to Kubuntu, need assistance

                              Maybe a stupid question, or maybe it was asked before, but is the dhcp stuff installed?

                              Code:
                              lmilano@grisell:~$ dpkg -l |grep dhc
                              ii dhcp3-client                3.1.1-5ubuntu8.1             DHCP client
                              ii dhcp3-common                3.1.1-5ubuntu8.1             common files used by all the dhcp3* packages

                              Comment


                                #30
                                Re: Migrated to Kubuntu, need assistance

                                I unplugged the modem and let it sit for 5 minutes or so. I then connected the Linux box directly to the modem. I got the same result as before---sleeping.

                                As for whether the dhcp packages are installed; I would have to say no unless they were installed by default.

                                Comment

                                Working...
                                X