Opened 15 years ago
Closed 11 years ago
#4550 closed bug (invalid)
network doesn't work (rtl8169)
Reported by: | jedie | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/Network/rtl81xx | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
I'm setup static IP. Network doesn't work. Ping returns "Network is unreachable".
Using R33149 GCC4
Attachments (1)
Change History (10)
by , 15 years ago
comment:1 by , 15 years ago
Component: | - General → Drivers/Network |
---|
comment:2 by , 15 years ago
comment:4 by , 15 years ago
No, the rtl8169 driver settings don't allow to set the link speed/mode currently. The only thing you can do is find a 100mbits switch/hub and see how it change things or not. For me, it does, and I should have report it sooner than later I guess (sorry guys, I totally forgot this issue).
To amend myself, I'll post ASAP my syslog with issue when used in gigabit mode, and the syslog when working fine in 100mbits mode.
follow-up: 6 comment:5 by , 15 years ago
I used a 100MBit switch and a 1000MBit switch. Doesn't work :(
comment:6 by , 15 years ago
Replying to jedie:
I used a 100MBit switch and a 1000MBit switch. Doesn't work :(
Guess the whole rtl8111/8168B PHY is not supported by the current state of our driver, then.
What link state report NetworkStatus replicant/deskbar? No Link or Ready? Did you check from within a Terminal window the command line "ifconfig -a" to see what's the actual IP settings applied to /dev/net/rtl8169/0 ?
comment:8 by , 13 years ago
Component: | Drivers/Network → Drivers/Network/rtl81xx |
---|
Seems related to PHY issue. Is your rtl8169 connected to a gigabit or fast ethernet switch?
My rtl8168 only works with fast ethernet link, with gigabit link is not stable. Sounds related.