Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Network problem in 9.04 (not connecting)

  1. #1
    Join Date
    Apr 2007
    Beans
    12

    Unhappy Network problem in 9.04 (not connecting)

    Olá pessoal.
    Acabei de instalar o Jaunty mas o danado não consegue achar minha conexão de rede. Fica o tempo inteiro informando que não há conexão na rede com fios (mas tenho um modem a cabo ligado ao pc). Quando entro no windows tudo ocorre perfeitamente, a conexão dhcp é encontrada sem problemas.
    Eu sempre encontrava problema semelhantes em todas as versões do Ubuntu que eu instalava aqui. Mas sempre resolvia seguindo esses passos. Inclusive quando instalei essa nova, tbm tive o mesmo problema da antiga versão de incrementar o valor do eth0 a cada boot (eth1, eth2, eth3, etc). Esse problema eu consegui resolver seguindo o tutorial, mas ainda assim ele não encontra rede. É como se ele não soubesse que o cabo tá conectado.
    Alguém passou por algo semelhante ou tem alguma solução?

    Agradeço muito!

    Hi all.
    I've just installed Jaunty but it can't find my network connection.
    I have a Motorola SB5101 cable modem configured in dhcp and in Windows it works great but Ubuntu shows me that I'm not connected to anything, like a disconnected cable.
    I notice, btw, that in every boot my network card changes its name (eth1, eth2, eth3,...).
    I'll apreciate any help.
    Thanks!

  2. #2
    Join Date
    Jan 2009
    Location
    Gilbert, AZ, USA
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Network problem in 9.04 (not connecting)

    Have you tried using a different networking agent than Nautilus? I know that in 64-bit, my Nautilus will not recognize many of the computers on my network.
    "Only out of the exigencies of discord comes discourse." - Bahktin

  3. #3
    Join Date
    Apr 2007
    Beans
    12

    Re: Network problem in 9.04 (not connecting)

    Thanks for the answer GJLenon.

    But.. how can I change my networking agent?
    Sorry if it is an already answered question.
    Thanks again.

  4. #4
    Join Date
    Apr 2009
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Network problem in 9.04 (not connecting)

    Paste into this thread the output of:

    ifconfig
    cat /etc/network/interfaces

  5. #5
    Join Date
    Apr 2007
    Beans
    12

    Re: Network problem in 9.04 (not connecting)

    Thanks all! I'm getting desperate to use my Jaunty. =/

    Code:
    damyhonn@damyhonn-pc:~$ ifconfig -a
    eth1      Link encap:Ethernet  Endereço de HW 00:00:6c:97:04:ef  
              endereço inet6: fe80::200:6cff:fe97:4ef/64 Escopo:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Métrica:1
              pacotes RX:13181 erros:0 descartados:0 excesso:0 quadro:0
              Pacotes TX:11 erros:0 descartados:0 excesso:0 portadora:0
              colisões:0 txqueuelen:1000 
              RX bytes:848603 (848.6 KB) TX bytes:2222 (2.2 KB)
              IRQ:253 Endereço de E/S:0x8000 
    
    lo        Link encap:Loopback Local  
              inet end.: 127.0.0.1  Masc:255.0.0.0
              endereço inet6: ::1/128 Escopo:Máquina
              UP LOOPBACK RUNNING  MTU:16436  Métrica:1
              pacotes RX:4 erros:0 descartados:0 excesso:0 quadro:0
              Pacotes TX:4 erros:0 descartados:0 excesso:0 portadora:0
              colisões:0 txqueuelen:0 
              RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)
    
    pan0      Link encap:Ethernet  Endereço de HW 9e:b7:9b:c6:a7:a0  
              BROADCAST MULTICAST  MTU:1500  Métrica:1
              pacotes RX:0 erros:0 descartados:0 excesso:0 quadro:0
              Pacotes TX:0 erros:0 descartados:0 excesso:0 portadora:0
              colisões:0 txqueuelen:0 
              RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    ===================

    Code:
    damyhonn@damyhonn-pc:~$ cat /etc/network/interfaces
    auto lo
    iface lo inet loopback

  6. #6
    Join Date
    Apr 2009
    Beans
    1

    Re: Network problem in 9.04 (not connecting)

    I am in the same boat. With the same settings as listed above.
    Last edited by willgrant; April 24th, 2009 at 06:32 PM.

  7. #7
    Join Date
    Aug 2006
    Location
    US - Pennsylvania
    Beans
    82
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Network problem in 9.04 (not connecting)

    Hi,

    I had the same problem that you are describing, and found this bug reported and confirmed at

    https://bugs.launchpad.net/ubuntu/+bug/343898

    at the bottom of the page is a link to a workaround:

    https://help.ubuntu.com/community/Ap...0one%20profile

    after doing the workaround, I ran
    Code:
    sudo dhclient eth0
    and the dhcp was able to assign a lan address to my card.

    The bug was reported on 2009-16-03... I'm surprised they let that one slip by.. maybe it affects a small group of people

    Regards,
    Richard

  8. #8
    Join Date
    Aug 2006
    Location
    US - Pennsylvania
    Beans
    82
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Network problem in 9.04 (not connecting)

    Apparently that was not enough to clean up my problem after a reboot ... the apparmor code for dhclient still loads...

    to get around this problem I moved the file sbin.dhclient3 into the disable directory:

    Code:
    sudo mv /etc/apparmor.d/sbin.dhclient3 /etc/apparmor.d/disable
    it looks like that symlink to the disable directory doesn't disable it on start up

    After I moved the file into the disable directory, I got a good dhcp'd boot

    Regards,
    Richard

  9. #9
    Join Date
    Apr 2007
    Beans
    12

    Re: Network problem in 9.04 (not connecting)

    Thank you for answers.
    I'm currently away from home and I can't test these solutions. But after this weekend I will try it.
    Good weekend you all!

  10. #10
    Join Date
    Apr 2007
    Beans
    12

    Re: Network problem in 9.04 (not connecting)

    Hi all.
    Unfortunately I couldn't fix the problem.
    =/
    I think my problem is simple to fix but I couldn't understand very well the solution proposed by Richard (thanks, btw).
    I tried the "DISABLE ONE PROFILE" solution proposed here, but my ubuntu didn't recognize '-R' option and when I try with '-r' it shows me that "sbin.dhclient3" isn't a folder (or something like that).
    That's what I tried:
    Code:
    ln -s /etc/apparmor.d/sbin.dhclient3 /etc/apparmor.d/disable/ apparmor_parser -R /etc/apparmor.d/sbin.dhclient3
    Is it right?
    I'm a kind of newbie in linux and I don't understand very well all this solution.
    After that I tried the codes Richard told:
    Code:
    sudo dhclient eth0
    and
    Code:
    sudo mv /etc/apparmor.d/sbin.dhclient3 /etc/apparmor.d/disable
    but whitout success.
    I'll apreciate if Richard or someone else could tell me exactly how to fix this bug, with all commands to paste in shell (console).
    Thank you very much.
    I'm so anxious to make use of my new Ubuntu. But, until now, nothing!

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •