-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WAN port (on RTL8111E PCIe NIC) is non-functional using OpenWRT image #2
Comments
hi geerlingguy, could you please send me a picuture and show me how did you connect poe hat to the CM4 Router Board ? |
@yoyojacky - I believe that is in reference to the PoE image: #1 In my case, I booted up the 52Pi CM4 Router Board using the image in this repository, and OpenWRT only showed the LAN interface (PORT0), which is from the Pi's internal NIC. I didn't see any way in OpenWRT to add the Realtek NIC on the PCIe bus as a WAN port, and I couldn't figure out how to install drivers for it. On Raspberry Pi OS, I can download and install the drivers from the Realtek website. |
Hi, geerlingguy, |
Thanks! Hopefully it will work; I'll be happy to test that new image once you have it ready! |
the kmod needs to be installed via recompile the openwrt image, i am working on it, and i will configure it and zipped it as new image and upload here, thanks, and i will test it before uploading.. once done ,you will be first to know... have a nice day~ |
I have also literally just come across this exact same issue today, thanks @geerlingguy for getting there before me and starting this thread! Guess I just sit back and wait now. :) |
Hi timcoop3r, I am working on it, i will add rt8168 driver to kernel and rebuild the image, it is caused by one driver is missing. |
@geerlingguy @timcoop3r I have upload a new image and adding the rtl8168 driver to image, but the OLED issue still bothering me.... ChangeLog:
TODO:
|
I forgot to post here too, but I can also see the new interface and set it up as I see fit: Now if #3 can get a fix, I think the image will be ready for full support of the board's features. |
Yes, I found that the latest version of openwrt mainline did not include |
Hey @yoyojacky, see comment on issue #3 for a quick fix on oled (i2c-1/i2c-0). Also: the current openwrt image works fine but the kernel does not match an official openwrt branch. This prevents a number of default kmod-* packages from installing. Try running luci-app-nlbwmon for example. |
Having the same Issue .. eth1 plugged into the Modem, Im not getting an IP Address. I have set this up using DHCP and sill nothing, Any thoughts |
@David-McGuire it appears only the factory (non-OLED) image was updated with the new drivers, the OLED image is still missing WAN drivers. |
I flashed the "bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz" and still see the same thing the br-lan still is the only interface that shows. If I go to add the eth1 in the devise list it does not show up. Am I missing something simple? |
You downloaded the factory image that is even older than the OLED image. There is a second factory image which is newer. Check the name shown in the commit I screenshotted. |
Thanks got it up and running now..
|
Hi
I've downloaded the said file, and flashed. |
I flashed the image
openwrt-bcm27xx-bcm2711-rpi-4-ext4-with_oled096_factory.img.gz
with Etcher, and booted the Pi. In OpenWRT, I can't see the PORT1 interface (the WAN port, connected via the RTL8111E NIC on the Pi's PCIe bus).LuCI is only showing me the PORT0 interface (the one connected directly to the NIC onboard the CM4):
Are there any instructions for getting the WAN port / 2nd port working with this OpenWRT image? Or is it supposed to be working and detected out of the box?
The text was updated successfully, but these errors were encountered: