第12頁,共46頁 第一第一 ... 2101112131422 ... 最後最後
顯示結果從 111 到 120 共計 451 條
  1. #111
    註冊日期
    2014-08-02
    文章
    322
    Thanks
    0
    Thanked 788 Times in 273 Posts

    預設

    引用 作者: stchen 查看文章
    如下,感謝~
    綠燈就是 2.5 Gbps,而橘燈就是 1 Gbps 的說,但是不知道為什麼 stchen 兄的截圖是 100 Mbps:

    https://sg-repo-production-photos.s3...a7a.pdf#page=3
    https://superuser.com/questions/1709...rj45-connectio
    當年華碩 Z490 主機板的 Intel I225-V 亦有一些比較奇怪的問題,或許是需要檢查類似 Auto-Negotiation 的設定:

    https://community.intel.com/t5/Ether...ps/m-p/1212285
    My intel(R) Ethernet Controller I225-V is unable to work at 1GB or 2.5GB, which is what's advertised on the motherboard ROG-STRIX-Z490-E-GAMING, bought very recently with Asus as vendor.

    I tried updating everything, even setting the negotiation manually to 1GB and 2.5GB with full duplex, still nothing, won't go up faster than 100mb/s, I'm using a cat6e cable so that's not the issue, my other computers on the same LAN are at 600mb/s and even with the wi-fi on any phone I can get up to 250mb/s so it's clearly an issue with the Ethernet controller/HW.

  2. The Following User Says Thank You to seeteeyou For This Useful Post:


  3. #112
    註冊日期
    2014-08-02
    文章
    322
    Thanks
    0
    Thanked 788 Times in 273 Posts

    預設

    華碩主機板的苦主好像是比較多一點:

    https://www.reddit.com/r/buildapc/co...ler_i225v_igc/
    TLDR: Reach out to ASUS, since it seems exclusive to asus. Intel team unable to repro in lab.


    不知道問題是否源自 Intel I225-V 專用的韌體呢?

    https://www.reddit.com/r/buildapc/co...mment/ivkkqwf/
    Same issue, been struggling with it for a last month or so: both with Ubuntu and Arch Linux. I have a dual-boot system with Windows 11, and did not notice any issues with ethernet or wifi on Windows. So this indeed seems like a firmware issue, particularly in igc. Not the adapter itself

    Running on Arch Linux kernel 6.0.7, same motherboard as in your post

    https://gist.github.com/LilDojd/2f03...85725adfb8c456


    不一定有幫助,但是值得一試:

    https://www.reddit.com/r/buildapc/co...mment/ixxz8mu/

    • Edit /etc/default/grub
    • Add pcie_port_pm=off pcie_aspm.policy=performance to GRUB_CMDLINE_LINUX_DEFAULT
      • e.g. GRUB_CMDLINE_LINUX_DEFAULT="quiet pcie_aspm.policy=performance pcie_port_pm=off"

    • Double check file - cat /etc/defualt/grub
    • Run sudo update-grub
    • Reboot (don't forget this part!!)
    • Check params from boot cat /proc/cmdline
      • You should see your new parameters attached to end of line
    PCIe 的部分跟這個方案差不多:

    https://github.com/clearlinux/distri...ment-702087065

  4. The Following User Says Thank You to seeteeyou For This Useful Post:


  5. #113
    註冊日期
    2015-03-17
    文章
    559
    Thanks
    351
    Thanked 1,427 Times in 488 Posts

    預設

    Stchen 兄您好,

    小弟把Qrip 版本 補上 VGA 和USB Keyboard 功能,作為Q版 debug用。

    用 config -> kernel -> linux-debug 安裝。
    看看用它開機後的狀況是如何?

  6. The Following User Says Thank You to sam0402 For This Useful Post:


  7. #114
    註冊日期
    2018-01-22
    文章
    137
    Thanks
    399
    Thanked 170 Times in 65 Posts

    預設

    引用 作者: seeteeyou 查看文章
    華碩主機板的苦主好像是比較多一點:

    https://www.reddit.com/r/buildapc/co...ler_i225v_igc/



    不知道問題是否源自 Intel I225-V 專用的韌體呢?

    https://www.reddit.com/r/buildapc/co...mment/ivkkqwf/



    不一定有幫助,但是值得一試:

    https://www.reddit.com/r/buildapc/co...mment/ixxz8mu/
    PCIe 的部分跟這個方案差不多:

    https://github.com/clearlinux/distri...ment-702087065
    早上只夠時間試seeteeyou兄建議的,但執行有遇到問題,



    感謝~


    從我的iPhone使用Tapatalk 發送

  8. #115
    註冊日期
    2015-03-17
    文章
    559
    Thanks
    351
    Thanked 1,427 Times in 488 Posts

    預設

    引用 作者: sam0402 查看文章
    Stchen 兄您好,

    小弟把Qrip 版本 補上 VGA 和USB Keyboard 功能,作為Q版 debug用。

    用 config -> kernel -> linux-Qdbug 安裝。
    看看用它開機後的狀況是如何?
    補充一下:
    用Qdbug 開機後,用下面指令,確認一下是否有ip。
    代碼:
    ip addr
    ip route
    若真的沒有ip ,就試試seeteeyou兄找到的方案。
    在Arch Linux 下正確的處理指令:
    代碼:
    su
    sed -i 's/idle=poll/idle=poll pcie_port_pm=off pcie_aspm.policy=performance/' /etc/default/grub
    grub-mkconfig -o /boot/grub/grub.cfg
    完成後,reboot。

    建議儘量使用windows ssh 的方式登入操作,可以用copy paste指令,這樣也比較不會key錯字,造成無法開機。
    顯示的結果也可用擷圖方式po文,會有更清楚的訊息內容,來方便debug。

  9. The Following User Says Thank You to sam0402 For This Useful Post:


  10. #116
    註冊日期
    2018-01-22
    文章
    137
    Thanks
    399
    Thanked 170 Times in 65 Posts

    預設

    Samshu兄:

    今天重灌了,發現灌好後用arch kernel進去,ping 內網是可以的,但ping www.hinet.net出現Temporary failure in name resolution…


    從我的iPhone使用Tapatalk 發送

  11. #117
    註冊日期
    2015-03-17
    文章
    559
    Thanks
    351
    Thanked 1,427 Times in 488 Posts

    預設

    引用 作者: stchen 查看文章
    Samshu兄:
    今天重灌了,發現灌好後用arch kernel進去,ping 內網是可以的,但ping www.hinet.net出現Temporary failure in name resolution…
    用 config -> ethernet -> 換一個 dns server 看看。
    要reboot

  12. #118
    註冊日期
    2018-01-22
    文章
    137
    Thanks
    399
    Thanked 170 Times in 65 Posts

    預設 ArchQ 數位訊源入門 -> 究極

    引用 作者: sam0402 查看文章
    補充一下:
    用Qdbug 開機後,用下面指令,確認一下是否有ip。
    代碼:
    ip addr
    ip route
    若真的沒有ip ,就試試seeteeyou兄找到的方案。
    在Arch Linux 下正確的處理指令:
    代碼:
    su
    sed -i 's/idle=poll/idle=poll pcie_port_pm=off pcie_aspm.policy=performance/' /etc/default/grub
    grub-mkconfig -o /boot/grub/grub.cfg
    完成後,reboot。

    建議儘量使用windows ssh 的方式登入操作,可以用copy paste指令,這樣也比較不會key錯字,造成無法開機。
    顯示的結果也可用擷圖方式po文,會有更清楚的訊息內容,來方便debug。
    Qdbug版本沒有問題耶~





    露出一線曙光?


    從我的iPhone使用Tapatalk 發送

  13. #119
    註冊日期
    2015-03-17
    文章
    559
    Thanks
    351
    Thanked 1,427 Times in 488 Posts

    預設

    引用 作者: stchen 查看文章
    Qdbug版本沒有問題耶~
    露出一線曙光?
    接下來換測試用Q396開機,ssh 登入試試。
    此篇文章於 2022-11-28 10:36 PM 被 sam0402 編輯。

  14. #120
    註冊日期
    2018-01-22
    文章
    137
    Thanks
    399
    Thanked 170 Times in 65 Posts

    預設 ArchQ 數位訊源入門 -> 究極

    引用 作者: sam0402 查看文章
    接下來換測試用Q396開機,ssh 登入試試。
    用Qdbug灌Qrip 與Q396開機,跟之前一樣,windows無法ping到,所以無法ssh..

    忽略剛剛advanced io scanner的結果,殘存的。除了Qdbug 開機進入,跟arch kernel開機一樣,是可以被ping與ssh的~


    從我的iPhone使用Tapatalk 發送
    此篇文章於 2022-11-28 11:14 PM 被 stchen 編輯。

發文規則

  • 不可以發表新主題
  • 不可以發表回覆
  • 不可以上傳附件
  • 不可以編輯自己的文章
  •