Pine64+ 1GB Ethernet Port spec - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32) +---- Forum: Ethernet Port (https://forum.pine64.org/forumdisplay.php?fid=39) +---- Thread: Pine64+ 1GB Ethernet Port spec (/showthread.php?tid=1688) Pages:
1
2
|
RE: Pine64+ 1GB Ethernet Port spec - woogerboy21 - 08-19-2016 Yea, looks like my unit has the same chipset. RE: Pine64+ 1GB Ethernet Port spec - pfeerick - 08-19-2016 (08-18-2016, 06:27 PM)woogerboy21 Wrote: The driver being loaded by ubuntu states the following: I've a similar output on debian, BUT that is the module/driver for the wifi, not the ethernet!! (which is a RTL8723BS chip on my pine64). On an early kickstarter board. Code: [ 12.958692] RTL871X: module init start The only ethernet specific lines I can place atm are these: Code: [ 1650.374748] libphy: 1c30000.eth: probed RE: Pine64+ 1GB Ethernet Port spec - woogerboy21 - 08-19-2016 (08-19-2016, 09:07 PM)pfeerick Wrote: I've a similar output on debian, BUT that is the module/driver for the wifi, not the ethernet!! (which is a RTL8723BS chip on my pine64). On an early kickstarter board. But I don't have a wifi module with my unit. Unless your telling me that the actual wifi adapter is built onto the pine64 board? But I don't think that is the case. So does the 2GB model have a different network adapter? And is there confirmed success with network speeds of 1Gbe on the model? RE: Pine64+ 1GB Ethernet Port spec - pfeerick - 08-20-2016 (08-19-2016, 11:20 PM)woogerboy21 Wrote:(08-19-2016, 09:07 PM)pfeerick Wrote: I've a similar output on debian, BUT that is the module/driver for the wifi, not the ethernet!! (which is a RTL8723BS chip on my pine64). On an early kickstarter board. So you don't have a module plugged in near the 2 USB ports (where it says Wifi-BT), with a wire coming off of it? If you don't have a module plugged in there, then no, no wireless. Regardless of that, the default configuration is to try to load the wifi if present (and load the binary blobs it needs, etc) - as per /etc/modules-load.d/pine64-wifi.conf. So if you have the wifi/bt module and remove it, you will get the same log message in dmesg, until you comment out "8723bs" in that file, or delete it... but there is no reason to do so. As per tllim's reply earlier, both the 1G and 2G pine64+ boards have to same chip, which supports GbE (the 512MB pine64 is the only non-GbE board at present). However, as per the ongoing discussion in another thread, there seem to be issues with some network configurations. Where this is a hardware conflict with the pine64, or a configuration problem of some sort is yet to be determined. I have no issues with GbE-like speeds, so can't really help on that front. However, since it seems like GbE isn't working for you, make sure you vote in the poll (vote, and post your setup details there) to help better understand what could be the source of the problem. |