Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

dhudson

Members
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by dhudson

  1. I think the LANG=C could be a problem, I have this:

     :~$ locale
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.UTF-8"
    LC_NUMERIC="en_US.UTF-8"
    LC_TIME="en_US.UTF-8"
    LC_COLLATE=POSIX
    LC_MONETARY="en_US.UTF-8"
    LC_MESSAGES="en_US.UTF-8"
    LC_PAPER="en_US.UTF-8"
    LC_NAME="en_US.UTF-8"
    LC_ADDRESS="en_US.UTF-8"
    LC_TELEPHONE="en_US.UTF-8"
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=

    and have no problems since my previous post.

  2. With the latest sync I notice GCC 5.4 is upgrading to 5.4.0-r1.

    Will this upgrade require a complete rebuild of all packages like going from 5.3 to 5.4? , I am hoping not.

    I looked at bugs.* to see what this revision is suppose to fix but found not much. 

    thanks

  3. I am not sure about that warning, I remember seeing it before but either I maybe deleted it?

    just checked laptop and there is no warning there either, but can confirm the same problem Maurice reported,

    putting other hosts in aliases inside the quotes does that but goes away when done the way I described... strange!

    also @mauricev I don't believe you need to alias your local box like that it already knows its base from the hostname=

    but I may be wrong.

  4. As I see from your /etc/conf.d/hostname file you are setting aliases from other hosts but my file says:

    # If your local system has other aliases for your local interfaces, you can
    # add them here. These will also be added to /etc/hosts for 127.0.0.1 and ::1:
    # Add aliases for other hosts to /etc/hosts directly. The networking scripts
    # automatically generate the localhost lines only.
    
    #aliases="mybox server1"

    you should be putting aliases for other hosts in /ect/hosts as the directions say. its how I am doing it and have had no problem like this.

    may well be why this is occurring.

     

  5. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
        link/ether 68:f7:28:aa:4d:f7 brd ff:ff:ff:ff:ff:ff
        inet 192.168.1.203/24 brd 192.168.1.255 scope global dynamic noprefixroute eth0 <<<<<<<< shows you have IP address does it work?

    ok should of been ' lsmod | grep r8169 ' but ok

     

  6. perhaps firmware is whats needed r8169.c refers to r8168 multiple times... I am no programmer but my r8169 is using

    r8169 0000:01:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-2.fw

    PS also looked I am using

    01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)

    if it matters at all.

    OP if you could give output of  ' sudo lspci -k |grep Ethernet '

×
×
  • Create New...